[4/4] Isar 1.0

Message ID 20260402155231.3587512-5-wzh@ilbers.de
State New
Headers show
Series Isar 1.0 | expand

Commit Message

Zhihang Wei April 2, 2026, 3:52 p.m. UTC
Signed-off-by: Zhihang Wei <wzh@ilbers.de>
---
 ChangeLog                   | 48 +++++++++++++++++++++++++++++
 RECIPE-API-CHANGELOG.md     |  5 ++-
 Supported_Configurations.md | 61 +++++++++++++++++++++++++++++++++++++
 testsuite/data/targets.yml  | 16 ++++++++++
 4 files changed, 129 insertions(+), 1 deletion(-)

Patch

diff --git a/ChangeLog b/ChangeLog
index 86b2ffb9..a264a0f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,53 @@ 
 Release next
 
+Release v1.0
+
+ * Add Debian Trixie support to various machines
+ * Add SBOM generation with debsbom
+ * Add dracut support
+ * Add security policy
+ * Add security advisory on security snapshot timestamp
+ * Add per-kernel recipe variant support
+ * Add make world testsuite
+ * Add nop testsuite
+ * Add test cases for Trixie targets
+ * Add support for negative build tests
+ * Add Discoverable Disk Image support
+ * Add EFI boot support for rpi-arm64-v8
+ * Add 32-bit ARM support for grub-efi
+ * Add and enforce valid maintainer settings in recipes
+ * Significantly speed up build by optimizing image creation workflows
+ * Speed up testsuite execution
+ * Reduce usage of privileged commands
+ * Refactor build artifacts naming and deploy path
+ * Refactor recipes helper include .inc to bbclass
+ * Create separate BOM for external initrd
+ * Remove isar-bootstrap support
+ * Deprecate hybrid-boot WIC plugin
+ * Drop OCI image type
+ * Drop imx6-sabrelite target
+ * Update debsbom to v0.7.1
+ * Update kas to v5.1
+ * Update kselftest to latest LTS version
+ * Switch Debian Buster repo source to archive
+ * Switch Debian Bullseye MIPS sources to archive
+ * Add support to new optee_ftpm repo
+ * Set default compiler for Debian Trixie to GCC 14
+ * Rework isar-installer framework with backend/frontend separation
+ * Improve isar-installer on device handling
+ * Improve debianize process
+ * Improve isar-sstate handling
+ * Improve bootimg-efi-isar customization
+ * Improve multiarch and transitive dependency handling across packages
+ * Improve container build handling
+ * Improve Linux kernel cross-build
+ * Improve reproducible builds and source tarball generation
+ * Improve warnings and errors reporting
+ * Fixes and improvements on initramfs-tee-ftpm-hook
+ * Simplify OpenSBI builds
+ * Improve BeaglePlay board support
+ * Multiple improvements in the testsuite
+
 Release v0.11
 
  * Add Debian Trixie support
diff --git a/RECIPE-API-CHANGELOG.md b/RECIPE-API-CHANGELOG.md
index ad3b8a6b..c5962969 100644
--- a/RECIPE-API-CHANGELOG.md
+++ b/RECIPE-API-CHANGELOG.md
@@ -729,7 +729,7 @@  available for respective bsps in apt feeds.
 Optional fields of the isar-apt repo can be controlled by adding to the
 `ISAR_APT_OPT_FIELD` map. Example: `ISAR_APT_OPT_FIELD[Origin]="isar"`.
 
-Changes in next
+Changes in v1.0
 ---------------
 
 ### Drop unused container image format `oci`
@@ -1058,3 +1058,6 @@  If multiple configurations are intentionally configured to share the
 same TMPDIR in OpenEmbedded, conflicts may occur and are not handled by
 OE. Artifacts with the same name overwrite each other, leading to
 incorrect build results.
+
+Changes in next
+---------------
diff --git a/Supported_Configurations.md b/Supported_Configurations.md
index 3fa355bc..c3c97748 100644
--- a/Supported_Configurations.md
+++ b/Supported_Configurations.md
@@ -4,6 +4,67 @@  Supported Configurations
 Release next
 ------------
 
