public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
[PATCH v2 0/8] pre-processing pipeline and transient package replacement
 2019-05-16 11:32 UTC  (2+ messages)
` [PATCH v2 4/8] meta/classes: add image-account-extension class

[PATCH v6 0/9] Cleanup rootfs creation
 2019-05-15 16:01 UTC  (11+ messages)
` [PATCH v6 1/9] isar-bootstrap-host: disable DISTRO_BOOTSTRAP_KEYS usage
` [PATCH v6 2/9] isar-bootstrap-helper: move 'HOST_ARCH' and 'HOST_DISTRO' to base.bbclass
` [PATCH v6 3/9] move 'HOST_DISTRO_APT_SOURCES' from bootstrap-helper to isar-bootstrap
` [PATCH v6 4/9] buildchroot.bbclass: only cross build if HOST_ARCH != DISTRO_ARCH
` [PATCH v6 5/9] isar-bootstrap/buildchroot/sdkchroot: refactor PF and WORKDIR
` [PATCH v6 6/9] bitbake.conf: remove unneeded and differently used variables
` [PATCH v6 7/9] image.bbclass: make IMAGE_ROOTFS overwritable
` [PATCH v6 8/9] bitbake.conf: set default QEMU_ARCH variables
` [PATCH v6 9/9] buildchroot/configscript: make creation of builder uid/gid idempotent

[PATCH v5 0/9] Cleanup rootfs creation
 2019-05-15  6:55 UTC  (12+ messages)
` [PATCH v5 1/9] isar-bootstrap-host: disable DISTRO_BOOTSTRAP_KEYS usage
` [PATCH v5 2/9] isar-bootstrap-helper: move 'HOST_ARCH' and 'HOST_DISTRO' to base.bbclass
` [PATCH v5 3/9] move 'HOST_DISTRO_APT_SOURCES' from bootstrap-helper to isar-bootstrap
` [PATCH v5 4/9] buildchroot.bbclass: only cross build if HOST_ARCH != DISTRO_ARCH
` [PATCH v5 5/9] isar-bootstrap/buildchroot/sdkchroot: refactor PF and WORKDIR
` [PATCH v5 6/9] bitbake.conf: remove unneeded and differently used variables
` [PATCH v5 7/9] image.bbclass: make IMAGE_ROOTFS overwritable
` [PATCH v5 8/9] bitbake.conf: set default QEMU_ARCH variables
` [PATCH v5 9/9] buildchroot/configscript: make creation of builder uid/gid idempotent

[PATCH] doc/user_manual: DISTRO_APT_KEYS was renamed to DISTRO_BOOTSTRAP_KEYS
 2019-05-14 17:25 UTC  (2+ messages)

[PATCH v2 0/3] vmlinuz/initrd for the same MACHINE are overwritten
 2019-05-14 17:24 UTC  (13+ messages)
` [PATCH v2 1/3] meta/classes/image: Call transform_template after rootfs_install
` [PATCH v2 2/3] Revert "image.bbclass: make KERNEL_IMAGE & INITRD_IMAGE variable fixed"
` [PATCH v2 3/3] ci: Include qemuarm-buster into fast build/vm_smoke_test

[PATCH] meta/conf/bitbake.conf: support for AUTOREV in SRCREV
 2019-05-14 14:29 UTC  (2+ messages)

[PATCH] dpkg: warn when S equals WORKDIR
 2019-05-14 12:42 UTC  (2+ messages)

[PATCH] patch: Add support for patches in sub-directories
 2019-05-14 12:42 UTC  (2+ messages)

[PATCH v4 0/9] Cleanup rootfs creation
 2019-05-14 11:35 UTC  (28+ messages)
` [PATCH v4 1/9] isar-bootstrap-host: disable DISTRO_APT_KEYS usage
          ` Fwd: "
