public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
[PATCH v2 2/2] meta: cache deb srcs as part of postprocessing
 2020-04-07  6:53 UTC  (15+ messages)
` [PATCH v3 1/2] rootfs: Make rootfs finalize a separate task
                ` [PATCH v4 "
                  ` [PATCH v4 2/2] meta: cache deb srcs as part of postprocessing

[PATCH] lib/oe/path: try hardlinking instead of guessing when it might fail
 2020-04-06 20:20 UTC  (7+ messages)

[PATCH 0/3] fix and test wic exclude-path
 2020-04-06 20:18 UTC  (5+ messages)
` [PATCH 1/3] oe.path: Add copyhardlink() helper function
` [PATCH 2/3] lib/oe/path: try hardlinking instead of guessing when it might fail
` [PATCH 3/3] CI: test the exclude-path feature of wic

[PATCH v2] Allow to manage HOST_DISTRO_APT_SOURCES via distro config
 2020-04-06 10:45 UTC 

[PATCH] Introduce SCRIPTSDIR variable
 2020-04-06  8:30 UTC  (3+ messages)

[PATCH 0/2] Fix dpkg-raw usage of and
 2020-04-06  6:01 UTC  (4+ messages)
` [PATCH 1/2] meta-isar: example-raw: Fix misuse of ${S}
` [PATCH 2/2] dpkg-raw: Correct path so that git fetching works

[PATCH v2] isar-bootstrap: Remove apt-transport-https
 2020-04-06  5:57 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] meta: linux-custom: Remove duplicate and wrong default build dependency
 2020-04-05 14:27 UTC  (2+ messages)

[PATCH] debianize: Allow defining additional build dependencies
 2020-04-03 16:29 UTC 

[PATCH 0/3] some image classes
 2020-04-03 14:55 UTC  (17+ messages)
` [PATCH 1/3] meta/classes: Generate a custom initramfs
` [PATCH 2/3] meta/classes: Generate ova image for vmware or virtualbox
` [PATCH 3/3] meta/classes: add cpiogz-img
` [PATCH] Add ova configuration for testing
` [PATCH] conf: Add multiconfig for cpiogz
` [PATCH v2 0/3] some images classes
  ` [PATCH v2 1/3] meta/support: Generate a custom initramfs
  ` [PATCH v2 2/3] meta/classes: Generate ova image for vmware or virtualbox
  ` [PATCH v2 3/3] meta/classes: add cpiogz-img

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

[PATCH] linux-custom: Install config and map file to /boot
 2020-04-03  7:29 UTC  (20+ messages)
      ` [PATCH v2] "
                    ` [PATCH v3 1/2] "
                      ` [PATCH v3 2/2] meta/recipes-kernel: Replace cp with install

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

[PATCHv5 00/29] base-apt-rework
 2020-03-30 20:26 UTC  (14+ messages)
` [PATCHv5 25/29] meta: deb-dl-dir: only export newly downloaded files
  ` [PATCH] base-apt, isar-apt: Split code and configuration
    ` [PATCH v6 20/29] meta: repository: implement repo_contains_package and use it in base_apt
    ` [PATCH v6 23/29] base-apt: pull base-apt population to the front of the build chain
    ` [PATCH v6 24/29] meta: base-apt: remove isar-apt check from population
    ` [PATCH v6 28/29] meta: deb-dl-dir: fix "command not found" error when excluding pkgs
    ` [PATCH v6 29/29] RECIPE-API-CHANGELOG: add a few bits on the base-apt caching changes

[PATCH v2 0/6] Evolve SDK to chroot-free usage
 2020-03-28 11:24 UTC  (7+ messages)
` [PATCH v2 1/6] sdk: Add support for adding self-defined sdk packages
` [PATCH v2 2/6] sdk: Make all links in the SDK chroot relative
` [PATCH v2 3/6] sdk: Add script to relocate SDK
` [PATCH v2 4/6] sdk: Do not ship the isar-apt repo
` [PATCH v2 5/6] sdk: Inject sysroot path when calling relocated toolchain
` [PATCH v2 6/6] sdk: Update README.sdk

[PATCH 0/6] Evolve SDK to chroot-free usage
 2020-03-28  7:33 UTC  (10+ messages)
` [PATCH 1/6] sdk: Add support for adding self-defined sdk packages
` [PATCH 2/6] sdk: Make all links in the SDK chroot relative
` [PATCH 3/6] sdk: Add script to relocate SDK
` [PATCH 4/6] sdk: Do not ship the isar-apt repo
` [PATCH 5/6] sdk: Inject sysroot path when calling relocated toolchain
  ` [PATCH v2 "
` [PATCH 6/6] sdk: Update README.sdk

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

[PATCH] recipes-kernel/linux: Weaker KERNEL_DEFCONFIG to allow overwrites
 2020-03-25 11:34 UTC  (6+ messages)

bullseye CI jobs fail on systemd
 2020-03-23 17:02 UTC  (3+ messages)

[PATCH] Allow to manage HOST_DISTRO_APT_SOURCES via distro config
 2020-03-22  8:13 UTC 

[PATCH] buildchroot: Remove redundant mkdir for isar-apt
 2020-03-22  8:13 UTC 

[PATCH v2] image: Add support for deploying multiple DTBs
 2020-03-20  9:33 UTC 

[PATCH] image: Add support for deploying multiple DTBs
 2020-03-20  6:03 UTC 

[RFC 0/2] Remove Packages during Postprocessing
 2020-03-17 10:48 UTC  (7+ messages)

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

[RFC PATCH 0/1] Remove ssh-keys in postprocessing
 2020-03-13 13:40 UTC  (2+ messages)
` [RFC PATCH 1/1] image-postproc-extension: remove ssh-host-keys

[PATCH] sshd-regen-keys: fix race condition
 2020-03-12 17:07 UTC  (2+ 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