public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
[PATCH v2 00/10] Add sstate-cache
 2021-10-12 12:36 UTC  (10+ messages)
` [PATCH v2 01/10] oe imports in central location
` [PATCH v2 02/10] wic-img: create deploy dir
` [PATCH v2 03/10] rootfs: recursively depend on packages
` [PATCH v2 04/10] base: remove unneeded "before do_build" task dependencies
` [PATCH v2 05/10] dpkg: add explicit dependency to isar-apt
` [PATCH v2 06/10] meta: add sstate feature from oe
` [PATCH v2 07/10] sstate: configure
` [PATCH v2 08/10] sstate: add caching to isar-bootstrap
` [PATCH v2 10/10] sstate: add caching to debian packages

[PATCH] isar-bootstrap: Fix SRC_URI inclusion
 2021-10-12  9:00 UTC  (2+ messages)

[PATCH 0/2] sshd-regen-keys: Fix boot hang on low end hardware
 2021-10-08  9:07 UTC  (5+ messages)
` [PATCH 1/2] sshd-regen-keys: Start key generation after entropy seed
` [PATCH 2/2] sshd-regen-keys: Fix some systemd obsolete warnings about using syslog

[PATCH v3] rootfs: clean package log files that are not owned by packages
 2021-10-07 15:07 UTC 

[PATCH 00/10] Add sstate-cache
 2021-10-07  7:56 UTC  (11+ messages)
` [PATCH 01/10] oe imports in central location
` [PATCH 02/10] wic-img: create deploy dir
` [PATCH 03/10] rootfs: recursively depend on packages
` [PATCH 04/10] base: remove unneeded "before do_build" task dependencies
` [PATCH 05/10] dpkg: add explicit dependency to isar-apt
` [PATCH 06/10] meta: add sstate feature from oe
` [PATCH 07/10] sstate: configure
` [PATCH 08/10] sstate: add caching to isar-bootstrap
` [PATCH 09/10] sstate: add caching to rootfs
` [PATCH 10/10] sstate: add caching to debian packages

[PATCH] conf: Add mirror for cdn.kernel.org/pub
 2021-10-07  6:55 UTC  (2+ messages)

[PATCH] opensbi-sifive-fu540: upgrade to 0.9
 2021-10-07  6:54 UTC  (5+ messages)

[PATCH] linux-module: Override dh_auto_clean
 2021-10-07  6:54 UTC  (2+ messages)

[PATCH 0/7] vm-img improvements and fixes
 2021-10-06 14:08 UTC  (11+ messages)
` [PATCH 1/7] vm-img: move template out of package into SRC_URI file
` [PATCH 2/7] vm-img: use two different ovf templates for vmware/virtualbox
` [PATCH 3/7] vm-img: shorten code by using variables we have
` [PATCH 4/7] vm-img: drop not used variables
` [PATCH 5/7] vm-img: set vmware machine type to 64bit in our template
` [PATCH 6/7] vm-img: make use of isars template class for most of the tmpl variables
` [PATCH 7/7] meta-isar: switch virtualbox test from buster to bullseye

[PATCH v2] meta/classes/debianize: Create debian folder if source does not contain one
 2021-10-06  8:10 UTC  (2+ messages)

[PATCH v2] linux-custom: Fix decompressed kernel name for arm64
 2021-10-06  5:09 UTC  (3+ messages)

[PATCH v2 0/4] Use buildstats from OE to generate build charts
 2021-10-05  9:21 UTC  (8+ messages)
` [PATCH v2 1/4] buildstats: Borrow buildstats and pybootchartgui from OE
` [PATCH v2 2/4] buildstats: Fix bbclass to work with ISAR
` [PATCH v2 3/4] buildstats: Manage buildstats via USER_CLASSES variable
` [PATCH v2 4/4] doc: Add buildstats section in user manual

[PATCH v2 0/5] Support multiple image types in one build
 2021-10-05  9:08 UTC  (11+ messages)
