public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
[PATCH] debianize: add support for DEBIAN_BUILT_USING
 2025-10-23 15:31 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] kas: update to kas-container 4.8.2
 2025-10-23 15:30 UTC  (2+ messages)

[PATCH] imagetypes_container: add PATH variable to container config
 2025-10-23 15:29 UTC  (3+ messages)

Reminder: hotfix fast path needed
 2025-10-23 11:05 UTC  (3+ messages)

[PATCH v3 0/2] Enable systemd units based on systemd presets
 2025-10-23  9:29 UTC  (6+ messages)
` [PATCH v3 1/2] Minor cleanup: Refactor ROOTFS_FEATURES assignment for image to make upcoming changes more easily trackable
` [PATCH v3 2/2] classes/image-postproc: Enable systemd units based on systemd presets

[PATCH v2 0/7] Add Trixie support for various machines
 2025-10-23  9:03 UTC  (2+ messages)

[PATCH] u-boot-beagleplay: Use github mirror
 2025-10-23  8:55 UTC 

[PATCH v4 00/10] Add support for dracut
 2025-10-23  8:19 UTC  (18+ messages)
` [PATCH v4 01/10] add dracut to custom kernel builds
` [PATCH v4 02/10] rootfs: Allow to overwrite the initramfs generation cmds
` [PATCH v4 03/10] rootfs Add dracut to initramfs generator
` [PATCH v4 04/10] initramfs: allow to set the generator command
` [PATCH v4 05/10] Add class to generate custom dracut initramfs
` [PATCH v4 06/10] rootfs: add flag to use dracut if it is not part of the package list
` [PATCH v4 07/10] Add example dracut initramfs
` [PATCH v4 08/10] Add dracut module helper
` [PATCH v4 09/10] Use lighttpd as a example how to add a dracut module
` [PATCH v4 10/10] user_manual: Add dracut for initramfs generation

[PATCH] image: Fix construction of do_image_tools dependencies
 2025-10-23  7:58 UTC  (5+ messages)

[PATCH 1/1] always add architecture to binary packages in manifest
 2025-10-23  7:57 UTC  (2+ messages)

[PATCH v3 00/10] Add SBOM generation with debsbom
 2025-10-22 15:39 UTC  (11+ messages)
` [PATCH v3 01/10] refactor: move get_rootfs_distro from sdk into rootfs
` [PATCH v3 02/10] meta: package python libraries for SBOM generation
` [PATCH v3 03/10] meta: package python3-debsbom
` [PATCH v3 04/10] meta: add SBOM generation with debsbom
` [PATCH v3 05/10] override distro vendor in SBOM on Ubuntu
` [PATCH v3 06/10] add support to add imager dependencies to BOM
` [PATCH v3 07/10] wic: create uniform manifest describing all image components
` [PATCH v3 08/10] qemuamd64: add IMAGER_BOM entries
` [PATCH v3 09/10] imager: create SBOM of IMAGER_BOM packages
` [PATCH v3 10/10] wic: create uniform SBOM describing all image components

[PATCH v2] classes/image-postproc: chroot before postprocessing /etc/machine-id
 2025-10-22  9:09 UTC  (4+ messages)

[PATCH] linux-custom: Add missing Multi-Arch foreign to linux-libc-dev*
 2025-10-21 15:22 UTC  (2+ messages)

[PATCH v2] Revert "linux-custom: support to add linux-libc-dev package with kernel name"
 2025-10-21 15:20 UTC  (3+ messages)

[PATCH] isar-installer: run installer under agetty and reboot via EXIT trap
 2025-10-21 11:17 UTC  (2+ messages)

[PATCH 0/2] handle DPKG_ARCH=all case for transitive deps
 2025-10-20 12:25 UTC  (13+ messages)
` [PATCH 1/2] dpkg-raw: add files to source package
` [PATCH 2/2] handle DPKG_ARCH=all case for transitive deps

