diff mbox series

[meta-arago,master/kirkstone] meta-arago-distro: Add recipe for jailhouse image

Message ID 20230614173748.4029-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/kirkstone] meta-arago-distro: Add recipe for jailhouse image | expand

Commit Message

Ryan Eatmon June 14, 2023, 5:37 p.m. UTC
From: Paresh Bhagat <p-bhagat@ti.com>

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 <p-bhagat@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 .../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 mbox series

Patch

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"