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 <[email protected]> --- 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 --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" -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14819): https://lists.yoctoproject.org/g/meta-arago/message/14819 Mute This Topic: https://lists.yoctoproject.org/mt/100547166/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
