public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: Henning Schild <henning.schild@siemens.com>
Cc: isar-users <isar-users@googlegroups.com>
Subject: Re: [PATCH 0/6] Add support for Ubuntu
Date: Mon, 14 Dec 2020 13:26:43 +0100	[thread overview]
Message-ID: <9fa37228-12e7-6e4e-ebd6-ee42cfed5c86@siemens.com> (raw)
In-Reply-To: <20201214130656.70c92cf3@md1za8fc.ad001.siemens.net>

On 14.12.20 13:06, Henning Schild wrote:
> Please double-check if you can reuse some of my commits
> 
> https://github.com/henning-schild-work/isar/commits/henning/staging2
> 

I did, you can see...

> Henning
> 
> Am Mon, 14 Dec 2020 08:11:21 +0100
> schrieb Jan Kiszka <jan.kiszka@siemens.com>:
> 
>> 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"
>>

...here.

Jan

>> 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
>>
> 


-- 
Siemens AG, T RDA IOT
Corporate Competence Center Embedded Linux

  reply	other threads:[~2020-12-14 12:37 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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
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 [this message]
2021-01-18 16:15 ` Anton Mikanovich

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=9fa37228-12e7-6e4e-ebd6-ee42cfed5c86@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=henning.schild@siemens.com \
    --cc=isar-users@googlegroups.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox