From: "Nishanth Menon" <nm@ti.com>
To: Denys Dmytriyenko <denis@denix.org>, Ryan Eatmon <reatmon@ti.com>
Cc: Dave Gerlach <d-gerlach@ti.com>,
"Humphreys, Jonathan" <j-humphreys@ti.com>, <praneeth@ti.com>,
<minas@ti.com>, "Hilman, Kevin" <khilman@ti.com>,
"Patton, Schuyler" <spatton@ti.com>,
"Devshatwar, Nikhil" <nikhil.nd@ti.com>,
<meta-arago@lists.yoctoproject.org>, Nishanth Menon <nm@ti.com>
Subject: [dunfell/master PATCH 1/6] tisdk-tiny-image: Split common components into include file
Date: Tue, 8 Mar 2022 20:13:11 -0600 [thread overview]
Message-ID: <20220309021316.28370-2-nm@ti.com> (raw)
In-Reply-To: <20220309021316.28370-1-nm@ti.com>
Lets split the common pieces for creating a tiny image into an include
file This can then be used to incrementally build additional images as
well.
Signed-off-by: Nishanth Menon <nm@ti.com>
---
.../recipes-core/images/arago-tiny-image.inc | 9 +++++++++
.../recipes-core/images/tisdk-tiny-image.bb | 11 +++--------
2 files changed, 12 insertions(+), 8 deletions(-)
create mode 100644 meta-arago-distro/recipes-core/images/arago-tiny-image.inc
diff --git a/meta-arago-distro/recipes-core/images/arago-tiny-image.inc b/meta-arago-distro/recipes-core/images/arago-tiny-image.inc
new file mode 100644
index 000000000000..79c8f6075911
--- /dev/null
+++ b/meta-arago-distro/recipes-core/images/arago-tiny-image.inc
@@ -0,0 +1,9 @@
+ARAGO_SYSVINIT = "1"
+
+require arago-image.inc
+
+IMAGE_FEATURES_remove = "package-management splash"
+
+IMAGE_INSTALL = " \
+ packagegroup-arago-sysvinit-boot \
+"
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 c0ef8f247ee7..af04b76bc588 100644
--- a/meta-arago-distro/recipes-core/images/tisdk-tiny-image.bb
+++ b/meta-arago-distro/recipes-core/images/tisdk-tiny-image.bb
@@ -1,15 +1,10 @@
-ARAGO_SYSVINIT = "1"
-
-require arago-image.inc
+ARAGO_TINY_IMAGE_EXTRA_INSTALL ?= ""
-IMAGE_FEATURES_remove = "package-management splash"
+require arago-tiny-image.inc
IMAGE_FSTYPES += "cpio cpio.xz"
-ARAGO_TINY_IMAGE_EXTRA_INSTALL ?= ""
-
-IMAGE_INSTALL = " \
- packagegroup-arago-sysvinit-boot \
+IMAGE_INSTALL += " \
${ARAGO_TINY_IMAGE_EXTRA_INSTALL} \
"
--
2.31.1
next prev parent reply other threads:[~2022-03-09 2:13 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-09 2:13 [dunfell/master PATCH 0/6] recipes-core: Lets add a bootstrap Linux image Nishanth Menon
2022-03-09 2:13 ` Nishanth Menon [this message]
2022-03-09 2:13 ` [dunfell/master PATCH 2/6] tisdk-tiny-image: Add some usability notes Nishanth Menon
2022-03-11 17:38 ` Denys Dmytriyenko
2022-03-18 12:34 ` Nishanth Menon
2022-03-09 2:13 ` [dunfell/master PATCH 3/6] packagegroups: Add a new bootstrap package group Nishanth Menon
2022-03-11 17:43 ` [meta-arago] " Denys Dmytriyenko
2022-03-11 17:43 ` Denys Dmytriyenko
2022-03-18 12:35 ` Nishanth Menon
2022-03-09 2:13 ` [dunfell/master PATCH 4/6] recipes-core: images: Add a basic bootstrap base image Nishanth Menon
2022-03-11 17:53 ` Denys Dmytriyenko
2022-03-18 12:36 ` Nishanth Menon
[not found] ` <16DB65153852778E.24530@lists.yoctoproject.org>
2022-03-11 18:18 ` [meta-arago] " Denys Dmytriyenko
2022-03-18 12:38 ` Nishanth Menon
2022-03-09 2:13 ` [dunfell/master PATCH 5/6] recipes-bsp: Create a k3-bootstrap-initrd package Nishanth Menon
2022-03-11 18:06 ` [meta-arago] " Denys Dmytriyenko
2022-03-18 12:37 ` Nishanth Menon
2022-03-09 2:13 ` [dunfell/master PATCH 6/6] recipes-core: images: Introduce tisdk-bootstrap-image Nishanth Menon
2022-03-11 21:34 ` [meta-arago] " Denys Dmytriyenko
2022-03-18 12:39 ` Nishanth Menon
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=20220309021316.28370-2-nm@ti.com \
--to=nm@ti.com \
--cc=d-gerlach@ti.com \
--cc=denis@denix.org \
--cc=j-humphreys@ti.com \
--cc=khilman@ti.com \
--cc=meta-arago@lists.yoctoproject.org \
--cc=minas@ti.com \
--cc=nikhil.nd@ti.com \
--cc=praneeth@ti.com \
--cc=reatmon@ti.com \
--cc=spatton@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.