+Release v1.0
+-------------
+
+### Host System: debian-stretch-amd64
+
+Not supported
+
+### Host System: debian-buster-amd64
+
+TBD
+
+### Host System: debian-bullseye-amd64
+
+TBD
+
+### Host System: debian-bookworm-amd64
+
+| Target System            |Native Build|Cross Build|QEMU test|SDK Support| Notes                     |
+|:------------------------:|:----------:|:---------:|:-------:|:---------:|:-------------------------:|
+| debian-stretch-i386      | NO         | NO        | NO      | NO        | Not supported             |
+| debian-stretch-amd64     | NO         | NO        | NO      | NO        | Not supported             |
+| debian-stretch-armhf     | NO         | NO        | NO      | NO        | Not supported             |
+| debian-stretch-arm64     | NO         | NO        | NO      | NO        | Not supported             |
+| debian-stretch-mipsel    | NO         | NO        | NO      | NO        | Not supported             |
+| debian-buster-i386       | YES        | YES       | YES     | YES       | Supported since 4808430d6 |
+| debian-buster-amd64      | YES        | YES       | YES     | YES       | Supported since 4808430d6 |
+| debian-buster-armhf      | YES        | YES       | YES     | YES       | Supported since 4808430d6 |
+| debian-buster-arm64      | YES        | YES       | YES     | YES       | Supported since 4808430d6 |
+| debian-buster-mipsel     | NO         | NO        | NO      | NO        | Not supported             |
+| debian-bullseye-i386     | YES        | YES       | YES     | YES       | Supported since bba34a42f |
+| debian-bullseye-amd64    | YES        | YES       | YES     | YES       | Supported since bba34a42f |
+| debian-bullseye-armhf    | YES        | YES       | YES     | YES       | Supported since bba34a42f |
+| debian-bullseye-arm64    | YES        | YES       | YES     | YES       | Supported since bba34a42f |
+| debian-bullseye-mipsel   | YES        | NO        | YES     | YES       | Supported since bba34a42f |
+| debian-bookworm-i386     | YES        | YES       | YES     | YES       | Supported since 4d05d16ca |
+| debian-bookworm-amd64    | YES        | YES       | YES     | YES       | Supported since 4d05d16ca |
+| debian-bookworm-armhf    | YES        | YES       | YES     | YES       | Supported since 4d05d16ca |
+| debian-bookworm-arm64    | YES        | YES       | YES     | YES       | Supported since 4d05d16ca |
+| debian-bookworm-mipsel   | YES        | YES       | YES     | YES       | Supported since 4d05d16ca |
+| debian-trixie-amd64      | YES        | YES       | YES     | YES       | Supported since 86e154f77 |
+| debian-trixie-armhf      | YES        | YES       | YES     | YES       | Supported since 86e154f77 |
+| debian-trixie-arm64      | YES        | YES       | YES     | YES       | Supported since 86e154f77 |
+| debian-trixie-riscv64    | YES        | YES       | YES     | YES       | Supported since 08e3909f5 |
+| debian-sid-amd64         | YES        | YES       | YES     | YES       | Supported since 600af981f |
+| debian-sid-arm64         | YES        | YES       | YES     | YES       | Supported since 600af981f |
+| debian-sid-riscv64       | NO         | NO        | NO      | NO        | Not supported             |
+| ubuntu-focal-arm64       | YES        | YES       | YES     | YES       | Supported since 738cd8ad6 |
+| ubuntu-focal-amd64       | YES        | YES       | YES     | YES       | Supported since 738cd8ad6 |
+| ubuntu-jammy-arm64       | YES        | YES       | YES     | YES       | Supported since 33292b9e9 |
+| ubuntu-jammy-amd64       | YES        | YES       | YES     | YES       | Supported since 33292b9e9 |
+| ubuntu-noble-arm64       | YES        | YES       | YES     | YES       | Supported since 85cc470a4 |
+| ubuntu-noble-amd64       | YES        | YES       | YES     | YES       | Supported since 85cc470a4 |
+
+### Host System: debian-stretch-i386
+
+Not supported
+
+### Host System: debian-buster-i386
+
+TBD
+
 Release v0.11
 -------------
 
diff --git a/testsuite/data/targets.yml b/testsuite/data/targets.yml
index c95e97af..e7b112d9 100644
--- a/testsuite/data/targets.yml
+++ b/testsuite/data/targets.yml
@@ -41,6 +41,8 @@  a: !mux
     name: container-amd64-bullseye
   container-amd64-bookworm:
     name: container-amd64-bookworm
+  container-amd64-trixie:
+    name: container-amd64-trixie
   qemumipsel-bullseye:
     name: qemumipsel-bullseye
   qemumipsel-bookworm:
@@ -53,6 +55,8 @@  a: !mux
     name: bananapi-bullseye
   bananapi-bookworm:
     name: bananapi-bookworm
+  bananapi-trixie:
+    name: bananapi-trixie
   beagleplay-bookworm:
     name: beagleplay-bookworm
   de0-nano-soc-buster:
@@ -61,20 +65,28 @@  a: !mux
     name: de0-nano-soc-bullseye
   de0-nano-soc-bookworm:
     name: de0-nano-soc-bookworm
+  de0-nano-soc-trixie:
+    name: de0-nano-soc-trixie
   hikey-bullseye:
     name: hikey-bullseye
   hikey-bookworm:
     name: hikey-bookworm
+  hikey-trixie:
+    name: hikey-trixie
   phyboard-mira-bullseye:
     name: phyboard-mira-bullseye
   phyboard-mira-bookworm:
     name: phyboard-mira-bookworm
+  phyboard-mira-trixie:
+    name: phyboard-mira-trixie
   nanopi-neo-buster:
     name: nanopi-neo-buster
   nanopi-neo-bullseye:
     name: nanopi-neo-bullseye
   nanopi-neo-bookworm:
     name: nanopi-neo-bookworm
+  nanopi-neo-trixie:
+    name: nanopi-neo-trixie
   nanopi-neo-efi-bookworm:
     name: nanopi-neo-efi-bookworm
   stm32mp15x-bullseye:
@@ -83,6 +95,8 @@  a: !mux
     name: virtualbox-bullseye
   virtualbox-bookworm:
     name: virtualbox-bookworm
+  virtualbox-trixie:
+    name: virtualbox-trixie
   x86-pc-bookworm:
     name: x86-pc-bookworm
   rpi-arm-bullseye:
@@ -101,6 +115,8 @@  a: !mux
     name: rpi-arm64-v8-bullseye
   rpi-arm64-v8-bookworm:
     name: rpi-arm64-v8-bookworm
+  rpi-arm64-v8-efi-bookworm:
+    name: rpi-arm64-v8-efi-bookworm
   sifive-fu540-trixie:
     name: sifive-fu540-trixie
   starfive-visionfive2-trixie: