public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
[PATCHv2 00/25] base-apt-rework
 2019-12-16 11:49 UTC  (8+ messages)
` [PATCHv2 01/25] repository: new class to deal with repos
` [PATCHv2 02/25] dpkg-base: add download caching of apt:// downloads
` [PATCHv2 03/25] meta: dpkg-base: convert "exit" into "return 0"
` [PATCHv2 04/25] base-apt: change the sources.list to also offer deb-src
` [PATCHv2 05/25] base-apt: add deb-src packages as well
` [PATCHv2 06/25] base-apt: do not skip gpg check when it is signed
` [PATCHv2 08/25] meta: split all apt-get invocations into download and execution

[PATCH v5 0/5] linux-custom recipe rework
 2019-12-12 10:10 UTC  (15+ messages)
` [PATCH v5 1/5] recipes-kernel/linux: make KERNEL_DEFCONFIG support in-tree defconfigs
` [PATCH v5 2/5] linux-mainline: fix stripping of .0 from the kernel version
` [PATCH v5 3/5] linux-mainline: update from 4.19.0 to 4.19.88
` [PATCH v5 4/5] linux-custom: rewrite to no longer depend on the kernel's builddeb
` [PATCH v5 5/5] linux-mainline: Test config fragments

[PATCH 0/6] OE alignments, including patch.bbclass
 2019-12-11 14:26 UTC  (10+ messages)
` [PATCH 1/6] lib/oe/path.py: Add GPLv2 header
` [PATCH 2/6] oe/path.py: copyhardlinktree: don't overwrite existing symlinks
` [PATCH 3/6] lib/oe/path.py: Align with OE-core regarding sparseness preservation
` [PATCH 4/6] lib/oe/terminal.py: fix gnome-terminal start behavior
` [PATCH 5/6] oe.types.path: Use with to control file handle lifetime
` [PATCH 6/6] patch: Replace custom implementation with OE-core solution

[PATCH] isar-init-build-env: Always set ISARROOT
 2019-12-11 10:14 UTC  (6+ messages)
` [PATCH v2] "

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

DISTRO_APT_PREMIRRORS broken?
 2019-12-08 15:56 UTC  (6+ messages)
    ` [PATCH] user_manual: Make usage of DISTRO_APT_PREMIRRORS clear

[PATCH] distro: Use ?= while specifying sources list
 2019-12-08 15:46 UTC  (2+ messages)

[PATCH] targz-img: Ignore tar exit code 1
 2019-12-06 11:18 UTC  (7+ messages)

[PATCH] meta/classes: Make sure the files exists before copying
 2019-12-05 12:55 UTC  (7+ messages)
    ` [PATCH v2] "

[PATCH] dpkg-base: Expand adjust_git to all git SRC_URIs
 2019-11-28 15:25 UTC  (2+ messages)

[PATCH] isar-bootstrap: Clear local apt state information
 2019-11-28 15:21 UTC  (12+ messages)
    ` [PATCH v2] "

[PATCHv3 0/4] document debianize.bbclass
 2019-11-26 15:52 UTC  (6+ messages)
` [PATCHv3 1/4] debianize: only prepend changelog when our entry is not there
` [PATCHv3 2/4] debianize: move variable defaults to the class that needs them
` [PATCHv3 3/4] doc: write something about "debianize" and add example package
` [PATCHv3 4/4] CI: add "samefile" to our example config and CI build

[PATCH 00/17] base-apt rework
 2019-11-25 12:03 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 05/17] base-apt: do not skip gpg check when it is signed