[PATCH v2 0/4] Add SBOM generation with debsbom
 2025-10-20 10:16 UTC  (3+ messages)

[PATCH v2 RESEND 0/3] CI: Add 'env' testsuite
 2025-10-20  9:14 UTC  (5+ messages)
` [PATCH v2 RESEND 1/3] CI: Add nop testcase
` [PATCH v2 RESEND 2/3] CI: Add bitbake testcase
` [PATCH v2 RESEND 3/3] CI: Add minimal artifact building testcase

[PATCH v4 0/4] non-privileged commands in chroot
 2025-10-20  9:13 UTC  (10+ messages)
` [PATCH v4 1/4] rootfs: introduce wrapper to run commands against a rootfs
` [PATCH v4 2/4] deb-dl-dir: optimize caching of source packages using apt natively
` [PATCH v4 3/4] bootstrap: create lock for downloads/deb without sudo
` [PATCH v4 4/4] rootfs: do not get elevated privileges when downloading packages

[PATCH 1/1] multiarch: inject native variants of preferred providers
 2025-10-17  9:09 UTC  (2+ messages)

[PATCH] image-tools-extension: Limit IMAGER_BUILD_DEPS to do_image_tools task
 2025-10-16 15:58 UTC  (3+ messages)

[PATCH] installer-add-rootfs: build target image for image data postfix
 2025-10-16 14:36 UTC 

[PATCH] debianize: introduce DEBIAN_SECTION
 2025-10-16  9:43 UTC 

[PATCH] isar-installer: add mdadm support and filter out RAID member disks
 2025-10-16  3:34 UTC 

[PATCH v3 0/3] Deploy DTBs with separate recipe
 2025-10-15 14:49 UTC  (6+ messages)
` [PATCH v3 1/3] meta: Fix do_copy_boot_files error for different distros of same machine
` [PATCH v3 2/3] testsuite: Add test to check dtb deployment
` [PATCH v3 3/3] meta: Move DTB deployment to a separate dtb-files recipe

[PATCH v2 0/3] CI: Add 'env' testsuite
 2025-10-15 14:02 UTC  (5+ messages)
` [PATCH v2 1/3] CI: Add nop testcase
` [PATCH v2 2/3] CI: Add bitbake testcase
` [PATCH v2 3/3] CI: Add minimal artifact building testcase

[RFC PATCH 0/3] Create uniform manifest file
 2025-10-15 13:20 UTC  (7+ messages)
` [RFC PATCH 1/3] Add support to add imager dependencies to BOM
` [RFC PATCH 2/3] wic: create uniform manifest describing all image components
` [RFC PATCH 3/3] qemuamd64: add IMAGER_BOM entries

Multi Kernel Support in Base APT
 2025-10-15 12:41 UTC  (5+ messages)

[PATCH 0/6] Add target bootstrapper framework
 2025-10-14 14:59 UTC  (8+ messages)
` [PATCH 1/6] isar-installer: Moved installer related Kconfig to separate file
` [PATCH 2/6] isar-installer: Added target bootstrapper framework
` [PATCH 3/6] isar-installer: Use target-bootstrapper-service in favour of deploy-image-service
` [PATCH 4/6] isar-installer: Removed deploy-image-service
` [PATCH 5/6] isar-installer: Fixing race between ttys in unattended mode
` [PATCH 6/6] isar-installer: Added example target bootstrapper task to collect device information

[PATCH] isar-installer: Generate textual output only in unattended mode
 2025-10-14 14:59 UTC  (2+ messages)

[PATCH] Limit python3-distutils host dependency to bullseye and bookworm
 2025-10-13 14:03 UTC  (2+ messages)

[PATCH v2 0/4] Several micro-optimizations
 2025-10-13 14:02 UTC  (2+ messages)

[PATCH] isar-installer: Add logic to call other install script
 2025-10-13  9:58 UTC  (4+ messages)

