diff mbox series

[meta-arago,master/kirkstone,v2,3/3] tisdk-tiny-image: Add dependency on tisdk-tiny-initramfs

Message ID 20230804142537.22072-3-reatmon@ti.com
State Superseded
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/kirkstone,v2,1/3] tisdk-tiny-image: Set INITRAMFS_MAXSIZE | expand

Commit Message

Ryan Eatmon Aug. 4, 2023, 2:25 p.m. UTC
Even if we do not tell the build that the initramfs should be bundled
into the kernel, we want to build the initramfs with every build so that
it can be manually specified through alternative testing schemes.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
v2: Add this missing patch to the series.

 meta-arago-distro/recipes-core/images/tisdk-tiny-image.bb | 2 ++
 1 file changed, 2 insertions(+)
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 1f63ca0b..12e73876 100644
--- a/meta-arago-distro/recipes-core/images/tisdk-tiny-image.bb
+++ b/meta-arago-distro/recipes-core/images/tisdk-tiny-image.bb
@@ -23,4 +23,6 @@  IMAGE_INSTALL += " \
 	${ARAGO_TINY_IMAGE_EXTRA_INSTALL} \
 "
 
+DEPENDS += " tisdk-tiny-initramfs"
+
 export IMAGE_BASENAME = "tisdk-tiny-image"