On Sat, Mar 19, 2022 at 07:33:10AM -0500, Nishanth Menon wrote: > Add tisdk-bootstrap-image to the list of TARGET_IMAGES for > tisdk-core-bundle.
I just realized - this won't work (and the patch hasn't been tested). As you can see, there was no tiny image in this list. The reason is that tiny image has package management disabled for additional size savings, but that also breaks the way SDK installer bundle gets processed for the SW manifest. That means any other images that are based on tiny or that disable package management, cannot be listed in TARGET_IMAGES of the SDK installer bundle. > Signed-off-by: Nishanth Menon <[email protected]> > --- > Changes Since V3: None. > > V3: https://lore.kernel.org/all/[email protected]/ > > meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc > b/meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc > index 5ce688ef24b7..db73abd27fc2 100644 > --- a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc > +++ b/meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc > @@ -32,7 +32,7 @@ DTB_FILTER_am65xx = "am65" > DTB_FILTER_j7 = "j721e" > > # List of target side images to build for the SDK > -TARGET_IMAGES = "tisdk-base-image tisdk-default-image tisdk-thinlinux-image" > +TARGET_IMAGES = "tisdk-base-image tisdk-default-image tisdk-thinlinux-image > tisdk-bootstrap-image" > > # dra71 lcard requires an initramfs with modules for NFS boot > TARGET_IMAGES_append_dra7xx-evm = " netboot-initrd" > -- > 2.31.1 > -- Regards, Denys Dmytriyenko <[email protected]> PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964 Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13692): https://lists.yoctoproject.org/g/meta-arago/message/13692 Mute This Topic: https://lists.yoctoproject.org/mt/89887444/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
