public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
Updating CI-runners to buster
 2020-03-11 13:51 UTC  (11+ messages)

[PATCH] isar-bootstrap: Remove apt-transport-https
 2020-03-11 13:51 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH 0/3] minor fixes
 2020-03-11 10:04 UTC  (8+ messages)
` [PATCH 1/3] sshd-regen-keys: correct dependency on ssh daemon service
` [PATCH 2/3] linux-custom: support use of an arbitrary in-tree defconfig
` [PATCH 3/3] dpkg-raw: make sure templates are processed before do_install

[PATCH] rootfs: Make rootfs_postprocess_finalize the last step
 2020-03-11  7:16 UTC  (18+ messages)
        ` [PATCH v2] rootfs: Make rootfs finalize a separate task
                ` [PATCH v2 1/2] "
                  ` [PATCH v2 2/2] meta: cache deb srcs as part of postprocessing
                    ` [PATCH v3 1/2] rootfs: Make rootfs finalize a separate task
                      ` [PATCH v3 2/2] meta: cache deb srcs as part of postprocessing

[PATCH] sshd-regen-keys: fix systemd service
 2020-03-10 22:11 UTC  (2+ messages)

[PATCHv5 00/29] base-apt-rework
 2020-03-10 21:56 UTC  (30+ messages)
` [PATCHv5 01/29] repository: new class to deal with repos
` [PATCHv5 02/29] dpkg-base: add download caching of apt:// downloads
` [PATCHv5 03/29] meta: dpkg-base: convert "exit" into "return 0"
` [PATCHv5 04/29] base-apt: change the sources.list to also offer deb-src
` [PATCHv5 05/29] base-apt: add deb-src packages as well
` [PATCHv5 06/29] base-apt: do not skip gpg check when it is signed
` [PATCHv5 07/29] ci: conf: add "hello" to the sample config and every build
` [PATCHv5 08/29] meta: split all apt-get invocations into download and execution
` [PATCHv5 09/29] meta: create DL_DIR support for all apt-get downloaded .debs
` [PATCHv5 10/29] meta: import DL_DIR debs before apt-get download steps
` [PATCHv5 11/29] meta: include DL_DIR deb import/export into bootstrap
` [PATCHv5 12/29] base-apt: populate from DEBDIR as well
` [PATCHv5 13/29] base-apt: drop the "apt_cache" feature
` [PATCHv5 14/29] base-apt: do not copy debs directly out of rootfss anymore
` [PATCHv5 15/29] base-apt: rework base-apt population
` [PATCHv5 16/29] base-apt: move class "base-apt-helper" into only user
` [PATCHv5 17/29] CI: include "isar-disable-apt-cache" into all CI images
` [PATCHv5 18/29] CI: include "cowsay" into default build to test dpkg-gbp
` [PATCHv5 19/29] CI: set BB_NO_NETWORK for cached rebuild
` [PATCHv5 20/29] meta: repository: implement repo_contains_package and use it in base_apt
` [PATCHv5 21/29] meta: repository: simplify the matching of packages
` [PATCHv5 22/29] meta: deb-dl-dir: do not cache debs from isar-apt
` [PATCHv5 23/29] base-apt: pull base-apt population to the front of the build chain
` [PATCHv5 24/29] meta: base-apt: remove isar-apt check from population
` [PATCHv5 25/29] meta: deb-dl-dir: only export newly downloaded files
` [PATCHv5 26/29] CI: test a custom kernel build in the base-apt offline rebuild
` [PATCHv5 27/29] meta/deb-dl-dir: make subshell verbose and fail on error
` [PATCHv5 28/29] meta: deb-dl-dir: fix "command not found" error when excluding pkgs
` [PATCHv5 29/29] RECIPE-API-CHANGELOG: add a few bits on the base-apt caching changes

[PATCH] isar-bootstrap: Remove unwanted sudo calls
 2020-03-10 15:44 UTC  (4+ messages)

dpkg-raw git fetch
 2020-03-10 15:36 UTC  (9+ messages)
  ` AW: "

[PATCHv4 00/26] base-apt-rework
 2020-03-10 14:13 UTC  (45+ messages)
` [PATCHv4 01/26] repository: new class to deal with repos
` [PATCHv4 02/26] dpkg-base: add download caching of apt:// downloads
` [PATCHv4 03/26] meta: dpkg-base: convert "exit" into "return 0"
` [PATCHv4 04/26] base-apt: change the sources.list to also offer deb-src
` [PATCHv4 05/26] base-apt: add deb-src packages as well
` [PATCHv4 06/26] base-apt: do not skip gpg check when it is signed
` [PATCHv4 07/26] ci: conf: add "hello" to the sample config and every build
` [PATCHv4 08/26] meta: split all apt-get invocations into download and execution
` [PATCHv4 09/26] meta: create DL_DIR support for all apt-get downloaded .debs
` [PATCHv4 10/26] meta: import DL_DIR debs before apt-get download steps
` [PATCHv4 11/26] meta: include DL_DIR deb import/export into bootstrap
` [PATCHv4 12/26] base-apt: populate from DEBDIR as well
` [PATCHv4 13/26] base-apt: drop the "apt_cache" feature
` [PATCHv4 14/26] base-apt: do not copy debs directly out of rootfss anymore
` [PATCHv4 15/26] base-apt: rework base-apt population
` [PATCHv4 16/26] base-apt: move class "base-apt-helper" into only user
` [PATCHv4 17/26] CI: include "isar-disable-apt-cache" into all CI images
` [PATCHv4 18/26] CI: include "cowsay" into default build to test dpkg-gbp
` [PATCHv4 19/26] CI: set BB_NO_NETWORK for cached rebuild
` [PATCHv4 20/26] meta: repository: implement repo_contains_package and use it in base_apt
` [PATCHv4 21/26] meta: repository: simplify the matching of packages
` [PATCHv4 22/26] meta: deb-dl-dir: do not cache debs from isar-apt
` [PATCHv4 23/26] base-apt: pull base-apt population to the front of the build chain
` [PATCHv4 24/26] meta: base-apt: remove isar-apt check from population
` [PATCHv4 25/26] meta: deb-dl-dir: only export newly downloaded files
` [PATCHv4 26/26] CI: test a custom kernel build in the base-apt offline rebuild
  ` [PATCH v5 01/26] repository: new class to deal with repos
  ` [PATCH v5 08/26] meta: split all apt-get invocations into download and execution

