diff mbox series

[meta-arago,master/kirkstone,2/2] tisdk-tiny-image: Remove cpio as an image type

Message ID 20230803204507.8402-2-reatmon@ti.com
State Superseded
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/kirkstone,1/2] tisdk-tiny-initramfs: Create a smaller dedicated initramfs for tiny | expand

Commit Message

Ryan Eatmon Aug. 3, 2023, 8:45 p.m. UTC
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 <reatmon@ti.com>
---
 meta-arago-distro/recipes-core/images/tisdk-tiny-image.bb | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

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"