[PATCH 1/2] image: delete entries below /dev
2026-07-06 10:12 UTC (2+ messages)
` [PATCH 2/2] image: clear /run to not leak build system data
[PATCH v12 0/3] Move kernel artifacts deployment from image recipe
2026-07-03 15:08 UTC (4+ messages)
` [PATCH v12 1/3] meta: Fix do_copy_boot_files error for different distros of same machine
` [PATCH v12 2/3] meta: Move kernel artifacts deployment from image recipe
` [PATCH v12 3/3] CI: Check kernel artifacts deployment
[PATCH v7 00/17] add support to build isar unprivileged
2026-07-03 14:53 UTC (20+ messages)
` [PATCH v7 01/17] refactor bootstrap: store rootfs tar with user permissions
` [PATCH v7 02/17] deb-dl-dir: export without root privileges
` [PATCH v7 03/17] download debs without locking
` [PATCH v7 04/17] introduce wrappers for privileged execution
` [PATCH v7 05/17] bootstrap: move cleanup trap to function
` [PATCH v7 06/17] rootfs: rework sstate caching of rootfs artifact
` [PATCH v7 07/17] rootfs_generate_initramfs: rework deployment to avoid chowning
` [PATCH v7 08/17] use bitbake function to generate mounting scripts
` [PATCH v7 09/17] apt-fetcher: prepare for chroot specific fetching
` [PATCH v7 10/17] add support for fully rootless builds
` [PATCH v7 11/17] add helper script to clean artifacts in build dir
` [PATCH v7 12/17] apt-fetcher: implement support for unshare backend
` [PATCH v7 13/17] dpkg-source: implement multiarch "
` [PATCH v7 14/17] use copy of sbom-chroot for sbom creation
` [PATCH v7 15/17] add support for devshell on unshare backend
` [PATCH v7 16/17] testsuite: add parameter to run tests in rootless mode
` [PATCH v7 17/17] run-tests: add support for isar-rootless mode
[PATCH 1/1] fix(schroot): only mount base-apt if enabled
2026-07-03 14:43 UTC
[PATCH 1/1] update kas to 5.4
2026-07-02 15:55 UTC (4+ messages)
[PATCH] kas: Add offline build option
2026-07-01 14:10 UTC
base-apt: Inconsistent priorities between apt-cache and .deb data break offline builds
2026-07-01 12:29 UTC (6+ messages)
[PATCH 1/1] docs: remove outdated parts about dpkg_build
2026-07-01 10:42 UTC
[PATCH v7] image-postproc: gate systemd preset-all on masked unit state
2026-07-01 9:41 UTC (5+ messages)
[PATCH 1/1] fix(rootfs): close progress reporter after last step finished
2026-07-01 9:07 UTC (4+ messages)
[PATCH 0/2] Fix data races in sstate tasks
2026-07-01 9:06 UTC (6+ messages)
` [PATCH 1/2] fix(rootfs): protect rootfs_install sstate prepare with lock
` [PATCH 2/2] sstate: guard sstate funcs against execution in wrong context
[PATCH] target-bootstrapper-service: add runtime serial tty drop-in generation
2026-07-01 9:04 UTC (2+ messages)
[PATCH 0/7] Update OE-core libs WIC to v5.0.3
2026-07-01 9:03 UTC (9+ messages)
` [PATCH 1/7] wic: Update libs "
` [PATCH 2/7] pybootchartgui: Update "
` [PATCH 3/7] Revert "patch: Set dummy credentials for git notes"
` [PATCH 4/7] Revert "devshell: Use different termination test to avoid warnings"
` [PATCH 5/7] meta: Update OE-libs to v5.0.3
` [PATCH 6/7] Revert "Revert "patch: Set dummy credentials for git notes""
` [PATCH 7/7] Revert "Revert "devshell: Use different termination test to avoid warnings""
[PATCH] dracut: quote DRACUT_EXTRA_MODULES/DRIVERS for --add
2026-07-01 6:42 UTC (6+ messages)
` [PATCH v2] "
[PATCH v2] dracut: quote DRACUT_EXTRA_MODULES/DRIVERS for --add
2026-07-01 6:35 UTC
[PATCH v11 0/3] Move kernel artifacts deployment from image recipe
2026-06-30 14:28 UTC (11+ messages)
` [PATCH v11 1/3] meta: Fix do_copy_boot_files error for different distros of same machine
` [PATCH v11 2/3] meta: Move kernel artifacts deployment from image recipe
` [PATCH v11 3/3] CI: Check kernel artifacts deployment
[PATCH] doc: replace IMAGE_TYPE with IMAGE_FSTYPES
2026-06-30 14:00 UTC (2+ messages)
OT: A self-extracting executable tiny ELF32 payload
2026-06-29 17:03 UTC (2+ messages)
[PATCH v2 00/11] Add new targets and required fixes
2026-06-29 9:46 UTC (12+ messages)
` [PATCH v2 01/11] grub: Remove obsolete efi_uga module for new distros
` [PATCH v2 02/11] CI: Freeze setuptools package version for avocado compatibility
` [PATCH v2 03/11] CI: Fix errors reporting during startvm
` [PATCH v2 04/11] meta: Add base distro overrides
` [PATCH v2 05/11] linux-kernel: Reverse linux-libc-dev package arch selection logic
` [PATCH v2 06/11] trixie: Split missing drivers hook recipes
` [PATCH v2 07/11] CI: Move trixie targets to generic test cases
` [PATCH v2 08/11] CI: Run startvm for all qemu targets
` [PATCH v2 09/11] meta: Add Ubuntu 26.04 (Resolute Raccoon) support
` [PATCH v2 10/11] testsuite: Cover Debian Trixie RISCV64 QEMU target with CI
` [PATCH v2 11/11] testsuite: Cover Debian Forky "
[PATCH v6 00/17] add support to build isar unprivileged
2026-06-25 14:39 UTC (35+ messages)
` [PATCH v6 01/17] refactor bootstrap: store rootfs tar with user permissions
` [PATCH v6 02/17] deb-dl-dir: export without root privileges
` [PATCH v6 03/17] download debs without locking
` [PATCH v6 04/17] introduce wrappers for privileged execution
` [PATCH v6 05/17] bootstrap: move cleanup trap to function
` [PATCH v6 06/17] rootfs: rework sstate caching of rootfs artifact
` [PATCH v6 07/17] rootfs_generate_initramfs: rework deployment to avoid chowning
` [PATCH v6 08/17] use bitbake function to generate mounting scripts
` [PATCH v6 09/17] apt-fetcher: prepare for chroot specific fetching
` [PATCH v6 10/17] add support for fully rootless builds
` [PATCH v6 11/17] add helper script to clean artifacts in build dir
` [PATCH v6 12/17] apt-fetcher: implement support for unshare backend
` [PATCH v6 13/17] dpkg-source: implement multiarch "
` [PATCH v6 14/17] use copy of sbom-chroot for sbom creation
` [PATCH v6 15/17] add support for devshell on unshare backend
` [PATCH v6 16/17] testsuite: add parameter to run tests in rootless mode
` [PATCH v6 17/17] run-tests: add support for isar-rootless mode
[PATCH] Update kas-container to 5.4
2026-06-25 6:06 UTC (3+ messages)
[PATCH v4] wic/plugins: gate root= with rootdev check for efi, pcbios and partition
2026-06-24 13:50 UTC (4+ messages)
[PATCH] image-account-extension: configure adduser UID/GID pools
2026-06-19 12:37 UTC (3+ messages)
` [RFC PATCH v2] "
[PATCH] Enable trixie support for de0-nano-soc via menu
2026-06-18 15:51 UTC (2+ messages)
Security Advisory: Unprivileged user ownership of trusted repository GPG public keys storage after bootstrap
2026-06-18 15:24 UTC (2+ messages)
` [PATCH 1/1] mmdebstrap: ensure apt keystore is owned by root
[PATCH 0/3] Rootfs install race fix for isar-apt packages
2026-06-15 9:12 UTC (11+ messages)
` [PATCH 1/3] rootfs: Allow locking on single install command
` [PATCH 2/3] rootfs: Download isar-apt packages under isar-apt lock
` [PATCH 3/3] rootfs: Deny packages download during install
[PATCH] fix: add gawk to KBUILD_DEPENDS
2026-06-15 9:04 UTC (2+ messages)
Fwd: The uncertainty about copyleft of the actual "official" busybox codebase
2026-06-14 8:18 UTC
[PATCH v2] deb-dl-dir: Fix isar-apt packages checking on export
2026-06-12 10:56 UTC (2+ messages)
[PATCH] CONTRIBUTING: Fix run-tests.sh invocation
2026-06-12 10:51 UTC (2+ messages)
[PATCH v2 3/4] installer: add installer flow module and entrypoint
2026-06-12 10:50 UTC (3+ messages)
` [PATCH v3 0/4] installer: separate installer into backend, UI, and flow modules
[PATCH] testsuite: Cover Debian Forky with CI
2026-06-10 10:55 UTC (2+ messages)
[PATCH] meta: Add Ubuntu 26.04 (Resolute Raccoon) support
2026-06-10 10:06 UTC (2+ messages)
[PATCH] deb-dl-dir: Fix isar-apt packages checking on export
2026-06-10 7:38 UTC (3+ messages)
[PATCH v3 0/2] Add initial support for Debian 14
2026-06-10 7:33 UTC (2+ messages)
[PATCH] kas: Support kas build system selection
2026-06-09 14:08 UTC (7+ messages)
[PATCH v5 00/17] add support to build isar unprivileged
2026-06-09 12:33 UTC (18+ messages)
` [PATCH v5 01/17] refactor bootstrap: store rootfs tar with user permissions
` [PATCH v5 02/17] deb-dl-dir: export without root privileges
` [PATCH v5 03/17] download debs without locking
` [PATCH v5 04/17] introduce wrappers for privileged execution
` [PATCH v5 05/17] bootstrap: move cleanup trap to function
` [PATCH v5 06/17] rootfs: rework sstate caching of rootfs artifact
` [PATCH v5 07/17] rootfs_generate_initramfs: rework deployment to avoid chowning
` [PATCH v5 08/17] use bitbake function to generate mounting scripts
` [PATCH v5 09/17] apt-fetcher: prepare for chroot specific fetching
` [PATCH v5 10/17] add support for fully rootless builds
` [PATCH v5 11/17] add helper script to clean artifacts in build dir
` [PATCH v5 12/17] apt-fetcher: implement support for unshare backend
` [PATCH v5 13/17] dpkg-source: implement multiarch "
` [PATCH v5 14/17] use copy of sbom-chroot for sbom creation
` [PATCH v5 15/17] add support for devshell on unshare backend
` [PATCH v5 16/17] testsuite: add parameter to run tests in rootless mode
` [PATCH v5 17/17] run-tests: add support for isar-rootless mode
[PATCH v4 00/17] add support to build isar unprivileged
2026-06-09 11:02 UTC (7+ messages)
` [PATCH v4 05/17] bootstrap: move cleanup trap to function
[PATCH] meta: Remove overrides from kernel filename selection
2026-06-08 9:57 UTC (8+ messages)
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