` [PATCH v4 2/9] isar-bootstrap-helper: move 'HOST_ARCH' and 'HOST_DISTRO' to base.bbclass
` [PATCH v4 3/9] move 'HOST_DISTRO_APT_SOURCES' from bootstrap-helper to isar-bootstrap
` [PATCH v4 4/9] buildchroot.bbclass: only cross build if HOST_ARCH != DISTRO_ARCH
` [PATCH v4 5/9] isar-bootstrap/buildchroot/sdkchroot: refactor PF and WORKDIR
` [PATCH v4 6/9] bitbake.conf: remove unneeded and differently used variables
` [PATCH v4 7/9] image.bbclass: make IMAGE_ROOTFS overwritable
` [PATCH v4 8/9] bitbake.conf: set default QEMU_ARCH variables
` [PATCH v4 9/9] buildchroot/configscript: make creation of builder uid/gid idempotent

[PATCH v10 0/6] Fix usage of additional apt keys and repos
 2019-05-13  4:57 UTC  (8+ messages)
` [PATCH v10 1/6] Simplify and enhance apt-keyring generator
` [PATCH v10 2/6] Use apt-key to generate keyrings
` [PATCH v10 3/6] If we use a custom keyring debootstrap may fall to https
` [PATCH v10 4/6] raspbian-stretch: Use DISTRO_BOOTSTRAP_KEYS
` [PATCH v10 5/6] docs: Update user_manual.md
` [PATCH v10 6/6] Give keyring to debootstrap when using cached base repo

[PATCH 0/2] vmlinuz/initrd for the same MACHINE are overwritten
 2019-05-08  7:34 UTC  (3+ messages)
` [PATCH 1/2] Revert "image.bbclass: make KERNEL_IMAGE & INITRD_IMAGE variable fixed"
` [PATCH 2/2] ci: Include qemuarm-buster into fast build/vm_smoke_test

[PATCH v9 0/5] Fix usage of additional apt keys and repos
 2019-05-02 11:28 UTC  (8+ messages)
