public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 0/3] Replace rpi-sdimg by wic
@ 2022-03-21 13:42 Anton Mikanovich
  2022-03-21 13:42 ` [PATCH 1/3] rpi: Introduce bootconfig-rpi package Anton Mikanovich
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Anton Mikanovich @ 2022-03-21 13:42 UTC (permalink / raw)
  To: isar-users; +Cc: Anton Mikanovich

Make Raspberry Pi targets to use WIC for image generation.

Anton Mikanovich (3):
  rpi: Introduce bootconfig-rpi package
  rpi: Migrate to WIC
  doc: Change rpi-sdimg related documentation

 RECIPE-API-CHANGELOG.md                       |   8 +-
 doc/user_manual.md                            |   7 +-
 meta-isar/classes/rpi-sdimg.bbclass           | 101 +++---------------
 .../conf/distro/raspbian-configscript.sh      |   6 --
 meta-isar/conf/machine/rpi-common.conf        |  16 ++-
 meta-isar/conf/machine/rpi.conf               |   3 +-
 meta-isar/conf/multiconfig/rpi-stretch.conf   |  13 ++-
 .../bootconfig-rpi/bootconfig-rpi.bb          |  28 +++++
 .../bootconfig-rpi/files/cmdline.txt.tmpl     |   1 +
 .../bootconfig-rpi/files/config.txt           |   5 +
 .../recipes-bsp/bootconfig-rpi/files/postinst |   9 ++
 .../scripts/lib/wic/canned-wks/rpi-sdimg.wks  |   5 +
 12 files changed, 99 insertions(+), 103 deletions(-)
 create mode 100644 meta-isar/recipes-bsp/bootconfig-rpi/bootconfig-rpi.bb
 create mode 100644 meta-isar/recipes-bsp/bootconfig-rpi/files/cmdline.txt.tmpl
 create mode 100644 meta-isar/recipes-bsp/bootconfig-rpi/files/config.txt
 create mode 100644 meta-isar/recipes-bsp/bootconfig-rpi/files/postinst
 create mode 100644 meta-isar/scripts/lib/wic/canned-wks/rpi-sdimg.wks

-- 
2.17.1


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-21 13:42 [PATCH 0/3] Replace rpi-sdimg by wic Anton Mikanovich
2022-03-21 13:42 ` [PATCH 1/3] rpi: Introduce bootconfig-rpi package Anton Mikanovich
2022-03-21 13:42 ` [PATCH 2/3] rpi: Migrate to WIC Anton Mikanovich
2022-03-21 13:42 ` [PATCH 3/3] doc: Change rpi-sdimg related documentation Anton Mikanovich
2022-03-28 17:50 ` [PATCH 0/3] Replace rpi-sdimg by wic Anton Mikanovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox