All of lore.kernel.org
 help / color / mirror / Atom feed
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 <praneeth@ti.com>, minas <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 V2 10/12] recipes-core: images: Introduce tisdk-bootstrap-image
Date: Fri, 18 Mar 2022 09:37:33 -0500	[thread overview]
Message-ID: <20220318143735.17642-11-nm@ti.com> (raw)
In-Reply-To: <20220318143735.17642-1-nm@ti.com>

Lets introduce tisdk-bootstrap-image which now consists of a
completely bootable system with minimal initramfs that can be used
to boot up a system. We also will create a rootfs that matches with
the initramfs to allow users who use mmc and other boot media to have
access to the same debug tools for a new platform bringup

Signed-off-by: Nishanth Menon <nm@ti.com>
---
Changes since v1:
* review comments (s/kernel/kernel-base)

V1: https://lore.kernel.org/all/20220309021316.28370-7-nm@ti.com/
 .../images/tisdk-bootstrap-image.bb           | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 meta-arago-distro/recipes-core/images/tisdk-bootstrap-image.bb

diff --git a/meta-arago-distro/recipes-core/images/tisdk-bootstrap-image.bb b/meta-arago-distro/recipes-core/images/tisdk-bootstrap-image.bb
new file mode 100644
index 000000000000..ce7a80c8a56e
--- /dev/null
+++ b/meta-arago-distro/recipes-core/images/tisdk-bootstrap-image.bb
@@ -0,0 +1,20 @@
+# Arago TI SDK bootstrap image usable for board bringup
+#
+# This image is a complete package containing a rootfs and an initrd
+# with platform test utilities that can be used for new platform
+# bringup activities. Typically one would use the bootstrap initrd
+# till the storage media access is debugged, following which one would
+# switch over to using the storage media of choice with the same content.
+
+require arago-tiny-image.inc
+
+ARAGO_BOOTSTRAP_IMAGE_EXTRA_INSTALL ?= ""
+
+IMAGE_INSTALL += " \
+	packagegroup-arago-bootstrap \
+	kernel-base \
+	bootstrap-initrd \
+	${ARAGO_BOOTSTRAP_IMAGE_EXTRA_INSTALL} \
+"
+
+export IMAGE_BASENAME = "tisdk-bootstrap-image"
-- 
2.31.1



  parent reply	other threads:[~2022-03-18 14:37 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-18 14:37 [dunfell/master PATCH V2 00/12] recipes-core: Add a bootstrap Linux image Nishanth Menon
2022-03-18 14:37 ` [dunfell/master PATCH V2 01/12] Revert "tisdk-tiny-image: remove packagedata task breaking initramfs packaging" Nishanth Menon
2022-03-18 14:37 ` [dunfell/master PATCH V2 02/12] tisdk-tiny-image: Split common components into include file Nishanth Menon
2022-03-18 14:37 ` [dunfell/master PATCH V2 03/12] tisdk-tiny-image: Add some usability notes Nishanth Menon
2022-03-18 14:37 ` [dunfell/master PATCH V2 04/12] tisdk-base-image: Reformat documentation and clarify usage Nishanth Menon
2022-03-18 14:37 ` [dunfell/master PATCH V2 05/12] tisdk-default-image: " Nishanth Menon
2022-03-18 14:37 ` [dunfell/master PATCH V2 06/12] tisdk-thinlinux-image: Reformat documentation Nishanth Menon
2022-03-18 14:37 ` [dunfell/master PATCH V2 07/12] packagegroups: Add a new bootstrap package group Nishanth Menon
2022-03-18 14:37 ` [dunfell/master PATCH V2 08/12] recipes-core: images: Add a basic bootstrap base image Nishanth Menon
2022-03-18 14:37 ` [dunfell/master PATCH V2 09/12] recipes-bsp: Create a bootstrap-initrd package Nishanth Menon
2022-03-18 14:37 ` Nishanth Menon [this message]
2022-03-18 14:37 ` [dunfell/master PATCH V2 11/12] tisdk-core-bundle: Add documentation to clarify usage Nishanth Menon
2022-03-18 14:37 ` [dunfell/master PATCH V2 12/12] images: Build tisdk-bootstrap-image with tisdk-core-bundle Nishanth Menon
     [not found] ` <16DD80717DAD77C5.12046@lists.yoctoproject.org>
2022-03-18 16:10   ` [meta-arago] [dunfell/master PATCH V2 03/12] tisdk-tiny-image: Add some usability notes 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=20220318143735.17642-11-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.