` [PATCH v9 1/5] Simplify and enhance apt-keyring generator
` [PATCH v9 2/5] Use apt-key to generate keyrings
` [PATCH v9 3/5] If we use a custom keyring debootstrap may fall to https
` [PATCH v9 4/5] raspbian-stretch: Use DISTRO_BOOTSTRAP_KEYS
` [PATCH v9 5/5] docs: Update user_manual.md

[PATCH v3 0/8] Cleanup rootfs creation
 2019-04-25 11:25 UTC  (24+ messages)
` [PATCH v3 1/8] isar-boostrap-helper: move 'HOST_ARCH' and 'HOST_DISTRO' to base.bbclass
` [PATCH v3 2/8] move 'HOST_DISTRO_APT_SOURCES' from bootstrap-helper to isar-bootstrap
` [PATCH v3 3/8] buildchroot.bbclass: only cross build if HOST_ARCH != DISTRO_ARCH
` [PATCH v3 4/8] isar-bootstrap/buildchroot/sdkchroot: refactor PF and WORKDIR
` [PATCH v3 5/8] bitbake.conf: remove unneeded and differently used variables
` [PATCH v3 6/8] image.bbclass: make IMAGE_ROOTFS overwritable
` [PATCH v3 7/8] bitbake.conf: set default QEMU_ARCH variables
` [PATCH v3 8/8] buildchroot/configscript: make creation of builder uid/gid idempotent

Project isar_claudius_ilbers_fast_ci on isar-build.org
 2019-04-25 11:04 UTC  (7+ messages)

[PATCH 0/6] pre-processing pipeline and transient package replacement
 2019-04-25 10:06 UTC  (14+ messages)
` [PATCH 1/6] split up isar-bootstrap helper and implement pre-process pipeline
` [PATCH 2/6] meta: remove transient package support
` [PATCH 3/6] meta/classes: add image-locales-extension class
` [PATCH 4/6] meta/classes: add image-account-extension class
` [PATCH 5/6] doc: update description of image customization
` [PATCH 6/6] doc: some fixes

[PATCH] ci_build: Include SDK creation for arm into fast build
 2019-04-25  9:36 UTC  (2+ messages)

CI tests procedure
 2019-04-25  9:30 UTC  (2+ messages)

[PATCH] ubi-img/ubifs-img: change fatal error to skip recipe
 2019-04-25  5:50 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 0/8] Cleanup rootfs creation
 2019-04-24  8:18 UTC  (13+ messages)
` [PATCH v2 1/8] isar-boostrap-helper: move 'HOST_ARCH' and 'HOST_DISTRO' to base.bbclass
` [PATCH v2 2/8] move 'HOST_DISTRO_APT_SOURCES' from bootstrap-helper to isar-bootstrap
` [PATCH v2 3/8] buildchroot.bbclass: only cross build if HOST_ARCH != DISTRO_ARCH
` [PATCH v2 4/8] isar-bootstrap/buildchroot/sdkchroot: refactor PF and WORKDIR
` [PATCH v2 5/8] bitbake.conf: remove unneeded and differently used variables
` [PATCH v2 6/8] image.bbclass: make IMAGE_ROOTFS overwritable
` [PATCH v2 7/8] bitbake.conf: set default QEMU_ARCH variables
` [PATCH v2 8/8] buildchroot/configscript: make creation of builder uid/gid idempotent

[PATCH 0/8] Cleanup rootfs creation
 2019-04-24  7:45 UTC  (15+ messages)
` [PATCH 1/8] isar-boostrap-helper: move 'HOST_ARCH' and 'HOST_DISTRO' to base.bbclass
` [PATCH 2/8] move 'HOST_DISTRO_APT_SOURCES' from bootstrap-helper to isar-bootstrap
` [PATCH 3/8] buildchroot.bbclass: only cross build if HOST_ARCH != DISTRO_ARCH
` [PATCH 4/8] isar-bootstrap/buildchroot/sdkchroot: refactor PF and WORKDIR
` [PATCH 5/8] bitbake.conf: remove unneeded and differently used variables
` [PATCH 6/8] image.bbclass: make IMAGE_ROOTFS overwritable
` [PATCH 7/8] bitbake.conf: set default QEMU_ARCH variables
` [PATCH 8/8] buildchroot/configscript: make creation of builder uid/gid idempotent

[PATCH v8 0/7] Fix usage of additional apt keys and repos
 2019-04-22 13:56 UTC  (13+ messages)
` [PATCH v8 1/7] Revert "isar-bootstrap: Allow to set local keys in DISTRO_APT_KEYS"

Defining the content of the SDK
 2019-04-18  7:23 UTC  (2+ messages)

[PATCHv3] dpkg-base: derive "Package" and "Architecture" from .deb in cleanup
 2019-04-17 12:14 UTC  (8+ messages)

[RFC PATCH 0/4] pre-processing pipeline and transient package replacement
 2019-04-17  7:19 UTC  (5+ messages)
` [RFC PATCH 1/4] split up isar-bootstrap helper and implement pre-process pipeline
` [RFC PATCH 2/4] remove transient package support
` [RFC PATCH 3/4] meta/classes: add image-locales-extension class
` [RFC PATCH 4/4] meta/classes: add image-account-extension class

[PATCH v2] testsuite: Initial Avocado test implementation
 2019-04-16 18:48 UTC  (4+ messages)

[PATCH v2 0/8] Implement ROOTFS postprocess commands
 2019-04-16  5:05 UTC  (2+ messages)

isar error log
 2019-04-16  3:04 UTC  (13+ messages)
                  ` [cip-dev] "

[PATCH] expand-on-first-boot: Don't fail when using systemd mount units
 2019-04-15  5:44 UTC  (2+ messages)

[PATCH] qemui386-buster: Switch to linux-image intended for older PCs
 2019-04-13  5:51 UTC  (3+ messages)

[PATCH] testsuite: Initial avocado tests implementation
 2019-04-12 17:26 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