Message ID | 20240805151706.778686-1-Quirin.Gylstorff@siemens.com (mailing list archive) |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | [isar-cip-core] fix: initramfs-abrootfs-hook correct install dependencies | expand |
unnecessary, my problem a clean dir was missing on my machine. Quirin On 8/5/24 5:17 PM, Quirin Gylstorff via lists.cip-project.org wrote: > From: Quirin Gylstorff <quirin.gylstorff@siemens.com> > > This fixes a regression introduced with > b16c77c77761896e42fa4d2f9738f20c24e80d03 (classes, recipes-initramfs: remove do prefix for adding task) > > Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com> > --- > .../initramfs-abrootfs-hook/initramfs-abrootfs-hook_0.1.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-initramfs/initramfs-abrootfs-hook/initramfs-abrootfs-hook_0.1.bb b/recipes-initramfs/initramfs-abrootfs-hook/initramfs-abrootfs-hook_0.1.bb > index 17c60da..fb27f94 100644 > --- a/recipes-initramfs/initramfs-abrootfs-hook/initramfs-abrootfs-hook_0.1.bb > +++ b/recipes-initramfs/initramfs-abrootfs-hook/initramfs-abrootfs-hook_0.1.bb > @@ -26,7 +26,7 @@ IMAGE_FULLNAME ??= "${ABROOTFS_IMAGE_RECIPE}-${DISTRO}-${MACHINE}" > > IMAGE_UUID_ENV_FILE = "${DEPLOY_DIR_IMAGE}/${IMAGE_FULLNAME}.uuid.env" > > -do_install[depends] += "${ABROOTFS_IMAGE_RECIPE}:do_generate_image_uuid" > +do_install[depends] += "${ABROOTFS_IMAGE_RECIPE}:generate_image_uuid" > do_install[cleandirs] += " \ > ${D}/usr/share/initramfs-tools/hooks \ > ${D}/usr/share/abrootfs \ > > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#16720): https://lists.cip-project.org/g/cip-dev/message/16720 > Mute This Topic: https://lists.cip-project.org/mt/107733749/1753640 > Group Owner: cip-dev+owner@lists.cip-project.org > Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129121/1753640/1405269326/xyzzy [quirin.gylstorff@siemens.com] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/recipes-initramfs/initramfs-abrootfs-hook/initramfs-abrootfs-hook_0.1.bb b/recipes-initramfs/initramfs-abrootfs-hook/initramfs-abrootfs-hook_0.1.bb index 17c60da..fb27f94 100644 --- a/recipes-initramfs/initramfs-abrootfs-hook/initramfs-abrootfs-hook_0.1.bb +++ b/recipes-initramfs/initramfs-abrootfs-hook/initramfs-abrootfs-hook_0.1.bb @@ -26,7 +26,7 @@ IMAGE_FULLNAME ??= "${ABROOTFS_IMAGE_RECIPE}-${DISTRO}-${MACHINE}" IMAGE_UUID_ENV_FILE = "${DEPLOY_DIR_IMAGE}/${IMAGE_FULLNAME}.uuid.env" -do_install[depends] += "${ABROOTFS_IMAGE_RECIPE}:do_generate_image_uuid" +do_install[depends] += "${ABROOTFS_IMAGE_RECIPE}:generate_image_uuid" do_install[cleandirs] += " \ ${D}/usr/share/initramfs-tools/hooks \ ${D}/usr/share/abrootfs \