mbox series

[v4,00/13] Complete backlog: SDK, assorting fixed and cleanups

Message ID cover.1602079290.git.jan.kiszka@siemens.com
Headers show
Series Complete backlog: SDK, assorting fixed and cleanups | expand

Message

Jan Kiszka Oct. 7, 2020, 5:01 a.m. UTC
Rebased queue of my readily pending patches over next.

Changes:
- fixed "sdk: Make shipping the isar-apt repo opt-in"
- added "u-boot: Deprecate BUILD_DEPENDS..."

Local backlog also contains a new board (STM32MP15x) and TF-A and OP-TEE
support, but the test case for the latter is not yet working. Hope that
this will follow soon once I received the needed information to fix it.

Jan

Jan Kiszka (13):
  sdk: Add support for adding self-defined sdk packages
  sdk: Make all links in the SDK chroot relative
  sdk: Add script to relocate SDK
  sdk: Make shipping the isar-apt repo opt-in
  sdk: Inject sysroot path when calling relocated toolchain
  sdk: Update README.sdk
  isar-bootstrap: Connect to gpg-agent before adding keys
  buildchroot-host: Drop unneeded :native for riscv64 setup
  deb-dl-dir: Fix quoting
  Fix dependencies on isar-apt
  dpkg: Account for changes in mk-build-deps in bullseye
  isar-bootstrap: Align debootstrap calls
  u-boot: Deprecate BUILD_DEPENDS in favor of DEBIAN_BUILD_DEPENDS

 RECIPE-API-CHANGELOG.md                       |  4 ++
 doc/user_manual.md                            |  1 +
 meta/classes/deb-dl-dir.bbclass               |  4 +-
 meta/classes/dpkg-base.bbclass                |  1 -
 meta/classes/image-sdk-extension.bbclass      | 34 ++++++++-
 meta/classes/rootfs.bbclass                   |  2 +-
 .../u-boot/files/debian/control.tmpl          |  2 +-
 meta/recipes-bsp/u-boot/u-boot-custom.inc     | 10 ++-
 .../isar-bootstrap/isar-bootstrap.inc         | 24 ++++---
 .../buildchroot/buildchroot-host.bb           |  6 +-
 .../buildchroot/files/deps.sh                 |  7 +-
 .../sdkchroot/files/README.sdk                | 71 ++++++++++---------
 .../sdkchroot/files/gcc-sysroot-wrapper.sh    | 16 +++++
 .../sdkchroot/files/relocate-sdk.sh           | 44 ++++++++++++
 meta/recipes-devtools/sdkchroot/sdkchroot.bb  | 33 ++++++---
 15 files changed, 188 insertions(+), 71 deletions(-)
 create mode 100755 meta/recipes-devtools/sdkchroot/files/gcc-sysroot-wrapper.sh
 create mode 100755 meta/recipes-devtools/sdkchroot/files/relocate-sdk.sh

Comments

Baurzhan Ismagulov Nov. 5, 2020, 4:23 a.m. UTC | #1
On Wed, Oct 07, 2020 at 04:01:17PM +0200, Jan Kiszka wrote:
> Rebased queue of my readily pending patches over next.

Applied 8, 9, 11, 12 to next, thanks.

With kind regards,
Baurzhan.
Anton Mikanovich Nov. 26, 2020, 5:40 a.m. UTC | #2
Applied 10 to next, thanks.

07.10.2020 17:01, Jan Kiszka пишет:
> Rebased queue of my readily pending patches over next.
>
> Changes:
> - fixed "sdk: Make shipping the isar-apt repo opt-in"
> - added "u-boot: Deprecate BUILD_DEPENDS..."
>
> Local backlog also contains a new board (STM32MP15x) and TF-A and OP-TEE
> support, but the test case for the latter is not yet working. Hope that
> this will follow soon once I received the needed information to fix it.
>
> Jan
>
> Jan Kiszka (13):
>    sdk: Add support for adding self-defined sdk packages
>    sdk: Make all links in the SDK chroot relative
>    sdk: Add script to relocate SDK
>    sdk: Make shipping the isar-apt repo opt-in
>    sdk: Inject sysroot path when calling relocated toolchain
>    sdk: Update README.sdk
>    isar-bootstrap: Connect to gpg-agent before adding keys
>    buildchroot-host: Drop unneeded :native for riscv64 setup
>    deb-dl-dir: Fix quoting
>    Fix dependencies on isar-apt
>    dpkg: Account for changes in mk-build-deps in bullseye
>    isar-bootstrap: Align debootstrap calls
>    u-boot: Deprecate BUILD_DEPENDS in favor of DEBIAN_BUILD_DEPENDS
>
>   RECIPE-API-CHANGELOG.md                       |  4 ++
>   doc/user_manual.md                            |  1 +
>   meta/classes/deb-dl-dir.bbclass               |  4 +-
>   meta/classes/dpkg-base.bbclass                |  1 -
>   meta/classes/image-sdk-extension.bbclass      | 34 ++++++++-
>   meta/classes/rootfs.bbclass                   |  2 +-
>   .../u-boot/files/debian/control.tmpl          |  2 +-
>   meta/recipes-bsp/u-boot/u-boot-custom.inc     | 10 ++-
>   .../isar-bootstrap/isar-bootstrap.inc         | 24 ++++---
>   .../buildchroot/buildchroot-host.bb           |  6 +-
>   .../buildchroot/files/deps.sh                 |  7 +-
>   .../sdkchroot/files/README.sdk                | 71 ++++++++++---------
>   .../sdkchroot/files/gcc-sysroot-wrapper.sh    | 16 +++++
>   .../sdkchroot/files/relocate-sdk.sh           | 44 ++++++++++++
>   meta/recipes-devtools/sdkchroot/sdkchroot.bb  | 33 ++++++---
>   15 files changed, 188 insertions(+), 71 deletions(-)
>   create mode 100755 meta/recipes-devtools/sdkchroot/files/gcc-sysroot-wrapper.sh
>   create mode 100755 meta/recipes-devtools/sdkchroot/files/relocate-sdk.sh
>