From 8fbbba55312dafbcb4876f2b8394f63f5a0c7f38 Mon Sep 17 00:00:00 2001 From: isa Date: Thu, 11 Jul 2024 13:44:08 -0400 Subject: [PATCH] Fix installer not installing properly due to block device busy and small tmpfs --- .../recipes-core/citadel-tools/citadel-mkimage_0.1.0.bb | 2 +- meta-citadel/recipes-core/citadel-tools/citadel-tools_0.1.0.bb | 2 +- meta-citadel/recipes-kernel/citadel-kernel/files/defconfig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-citadel/recipes-core/citadel-tools/citadel-mkimage_0.1.0.bb b/meta-citadel/recipes-core/citadel-tools/citadel-mkimage_0.1.0.bb index 2f4bf39..b972e7e 100644 --- a/meta-citadel/recipes-core/citadel-tools/citadel-mkimage_0.1.0.bb +++ b/meta-citadel/recipes-core/citadel-tools/citadel-mkimage_0.1.0.bb @@ -14,7 +14,7 @@ CARGO_SRC_DIR = "citadel-mkimage" # # Update this when changes are pushed to the git server # -SRCREV = "b88014a11e7c01a6797e602b4628de0a725edc06" +SRCREV = "058b4cb9e6202d10ecf72556367d8ef43c615707" GIT_URI = "git://git.subgraph.com/${GIT_REPO_OWNER}/citadel-tools.git;protocol=https;branch=master" diff --git a/meta-citadel/recipes-core/citadel-tools/citadel-tools_0.1.0.bb b/meta-citadel/recipes-core/citadel-tools/citadel-tools_0.1.0.bb index b487793..e89a886 100644 --- a/meta-citadel/recipes-core/citadel-tools/citadel-tools_0.1.0.bb +++ b/meta-citadel/recipes-core/citadel-tools/citadel-tools_0.1.0.bb @@ -12,7 +12,7 @@ inherit cargo systemd gsettings pkgconfig # # Update this when changes are pushed to the git server # -SRCREV = "b88014a11e7c01a6797e602b4628de0a725edc06" +SRCREV = "058b4cb9e6202d10ecf72556367d8ef43c615707" GIT_URI = "git://git.subgraph.com/${GIT_REPO_OWNER}/citadel-tools.git;protocol=https;branch=master" diff --git a/meta-citadel/recipes-kernel/citadel-kernel/files/defconfig b/meta-citadel/recipes-kernel/citadel-kernel/files/defconfig index 643c9da..162002e 100644 --- a/meta-citadel/recipes-kernel/citadel-kernel/files/defconfig +++ b/meta-citadel/recipes-kernel/citadel-kernel/files/defconfig @@ -912,7 +912,7 @@ CONFIG_BLK_DEV_BSG_COMMON=y CONFIG_BLK_DEV_BSGLIB=y CONFIG_BLK_DEV_INTEGRITY=y CONFIG_BLK_DEV_INTEGRITY_T10=y -# CONFIG_BLK_DEV_WRITE_MOUNTED is not set +CONFIG_BLK_DEV_WRITE_MOUNTED=y # CONFIG_BLK_DEV_ZONED is not set # CONFIG_BLK_DEV_THROTTLING is not set # CONFIG_BLK_WBT is not set