public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
[PATCH v2 0/2] FILESEXTRAPATHS
 2019-11-05 17:36 UTC  (18+ messages)
  ` [PATCH v2 1/2] meta: Add support for FILESEXTRAPATHS
  ` [PATCH v2 2/2] Replace FILESPATH with FILESEXTRAPATHS
    ` [PATCH v3 0/2] FILESEXTRAPATHS
      ` [PATCH v3 1/2] meta: Add support for FILESEXTRAPATHS
      ` [PATCH v3 2/2] Replace FILESPATH with FILESEXTRAPATHS

[PATCH] isar-events: Hook into BuildStarted for task-once cleanup
 2019-11-05 17:23 UTC 

[PATCH 0/7] linux-custom recipe rework
 2019-11-05 16:25 UTC  (19+ messages)
` [PATCH 1/7] recipes-kernel/linux: make KERNEL_DEFCONFIG support in-tree defconfigs
` [PATCH 2/7] linux-mainline: fix stripping of .0 from the kernel version
` [PATCH 3/7] linux-mainline: update from 4.19.0 to 4.19.80
` [PATCH 4/7] linux-custom: add support for kernel config fragments
` [PATCH 5/7] linux-mainline: disable support for HFS to demonstrate use of "
  ` [PATCH 6/7] buildchroot-host: install qemu-static to support hybrid cross-compiles
  ` [PATCH 7/7] linux-custom: rewrite to no longer depend on the kernel's builddeb

[PATCH 0/4] miscellaneous (minor) fixes
 2019-11-05 12:53 UTC  (24+ messages)
` [PATCH 1/4] wic-img: do not leave temporary files behind
` [PATCH 2/4] isar-bootstrap: wipe out previously created rootfs with --one-file-system
` [PATCH 3/4] base-apt-helper: fixed a few typos found in comments
` [PATCH 4/4] patch: suffix patch files copied to .applied_patches with "~"
          ` [PATCH v2 0/5] miscellaneous (minor) fixes
            ` [PATCH v2 1/5] wic-img: do not leave temporary files behind
            ` [PATCH v2 2/5] isar-bootstrap: wipe out previously created rootfs with --one-file-system
            ` [PATCH v2 3/5] base-apt-helper: fixed a few typos found in comments
            ` [PATCH v2 4/5] patch: suffix patch files copied to .applied_patches with "~"
            ` [PATCH v2 5/5] hello: add a sample patch to exercise patch.bbclass against dpkg recipes
          ` [PATCH v3 0/6] miscellaneous (minor) fixes
            ` [PATCH v3 1/6] wic-img: do not leave temporary files behind
            ` [PATCH v3 2/6] isar-bootstrap: wipe out previously created rootfs with --one-file-system
            ` [PATCH v3 3/6] base-apt-helper: fixed a few typos found in comments
            ` [PATCH v3 4/6] ci_build.sh: delay "set -x" for a clean --help output
            ` [PATCH v3 5/6] linux-custom: honor KERNEL_FILE setting
            ` [PATCH v3 6/6] bitbake.conf: set name of the qemu-static binary to use for mipsel

[PATCH 0/1] update bitbake to version 1.44.0
 2019-11-05 12:36 UTC  (8+ messages)
` [PATCH 1/1] bitbake: update "

[PATCH] base-apt: Use gpg keyid instead of yes
 2019-11-05 10:33 UTC  (9+ messages)
    ` [PATCH v2] "
          ` [PATCH] meta/base-apt: Fix build issue with CI

[PATCH 0/5] document debianize.bbclass
 2019-11-04 10:01 UTC  (8+ messages)
` [PATCH 1/5] debianize: only prepend changelog when our entry is not there
` [PATCH 2/5] debianize: move variable defaults to the class that needs them
` [PATCH 3/5] meta-isar/recipes-app: add debianize test package "samefile"
` [PATCH 4/5] doc: write something about "debianize"
` [PATCH 5/5] CI: add "samefile" to our example config and CI build

[PATCH] doc/user_manual.md: Cosmetic change
 2019-11-02 16:43 UTC  (2+ messages)

[PATCHv2 0/9] a few cleanups a bug and a feature
 2019-10-31  8:42 UTC  (17+ messages)
` [PATCHv2 1/9] rootfs: fix incorrect feature name in comment
` [PATCHv2 2/9] base-apt: use the "basename" command instead of pattern substitution
` [PATCHv2 3/9] base_apt_helper: change variable names to increase readability
` [PATCHv2 4/9] rootfs: rename ROOTFS_INSTALL_COMMAND lock to "isar-apt-lock"
` [PATCHv2 5/9] dpkg-base: remove pointless ";" s at end of line
` [PATCHv2 6/9] dpkg-base: fix indentation from tabs to spaces
` [PATCHv2 7/9] base: implement BB_NO_NETWORK for apt-get
` [PATCHv2 8/9] meta: do not equip rootfss with resolv.conf when BB_NO_NETWORK
` [PATCHv2 9/9] bootstrap: fix debootstrap gpg issue when base-apt is not signed

[PATCH 00/17] base-apt rework
 2019-10-30 19:23 UTC  (24+ messages)