` [PATCH v2 1/5] image: Make WORKDIR and STAMPs unrelated to IMAGE_TYPE
` [PATCH v2 2/5] wic-img: Set weak default value for WKS_FILE
` [PATCH v2 3/5] start_vm: Use the first image type to start VM
` [PATCH v2 4/5] meta-isar: Rework mc:qemuamd64-buster configs
` [PATCH v2 5/5] api: Rename IMAGE_TYPE to IMAGE_FSTYPES

[PATCH v2 0/1] Improving base-apt usage
 2021-10-05  8:36 UTC  (3+ messages)
` [PATCH v2 1/1] [meta] Use cached base-apt repo to debootstrap

[PATCH] meta/classes/debianize: Create debian folder if source does not contain one
 2021-10-05  6:02 UTC  (5+ messages)

[isar] rootfs: Add new ROOTFS_FEATURE 'slimfy' to minimize the footprint
 2021-10-04 16:45 UTC  (10+ messages)
` [PATCH v2] rootfs: clean package log files that are not owned by packages

Builds get fails when we append SWUPDATE yml file
 2021-10-04 15:39 UTC  (5+ messages)

[PATCH 0/2] Fix isar-bootstrap for sifive-fu540
 2021-10-04 14:34 UTC  (6+ messages)
` [PATCH 1/2] meta: Fix debian-sid-ports source list
` [PATCH 2/2] meta: Update debian ports signing key

[PATCH v3] wic/rootfs-u-boot: Allow to set root with source_params
 2021-10-04 14:30 UTC  (2+ messages)

[PATCH] meta: add dpkg-prebuilt.bbclass
 2021-10-04 11:07 UTC  (4+ messages)

[PATCH v12 00/16] Update Avocado testsuite
 2021-09-30 16:48 UTC  (20+ messages)
` [PATCH v12 01/16] start_vm.py: Fix target name handling
` [PATCH v12 02/16] start_vm.py: Add output and PID file vm_start.py options
` [PATCH v12 03/16] start_vm.py: Add MIPS support
` [PATCH v12 04/16] start_vm.py: Fix ubuntu image name
` [PATCH v12 05/16] vm_boot_test: Fix log file path in vm_boot_test
` [PATCH v12 06/16] vm_boot_test: Remove external varianter
` [PATCH v12 07/16] vm_boot_test: Improve QEMU images checking
` [PATCH v12 08/16] build_test: Refactoring build tests cases
` [PATCH v12 09/16] testsuite: Add Python generations for testsuite in gitignore
` [PATCH v12 10/16] testsuite: Fix test suite prepare guide
` [PATCH v12 11/16] gitlab-ci: Add Avocado build artifacts
` [PATCH v12 12/16] gitlab-ci: Add debug flag
` [PATCH v12 13/16] vm_boot_test: Add automatic bitbake init
` [PATCH v12 14/16] build_test: Protect ubuntu target with KFAIL
` [PATCH v12 15/16] ci_build: Migrate to Avocado
` [PATCH v12 16/16] vm_smoke_test: "

[PATCH v14 00/16] Update Avocado testsuite
 2021-09-30 16:45 UTC  (17+ messages)
` [PATCH v14 01/16] start_vm.py: Fix target name handling
` [PATCH v14 02/16] start_vm.py: Add output and PID file vm_start.py options
` [PATCH v14 03/16] start_vm.py: Add MIPS support
` [PATCH v14 04/16] start_vm.py: Fix ubuntu image name
` [PATCH v14 05/16] vm_boot_test: Fix log file path in vm_boot_test
` [PATCH v14 06/16] vm_boot_test: Remove external varianter
` [PATCH v14 07/16] vm_boot_test: Improve QEMU images checking
` [PATCH v14 08/16] build_test: Refactoring build tests cases
` [PATCH v14 09/16] testsuite: Add Python generations for testsuite in gitignore
` [PATCH v14 10/16] testsuite: Fix test suite prepare guide
` [PATCH v14 11/16] gitlab-ci: Add Avocado build artifacts
` [PATCH v14 12/16] gitlab-ci: Add debug flag
` [PATCH v14 13/16] vm_boot_test: Add automatic bitbake init
` [PATCH v14 14/16] build_test: Protect ubuntu target with KFAIL
` [PATCH v14 15/16] ci_build: Migrate to Avocado
` [PATCH v14 16/16] vm_smoke_test: "

[PATCH v2 0/2] Fix gpg-agent management
 2021-09-29 14:22 UTC  (2+ messages)

[PATCH v2 0/2] Support for ccache
 2021-09-29  9:58 UTC  (3+ messages)
` [PATCH v2 1/2] meta: Support for ccache for custom packages in buildchroot
` [PATCH v2 2/2] doc: Add section about ccache usage

[PATCH v3 0/3] Fix sporadic failures in do_wic_image
 2021-09-27 13:14 UTC  (4+ messages)
` [PATCH v3 1/3] fix typo in do_rootfs_finalize
` [PATCH v3 2/3] do not unmount wic mounts to avoid over-locking
` [PATCH v3 3/3] display sub-task progress in wic-image

