All of lore.kernel.org
 help / color / mirror / Atom feed
* [dunfell/master PATCH 0/6] recipes-core: Lets add a bootstrap Linux image
@ 2022-03-09  2:13 Nishanth Menon
  2022-03-09  2:13 ` [dunfell/master PATCH 1/6] tisdk-tiny-image: Split common components into include file Nishanth Menon
                   ` (5 more replies)
  0 siblings, 6 replies; 20+ messages in thread
From: Nishanth Menon @ 2022-03-09  2:13 UTC (permalink / raw)
  To: Denys Dmytriyenko, Ryan Eatmon
  Cc: Dave Gerlach, Humphreys, Jonathan, praneeth, minas, Hilman,
	Kevin, Patton, Schuyler, Devshatwar, Nikhil, meta-arago,
	Nishanth Menon

Hi,

Board bringups are typically painful. however, over the years, folks
know of minimal debug tools that are pretty effective in helping debug
basic peripherals. Lets create a reusable packagegroup balancing the
tools from wisdom from various folks vs the size of the resultant
package.

We would like to base such a system on more simplistic sysvinit (no
offence systemd, you are still our fav), as it has a much smaller
footprint.

The board startup is best done with a minimal u-boot and kernel device
tree configurations.

Nishanth Menon (6):
  tisdk-tiny-image: Split common components into include file
  tisdk-tiny-image: Add some usability notes
  packagegroups: Add a new bootstrap package group
  recipes-core: images: Add a basic bootstrap base image
  recipes-bsp: Create a k3-bootstrap-initrd package
  recipes-core: images: Introduce tisdk-bootstrap-image

 .../k3-bootstrap-initrd_1.0.bb                | 22 ++++++++
 .../recipes-core/images/arago-tiny-image.inc  |  9 +++
 .../images/tisdk-bootstrap-base-image.bb      | 20 +++++++
 .../images/tisdk-bootstrap-image.bb           | 17 ++++++
 .../recipes-core/images/tisdk-tiny-image.bb   | 14 ++---
 .../packagegroup-arago-bootstrap.bb           | 55 +++++++++++++++++++
 6 files changed, 130 insertions(+), 7 deletions(-)
 create mode 100644 meta-arago-distro/recipes-bsp/k3-bootstrap-initrd/k3-bootstrap-initrd_1.0.bb
 create mode 100644 meta-arago-distro/recipes-core/images/arago-tiny-image.inc
 create mode 100644 meta-arago-distro/recipes-core/images/tisdk-bootstrap-base-image.bb
 create mode 100644 meta-arago-distro/recipes-core/images/tisdk-bootstrap-image.bb
 create mode 100644 meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-bootstrap.bb

-- 
2.31.1


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2022-03-18 12:39 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [dunfell/master PATCH 1/6] tisdk-tiny-image: Split common components into include file Nishanth Menon
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

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.