Re: [OE-core] [RFC PATCH 1/1] image-live.bbclass: order do_bootimg after do_rootfs

2021-06-05 Thread Ferry Toth
Hi, Op 01-06-2021 om 22:12 schreef Ferry Toth via lists.openembedded.org: Hi Op 26-05-2021 om 20:32 schreef Guillaume Champagne: do_bootimg expects IMGDEPLOYDIR to exist, since it stores its artifacts there. Therefore, do_bootimg should run after do_rootfs because IMGDEPLOYDIR is created

Re: [OE-core] [RFC PATCH 1/1] image-live.bbclass: order do_bootimg after do_rootfs

2021-06-01 Thread Ferry Toth
Hi Op 26-05-2021 om 20:32 schreef Guillaume Champagne: do_bootimg expects IMGDEPLOYDIR to exist, since it stores its artifacts there. Therefore, do_bootimg should run after do_rootfs because IMGDEPLOYDIR is created before do_rootfs runs since IMGDEPLOYDIR is contained in do_rootfs' [cleandirs]

[OE-core] [RFC PATCH 1/1] image-live.bbclass: order do_bootimg after do_rootfs

2021-05-26 Thread Guillaume Champagne
do_bootimg expects IMGDEPLOYDIR to exist, since it stores its artifacts there. Therefore, do_bootimg should run after do_rootfs because IMGDEPLOYDIR is created before do_rootfs runs since IMGDEPLOYDIR is contained in do_rootfs' [cleandirs] varflag. When do_bootimg depends on