public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
[PATCH] dpkg-base: cope with race around check/creation of .git-downloads symlink
 2022-02-04 12:45 UTC  (9+ messages)
  ` [[PATCH v2]] dpkg-base: resolve DL_DIR in do_adjust_git
  ` [PATCH v3] "

[PATCH v2 0/1] Update expired debian ports signing key
 2022-02-04  9:15 UTC  (2+ messages)
` [PATCH v2 1/1] meta: Update "

[PATCH] meta: Update expired debian ports signing key
 2022-02-03 13:50 UTC  (2+ messages)

[PATCH v7 0/1] add support for debian build profiles
 2022-02-02 13:42 UTC  (3+ messages)
` [PATCH v7 1/1] add support for debian build profiles and options

[PATCH 1/1] fix typo in variable name to disable cross-compilation of riscv64 package
 2022-02-02 11:12 UTC  (4+ messages)

[PATCH v5 00/12] Sbuild/Schroot migration
 2022-02-02  9:46 UTC  (23+ messages)
` [PATCH v5 01/12] dpkg-gbp: Use separate command to export tarball
` [PATCH v5 02/12] dpkg-gbp: Use host tools for dsc preparation
` [PATCH v5 03/12] sbuild: Add recipes for host and target rootfs to run sbuild
` [PATCH v5 04/12] sbuild: Introduce a class for another build method
` [PATCH v5 05/12] dpkg: Build packages with sbuild
` [PATCH v5 06/12] sbuild: support of DEB_BUILD_PROFILES
` [PATCH v5 07/12] sbuild: support of shell exports from dpkg_runbuild_prepend
` [PATCH v5 08/12] dpkg: Remove builddeps install task
` [PATCH v5 09/12] sbuild: add ccache support
` [PATCH v5 10/12] dpkg-base: Switch devshell to use schroot
` [PATCH v5 11/12] dpkg-base: Switch apt_fetch and apt_unpack "
` [PATCH v5 12/12] doc: Add sbuild-related documentation

[PATCH 0/1] Update bitbake to version 1.50.4
 2022-02-02  6:52 UTC  (4+ messages)
` [PATCH 1/1] bitbake: Update to 1.50.4 release

[PATCH v5 0/4] U-boot Refactor and update to 2022.01
 2022-02-01 19:03 UTC  (7+ messages)
` [PATCH v5 1/4] u-boot: Switch to use DEB_BUILD_PROFILES
` [PATCH v5 2/4] meta-isar: u-boot: Migrate to U_BOOT_BUILD_PROFILES
` [PATCH v5 3/4] meta: u-boot: Prepare for newer versions
` [PATCH v5 4/4] meta-isar: u-boot: Update to 2022.01

[PATCH v3 0/8] Avoid using shell environment during the build
 2022-02-01 16:53 UTC  (9+ messages)
` [PATCH v3 1/8] template: Copy template attributes on transform
` [PATCH v3 2/8] linux-module: Do not use shell environment
` [PATCH v3 3/8] u-boot: "
` [PATCH v3 4/8] trusted-firmware: "
` [PATCH v3 5/8] optee-os: "
` [PATCH v3 6/8] kselftest: "
` [PATCH v3 7/8] linux-mainline: Move cfg fragment test to debian/rules
` [PATCH v3 8/8] linux-custom: Move cfg fragments applying "

[PATCH v6 0/1] add support for debian build profiles
 2022-02-01 13:00 UTC  (3+ messages)
` [PATCH v6 1/1] add support for debian build profiles and options

Isar 0.8
 2022-01-31 16:19 UTC 

[PATCH v2] changelog: v0.8-rc2
 2022-01-31 15:54 UTC  (3+ messages)

[PATCH] CI: Protect Debian Ports targets by KFAIL
 2022-01-31 15:52 UTC  (4+ messages)

[PATCH] deb-dl-dir: Use dpkg-deb --field in debsrc_download
 2022-01-31  8:49 UTC  (2+ messages)

[PATCH v3 0/6] Update rpi targets to bullseye
 2022-01-31  7:43 UTC  (11+ messages)
` [PATCH v3 1/6] linux: Allow to use custom packages for linux headers and image
` [PATCH v3 2/6] rpi-sdimage: Change deployed image name
` [PATCH v3 3/6] rpi: Added raspios-bullseye configs
` [PATCH v3 4/6] raspios: resize rootfs on first boot
` [PATCH v3 5/6] CI: Switch rpi targets to bullseye
` [PATCH v3 6/6] doc: Add notes about raspios-bullseye

[PATCH v5 0/3] add support for debian build profiles
 2022-01-31  7:29 UTC  (7+ messages)
` [PATCH v5 1/3] add support for debian build profiles and options
` [PATCH v5 2/3] refactor linux-custom.inc to use ISAR's DEB_BUILD_PROFILES support
` [PATCH v5 3/3] Use DEB_BUILD_OPTIONS bb variable in hello.bb example

[PATCHv2 0/2] sstate bug fix
 2022-01-28  9:12 UTC  (4+ messages)
` [PATCHv2 1/2] sstate: change rootfs task to cache
` [PATCHv2 2/2] sstate: fix task order and deps

[PATCH 0/1] sstate bug fix
 2022-01-28  9:01 UTC  (13+ messages)
` [PATCH 1/1] sttate: change rootfs task to cache

[PATCH] [RFC] deb-dl-dir: Retry downloads 3 times for src files
 2022-01-27 15:02 UTC  (4+ messages)

[PATCH v2 0/9] Avoid using shell environment during the build
 2022-01-25 13:55 UTC  (13+ messages)