Bug mcopy (wic) when creating bootpartition
 2020-03-09 17:04 UTC  (5+ messages)

[PATCH] doc: document how to best populate users home dirs and add example
 2020-03-09 11:04 UTC  (3+ messages)
` [PATCHv2] "

[PATCH] wic-img: allow wic to find bitbake binary
 2020-03-09 11:01 UTC  (2+ messages)

[PATCH] expand-on-first-boot: run systemd service before local-fs-pre.target
 2020-03-09 10:58 UTC  (2+ messages)

[PATCH] recipes-kernel/linux: Add i386 support
 2020-03-09 10:55 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] meta: linux-custom: Remove duplicate and wrong default build dependency
 2020-03-05 17:51 UTC 

[PATCH] meta-isar: add support for the nanopi-neo board
 2020-03-05 10:25 UTC  (2+ messages)

[PATCH] meta/classes: Replace obselete FuncFailed
 2020-03-05  9:06 UTC  (3+ messages)

[RFC 0/2] Remove Packages during Postprocessing
 2020-02-25 13:10 UTC  (9+ messages)
` [RFC 1/2] meta/classes: Add remove packages to rootfs postprocessing
` [RFC 2/2] meta-isar/images: Remove gcc-8-base from rootfs

trouble creating recipe for TF-A with dpkg
 2020-02-24 16:46 UTC  (4+ messages)
  ` AW: "

Embedded World 2020 - Attendees list
 2020-02-24 14:12 UTC  (2+ messages)

cannot patch upstream debian package
 2020-02-20 10:34 UTC  (4+ messages)

[PATCH] meta: Replace no longer available bb.build.FuncFailed
 2020-02-20 10:27 UTC  (4+ messages)

[PATCH] lib/oe/path: try hardlinking instead of guessing when it might fail
 2020-02-18 19:24 UTC  (3+ messages)

[PATCH] Introduce SCRIPTSDIR variable
 2020-02-18  6:05 UTC  (4+ messages)

[PATCH v3 00/14] RISC-V support
 2020-02-12 20:19 UTC  (16+ messages)
` [PATCH v3 01/14] meta-isar: Clean up qemu multiconfigs
` [PATCH v3 02/14] meta: Decouple kernel copy-out from KERNEL_FILE
` [PATCH v3 03/14] meta: Add debian-sid-ports distro config
` [PATCH v3 04/14] meta: Add RISC-V architecture
` [PATCH v3 05/14] meta: Allow cross-compilation for RISC-V
` [PATCH v3 06/14] start_vm: Add RISC-V 64-bit support
` [PATCH v3 07/14] meta-isar: Add qemuriscv64 virtual target
` [PATCH v3 08/14] u-boot-script: Account for variations of kernel files and boot commands
` [PATCH v3 09/14] linux-custom: Tune strip rule to cover vmlinux images as well
` [PATCH v3 10/14] linux-custom: Add support for RISC-V
` [PATCH v3 11/14] linux-modules: "
` [PATCH v3 12/14] linux-mainline: Avoid failing UBIFS test when defconfig does not support it
` [PATCH v3 13/14] linux-mainline: Update to 5.4.10
` [PATCH v3 14/14] meta-isar: Add HiFive Unleashed board as physical RISC-V target

[PATCH] recipes-kernel/linux: Weaker KERNEL_DEFCONFIG to allow overwrites
 2020-02-07 19:01 UTC 

[PATCH] linux-custom: add path to image for arm* kernels < 4.12
 2020-02-07 16:28 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] doc/user_manual: Document IMAGER_INSTALL
 2020-02-07 14:29 UTC  (2+ messages)

[PATCH] targz-img: Ignore tar exit code 1
 2020-02-06 18:58 UTC  (6+ messages)

[PATCHv2 09/25] meta: create DL_DIR support for all apt-get downloaded .debs
 2020-01-31  9:27 UTC  (8+ messages)
` Base-apt rework v3
  ` [PATCH v3 26/26] meta/recipes-kernel: Export KBUILD_DEPENDS to cache

[PATCH v6 0/5] linux-custom recipe rework
 2020-01-31  9:04 UTC  (3+ messages)

Regarding IMAGE_PREINSTALL of package "selinux-policy-default" fails on buster qemuarm build
 2020-01-29 15:12 UTC  (3+ messages)

[PATCH v2 00/13] RISC-V support
 2020-01-28 22:06 UTC  (9+ messages)
` [PATCH v2 06/13] meta-isar: Clean up qemu multiconfigs

page:  |  | latest

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