public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 0/2] Consolidate multistrap configuration generation
@ 2018-02-14 13:15 claudius.heine.ext
  2018-02-14 13:15 ` [PATCH 1/2] meta/classes/base: extend sys.path with lib directory claudius.heine.ext
  2018-02-14 13:15 ` [PATCH 2/2] centralize multistrap configuration generation claudius.heine.ext
  0 siblings, 2 replies; 23+ messages in thread
From: claudius.heine.ext @ 2018-02-14 13:15 UTC (permalink / raw)
  To: isar-users; +Cc: Claudius Heine

From: Claudius Heine <ch@denx.de>

Hi,

this patchset tries to consolidate the generation of the multistrap
configuration in the buildchroot and isar-image-base recipes to one.

This patchsetset also represents one part of the implementation of the
multi-repo support.

Cheers,
Claudius

Claudius Heine (2):
  meta/classes/base: extend sys.path with lib directory
  centralize multistrap configuration generation

 .../recipes-core/images/files/multistrap.conf.in   | 38 ----------
 meta-isar/recipes-core/images/isar-image-base.bb   | 33 ++++-----
 meta/classes/base.bbclass                          | 24 +++++++
 meta/lib/isar/__init__.py                          |  8 +++
 meta/lib/isar/multistrap.py                        | 80 ++++++++++++++++++++++
 meta/recipes-devtools/buildchroot/buildchroot.bb   | 28 +++-----
 .../buildchroot/files/multistrap.conf.in           | 37 ----------
 7 files changed, 134 insertions(+), 114 deletions(-)
 delete mode 100644 meta-isar/recipes-core/images/files/multistrap.conf.in
 create mode 100644 meta/lib/isar/__init__.py
 create mode 100644 meta/lib/isar/multistrap.py
 delete mode 100644 meta/recipes-devtools/buildchroot/files/multistrap.conf.in

-- 
2.15.1


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2018-02-16 11:35 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-14 13:15 [PATCH 0/2] Consolidate multistrap configuration generation claudius.heine.ext
2018-02-14 13:15 ` [PATCH 1/2] meta/classes/base: extend sys.path with lib directory claudius.heine.ext
2018-02-15  7:28   ` Jan Kiszka
2018-02-14 13:15 ` [PATCH 2/2] centralize multistrap configuration generation claudius.heine.ext
2018-02-15  7:28   ` Jan Kiszka
2018-02-15  8:16     ` Claudius Heine
2018-02-15  8:50       ` Jan Kiszka
2018-02-15  9:34     ` Alexander Smirnov
2018-02-15 10:05       ` Claudius Heine
2018-02-15 10:15         ` Jan Kiszka
2018-02-15 10:29           ` Alexander Smirnov
2018-02-15 11:27           ` Baurzhan Ismagulov
2018-02-15 13:17             ` Claudius Heine
2018-02-15 13:18             ` Jan Kiszka
2018-02-15 11:42   ` Baurzhan Ismagulov
2018-02-15 12:08     ` Claudius Heine
2018-02-15 12:37       ` Alexander Smirnov
2018-02-15 13:20         ` Claudius Heine
2018-02-15 13:39           ` Alexander Smirnov
2018-02-16  9:31             ` Claudius Heine
2018-02-16 10:35               ` Alexander Smirnov
2018-02-16 11:35                 ` Jan Kiszka
2018-02-15 13:53           ` Jan Kiszka

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