From: "Maxim Yu. Osipov" <mosipov@ilbers.de>
To: Jan Kiszka <jan.kiszka@siemens.com>,
isar-users <isar-users@googlegroups.com>
Subject: Re: [PATCH 00/10] HiKey and DE0 Nano SoC boards, further improvements and cleanups
Date: Wed, 7 Nov 2018 16:11:29 +0300 [thread overview]
Message-ID: <a4fe83c9-d873-180f-043c-03a6371bc54d@ilbers.de> (raw)
In-Reply-To: <cover.1541400730.git.jan.kiszka@siemens.com>
On 11/5/18 9:52 AM, Jan Kiszka wrote:
> This brings two of the boards we demonstrated at ELC-E into the
> mainline. Along that, several details are fixed or improved,
> specifically around the grub-efi installation.
>
> Includes a fix already posted yesterday as it depends on it.
Series is applied to the 'next'.
Note:
The v2 of "01/10 meta: builchroot: Preserve environment when calling
dpkg-buildpackage" was applied.
Thanks,
Maxim.
> Jan
>
> PS: Seems we currently have some gpg key error with the buster targets.
> Didn't look into details yet, just got this from CI.
>
> Jan Kiszka (10):
> meta: builchroot: Preserve environment when calling dpkg-buildpackage
> meta-isar: Remove remaining wheezy traces
> meta-isar: linux: Update mainline recipe to 4.19
> meta-isar: example-module: Only disable cross-compilation for Debian
> kernels
> meta-isar: Add Terasic DE0-Nano-SoC as demonstration board
> meta-isar: Add LeMaker HiKey board
> meta: linux-module: Fix arm64 cross-build
> wic: bootimg-efi-isar: Avoid append "None" to kernel command line
> wic: bootimg-efi-isar: Make agnostic to partition order
> image: Add install_image_deps to cache_base_repo dependencies
>
> Supported_Configurations.md | 6 ++--
> Tested_Status.md | 6 ++--
> doc/user_manual.md | 1 -
> meta-isar/conf/distro/debian-wheezy.conf | 11 ------
> meta-isar/conf/distro/debian-wheezy.list | 3 --
> meta-isar/conf/local.conf.sample | 3 +-
> meta-isar/conf/machine/de0-nano-soc.conf | 18 ++++++++++
> meta-isar/conf/machine/hikey.conf | 14 ++++++++
> .../conf/multiconfig/de0-nano-soc-stretch.conf | 7 ++++
> meta-isar/conf/multiconfig/hikey-stretch.conf | 7 ++++
> meta-isar/conf/multiconfig/qemuarm-wheezy.conf | 23 ------------
> meta-isar/recipes-bsp/u-boot/u-boot_2018.09.bb | 11 ++++++
> .../example-module/example-module.bb | 17 +++++----
> ...fpga-Rename-socfpga_cyclone5_de0_-sockit-.patch | 41 ++++++++++++++++++++++
> .../recipes-kernel/linux/linux-mainline_4.14.18.bb | 17 ---------
> .../recipes-kernel/linux/linux-mainline_4.19.0.bb | 22 ++++++++++++
> .../scripts/lib/wic/canned-wks/de0-nano-soc.wks | 10 ++++++
> meta-isar/scripts/lib/wic/canned-wks/hikey.wks | 10 ++++++
> .../lib/wic/plugins/source/bootimg-efi-isar.py | 14 ++++----
> meta/classes/image.bbclass | 2 +-
> meta/recipes-devtools/buildchroot/files/build.sh | 2 +-
> .../recipes-kernel/linux-module/files/debian/rules | 2 +-
> 22 files changed, 167 insertions(+), 80 deletions(-)
> delete mode 100644 meta-isar/conf/distro/debian-wheezy.conf
> delete mode 100644 meta-isar/conf/distro/debian-wheezy.list
> create mode 100644 meta-isar/conf/machine/de0-nano-soc.conf
> create mode 100644 meta-isar/conf/machine/hikey.conf
> create mode 100644 meta-isar/conf/multiconfig/de0-nano-soc-stretch.conf
> create mode 100644 meta-isar/conf/multiconfig/hikey-stretch.conf
> delete mode 100644 meta-isar/conf/multiconfig/qemuarm-wheezy.conf
> create mode 100644 meta-isar/recipes-bsp/u-boot/u-boot_2018.09.bb
> create mode 100644 meta-isar/recipes-kernel/linux/files/0001-ARM-dts-socfpga-Rename-socfpga_cyclone5_de0_-sockit-.patch
> delete mode 100644 meta-isar/recipes-kernel/linux/linux-mainline_4.14.18.bb
> create mode 100644 meta-isar/recipes-kernel/linux/linux-mainline_4.19.0.bb
> create mode 100644 meta-isar/scripts/lib/wic/canned-wks/de0-nano-soc.wks
> create mode 100644 meta-isar/scripts/lib/wic/canned-wks/hikey.wks
>
--
Maxim Osipov
ilbers GmbH
Maria-Merian-Str. 8
85521 Ottobrunn
Germany
+49 (151) 6517 6917
mosipov@ilbers.de
http://ilbers.de/
Commercial register Munich, HRB 214197
General Manager: Baurzhan Ismagulov
prev parent reply other threads:[~2018-11-07 13:11 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-05 6:52 Jan Kiszka
2018-11-05 6:52 ` [PATCH 01/10] meta: builchroot: Preserve environment when calling dpkg-buildpackage Jan Kiszka
2018-11-05 9:41 ` Henning Schild
2018-11-05 9:46 ` Jan Kiszka
2018-11-05 10:05 ` Henning Schild
2018-11-05 10:16 ` [PATCH v2 " Jan Kiszka
2018-11-05 14:15 ` [PATCH " Baurzhan Ismagulov
2018-11-05 14:25 ` Jan Kiszka
2018-11-05 15:36 ` Henning Schild
2018-11-06 10:53 ` Baurzhan Ismagulov
2018-11-05 6:52 ` [PATCH 02/10] meta-isar: Remove remaining wheezy traces Jan Kiszka
2018-11-09 14:22 ` Baurzhan Ismagulov
2018-11-05 6:52 ` [PATCH 03/10] meta-isar: linux: Update mainline recipe to 4.19 Jan Kiszka
2018-11-05 6:52 ` [PATCH 04/10] meta-isar: example-module: Only disable cross-compilation for Debian kernels Jan Kiszka
2018-11-05 6:52 ` [PATCH 05/10] meta-isar: Add Terasic DE0-Nano-SoC as demonstration board Jan Kiszka
2018-11-05 6:52 ` [PATCH 06/10] meta-isar: Add LeMaker HiKey board Jan Kiszka
2018-11-05 6:52 ` [PATCH 07/10] meta: linux-module: Fix arm64 cross-build Jan Kiszka
2018-11-05 6:52 ` [PATCH 08/10] wic: bootimg-efi-isar: Avoid append "None" to kernel command line Jan Kiszka
2018-11-05 6:52 ` [PATCH 09/10] wic: bootimg-efi-isar: Make agnostic to partition order Jan Kiszka
2018-11-05 6:52 ` [PATCH 10/10] image: Add install_image_deps to cache_base_repo dependencies Jan Kiszka
2018-11-06 9:59 ` [PATCH 00/10] HiKey and DE0 Nano SoC boards, further improvements and cleanups Maxim Yu. Osipov
2018-11-06 10:49 ` Baurzhan Ismagulov
2018-11-06 10:51 ` Jan Kiszka
2018-11-07 13:11 ` Maxim Yu. Osipov [this message]
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=a4fe83c9-d873-180f-043c-03a6371bc54d@ilbers.de \
--to=mosipov@ilbers.de \
--cc=isar-users@googlegroups.com \
--cc=jan.kiszka@siemens.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