[PATCH v13 00/16] Update Avocado testsuite
 2021-09-27 11:01 UTC  (17+ messages)
` [PATCH v13 01/16] start_vm.py: Fix target name handling
` [PATCH v13 02/16] start_vm.py: Add output and PID file vm_start.py options
` [PATCH v13 03/16] start_vm.py: Add MIPS support
` [PATCH v13 04/16] start_vm.py: Fix ubuntu image name
` [PATCH v13 05/16] vm_boot_test: Fix log file path in vm_boot_test
` [PATCH v13 06/16] vm_boot_test: Remove external varianter
` [PATCH v13 07/16] vm_boot_test: Improve QEMU images checking
` [PATCH v13 08/16] build_test: Refactoring build tests cases
` [PATCH v13 09/16] testsuite: Add Python generations for testsuite in gitignore
` [PATCH v13 10/16] testsuite: Fix test suite prepare guide
` [PATCH v13 11/16] gitlab-ci: Add Avocado build artifacts
` [PATCH v13 12/16] gitlab-ci: Add debug flag
` [PATCH v13 13/16] vm_boot_test: Add automatic bitbake init
` [PATCH v13 14/16] build_test: Protect ubuntu target with KFAIL
` [PATCH v13 15/16] ci_build: Migrate to Avocado
` [PATCH v13 16/16] vm_smoke_test: "

[PATCH v2 0/2] Fix sporadic failures in do_wic_image
 2021-09-25  7:34 UTC  (4+ messages)
` [PATCH v2 1/2] fix typo in do_rootfs_finalize
` [PATCH v2 2/2] execute do_wic_image under a lock to ensure mountpoints remain mounted

[PATCH 0/4] Fix sporadic failures in do_wic_image
 2021-09-23  8:39 UTC  (10+ messages)
` [PATCH 1/4] fix typo in do_rootfs_finalize
` [PATCH 2/4] execute do_wic_image under a lock to ensure mountpoints remain mounted
` [PATCH 3/4] fix race by serialize rootfs_finalize and do_wic_image
` [PATCH 4/4] split rootfs finalization and unmounting into two tasks

[PATCH v15 0/2] CPIO & OVA Images
 2021-09-21  7:40 UTC  (3+ messages)
` [PATCH v15 1/2] meta/classes: Generate ova image for VMWare or Virtualbox

[PATCH 1/3] debianize: make changelog date reproducible
 2021-09-21  7:24 UTC  (3+ messages)
` [PATCH 3/3] isar-exclude-docs: include "native" package changelogs

pcbios wks files fails for lack of syslinux (#69)
 2021-09-21  3:58 UTC  (2+ messages)

[PATCH] conf: add new debian version "bookworm"
 2021-09-17 18:29 UTC  (10+ messages)

[RFC] Test cases regrouping concept
 2021-09-17  9:36 UTC 

[PATCH] u-boot: Exclude libubootenv.a from dh_strip
 2021-09-17  8:52 UTC  (2+ messages)

[PATCH v2 0/3] Fix gbp patching after configuration change
 2021-09-17  8:51 UTC  (2+ messages)

[PATCH v10 00/17] Update Avocado testsuite
 2021-09-16 14:11 UTC  (4+ messages)
` [PATCH v10 17/17] ci_build: Install Avocado if needed

[PATCH 0/2] Support for ccache
 2021-09-16 11:00 UTC  (4+ messages)
` [PATCH 2/2] doc: Add section about ccache usage

[PATCH v14 0/2] CPIO & OVA Images
 2021-09-16 10:01 UTC  (4+ 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