[PATCH v3 0/3] Fix data-race in deployment of initrd
2023-02-23 6:43 UTC (2+ messages)
` [PATCH v3 1/3] add initramfs to sstate-cache
[PATCH v2 0/3] Fix data-race in deployment of initrd
2023-02-23 6:33 UTC (10+ messages)
` [PATCH v2 1/3] add initramfs to sstate-cache
` [PATCH v2 2/3] deploy boot files via sstate-cache
` [PATCH v2 3/3] fix race-cond between default and custom initrd
[PATCH v2 0/4] multiarch support
2023-02-22 18:01 UTC (8+ messages)
` [PATCH v2 1/4] bitbake.conf: use PACKAGE_ARCH in overrides
` [PATCH v2 2/4] add multiarch support
` [PATCH v2 3/4] remove obsolete compat-arch override
` [PATCH v2 4/4] doc: add compat/native targets to user manual
[PATCH] sdk: Avoid parsing errors when DISTRO_ARCH is not yet set
2023-02-22 16:28 UTC
[PATCH v4 00/13] Improving base-apt usage PoC
2023-02-22 6:41 UTC (14+ messages)
` [PATCH v4 01/13] scripts: Add debrepo python script handling base-apt
` [PATCH v4 02/13] meta: Add debrepo bbclass handling base-apt prefetching
` [PATCH v4 03/13] meta-isar: Add local ubuntu-focal public key
` [PATCH v4 04/13] meta: Always use base-apt repo in local mode
` [PATCH v4 05/13] meta: move base-apt from deploy directory to the top
` [PATCH v4 06/13] meta: Use cached base-apt repo to debootstrap
` [PATCH v4 07/13] meta: Setup debrepo context for dpkg-base
` [PATCH v4 08/13] meta: Setup debrepo context for buildchroot
` [PATCH v4 09/13] meta: Setup debrepo context for sbuild-chroot
` [PATCH v4 10/13] base-apt: Predownload packages to base-apt before install
` [PATCH v4 11/13] meta: Add cache-deb-src functionality to base-apt
` [PATCH v4 12/13] meta: Specify grub-efi packages arch
` [PATCH v4 13/13] isar-apt: Fix copying isar-apt to workdir
[PATCH v2 0/9] Support running custom commands in VM
2023-02-21 10:56 UTC (11+ messages)
` [PATCH v2 1/9] testsuite: Fix failing hostname service in qemu guest
` [PATCH v2 2/9] testsuite: Add SSH key pair for using in CI
` [PATCH v2 3/9] meta-isar: Add a recipe that configures ci user
` [PATCH v2 4/9] meta-isar: Use a separate image recipe in CI
` [PATCH v2 5/9] testsuite: Allow custom image names in start_vm.py
` [PATCH v2 6/9] testsuite: Support running custom commands in VM
` [PATCH v2 7/9] testsuite: Support running custom scripts "
` [PATCH v2 8/9] testsuite: Run custom commands and scripts on some qemu targets
` [PATCH v2 9/9] testsuite: Update testsuite qemu-related documentation
[PATCH] add support for rebuilding essential packages
2023-02-20 11:24 UTC (2+ messages)
[PATCH 0/3] multiarch support
2023-02-20 8:54 UTC (12+ messages)
` [PATCH 1/3] bitbake.conf: use PACKAGE_ARCH in overrides
` [PATCH 2/3] add multiarch support
` [PATCH 3/3] remove obsolete compat-arch override
[PATCH 0/3] Fix data-race in deployment of initrd
2023-02-18 10:28 UTC (6+ messages)
` [PATCH 1/3] add initramfs to sstate-cache
` [PATCH 2/3] deploy boot files via sstate-cache
` [PATCH 3/3] fix race-cond between default and custom initrd
Issues creating images with custom initramfs
2023-02-17 7:16 UTC (2+ messages)
debian bookworm potentially changing default way of dealing with sources.list
2023-02-16 17:24 UTC
[PATCH] dpkg-base: cope with race around check/creation of .git-downloads symlink
2023-02-16 12:57 UTC (4+ messages)
` [PATCH v3] dpkg-base: resolve DL_DIR in do_adjust_git
[PATCH v3] feat: add zstd support to image conversions
2023-02-16 12:46 UTC (3+ messages)
[PATCH v2] Use BASE_DISTRO_CODENAME as override for SYSTEMD_BOOTLOADER_INSTALL
2023-02-16 4:50 UTC (2+ messages)
[PATCH] base: Tag do_clean as sudo user
2023-02-16 4:48 UTC (3+ messages)
[PATCH v3] deb-dl-dir: Fallback to copying when import-export
2023-02-16 4:44 UTC (2+ messages)
[PATCH v3 1/1] replace custom OVA logic with imagetype logic
2023-02-16 4:42 UTC (3+ messages)
[PATCH] images: Complete account related exceptions in do_rootfs_quality_check
2023-02-16 4:38 UTC (3+ messages)
[PATCH] fix(isar-sstate): also handle zst files
2023-02-16 4:32 UTC (5+ messages)
[PATCH v2] imagetypes XZ_OPTIONS replaced by XZ_DEFAULTS defined in bitbake.conf
2023-02-16 4:30 UTC (2+ messages)
Better way to handle apt cache needed
2023-02-14 16:46 UTC (19+ messages)
[PATCH v3 0/6] Imager schroot migration
2023-02-14 10:30 UTC (9+ messages)
` [PATCH v3 1/6] isar-apt: Move cleanup to postprocessing
` [PATCH v3 2/6] imager: Migrate from buildchroot to schroot
` [PATCH v3 3/6] imager: Move image types "
` [PATCH v3 4/6] imager: Split imager deps between image types
` [PATCH v3 5/6] CI: Fix used chroot recipe name
` [PATCH v3 6/6] meta: Remove buildchroot
[Issue] vmlinux is not built reproducibly in arm[,64] architectures
2023-02-14 6:40 UTC
[PATCH v4 00/15] Add developers test
2023-02-14 5:43 UTC (28+ messages)
` [PATCH v4 01/15] CI: Enable downloads dir sharing
` [PATCH v4 02/15] CI: Add IMAGE_INSTALL override
` [PATCH v4 03/15] CI: Add developers test
` [PATCH v4 04/15] CI: Remove duplicated targets
` [PATCH v4 05/15] CI: move to avocado to 99.0
` [PATCH v4 06/15] CI: fix shell coding style
` [PATCH v4 07/15] CI: install qemu-system when qemu testing is requested
` [PATCH v4 08/15] testsuite: remove tests from "fast" set
` [PATCH v4 09/15] CI: Get rid of setting cross from outside
` [PATCH v4 10/15] CI: Make cross compile to be default
` [PATCH v4 11/15] CI: Get rid of setting repro from outside
` [PATCH v4 12/15] CI: Allow example module checking disabling
` [PATCH v4 13/15] testsuite: Fix terminal broken after run test executed
` [PATCH v4 14/15] CI: Update testsuite documentation
` [PATCH v4 15/15] CI: Add single target test case
Request for comment
2023-02-13 15:48 UTC
[PATCH v2 0/4] Fix ccache issues
2023-02-13 8:01 UTC (6+ messages)
` [PATCH v2 1/4] ccache: fix dirs creation
` [PATCH v2 2/4] ccache: fix CCACHE_DIR owner for sbuild
` [PATCH v2 3/4] meta: unify cross selection
` [PATCH v2 4/4] ccache: separate cache based on cross compile
[PATCH v2 0/7] Add BSP for StarFiveTech VisionFive2 Risc-V board
2023-02-13 6:39 UTC (9+ messages)
` [PATCH v2 1/7] u-boot: inject debian multi-arch config
` [PATCH v2 2/7] starfive-visionfive2: package u-boot
` [PATCH v2 3/7] starfive-visionfive2: package opensbi firmware
` [PATCH v2 4/7] starfive-visionfive2: add BSP kernel
` [PATCH v2 5/7] starfive-visionfive2: create u-boot-spl firmware
` [PATCH v2 6/7] starfive-visionfive2: create u-boot-spl FIT image
` [PATCH v2 7/7] starfive-visionfive2: add machine
[PATCH] RECIPE-API-CHANGELOG.md syntax type for bitbake2
2023-02-13 3:49 UTC (3+ messages)
[PATCH] deb-dl-dir: create directory before transfer .deb packages
2023-02-13 1:02 UTC
[PATCH] Use BASE_DISTRO_CODENAME as override for SYSTEMD_BOOTLOADER_INSTALL
2023-02-11 8:35 UTC
bitbake 2 is outdated
2023-02-10 19:40 UTC (2+ messages)
[PATCH v4] deb-dl-dir class rework to use faster ln -P or fallback to cp
2023-02-10 15:58 UTC (4+ messages)
[PATCH v2] feat: add zstd support to image conversions
2023-02-10 14:18 UTC (3+ messages)
[PATCH v5] deb-dl-dir class rework to use faster ln -P or fallback to cp
2023-02-10 12:42 UTC
[PATCH] imagetypes XZ_OPTIONS replaced by XZ_DEFAULTS defined in bitbake.comf
2023-02-10 11:28 UTC (5+ messages)
[PATCH v3] deb-dl-dir class rework to use faster ln -P or fallback to cp
2023-02-10 10:50 UTC (3+ messages)
[PATCH 1/1] replace custom OVA logic with imagetype logic
2023-02-10 8:30 UTC (2+ messages)
[PATCH] user_manual.md: Add host packages for fetch unpack
2023-02-10 5:59 UTC (2+ messages)
Bitbake 2.0 migration story
2023-02-09 17:24 UTC (2+ messages)
[PATCH v2 1/1] replace custom OVA logic with imagetype logic
2023-02-09 14:00 UTC
[PATCH] feat: add zstd support to image conversions
2023-02-09 11:35 UTC (2+ messages)
[PATCH 00/11] Support running custom commands in VM
2023-02-08 13:04 UTC (5+ messages)
` [PATCH 06/11] meta-isar: Fix PCI bus initialization in qemuarm machine
` [PATCH 07/11] testsuite: Use random free port for qemu SSH forwarding
[PATCH 0/5] Fix ccache issues
2023-02-08 8:15 UTC (7+ messages)
` [PATCH 1/5] ccache: fix dirs creation
` [PATCH 2/5] ccache: fix CCACHE_DIR owner for sbuild
[PATCH] initramfs: Add missing TASK_USE_SUDO
2023-02-07 13:45 UTC (6+ messages)
[PATCH] Revert "dpkg: sbuild allows extra arguments via DPKG_SBUILD_EXTRA_ARGS"
2023-02-07 9:45 UTC (3+ messages)
[PATCH 1/1] fix cyclic dep on crossbuild-essential-riscv64
2023-02-07 8:50 UTC (3+ messages)
[PATCH v2] deb-dl-dir class rework to use faster ln -P or fallback to cp
2023-02-07 7:37 UTC
[PATCH] deb-dl-dir class rework to use faster ln -P or fallback to cp
2023-02-07 7:37 UTC (3+ messages)
[isar-cip-core] Update ISAR revision
2023-02-07 4:39 UTC
[PATCH v2] deb-dl-dir: Fallback to copying when import-export
2023-02-06 12:19 UTC
[PATCH 1/1] sources.list: add non-free-firmware repository
2023-02-06 4:00 UTC (2+ messages)
[PATCH v3 1/1] meta: Update debian ports signing key
2023-02-06 3:59 UTC (2+ 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