All of lore.kernel.org
 help / color / mirror / Atom feed
* [master/dunfell PATCH V4 00/12] recipes-core: Add a bootstrap Linux image
@ 2022-03-19 12:32 Nishanth Menon
  2022-03-19 12:32 ` [master/dunfell PATCH V4 01/12] Revert "tisdk-tiny-image: remove packagedata task breaking initramfs packaging" Nishanth Menon
                   ` (12 more replies)
  0 siblings, 13 replies; 19+ messages in thread
From: Nishanth Menon @ 2022-03-19 12:32 UTC (permalink / raw)
  To: denis, reatmon
  Cc: d-gerlach, j-humphreys, khilman, meta-arago, minas, nikhil.nd,
	praneeth, spatton, Nishanth Menon

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.

Dependency (for patch #12, depends on https://lore.kernel.org/all/20220314202840.18904-1-reatmon@ti.com/ )

Changes since V3:
* Fixes a typo that crept back in

V3: https://lore.kernel.org/all/20220318184045.11246-1-nm@ti.com/
V2: https://lore.kernel.org/all/20220318143735.17642-1-nm@ti.com/
V1: https://lore.kernel.org/all/20220309021316.28370-1-nm@ti.com/

Nishanth Menon (12):
  Revert "tisdk-tiny-image: remove packagedata task breaking initramfs
    packaging"
  tisdk-tiny-image: Split common components into include file
  tisdk-tiny-image: Add some usability notes
  tisdk-base-image: Reformat documentation and clarify usage
  tisdk-default-image: Reformat documentation and clarify usage
  tisdk-thinlinux-image: Reformat documentation
  tisdk-core-bundle: Add documentation to clarify usage
  packagegroups: Add a new bootstrap package group
  recipes-core: images: Add a basic bootstrap base image
  recipes-bsp: Create a bootstrap-initrd package
  recipes-core: images: Introduce tisdk-bootstrap-image
  images: Build tisdk-bootstrap-image with tisdk-core-bundle

 .../bootstrap-initrd/bootstrap-initrd_1.0.bb  | 22 ++++++++
 .../recipes-core/images/arago-tiny-image.inc  |  9 ++++
 .../recipes-core/images/tisdk-base-image.bb   |  6 ++-
 .../images/tisdk-bootstrap-base-image.bb      | 22 ++++++++
 .../images/tisdk-bootstrap-image.bb           | 22 ++++++++
 .../recipes-core/images/tisdk-core-bundle.bb  |  7 +++
 .../recipes-core/images/tisdk-core-bundle.inc |  2 +-
 .../images/tisdk-default-image.bb             |  5 +-
 .../images/tisdk-thinlinux-image.bb           |  6 ++-
 .../recipes-core/images/tisdk-tiny-image.bb   | 21 ++++----
 .../packagegroup-arago-bootstrap.bb           | 53 +++++++++++++++++++
 11 files changed, 160 insertions(+), 15 deletions(-)
 create mode 100644 meta-arago-distro/recipes-bsp/bootstrap-initrd/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] 19+ messages in thread

end of thread, other threads:[~2022-03-22 17:36 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-19 12:32 [master/dunfell PATCH V4 00/12] recipes-core: Add a bootstrap Linux image Nishanth Menon
2022-03-19 12:32 ` [master/dunfell PATCH V4 01/12] Revert "tisdk-tiny-image: remove packagedata task breaking initramfs packaging" Nishanth Menon
2022-03-19 12:33 ` [master/dunfell PATCH V4 02/12] tisdk-tiny-image: Split common components into include file Nishanth Menon
2022-03-19 12:33 ` [master/dunfell PATCH V4 03/12] tisdk-tiny-image: Add some usability notes Nishanth Menon
2022-03-19 12:33 ` [master/dunfell PATCH V4 04/12] tisdk-base-image: Reformat documentation and clarify usage Nishanth Menon
2022-03-19 12:33 ` [master/dunfell PATCH V4 05/12] tisdk-default-image: " Nishanth Menon
2022-03-19 12:33 ` [master/dunfell PATCH V4 06/12] tisdk-thinlinux-image: Reformat documentation Nishanth Menon
2022-03-19 12:33 ` [master/dunfell PATCH V4 07/12] tisdk-core-bundle: Add documentation to clarify usage Nishanth Menon
2022-03-22 12:18   ` Nishanth Menon
2022-03-19 12:33 ` [master/dunfell PATCH V4 08/12] packagegroups: Add a new bootstrap package group Nishanth Menon
2022-03-19 12:33 ` [master/dunfell PATCH V4 09/12] recipes-core: images: Add a basic bootstrap base image Nishanth Menon
2022-03-19 12:33 ` [master/dunfell PATCH V4 10/12] recipes-bsp: Create a bootstrap-initrd package Nishanth Menon
2022-03-19 12:33 ` [master/dunfell PATCH V4 11/12] recipes-core: images: Introduce tisdk-bootstrap-image Nishanth Menon
2022-03-19 12:33 ` [master/dunfell PATCH V4 12/12] images: Build tisdk-bootstrap-image with tisdk-core-bundle Nishanth Menon
2022-03-22  4:55   ` Denys Dmytriyenko
2022-03-22 12:44     ` Nishanth Menon
     [not found]     ` <16DEB49A300B0672.26416@lists.yoctoproject.org>
2022-03-22 13:47       ` [meta-arago] " Nishanth Menon
2022-03-22 17:35         ` Denys Dmytriyenko
2022-03-22  4:48 ` [master/dunfell PATCH V4 00/12] recipes-core: Add a bootstrap Linux image Denys Dmytriyenko

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.