public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
[PATCH v5 0/5] UBI support
 2019-02-11  9:09 UTC  (5+ messages)
` [PATCH v5 1/5] meta/image.bbclass: add image_do_mounts for image specific mounts
` [PATCH v5 2/5] meta/classes: added ubifs-img class
` [PATCH v5 3/5] meta/classes: added ubi-img class
` [PATCH v5 5/5] meta-isar: added nand-ubi-demo example to demonstrate UBI use

[PATCH] doc/user: added targz-img to image type list
 2019-02-11  9:04 UTC 

[PATCH] wic-img: handle variables in .wks files
 2019-02-08 19:13 UTC  (13+ messages)
          ` [PATCH v2] wic-img: import support for .wks.in files from oe-core

[PATCH 1/2] conf/distro: Use ftp.debian.org as default
 2019-02-08 14:33 UTC  (5+ messages)
` [PATCH 2/2] doc/user_manual: Document DISTRO_APT_PREMIRRORS

[PATCH 0/3] Signing local cache repo
 2019-02-08 14:32 UTC  (5+ messages)
` [PATCH 1/3] isar-bootstrap: Allow to set local keys in DISTRO_APT_KEYS
` [PATCH 2/3] base-apt: Introduce BASE_REPO_KEY to sign local repo
` [PATCH 3/3] doc/user_manual: Describe gpg signing of "

[RFC] Documentation: dependencies specification in Bitbake and Debian
 2019-02-08  9:21 UTC  (5+ messages)

[PATCH] image: acquire lock when running do_cache_base_repo()
 2019-02-08  7:47 UTC  (2+ messages)

do_adjust_git in dpkg-base.class
 2019-02-07 18:19 UTC  (4+ messages)

[PATCH 0/1] Centralize root password configuration
 2019-02-07 17:45 UTC  (5+ messages)
` [PATCH 1/1] meta: add isar-cfg-rootpw recipe for setting root password

Another CI splat: do_cache_base_repo: Failed
 2019-02-07 15:18 UTC  (7+ messages)

repo_clean in dpkg-base.class
 2019-02-07 12:53 UTC 

[PATCH v2 0/1] Centralize root password configuration
 2019-02-07 11:40 UTC  (4+ messages)
` [PATCH v2 1/1] meta: add isar-cfg-rootpw recipe for setting root password
  ` [PATCH v3] "

[PATCH v2 3/3] doc/user_manual: Describe gpg signing of local repo
 2019-02-06 15:54 UTC 

[BUG?] 'ResourceWarning: unclosed file <_io.BufferedReader name=xx>' while parsing recipes
 2019-02-06 15:11 UTC  (5+ messages)

[PATCH v2 0/1] Template system
 2019-02-06 13:37 UTC  (3+ messages)
` [PATCH v2 1/1] meta: added do_transform_template task as templating system and switch

password setting via install hook is a security issue
 2019-02-06 12:34 UTC 

[RFC PATCH 0/2] Centralize root password and hostname setting
 2019-02-06 12:15 UTC  (5+ messages)
` [RFC PATCH 1/2] meta: add isar-cfg-rootpw recipe for setting root password
` [RFC PATCH 2/2] meta: add isar-cfg-hostname recipe for setting the hostname

[PATCH 0/2] Fix shell-scripts
 2019-02-06 10:09 UTC  (8+ messages)
` [PATCH 1/2] Fix all shell-script expansions
` [PATCH 2/2] buildchroot: Fix not checking group

[PATCHv4 0/9] apt-get source support
 2019-02-06  9:46 UTC  (18+ messages)
` [PATCHv4 1/9] conf: add deb-src entries to all our distro configs
` [PATCHv4 2/9] dpkg-base: introduce an "apt-get source" fetch/unpack step
` [PATCHv4 3/9] meta: move debianization code into a class and into dpkg-base
` [PATCHv4 4/9] debianize: allow changlog version change
` [PATCHv4 5/9] meta-isar/recipes-app: add upstream hello rebuild example
` [PATCHv4 6/9] local.conf: enable rebuilding "hello" for all distros
` [PATCHv4 7/9] meta: change apt source fetcher to hook into SRC_URI
` [PATCHv4 8/9] doc: document "apt://" fetch/unpack feature
` [PATCHv4 9/9] ci: remove "hello" from the offline build, it fails

[PATCH] buildchroot: Perform upgrade after build dependency installation
 2019-02-05 17:20 UTC  (4+ messages)

[PATCH v4 0/5] UBI support
 2019-02-05 11:59 UTC  (6+ messages)
` [PATCH v4 1/5] doc/user: added targz-img to image type list
` [PATCH v4 2/5] meta/classes: added ubifs-img class
` [PATCH v4 3/5] meta/classes: added ubi-img class
` [PATCH v4 4/5] meta/classes: added fit-img class for creation of fit images
` [PATCH v4 5/5] meta-isar: added nand-ubi-demo example to demonstrate UBI use

[PATCH] Update support mailing list reported by isar-init-build-env
 2019-02-05 10:42 UTC  (2+ messages)

[PATCH 0/1] Template system
 2019-02-05  8:56 UTC  (4+ messages)
` [PATCH 1/1] meta: added do_transform_template task as templating system and switch

[PATCH v3 0/5] UBI support
 2019-02-04 16:04 UTC  (7+ messages)
` [PATCH v3 1/5] doc/user: added targz-img to image type list
` [PATCH v3 2/5] meta/classes: added ubifs-img class
` [PATCH v3 3/5] meta/classes: added ubi-img class
` [PATCH v3 4/5] meta/classes: added fit-img class for creation of fit images
` [PATCH v3 5/5] meta-isar: added nand-ubi-demo example to demonstrate UBI use

[RFC PATCH v2 0/1] Template system
 2019-02-04 11:59 UTC  (3+ messages)
` [RFC PATCH v2 1/1] meta: added do_transform_template task as templating system and switch

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

[PATCH] meta: change apt source fetcher to hook into SRC_URI
 2019-01-31 14:19 UTC  (4+ messages)

[RFC PATCH 0/1] Template system
 2019-01-31 11:35 UTC  (5+ messages)
` [RFC PATCH 1/1] meta: added template file system and switched recipes to it

[PATCH v2 0/4] UBI support
 2019-01-31 10:11 UTC  (9+ 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 v2 0/6] "apt-get source" fetch/unpack support
 2019-01-30 14:43 UTC  (10+ 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

[PATCH 0/7] "apt-get source" fetch/unpack support
 2019-01-30 13:58 UTC  (19+ messages)
` [PATCH 2/7] dpkg-base: introduce an "apt-get source" fetch/unpack step
  ` [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 5/7] meta-isar/recipes-app: add upstream hello rebuild example
 2019-01-30 13:07 UTC  (3+ messages)
` [PATCHv2 "

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

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

[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  (4+ 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