public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH v4 00/13] Complete backlog: SDK, assorting fixed and cleanups
@ 2020-10-07 14:01 Jan Kiszka
  2020-10-07 14:01 ` [PATCH v4 01/13] sdk: Add support for adding self-defined sdk packages Jan Kiszka
                   ` (14 more replies)
  0 siblings, 15 replies; 25+ messages in thread
From: Jan Kiszka @ 2020-10-07 14:01 UTC (permalink / raw)
  To: isar-users

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

-- 
2.26.2


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

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

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-07 14:01 [PATCH v4 00/13] Complete backlog: SDK, assorting fixed and cleanups Jan Kiszka
2020-10-07 14:01 ` [PATCH v4 01/13] sdk: Add support for adding self-defined sdk packages Jan Kiszka
2020-10-07 14:01 ` [PATCH v4 02/13] sdk: Make all links in the SDK chroot relative Jan Kiszka
2020-10-07 14:01 ` [PATCH v4 03/13] sdk: Add script to relocate SDK Jan Kiszka
2020-10-15 18:50   ` Baurzhan Ismagulov
2020-10-16  6:47     ` Jan Kiszka
2020-10-07 14:01 ` [PATCH v4 04/13] sdk: Make shipping the isar-apt repo opt-in Jan Kiszka
2020-10-07 14:01 ` [PATCH v4 05/13] sdk: Inject sysroot path when calling relocated toolchain Jan Kiszka
2020-10-07 14:01 ` [PATCH v4 06/13] sdk: Update README.sdk Jan Kiszka
2020-10-16  8:18   ` [PATCH v5 " Jan Kiszka
2020-10-07 14:01 ` [PATCH v4 07/13] isar-bootstrap: Connect to gpg-agent before adding keys Jan Kiszka
2020-11-21  7:41   ` Jan Kiszka
2020-12-14  7:03     ` Jan Kiszka
2020-12-16 11:36     ` Baurzhan Ismagulov
2020-12-16 15:53     ` [PATCH v1] isar-bootstrap: Run gpg-agent before starting apt-key Baurzhan Ismagulov
2020-12-16 16:41       ` Jan Kiszka
2021-01-18 17:30         ` Jan Kiszka
2020-10-07 14:01 ` [PATCH v4 08/13] buildchroot-host: Drop unneeded :native for riscv64 setup Jan Kiszka
2020-10-07 14:01 ` [PATCH v4 09/13] deb-dl-dir: Fix quoting Jan Kiszka
2020-10-07 14:01 ` [PATCH v4 10/13] Fix dependencies on isar-apt Jan Kiszka
2020-10-07 14:01 ` [PATCH v4 11/13] dpkg: Account for changes in mk-build-deps in bullseye Jan Kiszka
2020-10-07 14:01 ` [PATCH v4 12/13] isar-bootstrap: Align debootstrap calls Jan Kiszka
2020-10-07 14:01 ` [PATCH v4 13/13] u-boot: Deprecate BUILD_DEPENDS in favor of DEBIAN_BUILD_DEPENDS Jan Kiszka
2020-11-05 14:23 ` [PATCH v4 00/13] Complete backlog: SDK, assorting fixed and cleanups Baurzhan Ismagulov
2020-11-26 15:40 ` Anton Mikanovich

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