public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
[PATCH v8 00/20] Migrate to Bitbake 2.0
 2023-01-26 13:23 UTC  (24+ messages)
` [PATCH v8 01/20] meta: change deprecated parse calls
` [PATCH v8 02/20] scripts/contrib: add override conversion script
` [PATCH v8 03/20] scripts/contrib: configure "
` [PATCH v8 04/20] meta-isar: set default branch names
` [PATCH v8 05/20] meta: remove non recommended syntax
` [PATCH v8 06/20] bitbake: update to Bitbake 2.0.5
` [PATCH v8 07/20] meta: update bitbake variables
` [PATCH v8 08/20] bitbake.conf: align hash vars with openembedded
` [PATCH v8 09/20] meta: mark network and sudo tasks
` [PATCH v8 10/20] meta: update overrides syntax
` [PATCH v8 11/20] sstate: update bbclass
` [PATCH v8 12/20] bitbake.conf: declare default XZ and ZSTD options
` [PATCH v8 13/20] Revert "devshell: Use different termination test to avoid warnings"
` [PATCH v8 14/20] meta: align with OE-core libraries update
` [PATCH v8 15/20] Revert "Revert "devshell: Use different termination test to avoid warnings""
` [PATCH v8 16/20] CI: adapt tests to syntax change
` [PATCH v8 17/20] isar-sstate: adapt sstate maintenance script
` [PATCH v8 18/20] doc: require zstd tool
` [PATCH v8 19/20] RECIPE-API-CHANGELOG: add tips after bitbake version update
` [PATCH v8 20/20] docs: update override syntax

[PATCH 0/5] allow creation of users/groups before rootfs creation
 2023-01-26 10:27 UTC  (15+ messages)
` [PATCH 1/5] simplify image-account-extension
` [PATCH 2/5] allow creation of users/groups before rootfs creation
` [PATCH 3/5] create a minimal python unittest infrastructure
` [PATCH 4/5] add unittests for the image-account-extension
` [PATCH 5/5] set minimal python version in user_manual to 3.5

[PATCH v3] dpkg: sbuild allows extra arguments via DPKG_SBUILD_EXTRA_ARGS v3
 2023-01-25 16:42 UTC 

[PATCH v6] suggested changes for reproducibility patchset v6
 2023-01-25 16:38 UTC  (9+ messages)

[PATCH] dpkg class sbuild allows extra arguments by vars
 2023-01-25 16:12 UTC  (3+ messages)

[PATCH 1/4] set SOURCE_DATE_EPOCH in wic environment
 2023-01-25 14:46 UTC  (4+ messages)
` [PATCH 2/4] remove apt cache dirs from final rootfs
` [PATCH 3/4] clean /tmp in rootfs postprocess
` [PATCH 4/4] warn only once in case file timestamps are updated

[PATCH] dpkg class set default value for ISAR_CROSS_COMPILE, if missing
 2023-01-25 12:07 UTC  (3+ messages)

[PATCH v2 00/15] Add developers test
 2023-01-25 11:39 UTC  (23+ messages)
` [PATCH v2 01/15] CI: Enable downloads dir sharing
` [PATCH v2 02/15] CI: Add IMAGE_INSTALL override
` [PATCH v2 03/15] CI: Add developers test
` [PATCH v2 04/15] CI: Remove duplicated targets
` [PATCH v2 05/15] CI: move to avocado to 99.0
` [PATCH v2 06/15] CI: fix shell coding style
` [PATCH v2 07/15] CI: install qemu-system when qemu testing is requested
` [PATCH v2 08/15] testsuite: remove tests from "fast" set
` [PATCH v2 09/15] CI: Get rid of setting cross from outside
` [PATCH v2 10/15] CI: Make cross compile to be default
` [PATCH v2 11/15] CI: Get rid of setting repro from outside
` [PATCH v2 12/15] CI: Allow example module checking disabling
` [PATCH v2 13/15] testsuite: Fix terminal broken after run test executed
` [PATCH v2 14/15] CI: Update testsuite documentation
` [PATCH v2 15/15] CI: Add single target test case

[PATCH 1/1] fix cyclic dep on crossbuild-essential-riscv64
 2023-01-25 10:01 UTC 

[PATCH 00/11] Support running custom commands in VM
 2023-01-25  8:45 UTC  (23+ messages)
` [PATCH 01/11] testsuite: Fix failing hostname service in qemu guest
` [PATCH 02/11] testsuite: Allow custom image names in start_vm.py
` [PATCH 03/11] testsuite: Fix terminal broken after run test executed
` [PATCH 04/11] testsuite: Add SSH key pair for using in CI
` [PATCH 05/11] image-account-extension: Add copy-ci-key flag for user
` [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 08/11] testsuite: Support running custom commands in VM
` [PATCH 09/11] meta-isar: Use a separate image recipe in CI
` [PATCH 10/11] isar-image-ci: Make ethernet inerface auto bring up in ubuntu-focal
` [PATCH 11/11] testsuite: Run custom commands on some qemu targets

[PATCH] dpkg: Align apt configuration of devshell with build
 2023-01-25  7:19 UTC  (2+ messages)

[PATCH] buildchroot: Drop build related packages
 2023-01-25  7:17 UTC  (2+ messages)

[PATCH 00/10] Add support for secureboot using Debian boot chain
 2023-01-25  7:17 UTC  (2+ messages)

