From: Paresh Bhagat <[email protected]> Add a recipe to build and package jailhouse image for am62xx devices. new image will be named as tisdk-jailhouse-image. jailhouse recipe will also package overlay used for jailhouse.
Signed-off-by: Paresh Bhagat <[email protected]> Signed-off-by: Ryan Eatmon <[email protected]> --- .../recipes-core/images/tisdk-jailhouse-image.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb diff --git a/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb b/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb new file mode 100644 index 00000000..267fcc2d --- /dev/null +++ b/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb @@ -0,0 +1,11 @@ +# Produces wic image for jailhouse + +require recipes-core/images/tisdk-default-image.bb + +COMPATIBLE_MACHINE = "am62xx" + +IMAGE_INSTALL:append:am62xx = " jailhouse" + +export IMAGE_BASENAME = "tisdk-jailhouse-image" + +WIC_CREATE_EXTRA_ARGS:append = " --no-fstab-update" -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14633): https://lists.yoctoproject.org/g/meta-arago/message/14633 Mute This Topic: https://lists.yoctoproject.org/mt/99532785/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
