public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 0/6] Add support for Ubuntu
@ 2020-12-14  7:11 Jan Kiszka
  2020-12-14  7:11 ` [PATCH 1/6] meta: image: Account for Ubuntu differences in do_copy_boot_files Jan Kiszka
                   ` (7 more replies)
  0 siblings, 8 replies; 19+ messages in thread
From: Jan Kiszka @ 2020-12-14  7:11 UTC (permalink / raw)
  To: isar-users; +Cc: Henning Schild

As customers are asking for this, I sat down and refreshes Henning's
patches to enable Ubuntu images. These are now targeting the latest LTS,
20.04 Focal Fossa.

First downstream usage via meta-iot2050 is WIP.

If we get traction on this, ie. issue reports and contribution of newer
releases, we may consider making a Ubuntu a first-class citizen by
moving it over to meta. For now, meta-isar seems more appropriate.

The last patch in the series is not strictly needed for Ubuntu. I just
came across this while playing with linux-mainline for focal-arm64.

Jan


CC: Henning Schild <henning.schild@siemens.com>

Henning Schild (2):
  meta/isar-bootstrap: allow passing a SCRIPT to debootstrap
  meta-isar: Add new distro ubuntu with suite "focal"

Jan Kiszka (4):
  meta: image: Account for Ubuntu differences in do_copy_boot_files
  wic: bootimg-efi-isar: Add support for Ubuntu
  meta: cache_deb_src: Account for the case that resolv.conf is a
    non-existent link
  meta-isar: linux-mainline: Adjust cfg fragment test to arm64 defconfig

 meta-isar/conf/distro/ubuntu-focal-ports.list |  6 +++++
 meta-isar/conf/distro/ubuntu-focal.conf       | 24 +++++++++++++++++++
 meta-isar/conf/distro/ubuntu-focal.list       |  6 +++++
 meta-isar/conf/local.conf.sample              |  2 ++
 meta-isar/conf/machine/qemuamd64.conf         |  1 +
 meta-isar/conf/machine/qemuarm64.conf         |  1 +
 .../conf/multiconfig/qemuamd64-focal.conf     |  7 ++++++
 .../conf/multiconfig/qemuarm64-focal.conf     |  7 ++++++
 .../linux/linux-mainline_5.4.70.bb            |  3 ++-
 meta/classes/image.bbclass                    |  9 ++++---
 meta/classes/rootfs.bbclass                   |  6 +++--
 meta/classes/wic-img.bbclass                  |  2 +-
 .../isar-bootstrap/isar-bootstrap.inc         |  6 +++--
 .../wic/plugins/source/bootimg-efi-isar.py    | 10 +++++---
 scripts/ci_build.sh                           |  6 +++--
 scripts/start_vm                              |  6 ++---
 scripts/vm_smoke_test                         |  1 +
 17 files changed, 86 insertions(+), 17 deletions(-)
 create mode 100644 meta-isar/conf/distro/ubuntu-focal-ports.list
 create mode 100644 meta-isar/conf/distro/ubuntu-focal.conf
 create mode 100644 meta-isar/conf/distro/ubuntu-focal.list
 create mode 100644 meta-isar/conf/multiconfig/qemuamd64-focal.conf
 create mode 100644 meta-isar/conf/multiconfig/qemuarm64-focal.conf

-- 
2.26.2


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

end of thread, other threads:[~2021-01-18 16:15 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-14  7:11 [PATCH 0/6] Add support for Ubuntu Jan Kiszka
2020-12-14  7:11 ` [PATCH 1/6] meta: image: Account for Ubuntu differences in do_copy_boot_files Jan Kiszka
2020-12-14 12:16   ` Henning Schild
2020-12-14 12:27     ` Jan Kiszka
2020-12-14 12:36       ` Henning Schild
2020-12-14 16:39         ` Jan Kiszka
2020-12-14 16:40           ` Henning Schild
2020-12-15  9:22             ` Jan Kiszka
2020-12-14  7:11 ` [PATCH 2/6] meta/isar-bootstrap: allow passing a SCRIPT to debootstrap Jan Kiszka
2020-12-14  7:11 ` [PATCH 3/6] wic: bootimg-efi-isar: Add support for Ubuntu Jan Kiszka
2020-12-14 12:13   ` Henning Schild
2020-12-14 12:28     ` Jan Kiszka
2020-12-14 12:33       ` Henning Schild
2020-12-14  7:11 ` [PATCH 4/6] meta: cache_deb_src: Account for the case that resolv.conf is a non-existent link Jan Kiszka
2020-12-14  7:11 ` [PATCH 5/6] meta-isar: Add new distro ubuntu with suite "focal" Jan Kiszka
2020-12-14  7:11 ` [PATCH 6/6] meta-isar: linux-mainline: Adjust cfg fragment test to arm64 defconfig Jan Kiszka
2020-12-14 12:06 ` [PATCH 0/6] Add support for Ubuntu Henning Schild
2020-12-14 12:26   ` Jan Kiszka
2021-01-18 16:15 ` Anton Mikanovich

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