[PATCH] image: copy DTB_FILES to DEPLOYDIR/IMAGE_FULLNAME/KERNEL_NAME/
 2025-10-13  4:38 UTC  (9+ messages)

[PATCH 1/2] fix: lazy expand ISAR_APT_SNAPSHOT_DATE[flag]
 2025-10-10 16:00 UTC  (7+ messages)
` [PATCH 2/2] fix: derive distribution snapshot date from provided value

(no subject)
 2025-10-09 15:35 UTC 

[PATCH] meta-isar: add support to verify sha512 checksum for target image
 2025-10-09 14:58 UTC  (4+ messages)

[RFC PATCH v3 00/10] Add support for dracut
 2025-10-09  6:53 UTC  (15+ messages)
` [RFC PATCH v3 01/10] add dracut to custom kernel builds
` [RFC PATCH v3 02/10] rootfs: Allow to overwrite the initramfs generation cmds
` [RFC PATCH v3 03/10] rootfs Add dracut to initramfs generator
` [RFC PATCH v3 04/10] initramfs: allow to set the generator command
` [RFC PATCH v3 05/10] Add class to generate custom dracut initramfs
` [RFC PATCH v3 06/10] rootfs: add flag to use dracut if it is not part of the package list
` [RFC PATCH v3 07/10] Add example dracut initramfs
` [RFC PATCH v3 08/10] Add dracut module helper
` [RFC PATCH v3 09/10] Use lighttpd as a example how to add a dracut module
` [RFC PATCH v3 10/10] user_manual: Add dracut for initramfs generation

[PATCH v2] image: copy DTB_FILES to DEPLOYDIR/IMAGE_FULLNAME/KERNEL_NAME/
 2025-10-08  6:28 UTC 

[PATCH v2] image: copy DTB_FILES to DEPLOYDIR/IMAGE_FULLNAME/KERNEL_NAME/
 2025-10-08  6:22 UTC 

[PATCH] meta: Set the default compiler for Debian trixie to gcc 14
 2025-10-07 13:53 UTC  (2+ messages)

[PATCH] rootfs: use LOCALE_DEFAULT with default "C" for locale exports
 2025-10-07 13:51 UTC  (2+ messages)

[RFC 0/5] Improving multiarch support for arch-incompatible packages
 2025-10-06  7:05 UTC  (11+ messages)
` [PATCH 1/5] rootfs: Do not recursively deploy every dependent package
` [PATCH 2/5] multiarch: handle DPKG_ARCH=all case for transitive deps
` [PATCH 3/5] image: Do not inherit multiarch
` [PATCH 4/5] multiarch: Prevent providing incompatible native packages
` [PATCH 5/5] multiarch: Do not re-extend real -native recipes

Cross-building for older releases on trixie broken?
 2025-10-03 13:50 UTC  (4+ messages)

[PATCH v2 0/2] Correct linux-custom dependencies
 2025-10-03 11:26 UTC  (2+ messages)

[ANNOUNCE] 1st isar community meetup
 2025-09-29 13:33 UTC  (2+ messages)

[RFC PATCH 1/1] cleanup lockfile in downloads dir after build
 2025-09-25  9:51 UTC 

[PATCH 0/1] Don't run update-initramfs with enable-fsck
 2025-09-19 12:32 UTC  (5+ messages)
` [PATCH 1/1] enable-fsck: don't run update-initramfs after fstab modification

[PATCH v2] meta: add "Rules-Requires-Root: no" to various recipes
 2025-09-19  6:34 UTC  (2+ messages)

[PATCH] meta: default "Rules-Requires-Root: no", make it configurable
 2025-09-19  6:32 UTC  (5+ messages)

[RFC] isar-installer: Let bmap resolve bmap filename
 2025-09-17 12:35 UTC 

[PATCH v2] classes/image-postproc: Enable systemd units based on systemd presets
 2025-09-17  8:51 UTC  (2+ messages)

page:  |  | latest

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