public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
[PATCH 0/7] "apt-get source" fetch/unpack support
 2019-01-30 13:06 UTC  (23+ messages)
` [PATCH 1/7] conf: add deb-src entries to all our distro configs
` [PATCH 2/7] dpkg-base: introduce an "apt-get source" fetch/unpack step
` [PATCH 3/7] meta: move debianization code into a class and into dpkg-base
` [PATCH 4/7] debianize: allow changlog version change
` [PATCH 5/7] meta-isar/recipes-app: add upstream hello rebuild example
  ` [PATCHv2 "
` [PATCH 6/7] local.conf: remove example-hello from the default build
` [PATCH 7/7] local.conf: enable rebuilding "hello" for all distros

[PATCH v2 0/4] UBI support
 2019-01-30 12:57 UTC  (6+ messages)
` [PATCH v2 1/4] doc/user: added targz-img to image type list
` [PATCH v2 2/4] meta/classes: added ubifs-img class
` [PATCH v2 3/4] meta/classes: added ubi-img class
` [PATCH v2 4/4] meta-isar: added nand-ubi-demo example to demonstrate UBI use

[PATCH] buildchroot: Perform upgrade after build dependency installation
 2019-01-30 11:49 UTC  (5+ messages)

[PATCH] linux-custom: skip linux-libc-dev deployment on downgrade
 2019-01-30 10:49 UTC  (10+ messages)
` [PATCHv2] "

[PATCH] meta-isar/linux-cip: Update SRC_URI to new cip kernel path
 2019-01-30  9:37 UTC  (2+ messages)

[PATCH v2 0/6] "apt-get source" fetch/unpack support
 2019-01-30  7:38 UTC  (8+ messages)
` [PATCH v2 1/6] conf: add deb-src entries to all our distro configs
` [PATCH v2 2/6] dpkg-base: introduce an "apt-get source" fetch/unpack step
` [PATCH v2 3/6] meta: move debianization code into a class and into dpkg-base
` [PATCH v2 4/6] debianize: allow changlog version change
` [PATCH v2 5/6] meta-isar/recipes-app: add upstream hello rebuild example
` [PATCH v2 6/6] local.conf: enable rebuilding "hello" for all distros

[RFC PATCH 0/2] Implementation of UBI
 2019-01-29 12:10 UTC  (3+ messages)
` [RFC PATCH 1/2] meta/classes: added ubi-img class
` [RFC PATCH 2/2] meta-isar: added qemusabrelite example to demonstrate UBI use

[PATCH 0/2] Integrate UBIFS support (+doc fixes)
 2019-01-29  9:26 UTC  (13+ messages)
` [PATCH 1/2] doc/user: added targz-img to image type list
` [PATCH 2/2] integrate ubifs image type

[PATCH 0/3] Enable Ubuntu 18.10
 2019-01-28 17:05 UTC  (3+ messages)

[PATCH] meta-isar/kernel: update linux-cip from 4.4.154-cip28 to 4.4.166-cip29
 2019-01-28 11:51 UTC  (8+ messages)

[BUG?] 'ResourceWarning: unclosed file <_io.BufferedReader name=xx>' while parsing recipes
 2019-01-28 11:27 UTC  (3+ messages)

[PATCH 0/3] Follow-up fixes to meta/meta-isar reorganisation
 2019-01-23 13:41 UTC  (5+ messages)
` [PATCH 1/3] isar-image: Allow paths in DISTRO_CONFIG_SCRIPT
` [PATCH 2/3] Remove last reference from meta to meta-isar
` [PATCH 3/3] doc: Fix licenses path in user manual

[PATCH] recipes-app: Rename example-hello to hello-isar to avoid collisions with Debian Hello
 2019-01-23 13:40 UTC  (2+ messages)

[ilbers/hello][PATCH] Rename to hello-isar to avoid collisions with Debian Hello
 2019-01-23 13:40 UTC  (2+ messages)

[PATCH v2 0/2] isar-bootstrap: debootstrap https support
 2019-01-23 13:39 UTC  (7+ messages)
` [PATCH v2 1/2] "

[PATCH v4 07/14] Move debian distro conf files to meta
 2019-01-23  5:56 UTC  (6+ messages)

interesting problem with custom kernel
 2019-01-21  9:58 UTC  (2+ messages)

https://github.com/ilbers/hello conflicts with upstream hello
 2019-01-18  9:05 UTC  (5+ messages)

[PATCH v3 00/14] Vacation hacks & more
 2019-01-18  9:01 UTC  (24+ messages)
` [PATCH v3 01/14] dpkg-raw: Respect file permissions defined by recipe if requested
` [PATCH v3 02/14] bootimg-efi-isar: Run grub-mkimage without own config
` [PATCH v3 03/14] bootimg-efi-isar: Retrieve boot disk during runtime
` [PATCH v3 04/14] isar-cfg-localepurge: Also set /etc/default/locale
` [PATCH v3 05/14] Fix LIC_FILES_CHKSUM paths
` [PATCH v3 06/14] Move repo variables to proper conf file
` [PATCH v3 07/14] Move debian distro conf files to meta
` [PATCH v3 08/14] bootimg-efi-isar: Fix serial console setup for grub
` [PATCH v3 09/14] bootimg-efi-isar: Reformat generated grub.cfg
` [PATCH v3 10/14] scripts: Add rpm2cpio.sh
` [PATCH v3 11/14] rootfs-u-boot: Handle empty kernel command line appendix
` [PATCH v3 12/14] bitbake.conf: Clean up and enhance OVERRIDES
` [PATCH v3 13/14] linux-module: Simplify interface to module makefiles
` [PATCH v3 14/14] example-module: Use simplified custom module interface

[PATCH v2] Fix wrong inline python in isar-image.bbclass
 2019-01-18  7:53 UTC  (3+ messages)

[PATCH 0/7] "apt-get source" fetch/unpack support
 2019-01-17 16:05 UTC  (3+ messages)
` [PATCH 1/7] conf: add deb-src entries to all our distro configs

[PATCH] linux-custom: use slightly faster make target
 2019-01-17 10:15 UTC  (3+ messages)

custom-kernel downgrade and linux-libc-dev
 2019-01-17 10:06 UTC  (3+ messages)

Another CI splat: do_cache_base_repo: Failed
 2019-01-16  5:46 UTC  (3+ messages)

[PATCH 0/7] Vacation hacks
 2019-01-15 10:13 UTC  (28+ messages)
` [PATCH 1/7] dpkg-raw: Respect file permissions defined by recipe
` [PATCH 2/7] bootimg-efi-isar: Run grub-mkimage without own config
` [PATCH 3/7] bootimg-efi-isar: Retrieve boot disk during runtime
` [PATCH 4/7] isar-cfg-localepurge: Also set /etc/default/locale
` [PATCH 5/7] Fix LIC_FILES_CHKSUM paths
` [PATCH 6/7] Move repo variables to proper conf file
` [PATCH 7/7] Move debian distro conf files to meta
` [PATCH 8/7] bootimg-efi-isar: Fix serial console setup for grub
` [PATCH 9/7] bootimg-efi-isar: Reformat generated grub.cfg
` [PATCH 10/7] bitbake.conf: Clean up and enhance OVERRIDES

[PATCH] linux-module: Simplify interface to module makefiles
 2019-01-15  8:55 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] Fix wrong inline python in isar-image.bbclass
 2019-01-10 13:45 UTC  (3+ messages)

[PATCH] classes/isar-image: Collapse multiple sudo's
 2019-01-07 15:19 UTC  (2+ messages)

[PATCH] scripts: Add rpm2cpio.sh
 2019-01-07 13:17 UTC  (3+ messages)

[PATCH] sshd-regen-keys: Fix sshd deadlock on boot
 2019-01-07 12:42 UTC  (6+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[PATCH] rootfs-u-boot: Handle empty kernel command line appendix
 2019-01-07  6:04 UTC 

mknod /dev/console can fail
 2019-01-02 20:07 UTC 

[PATCH v2] classes/isar-image: Replace the apt sources file with the original
 2018-12-19 11:45 UTC  (4+ messages)

[PATCH 1/2] isar-bootstrap: Keep the initial APT sources list
 2018-12-19 11:45 UTC  (2+ messages)

[PATCH] linux-module: Improve KDIR retrieval
 2018-12-19 11:44 UTC  (2+ messages)

[PATCH] ci: Terminate ci_build.sh on errors
 2018-12-19 11:43 UTC  (2+ messages)

[PATCH] Replace include statements with require
 2018-12-19 11:43 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