meta-arago.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: Paresh Bhagat <p-bhagat@ti.com>
To: <meta-arago@lists.yoctoproject.org>, <denis@denix.org>, <reatmon@ti.com>
Cc: <c-shilwant@ti.com>, <s-adivi@ti.com>, <g-gupta@ti.com>, <khasim@ti.com>
Subject: [kirkstone][PATCH] Add a new initramfs image for jailhouse linux demo
Date: Wed, 21 Feb 2024 16:45:51 +0530	[thread overview]
Message-ID: <20240221111551.320945-1-p-bhagat@ti.com> (raw)

Add a new jailhouse-inmate image which will be used as initramfs
for jailhouse linux demo. This image will contain some additional
applications and packages need for OOB demo.

Signed-off-by: Paresh Bhagat <p-bhagat@ti.com>
---
 meta-arago-distro/conf/distro/arago.conf         |  2 +-
 .../images/tisdk-jailhouse-inmate.bb             | 16 ++++++++++++++++
 2 files changed, 17 insertions(+), 1 deletion(-)
 create mode 100644 meta-arago-distro/recipes-core/images/tisdk-jailhouse-inmate.bb

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index 2a2b827f..e46ebd26 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -138,7 +138,7 @@ PACKAGECONFIG:remove:pn-alsa-plugins = "pulseaudio"
 RDEPENDS:pulseaudio-server:remove = "alsa-plugins-pulseaudio-conf"
 
 # Configure RAMFS for jailhouse linux-demo
-JH_RAMFS_IMAGE = "tisdk-tiny-initramfs"
+JH_RAMFS_IMAGE = "tisdk-jailhouse-inmate"
 
 # Enable UI and scripting for perf
 PERF_FEATURES_ENABLE ?= "perf-scripting perf-tui"
diff --git a/meta-arago-distro/recipes-core/images/tisdk-jailhouse-inmate.bb b/meta-arago-distro/recipes-core/images/tisdk-jailhouse-inmate.bb
new file mode 100644
index 00000000..57efd009
--- /dev/null
+++ b/meta-arago-distro/recipes-core/images/tisdk-jailhouse-inmate.bb
@@ -0,0 +1,16 @@
+SUMMARY = "Arago TI SDK super minimal base image for jailhouse linux demo"
+
+DESCRIPTION = "Image meant for basic boot of linux inmate for jailhouse\
+This image is derived from tisdk-tiny-initramfs and contains additional\
+packages for OOB demo.\
+"
+
+require recipes-core/images/tisdk-tiny-initramfs.bb
+
+COMPATIBLE_MACHINE = "am62xx|am62pxx"
+
+IMAGE_FSTYPES += "cpio"
+
+PACKAGE_INSTALL += "jailhouse-inmate"
+
+export IMAGE_BASENAME = "tisdk-jailhouse-inmate"
-- 
2.34.1



                 reply	other threads:[~2024-02-21 11:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240221111551.320945-1-p-bhagat@ti.com \
    --to=p-bhagat@ti.com \
    --cc=c-shilwant@ti.com \
    --cc=denis@denix.org \
    --cc=g-gupta@ti.com \
    --cc=khasim@ti.com \
    --cc=meta-arago@lists.yoctoproject.org \
    --cc=reatmon@ti.com \
    --cc=s-adivi@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).