public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
[PATCH v2 00/12] Next avocado improvements​
 2023-03-03 14:47 UTC  (13+ messages)
` [PATCH v2 01/12] CI: Update Avocado version
` [PATCH v2 02/12] CI: Add avocado version checking
` [PATCH v2 03/12] scripts: Add option to directly specify avocado tags
` [PATCH v2 04/12] gitlab-ci.yml: Run dev tests set on push
` [PATCH v2 05/12] CI: Set default QEMU timeout to 10 minutes
` [PATCH v2 06/12] CI: Make quiet option to be set by default
` [PATCH v2 07/12] CI: Remove norun option
` [PATCH v2 08/12] CI: Enable sstate dir sharing
` [PATCH v2 09/12] CI: Enable ccache "
` [PATCH v2 10/12] CI: Add Jenkins pipeline configuration
` [PATCH v2 11/12] CI: Update avocado install documentation
` [PATCH v2 12/12] CI: Add documentation for test case creation

[PATCH] testsuite: Cleanup after gpg import in repro_test
 2023-03-03 13:57 UTC  (3+ messages)

[PATCH v4 0/4] multiarch support
 2023-03-03 10:20 UTC  (5+ messages)
` [PATCH v4 1/4] bitbake.conf: use PACKAGE_ARCH in overrides
` [PATCH v4 2/4] add multiarch support
` [PATCH v4 3/4] remove obsolete compat-arch override
` [PATCH v4 4/4] doc: add compat/native targets to user manual

[PATCH v3 0/4] multiarch support
 2023-03-03  8:10 UTC  (8+ messages)
` [PATCH v3 1/4] bitbake.conf: use PACKAGE_ARCH in overrides
` [PATCH v3 2/4] add multiarch support
` [PATCH v3 3/4] remove obsolete compat-arch override
` [PATCH v3 4/4] doc: add compat/native targets to user manual

[PATCH] CI: Get back default conf for repro test
 2023-03-02 11:17 UTC  (2+ messages)

[PATCH 0/3] Creating custom testcases based on Isar one
 2023-02-28 10:16 UTC  (5+ messages)
` [PATCH 1/3] testsuite: Check availability of script to run over ssh
` [PATCH 2/3] testsuite: Move test scripts to their own subdirectory
` [PATCH 3/3] testsuite: Document custom testcase for downstreams

[PATCH 0/3] multiarch support
 2023-02-28  8:24 UTC  (9+ messages)
` [PATCH 2/3] add "

[PATCH] Drop redundant expand=True parameter from getVar
 2023-02-28  7:24 UTC 

[PATCH] add support for rebuilding essential packages
 2023-02-28  7:19 UTC  (4+ messages)

[PATCH 00/11] Next avocado improvements
 2023-02-28  7:18 UTC  (15+ messages)
` [PATCH 01/11] CI: Update Avocado version
` [PATCH 02/11] CI: Add avocado version checking
` [PATCH 03/11] scripts: Add option to directly specify avocado tags
` [PATCH 04/11] gitlab-ci.yml: Run dev tests set on push
` [PATCH 05/11] CI: Set default QEMU timeout to 10 minutes
` [PATCH 06/11] CI: Make quite option to be set by default
` [PATCH 07/11] CI: Remove norun option
` [PATCH 08/11] CI: Enable sstate dir sharing
` [PATCH 09/11] CI: Enable ccache "
` [PATCH 10/11] CI: Update avocado install documentation
` [PATCH 11/11] CI: Add documentation for test case creation

Isar-based projects using kas-container and podman-rootless
 2023-02-28  6:15 UTC  (2+ messages)

[PATCH] sdk: Avoid parsing errors when DISTRO_ARCH is not yet set
 2023-02-28  5:50 UTC  (5+ messages)

[RFC PATCH] image.bbclass: create separate task for creating reproducible image
 2023-02-27 20:43 UTC  (6+ messages)

[PATCH 0/2] vm-img: ovf template updates
 2023-02-27 20:41 UTC  (4+ messages)
` [PATCH 1/2] vm-img: virtualbox: update ovf template
` [PATCH 2/2] vm-img: vmware: "

[PATCH 0/2] Mask systemd-firstboot
 2023-02-27 12:55 UTC  (10+ messages)
` [PATCH 2/2] Warn if systemd-firstboot misses configurations

[PATCH v3 0/3] Fix data-race in deployment of initrd
 2023-02-23  6:43 UTC  (4+ messages)
` [PATCH v3 1/3] add initramfs to sstate-cache
` [PATCH v3 2/3] deploy boot files via sstate-cache
` [PATCH v3 3/3] fix race-cond between default and custom initrd

[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 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  (2+ messages)

[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  (2+ 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  (11+ messages)

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)

page:  |  | latest

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