public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
[PATCH 0/7] linux-custom recipe rework
 2019-11-08  7:19 UTC  (51+ 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 L-C v2 0/7] linux-custom recipe rework
  ` [PATCH L-C v2 1/7] recipes-kernel/linux: make KERNEL_DEFCONFIG support in-tree defconfigs
  ` [PATCH L-C v2 2/7] linux-mainline: fix stripping of .0 from the kernel version
  ` [PATCH L-C v2 3/7] linux-mainline: update from 4.19.0 to 4.19.80
  ` [PATCH L-C v2 4/7] linux-custom: add support for kernel config fragments
  ` [PATCH L-C v2 5/7] linux-mainline: disable support for HFS to demonstrate use of "
  ` [PATCH L-C v2 6/7] buildchroot-host: install qemu-static to support hybrid cross-compiles
  ` [PATCH L-C v2 7/7] 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

[PATCHv2 0/4] document debianize.bbclass
 2019-11-07 19:13 UTC  (5+ 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

[PATCHv3 0/9] a few cleanups a bug and a feature
 2019-11-07 18:56 UTC  (10+ 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 0/5] document debianize.bbclass
 2019-11-07 18:42 UTC  (12+ 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

[PATCHv2 0/9] a few cleanups a bug and a feature
 2019-11-07 14:36 UTC  (15+ messages)
` [PATCHv2 2/9] base-apt: use the "basename" command instead of pattern substitution
` [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] base: Clean up FILESPATH definition
 2019-11-06 22:46 UTC 

[PATCH] linux-module: Silence warning during parsing step
 2019-11-06 22:46 UTC 

[PATCH 00/10] add ci40 machine support + new Isar features
 2019-11-06 16:32 UTC  (40+ 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 "

[PATCH 00/17] base-apt rework
 2019-11-06 16:00 UTC  (27+ 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 0/1] update bitbake to version 1.44.0
 2019-11-06  6:02 UTC  (10+ messages)
` [PATCH 1/1] bitbake: update "

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

[PATCH v2 0/2] FILESEXTRAPATHS
 2019-11-05 17:36 UTC  (12+ messages)
` [PATCH v3 "

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

[PATCH 0/4] miscellaneous (minor) fixes
 2019-11-05 12:53 UTC  (13+ messages)
` [PATCH 4/4] patch: suffix patch files copied to .applied_patches with "~"
          ` [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] doc/user_manual.md: Cosmetic change
 2019-11-02 16:43 UTC  (2+ messages)

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

[PATCHv2 0/3] test apt:// fetcher test
 2019-10-24 19:54 UTC  (2+ messages)

[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  (8+ 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)

page:  |  | latest

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