[PATCH v3 00/10] Make rootfs build reproducible
 2023-01-25  7:16 UTC  (12+ messages)
` [PATCH v3 01/10] image: make sure do_rootfs_finalize can run multiple times
` [PATCH v3 02/10] image.bbclass: fix non-reproducible file time-stamps inside rootfs
` [PATCH v3 03/10] rootfs postprocess: clean python cache
` [PATCH v3 04/10] remove non-portable ldconfig aux-cache
` [PATCH v3 05/10] generate deterministic clear-text password hash
` [PATCH v3 06/10] update debian initramfs in deterministic mode
` [PATCH v3 07/10] create custom "
` [PATCH v3 08/10] make deb_add_changelog idempotent
` [PATCH v3 09/10] deb_add_changelog: set timestamp to valid epoch
` [PATCH v3 10/10] make custom linux-image bit-by-bit reproducible

Better way to handle apt cache needed
 2023-01-25  4:48 UTC  (16+ messages)

[PATCH v2 0/4] CI rework of gitlab fast job
 2023-01-24 20:53 UTC  (8+ messages)
` [PATCH v2 1/4] CI: move to avocado to 99.0
` [PATCH v2 2/4] CI: fix shell coding style
` [PATCH v2 3/4] CI: install qemu-system when qemu testing is requested
` [PATCH v2 4/4] testsuite: remove tests from "fast" set

[PATCH] feat: add zstd support to image conversions
 2023-01-24 12:05 UTC  (4+ messages)

[PATCH v3 0/5] Improving apt cache
 2023-01-24  7:38 UTC  (9+ messages)
` [PATCH v3 1/5] Clean apt cache from debootstrapped rootfs dirs
` [PATCH v3 2/5] Use hardlinks in deb-dl-dir import/export
` [PATCH v3 3/5] Exclude apt cache from sstate caches
` [PATCH v3 4/5] Use symlinks when importing debian packages to sbuild chroot
` [PATCH v3 5/5] Lightweight copy of rootfs directories if possible

[PATCH] dpkg-base: set default for RPROVIDES
 2023-01-24  7:38 UTC  (2+ messages)

[PATCH v2] dpkg-base: Drop dependency on buildchroot
 2023-01-24  7:37 UTC  (2+ messages)

[PATCH 1/1] fix typo in TAR_OPTIONS variable name
 2023-01-24  7:36 UTC  (2+ messages)

[PATCH v2] fix broken fsck type in initramfs-fsck-hook-ext4
 2023-01-24  7:35 UTC  (2+ messages)

[PATCH 0/4] sbuild-chroot optimizations
 2023-01-24  7:33 UTC  (4+ messages)
` [PATCH 1/4] sbuild-chroot: Only install ccache is used

[PATCH] user_manual.md: Add host packages for fetch unpack
 2023-01-23 22:57 UTC 

[PATCH v2 00/10] Make rootfs build reproducible
 2023-01-23  9:00 UTC  (18+ messages)
` [PATCH v2 01/10] fix rebuild of rootfs_finalize task
` [PATCH v2 02/10] image.bbclass: fix non-reproducible file time-stamps inside rootfs
` [PATCH v2 08/10] make deb_add_changelog idempotent
` [PATCH v2 09/10] deb_add_changelog: set timestamp to valid epoch
` [PATCH v2 10/10] make custom linux-image bit-by-bit reproducible

[PATCH 0/8] CI rework of gitlab fast job
 2023-01-23  8:26 UTC  (10+ messages)

[PATCH] dpkg: Use mount bind to import debian packages to sbuild chroot
 2023-01-20 16:30 UTC 

[PATCH v2 0/3] Improving apt cache
 2023-01-20  7:23 UTC  (11+ messages)

About the support of STM32MP15x by ISAR
 2023-01-18 13:38 UTC  (3+ messages)

[RFC PATCH] native.bbclass
 2023-01-18  6:09 UTC  (2+ messages)

[PATCH] dpkg: Add support for building packages also for multi archs
 2023-01-16 13:09 UTC  (3+ messages)

[PATCH v7] suggested changes for reproducibility patchset v7
 2023-01-15 22:48 UTC  (3+ messages)

[PATCH v5] image: make sure do_rootfs_finalize can run multiple times, v5
 2023-01-14 23:31 UTC 

git.functions to improve the git users experience in your bash
 2023-01-14 11:24 UTC  (2+ messages)

[PATCH v9] image tools ext.: start_imager_session not break the rebuild, v9
 2023-01-13 18:50 UTC 

[PATCH v5] suggested changes for reproducibility patchset v5
 2023-01-13 17:47 UTC 

[PATCH v8] image tools ext.: start_imager_session not break the rebuild, v8
 2023-01-13 14:31 UTC 

[PATCH 0/5] Fix ccache issues
 2023-01-12 10:00 UTC  (3+ messages)
` [PATCH 2/5] ccache: fix CCACHE_DIR owner for sbuild

[PATCH v12 00/21] Sbuild/Schroot migration
 2023-01-12  8:01 UTC  (4+ messages)
` [PATCH v12 05/21] dpkg: Build packages with sbuild

[PATCH v3 0/3] Don't update apt database on every package build
 2023-01-12  7:46 UTC  (4+ messages)
` [PATCH v3 2/3] sbuild: Set high prio for the packages from isar-apt repo

page:  |  | latest

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