` [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

[PATCHv2 0/4] document debianize.bbclass
 2019-11-25  9:18 UTC  (8+ messages)
` [PATCHv2 1/4] debianize: only prepend changelog when our entry is not there
` [PATCHv2 2/4] debianize: move variable defaults to the class that needs them
` [PATCHv2 3/4] doc: write something about "debianize" and add example package
` [PATCHv2 4/4] CI: add "samefile" to our example config and CI build

[PATCH v3 0/6] miscellaneous (minor) fixes
 2019-11-20 12:39 UTC  (25+ messages)
` [PATCH v4 - misc fixes "
  ` [PATCH v4 - misc fixes 1/6] wic-img: do not leave temporary files behind
      ` [PATCH v5 0/6] miscellaneous (minor) fixes
        ` [PATCH v5 1/6] wic-img: do not leave temporary files behind
        ` [PATCH v5 2/6] isar-bootstrap: wipe out previously created rootfs with --one-file-system
        ` [PATCH v5 3/6] base-apt-helper: fixed a few typos found in comments
        ` [PATCH v5 4/6] ci_build.sh: delay "set -x" for a clean --help output
        ` [PATCH v5 5/6] linux-custom: honor KERNEL_FILE setting
        ` [PATCH v5 6/6] bitbake.conf: set name of the qemu-static binary to use for mipsel
  ` [PATCH v4 - misc fixes 2/6] isar-bootstrap: wipe out previously created rootfs with --one-file-system
  ` [PATCH v4 - misc fixes 3/6] base-apt-helper: fixed a few typos found in comments
  ` [PATCH v4 - misc fixes 4/6] ci_build.sh: delay "set -x" for a clean --help output
  ` [PATCH v4 - misc fixes 5/6] linux-custom: honor KERNEL_FILE setting
    ` [PATCH v4 - misc fixes 6/6] bitbake.conf: set name of the qemu-static binary to use for mipsel

[PATCH v2] base-apt: Use gpg keyid instead of yes
 2019-11-19 16:41 UTC  (3+ messages)
` [PATCH] meta/base-apt: Fix build issue with CI

[PATCH] base-apt: Use gpg keyid instead of yes
 2019-11-19 16:40 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/2] ci: always test signed and unsigned repo builds
 2019-11-19 16:39 UTC  (9+ messages)
` [PATCH 2/2] bootstrap: really fix gpg bootstrap when not signed
` [PATCHv2 1/2] ci: always test signed and unsigned repo builds

[PATCH v3 0/2] Fix gpg bootstrap when not signed
 2019-11-18 17:55 UTC  (4+ messages)
` [PATCH v3 1/2] ci: always test signed and unsigned repo builds
` [PATCH v3 2/2] bootstrap: really fix gpg bootstrap when not signed

[PATCHv3 0/9] a few cleanups a bug and a feature
 2019-11-15  6:07 UTC  (14+ messages)
` [PATCHv3 1/9] rootfs: fix incorrect feature name in comment
` [PATCHv3 2/9] base_apt_helper: change variable names to increase readability
` [PATCHv3 3/9] rootfs: rename ROOTFS_INSTALL_COMMAND lock to "isar-apt-lock"
` [PATCHv3 4/9] dpkg-base: remove pointless ";" s at end of line
` [PATCHv3 5/9] dpkg-base: fix indentation from tabs to spaces
` [PATCHv3 6/9] base: implement BB_NO_NETWORK for apt-get
` [PATCHv3 7/9] meta: do not equip rootfss with resolv.conf when BB_NO_NETWORK
` [PATCHv3 8/9] bootstrap: fix debootstrap gpg issue when base-apt is not signed
` [PATCHv3 9/9] meta: dpkg-gbp: remove unneeded proxy export

[PATCH] isar-events: Hook into BuildStarted for task-once cleanup
 2019-11-13 12:29 UTC  (3+ messages)

[PATCH] base: Clean up FILESPATH definition
 2019-11-12  5:17 UTC  (2+ messages)

[PATCH] linux-module: Silence warning during parsing step
 2019-11-12  5:16 UTC  (2+ messages)

[PATCH] meta/rootfs: remove isar-apt preferences when removing .list
 2019-11-12  5:14 UTC  (2+ messages)

[PATCH 0/1] update bitbake to version 1.44.0
 2019-11-08  8:05 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