` [PATCH v2 1/9] template: Copy template attributes on transform
` [PATCH v2 2/9] linux-module: Do not use shell environment
` [PATCH v2 3/9] u-boot: "
` [PATCH v2 4/9] trusted-firmware: "
` [PATCH v2 5/9] optee-os: "
` [PATCH v2 6/9] kselftest: "
` [PATCH v2 7/9] linux-mainline: Move cfg fragment test to debian/rules
` [PATCH v2 8/9] dpkg: Use a specific export function in pre-build tasks
` [PATCH v2 9/9] linux-custom: Move cfg fragments applying to debian/rules

[PATCH v4 00/12] Sbuild/Schroot migration
 2022-01-25 12:39 UTC  (13+ messages)
` [PATCH v4 01/12] dpkg-gbp: Use separate command to export tarball
` [PATCH v4 02/12] dpkg-gbp: Use host tools for dsc preparation
` [PATCH v4 03/12] sbuild: Add recipes for host and target rootfs to run sbuild
` [PATCH v4 04/12] sbuild: Introduce a class for another build method
` [PATCH v4 05/12] dpkg: Build packages with sbuild
` [PATCH v4 06/12] sbuild: support of DEB_BUILD_PROFILES
` [PATCH v4 07/12] sbuild: add ccache support
` [PATCH v4 08/12] dpkg: Remove builddeps install task
` [PATCH v4 09/12] dpkg-base: Switch devshell to use schroot
` [PATCH v4 10/12] dpkg-base: Switch apt_fetch and apt_unpack "
` [PATCH v4 11/12] dpkg-base: Cleanup from buildchroot parts
` [PATCH v4 12/12] doc: Add sbuild-related documentation

[PATCH] doc: Cover conf/multiconfig/<CONFIG>.conf with ``
 2022-01-25  7:06 UTC 

[PATCH 0/1] Don't run update-initramfs with enable-fsck
 2022-01-25  6:46 UTC  (3+ messages)
` [PATCH 1/1] enable-fsck: don't run update-initramfs after fstab modification

[PATCH v2 0/2] Actualize iMX6 targets
 2022-01-24  8:02 UTC  (4+ messages)
` [PATCH v2 1/2] meta-isar: Rename nand-ubi-demo to imx6-sabrelite
` [PATCH v2 2/2] meta-isar: Add phyboard-mira target

[PATCH v4 00/10] Update testsuite targets
 2022-01-24  8:01 UTC  (12+ messages)
` [PATCH v4 01/10] CI: Remove KFAIL for bullseye
` [PATCH v4 02/10] meta-isar: Add bullseye config for de0-nano-soc
` [PATCH v4 03/10] meta-isar: Add bullseye config for bananapi
` [PATCH v4 04/10] meta-isar: Add bullseye config for nanopi-neo
` [PATCH v4 05/10] meta-isar: Add bullseye config for stm32mp15x
` [PATCH v4 06/10] meta-isar: Add bullseye config for nand-ubi-demo
` [PATCH v4 07/10] CI: Cover RISC-V targets
` [PATCH v4 08/10] CI: Move qemu-stretch targets to bullseye
` [PATCH v4 09/10] CI: Move image type tests "
` [PATCH v4 10/10] CI: Remove repro from fast testing

[PATCH] u-boot-script: Drop runtime dependency on a kernel
 2022-01-21 10:36 UTC  (2+ messages)

[PATCH] image: Add machine into mount points path
 2022-01-19  6:31 UTC  (2+ messages)

[PATCH v2 0/1] Fix conflicting names of image manifest and dpkg_status
 2022-01-19  6:30 UTC  (3+ messages)
` [PATCH v2 1/1] meta: Fix conflicting name "

[PATCH v2 0/1] ci: make vm_start logs readable by all users
 2022-01-19  6:29 UTC  (2+ messages)

[PATCH] changelog: v0.8-rc2
 2022-01-18 15:52 UTC 

Upcoming Isar release (0.8)
 2022-01-18  9:53 UTC  (2+ messages)

[PATCH] fix(sstate): don't fail if there are no packages
 2022-01-18  7:34 UTC  (2+ messages)

Isar documentation împrovement
 2022-01-17  8:44 UTC 

[PATCH v2 0/6] Update rpi targets to bullseye
 2022-01-17  8:08 UTC  (7+ messages)
` [PATCH v2 1/6] linux: Allow to use custom packages for linux headers and image
` [PATCH v2 2/6] rpi-sdimage: Change deployed image name
` [PATCH v2 3/6] rpi: Added raspios-bullseye configs
` [PATCH v2 4/6] raspios: resize rootfs on first boot
` [PATCH v2 5/6] CI: Switch rpi targets to bullseye
` [PATCH v2 6/6] doc: Add notes about raspios-bullseye

[PATCH] sstate: add cleansstate task
 2022-01-17  6:06 UTC  (4+ messages)

[PATCH v2 0/2] Fix u-boot-script packages conflict
 2022-01-15  9:57 UTC  (7+ messages)
` [PATCH v2 1/2] dpkg: Introduce any kernel variables
` [PATCH v2 2/2] u-boot-script: Depend on any kernel package

[PATCH] conf: Disable buildstats by default
 2022-01-14 14:55 UTC  (2+ messages)

[PATCH v2 0/1] Isar v0.8 Release Candidate 1
 2022-01-14 14:54 UTC  (4+ messages)
` [PATCH v2 1/1] changelog: v0.8-rc1

[PATCH v4] conf: add new debian version "bookworm"
 2022-01-14 14:52 UTC  (2+ messages)

[PATCH] u-boot-script: Allow OVERLAY to be a u-boot env variable as well
 2022-01-13  9:46 UTC 

[PATCH 0/2] Fix u-boot-script packages conflict
 2022-01-12 13:59 UTC  (9+ messages)
` [PATCH 2/2] u-boot-script: Split packages by kernel

page:  |  | latest

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