[PATCH 0/4] Updates for BeaglePlay board, hybrid-boot plugin deprecation
2025-11-24 7:15 UTC (4+ messages)
` [PATCH 1/4] u-boot-beagleplay: Update to v2025.10
` [PATCH 2/4] linux-mailine: Update to 6.12.58
` [PATCH 4/4] wic: Deprecate hybrid-boot plugin
[PATCH] image: Fix variable dependency chain
2025-11-23 18:30 UTC
[PATCH] deb-src: do not error but warn for missing source packages
2025-11-23 7:00 UTC
[PATCH 0/1] image: introduce IMAGE_INITRD, deprecate INITRD_IMAGE
2025-11-21 17:07 UTC (4+ messages)
[PATCH] mmdebstrap: support for user credentials for apt sources
2025-11-21 4:29 UTC
[PATCH 1/2] meta/recipes-bsp/u-boot: use BPN for source package naming
2025-11-21 2:38 UTC (2+ messages)
` [PATCH 2/2] meta/recipes-bsp/optee-os: align source package name with BPN
[PATCH v4 00/10] Add SBOM generation with debsbom
2025-11-20 11:07 UTC (14+ messages)
` [PATCH v4 01/10] refactor: move get_rootfs_distro from sdk into rootfs
` [PATCH v4 02/10] meta: package python libraries for SBOM generation
` [PATCH v4 03/10] meta: package python3-debsbom
` [PATCH v4 04/10] meta: add SBOM generation with debsbom
` [PATCH v4 05/10] override distro vendor in SBOM on Ubuntu
` [PATCH v4 06/10] add support to add imager dependencies to BOM
` [PATCH v4 07/10] wic: create uniform manifest describing all image components
` [PATCH v4 08/10] qemuamd64: add IMAGER_BOM entries
` [PATCH v4 09/10] imager: create SBOM of IMAGER_BOM packages
` [PATCH v4 10/10] wic: create uniform SBOM describing all image components
[PATCH 1/2] bootimg-efi-isar: Add payload source_params
2025-11-20 10:12 UTC (2+ messages)
` [PATCH 2/2] wic/plugins/bootimg-efi-isar: Add option to sign systemd bootloader and kernel
[PATCH] meta/recipes-bsp/trusted-firmware-a: use BPN for source package name
2025-11-20 10:03 UTC
[PATCH] kas: set debian-trixie as the default distro
2025-11-20 6:06 UTC
[PATCH] installer: hide device-mapper root partitions from target device list
2025-11-20 4:22 UTC
[PATCH v1] Add security policy
2025-11-19 17:11 UTC (3+ messages)
[PATCH v2] Add security policy
2025-11-19 17:09 UTC
[PATCH] meta/recipes-bsp/libubootenv: use BPN instead of PN
2025-11-19 4:54 UTC
[PATCH 0/2] Prevent adding unneeded package variants to recursive dependency chain
2025-11-18 14:47 UTC (6+ messages)
` [PATCH 2/2] DONOTMERGE: testcase for transient native dependency
[PATCH v2 0/3] test and fix transitive multiarch dependencies
2025-11-18 14:35 UTC (4+ messages)
` [PATCH v2 1/3] test: Add test to check correct multiarch dependency propagation
` [PATCH v2 2/3] rootfs: Do not recursively build unneeded packages
` [PATCH v2 3/3] multiarch: Replace divertion of deploy task for "all" packages
[PATCH v3 0/4] propagate distro-specific dependencies of arch all packages
2025-11-18 12:28 UTC (12+ messages)
` [PATCH v3 1/4] linux-custom: prefix profile names according to BuildProfileSpec
` [PATCH v3 2/4] linux-custom: fix name collision on cross profile
` [PATCH v3 3/4] do not add cross profile when building native package
` [PATCH v3 4/4] propagate distro-specific dependencies of arch all packages
[PATCH] linux-custom: Fix logic for find command in `install_kbuild()`
2025-11-17 16:17 UTC (3+ messages)
[PATCH v2 1/1] generate_initramfs: fix progress reporting on dracut
2025-11-17 11:51 UTC
[PATCH 1/1] generate_initramfs: fix progress reporting on dracut
2025-11-17 8:23 UTC (3+ messages)
[PATCH] meta-isar/recipes-initramfs: correct the initrd image name
2025-11-16 11:10 UTC
[PATCH] kas: add dracut option to menu
2025-11-16 10:11 UTC
[PATCH 0/1] dpkg-raw: sort .install for reproducible meta-data
2025-11-12 16:43 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH 0/4] Add test-cases for dracut-based initrds
2025-11-12 16:37 UTC (8+ messages)
` [PATCH 2/4] CI: add smoke-tests for switch to dracut in isar-image-ci
[PATCH v7 00/13] Add support for dracut
2025-11-12 16:36 UTC (15+ messages)
` [PATCH v7 01/13] Add dracut to custom kernel builds
` [PATCH v7 02/13] rootfs: Allow to overwrite the initramfs generation cmds
` [PATCH v7 03/13] rootfs: Add isar-work directory to rootfs mounts
` [PATCH v7 04/13] rootfs: Copy the newly created initrd.img to the work directory
` [PATCH v7 05/13] rootfs: Add dracut to initramfs generator
` [PATCH v7 06/13] rootfs: exit immediately if INITRAMFS_GENERATOR_CMD fails
` [PATCH v7 07/13] initramfs: allow to set the generator command
` [PATCH v7 08/13] Add class to generate custom dracut initramfs
` [PATCH v7 09/13] rootfs: add flag to use dracut if it is not part of the package list
` [PATCH v7 10/13] Add example dracut initramfs
` [PATCH v7 11/13] Add dracut module helper
` [PATCH v7 12/13] Use lighttpd as a example how to add a dracut module
` [PATCH v7 13/13] user_manual: Add dracut for initramfs generation
[PATCH] docs: link issue tracker
2025-11-12 10:43 UTC (3+ messages)
[PATCH v2 00/27] Use more classes!
2025-11-11 15:49 UTC (32+ messages)
` [PATCH v2 01/27] linux-custom: Drop redundant template inheritance
` [PATCH v2 02/27] meta: Move INHERIT'ed classes into classes-global
` [PATCH v2 03/27] meta: Move recipe-pulled classes into classes-recipe
` [PATCH v2 04/27] meta-isar: "
` [PATCH v2 05/27] linux-custom: Migrate to a bbclass
` [PATCH v2 06/27] meta-isar: Switch to linux-kernel class
` [PATCH v2 07/27] linux-module: Migrate to a bbclasss
` [PATCH v2 08/27] meta-isar: Switch to linux-module class
` [PATCH v2 09/27] kselftest: Migrate to a bbclass
` [PATCH v2 10/27] meta-isar: Switch to kselftest class
` [PATCH v2 11/27] u-boot-custom: Migrate to a bbclass
` [PATCH v2 12/27] meta-isar: Switch to u-boot class
` [PATCH v2 13/27] optee-os[-tadevkit]-custom: Migrate to bbclass'es
` [PATCH v2 14/27] meta-isar: Switch to optee-os[-tadevkit] classes
` [PATCH v2 15/27] optee-client: Migrate to a bbclass
` [PATCH v2 16/27] meta-isar: Switch to optee-client class
` [PATCH v2 17/27] trusted-firmware-a: Migrate to a bbclass
` [PATCH v2 18/27] meta-isar: Switch to trusted-firmware-a class
` [PATCH v2 19/27] barebox: Add SPDX license identifiers
` [PATCH v2 20/27] barebox: Move inherit dpkg into common .inc
` [PATCH v2 21/27] barebox: Migrate to a bbclass
` [PATCH v2 22/27] meta-isar: Switch to barebox class
` [PATCH v2 23/27] initramfs-hook: Migrate to a bbclass
` [PATCH v2 24/27] meta[-isar]: Switch to initramfs-hook class
` [PATCH v2 25/27] container-loader: Migrate to bbclass'es
` [PATCH v2 26/27] meta-isar: Switch to {docker,podman}-loader classes
` [PATCH v2 27/27] RECIPES-API-CHANGELOG: Document include to class conversion
[PATCH] bootstrap: remove isar-bootstrap support
2025-11-11 15:46 UTC (3+ messages)
Remove bootstrap support
2025-11-11 15:27 UTC (6+ messages)
[PATCH v2] linux-custom: Sync provides value with build profiles
2025-11-10 14:53 UTC
[RFC PATCH 0/3] Add support of Discoverable Disk Image
2025-11-10 11:59 UTC (5+ messages)
` [RFC PATCH 1/3] Add Discoverable Disk Image definitions to ISAR
` [RFC PATCH 2/3] Add imagetype Discoverable Disk Image(DDI)
` [RFC PATCH 3/3] classes/image: Add DDI imagetype
[PATCH] linux-custom: Sync provides value with build profiles
2025-11-10 11:55 UTC (4+ messages)
[PATCH] customizations: defer IMAGE variable expansion in CUSTOMIZATION_VARS
2025-11-10 11:53 UTC (2+ messages)
[PATCH] Doc: Fix a duplicated line in RECIPE-API-CHANGELOG.md
2025-11-07 13:27 UTC (2+ messages)
[PATCH v6 1/2] debianize: set appropriate Standards-Version for each debian suite
2025-11-07 13:26 UTC (4+ messages)
` [PATCH v6 2/2] meta/*, meta-isar/*: update hardcoded Standards-Version to current policy
[PATCH v3 1/1] rootfs: rework no-generate-initrd rootfs feature
2025-11-07 13:26 UTC (5+ messages)
[RFC 1/1] speedup localepurge task by emulating less
2025-11-07 11:46 UTC (2+ messages)
[PATCH v2 1/2] do not add cross profile when building native package
2025-11-06 12:13 UTC (7+ messages)
` [PATCH v2 2/2] propagate distro-specific dependencies of arch all packages
Reminder: hotfix fast path needed
2025-11-06 10:10 UTC (5+ messages)
Cross-building for older releases on trixie broken?
2025-11-05 14:45 UTC (8+ messages)
[PATCH v6 00/13] Add support for dracut
2025-11-05 10:16 UTC (16+ messages)
` [PATCH v6 01/13] Add dracut to custom kernel builds
` [PATCH v6 02/13] rootfs: Allow to overwrite the initramfs generation cmds
` [PATCH v6 03/13] rootfs: Add isar-work directory to rootfs mounts
` [PATCH v6 04/13] rootfs: Copy the newly created initrd.img to the work directory
` [PATCH v6 05/13] rootfs: Add dracut to initramfs generator
` [PATCH v6 06/13] rootfs: exit immediately if INITRAMFS_GENERATOR_CMD fails
` [PATCH v6 07/13] initramfs: allow to set the generator command
` [PATCH v6 08/13] Add class to generate custom dracut initramfs
` [PATCH v6 09/13] rootfs: add flag to use dracut if it is not part of the package list
` [PATCH v6 10/13] Add example dracut initramfs
` [PATCH v6 11/13] Add dracut module helper
` [PATCH v6 12/13] Use lighttpd as a example how to add a dracut module
` [PATCH v6 13/13] user_manual: Add dracut for initramfs generation
[PATCH] meta-isar/recipes-installer/bmap-tools: add Built-Using field
2025-11-04 16:19 UTC (3+ messages)
[PATCH 1/2] do not add cross profile when building native package
2025-11-04 14:20 UTC (5+ messages)
` [PATCH 2/2] propagate distro-specific dependencies of arch all packages
[PATCH] wic: rename /home partition label in multipart-efi.wks
2025-11-04 14:19 UTC (2+ messages)
[PATCH] isar-installer: skip inactive/invalid RAID devices in target detection
2025-11-04 14:18 UTC (2+ messages)
[PATCH] bitbake: Move the preferred bootstrap assignment before including local.conf
2025-11-04 14:17 UTC (2+ messages)
[PATCH] dpkg-source: Export proxy settings
2025-11-04 14:16 UTC (2+ messages)
[PATCH v4 0/2] Enable systemd units based on systemd presets
2025-11-04 14:15 UTC (2+ messages)
[PATCH v3] debianize: set appropriate Standards-Version for each debian suite
2025-11-04 12:58 UTC (6+ messages)
` [PATCH v4] "
` [PATCH v5] "
[PATCH v3 0/1] test: provide ci_shell as a convenience wrapper
2025-11-03 17:11 UTC (2+ messages)
` [PATCH v3 1/1] "
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox