[PATCH v2 00/24] Sbuild/Schroot migration
2021-11-19 21:48 UTC (28+ messages)
` [PATCH v2 01/24] dpkg: Install raw package files to source root
` [PATCH v2 02/24] dpkg-gbp: Use separate command to export tarball
` [PATCH v2 03/24] isar-bootstrap: Export bootstrap to schroot config
` [PATCH v2 04/24] linux-module: Do not use shell environment
` [PATCH v2 05/24] u-boot: "
` [PATCH v2 06/24] trusted-firmware: "
` [PATCH v2 07/24] optee-os: "
` [PATCH v2 08/24] kselftest: "
` [PATCH v2 09/24] dpkg: Build packages with sbuild
` [PATCH v2 10/24] sbuild: Introduce environment variables export API
` [PATCH v2 11/24] dpkg-gbp: Migrate to schroot
` [PATCH v2 12/24] linux-mainline: Move cfg fragment test to debian/rules
` [PATCH v2 13/24] linux-custom: Prepare kernel config inside sbuild
` [PATCH v2 14/24] sbuild: Add recipes for host and target rootfs to run sbuild
` [PATCH v2 15/24] sbuild: Mount base-apt in schroot
` [PATCH v2 16/24] sbuild: Add sbuildshell task
` [PATCH v2 17/24] dpkg-gbp: Preinstall gbp utils in schroot
` [PATCH v2 18/24] dpkg: Remove builddeps install task
` [PATCH v2 19/24] dpkg-base: Switch devshell to use schroot
` [PATCH v2 20/24] dpkg-base: Switch apt_fetch and apt_unpack "
` [PATCH v2 21/24] dpkg-base: Cleanup from buildchroot parts
` [PATCH v2 22/24] dpkg-gbp: Use host tools for dsc preparation
` [PATCH v2 23/24] doc: Add sbuild-related documentation
` [PATCH v2 24/24] sbuild: Replace isar-apt mounting with copying
[PATCH] meta-isar: u-boot: Update to 2021.10
2021-11-19 17:54 UTC (16+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] u-boot: Move libssl-dev dependency to u-boot-custom
` [PATCH v3 1/2] meta-isar: u-boot: Update to 2021.10
` [PATCH v3 2/2] u-boot: Move libssl-dev dependency to u-boot-custom
[PATCH v4 1/2] meta: u-boot: Prepare for newer versions
2021-11-19 17:49 UTC (2+ messages)
` [PATCH v4 2/2] meta-isar: u-boot: Update to 2021.10
[PATCH v3 0/2] U-boot refactor
2021-11-19 17:26 UTC (5+ messages)
` [PATCH v3 1/2] u-boot: Switch to use DEB_BUILD_PROFILES
` [PATCH v3 2/2] meta/u-boot: Include libssl-dev only when building tools
[PATCH v6 00/13] Add sstate-cache
2021-11-19 10:33 UTC (19+ messages)
` [PATCH v6 01/13] oe imports in central location
` [PATCH v6 02/13] images: create deploy dir
` [PATCH v6 03/13] rootfs: recursively depend on packages
` [PATCH v6 04/13] base: remove unneeded "before do_build" task dependencies
` [PATCH v6 05/13] dpkg: add explicit dependency to isar-apt
` [PATCH v6 06/13] meta: add sstate feature from oe
` [PATCH v6 07/13] sstate: configure
` [PATCH v6 08/13] sstate: add caching to isar-bootstrap
` [PATCH v6 09/13] sstate: add caching to rootfs
` [PATCH v6 10/13] sstate: add caching to debian packages
` [PATCH v6 11/13] test: pass absolute path for build_dir
` [PATCH v6 12/13] test: make bitbake_args a list
` [PATCH v6 13/13] sstate: add test case
[PATCH v3 0/5] Use buildstats from OE to generate build charts
2021-11-19 9:24 UTC (6+ messages)
` [PATCH v3 1/5] oe imports in central location
` [PATCH v3 2/5] buildstats: Borrow buildstats and pybootchartgui from OE
` [PATCH v3 3/5] buildstats: Fixes to work with bbclass in ISAR
` [PATCH v3 4/5] buildstats: Enable buildstats in default configuration
` [PATCH v3 5/5] doc: Add buildstats section in user manual
[PATCH v3 0/6]
2021-11-19 9:19 UTC (8+ messages)
` [PATCH v3 1/6] image: Support multiple image types in WORKDIR and STAMPS
` [PATCH v3 2/6] wic-img: Set weak default value for WKS_FILE
` [PATCH v3 3/6] start_vm: Use the first image type to start VM
` [PATCH v3 4/6] multiconfig: Add ext4-img type to qemuamd64-buster multiconfig
` [PATCH v3 5/6] doc: Update docs to fit new IMAGE_TYPE meaning
` [PATCH v3 6/6] api: Rename IMAGE_TYPE to IMAGE_FSTYPES
[PATCH v3 0/6] Support multiple image types in one build
2021-11-19 9:15 UTC (7+ messages)
` [PATCH v3 1/6] image: Support multiple image types in WORKDIR and STAMPS
` [PATCH v3 2/6] wic-img: Set weak default value for WKS_FILE
` [PATCH v3 3/6] start_vm: Use the first image type to start VM
` [PATCH v3 4/6] multiconfig: Add ext4-img type to qemuamd64-buster multiconfig
` [PATCH v3 5/6] doc: Update docs to fit new IMAGE_TYPE meaning
` [PATCH v3 6/6] api: Rename IMAGE_TYPE to IMAGE_FSTYPES
[PATCH v2 0/5] Support multiple image types in one build
2021-11-18 13:41 UTC (3+ messages)
[PATCH] sshd-regen-keys: Disable service after it run once
2021-11-18 12:59 UTC (2+ messages)
[PATCH v2] sshd-regen-keys: Improve service, make more robust
2021-11-18 12:55 UTC (3+ messages)
[PATCH v4 0/3] Support of ccache
2021-11-18 9:37 UTC (5+ messages)
` [PATCH v4 1/3] meta: Support for ccache for custom packages
` [PATCH v4 2/3] doc: Add section about ccache usage
` [PATCH v4 3/3] ci: Add test for ccache
[PATCH v4 0/2] Improve handling of ISAR_RELEASE_CMD
2021-11-18 8:36 UTC (11+ messages)
` [PATCH v4 1/2] always invoke ISAR_RELEASE_CMD to invalidate downstream tasks on change
` [PATCH v4 2/2] Ensure generation of /etc/os-release is idempotent
[PATCH] isar-bootstrap: Fail on invalid apt source list
2021-11-18 6:50 UTC (3+ messages)
[PATCH] conf/distro: Fix deb-src for debian-sid-ports
2021-11-18 6:33 UTC
[RFC PATCH 0/2] U-boot refactor
2021-11-17 5:56 UTC (15+ messages)
` [RFC PATCH 1/2] u-boot: Switch to use DEB_BUILD_PROFILES
` [RFC PATCH 2/2] meta/u-boot: Include libssl-dev only when building tools
` [PATCH v2 0/2] U-boot refactor
` [PATCH v2 1/2] u-boot: Switch to use DEB_BUILD_PROFILES
` [PATCH v2 2/2] meta/u-boot: Include libssl-dev only when building tools
[PATCH] template: Make templates passthrough
2021-11-16 16:35 UTC (3+ messages)
[PATCH] conf: Use debian-bullseye by default
2021-11-15 15:43 UTC
[PATCH 0/2] Cover LeMaker HiKey by CI
2021-11-15 15:36 UTC (3+ messages)
` [PATCH 1/2] meta-isar: Enable bullseye support for HiKey board
` [PATCH 2/2] ci: Add hikey target
[PATCH] dpkg-base: Add devshell_nodeps task
2021-11-15 11:27 UTC (2+ messages)
[PATCH v2 0/2] Minimise CI test log
2021-11-11 15:31 UTC (4+ messages)
` [PATCH v2 1/2] CI: Trace test only
` [PATCH v2 2/2] CI: Ignore POLLHUP events in log
RFC: add maximum debootstrap storing time, or check for updates and invalidate
2021-11-04 15:37 UTC (3+ messages)
Intel giving an Isar talk in debconf21
2021-11-04 13:12 UTC (2+ messages)
[PATCH v5 00/13] Add sstate-cache
2021-11-04 11:51 UTC (14+ messages)
` [PATCH v5 01/13] oe imports in central location
` [PATCH v5 02/13] images: create deploy dir
` [PATCH v5 03/13] rootfs: recursively depend on packages
` [PATCH v5 04/13] base: remove unneeded "before do_build" task dependencies
` [PATCH v5 05/13] dpkg: add explicit dependency to isar-apt
` [PATCH v5 06/13] meta: add sstate feature from oe
` [PATCH v5 07/13] sstate: configure
` [PATCH v5 08/13] sstate: add caching to isar-bootstrap
` [PATCH v5 09/13] sstate: add caching to rootfs
` [PATCH v5 10/13] sstate: add caching to debian packages
` [PATCH v5 11/13] test: pass absolute path for build_dir
` [PATCH v5 12/13] test: make bitbake_args a list
` [PATCH v5 13/13] sstate: add test case
[PATCH v3 0/2] Improve handling of ISAR_RELEASE_CMD
2021-11-04 11:50 UTC (9+ messages)
` [PATCH v3 1/2] always invoke ISAR_RELEASE_CMD to invalidate downstream tasks on change
` [PATCH v3 2/2] Ensure generation of /etc/os-release is idempotent
[PATCH v1 1/1] Fix permissions when splitting rootfs folders across partitions
2021-11-03 13:26 UTC (2+ messages)
[PATCH v2 1/1] always invoke ISAR_RELEASE_CMD to invalidate downstream tasks on change
2021-11-03 11:18 UTC
[PATCH v1 1/1] always invoke ISAR_RELEASE_CMD to invalidate downstream tasks on change
2021-11-03 11:11 UTC
[PATCH] CI: Fix paths for the latest Avocado version
2021-11-02 16:21 UTC (2+ messages)
[PATCH] isar-bootstrap: Fix SRC_URI inclusion
2021-11-02 16:20 UTC (3+ messages)
` [PATCH v2] "
[PATCH] CI: Add sstate-cache testcase
2021-11-02 7:55 UTC (6+ messages)
[PATCH v3 0/3] Support of ccache
2021-10-29 14:04 UTC (5+ messages)
` [PATCH v3 1/3] meta: Support for ccache for custom packages
` [PATCH v3 2/3] doc: Add section about ccache usage
` [PATCH v3 3/3] ci: Add test for ccache
[PATCH v2 0/3] Update Isar documentation
2021-10-28 20:17 UTC (5+ messages)
` [PATCH v2 1/3] doc: Add imager dependencies section
` [PATCH v2 2/3] doc: Update tasks description
` [PATCH v2 3/3] doc: Update available image types
[PATCH 0/2] Minimise CI test log
2021-10-28 18:26 UTC (3+ messages)
` [PATCH 2/2] CI: Ignore POLLHUP events in log
[PATCH v4 00/10] Add sstate-cache
2021-10-28 18:06 UTC (3+ messages)
new movement in binfmt_misc namespace discussion on lkml
2021-10-28 17:20 UTC (3+ messages)
[PATCH v2 0/2] Support for ccache
2021-10-28 16:19 UTC (3+ 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