` [PATCH 01/17] repository: new class to deal with repos
` [PATCH 02/17] dpkg-base: add download caching of apt:// downloads
` [PATCH 03/17] base-apt: change the sources.list to also offer deb-src
` [PATCH 04/17] base-apt: add deb-src packages as well
` [PATCH 05/17] base-apt: do not skip gpg check when it is signed
` [PATCH 06/17] ci: conf: add "hello" to the sample config and every build
` [PATCH 07/17] meta: split all apt-get invocations into download and execution
` [PATCH 08/17] meta: create DL_DIR support for all apt-get downloaded .debs
` [PATCH 09/17] meta: import DL_DIR debs before apt-get download steps
` [PATCH 10/17] base-apt: populate from DEBDIR as well
` [PATCH 11/17] base-apt: drop the "apt_cache" feature
` [PATCH 12/17] base-apt: do not copy debs directly out of rootfss anymore
` [PATCH 13/17] base-apt: rework base-apt population
` [PATCH 14/17] base-apt: move class "base-apt-helper" into only user
` [PATCH 15/17] CI: include "isar-disable-apt-cache" into all CI images
` [PATCH 16/17] CI: include "cowsay" into default build to test dpkg-gbp
` [PATCH 17/17] CI: set BB_NO_NETWORK for cached rebuild

[PATCH] meta/rootfs: remove isar-apt preferences when removing .list
 2019-10-30 14:54 UTC 

[PATCH 00/10] add ci40 machine support + new Isar features
 2019-10-25 17:39 UTC  (30+ messages)
` [PATCH 01/10] ci_build.sh: delay "set -x" for a clean --help output
` [PATCH 02/10] linux-custom: honor KERNEL_FILE setting
` [PATCH 03/10] bitbake.conf: set name of the qemu-static binary to use for mipsel
` [PATCH 04/10] recipes-kernel/linux: make KERNEL_DEFCONFIG support in-tree defconfigs
` [PATCH 05/10] linux-mainline: fix stripping of .0 from the kernel version
` [PATCH 06/10] linux-mainline: update from 4.19.0 to 4.19.80
` [PATCH 07/10] image: add CUSTOM_IMAGE_EXTENSIONS for user layers/machines to use
` [PATCH 08/10] linux-custom: add support for kernel config fragments
` [PATCH 09/10] linux-mainline: disable support for HFS to demonstrate use of "
` [PATCH 10/10] meta-isar: add creator-ci40-marduk machine (mipsel + mainline kernel)
` [PATCH v2 0/7] custom kernel recipes enhancements (was Ci40 support)
  ` [PATCH v2 1/7] linux-custom: honor KERNEL_FILE setting
  ` [PATCH v2 2/7] bitbake.conf: set name of the qemu-static binary to use for mipsel
  ` [PATCH v2 3/7] recipes-kernel/linux: make KERNEL_DEFCONFIG support in-tree defconfigs
  ` [PATCH v2 4/7] linux-mainline: fix stripping of .0 from the kernel version
  ` [PATCH v2 5/7] linux-mainline: update from 4.19.0 to 4.19.80
  ` [PATCH v2 6/7] linux-custom: add support for kernel config fragments
  ` [PATCH v2 7/7] linux-mainline: disable support for HFS to demonstrate use of "

[PATCHv2 0/3] test apt:// fetcher test
 2019-10-24 19:54 UTC  (5+ messages)
` [PATCHv2 1/3] meta-isar/recipes-app: change SRC_URIs of hello rebuild example
` [PATCHv2 2/3] dpkg-base: ignore binary packages for "apt-get source"
` [PATCHv2 3/3] ci: add rebuilding hello to test apt:// fetching

[PATCH] gitlab-ci: Add full nightly build
 2019-10-24 12:30 UTC  (2+ messages)

[PATCH] Fix manifest generation
 2019-10-24 12:26 UTC  (9+ messages)
` [PATCH v2] meta: rootfs: "

[PATCH] doc/user_manual.md: Fix typo
 2019-10-24 12:21 UTC  (2+ messages)

base-apt work in progress, RFC
 2019-10-24 11:59 UTC  (3+ messages)

[PATCH v6] meta/classes: generate bill of material from image
 2019-10-16 12:26 UTC  (3+ messages)
` [PATCH v7] "

[PATCH] scripts/ci_build.sh: Add right flag for debug
 2019-10-16  7:09 UTC  (3+ messages)

[PATCH 0/3] various random style fixes
 2019-10-15 12:19 UTC  (10+ messages)
` [PATCH 1/3] ci_build: cosmetic change to increase readability
` [PATCH 2/3] CI: make gitlab-ci build verbose instead of quiet
` [PATCH 3/3] meta: rootfs: align the name of the apt preferences file for isar-apt

[PATCH] Add support for supplying more types of debian package relationships
 2019-10-15 10:38 UTC  (8+ messages)

[PATCH] meta: Add support for FILESEXTRAPATHS
 2019-10-15  9:41 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] Add support for specifying package architecture using DPKG_ARCH
 2019-10-08 11:25 UTC  (5+ messages)

[PATCH] meta: correct CamelCase spelling of APT options
 2019-10-08 10:59 UTC  (2+ messages)

[PATCH v2] dpkg-base: Warn about unmounting problems
 2019-10-07 15:49 UTC  (3+ messages)

[PATCH v5 00/27] Pending patches, fix for isar-bootstrap, devshell
 2019-10-07 15:48 UTC  (3+ messages)
` [PATCH v5 19/27] dpkg-base: Wait for umount to succeed

page:  |  | latest

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