With the creation of tisdk-tiny-initramfs we no longer need this image to create the cpio file. Instead we will need the user to choose to use the initramfs by adding the following to the local.conf at runtime:
INITRAMFS_IMAGE = "tisdk-tiny-initramfs" INITRAMFS_IMAGE_BUNDLE = "1" This will bundle the initramfs into the kernel and the tiny-image can be used to boot the system and then flip over to the initramfs. Signed-off-by: Ryan Eatmon <[email protected]> --- meta-arago-distro/recipes-core/images/tisdk-tiny-image.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-arago-distro/recipes-core/images/tisdk-tiny-image.bb b/meta-arago-distro/recipes-core/images/tisdk-tiny-image.bb index 8117ebc5..e90ebb76 100644 --- a/meta-arago-distro/recipes-core/images/tisdk-tiny-image.bb +++ b/meta-arago-distro/recipes-core/images/tisdk-tiny-image.bb @@ -14,10 +14,7 @@ require arago-tiny-image.inc IMAGE_FEATURES:remove = "package-management" -IMAGE_FSTYPES += "cpio cpio.xz" - IMAGE_INSTALL += " \ ${ARAGO_TINY_IMAGE_EXTRA_INSTALL} \ " - export IMAGE_BASENAME = "tisdk-tiny-image" -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14816): https://lists.yoctoproject.org/g/meta-arago/message/14816 Mute This Topic: https://lists.yoctoproject.org/mt/100534573/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
