public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 0/4] Rework isar-apt
@ 2018-02-01 11:29 Alexander Smirnov
  2018-02-01 11:29 ` [PATCH 1/4] isar-apt: Introduce separate recipe Alexander Smirnov
                   ` (4 more replies)
  0 siblings, 5 replies; 23+ messages in thread
From: Alexander Smirnov @ 2018-02-01 11:29 UTC (permalink / raw)
  To: isar-users; +Cc: Alexander Smirnov

Hi all,

this series intended to make buildchroot able to work with isar-apt.
I've tried to add extended comments to each patch.

Impact: with this series I'm able to build 'example-hello' <-> 'libhello'
without any hacks. So the deps are installed automatically.

NOTE: I've migrated to bitbake [lockfiles] mechanism, don't know how robust it
is, but build in the loop started in the evening didn't fail during the night.

Alexander Smirnov (3):
  isar-apt: Introduce separate recipe
  buildchroot: Enable isar-apt
  build.sh: Update apt sources

 meta-isar/conf/local.conf.sample                   |  5 +-
 .../recipes-core/images/files/distributions.in     |  3 -
 meta/classes/dpkg-base.bbclass                     | 12 +++-
 meta/classes/image.bbclass                         | 67 +---------------------
 meta/classes/isar-events.bbclass                   | 20 +++++++
 meta/recipes-devtools/buildchroot/buildchroot.bb   |  7 +++
 meta/recipes-devtools/buildchroot/files/build.sh   |  3 +
 .../buildchroot/files/multistrap.conf.in           |  8 ++-
 .../isar-apt/files/distributions.in                |  3 +
 meta/recipes-devtools/isar-apt/isar-apt.bb         | 29 ++++++++++
 10 files changed, 82 insertions(+), 75 deletions(-)
 delete mode 100644 meta-isar/recipes-core/images/files/distributions.in
 create mode 100644 meta/classes/isar-events.bbclass
 create mode 100644 meta/recipes-devtools/isar-apt/files/distributions.in
 create mode 100644 meta/recipes-devtools/isar-apt/isar-apt.bb

-- 
2.1.4


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

end of thread, other threads:[~2018-02-04 12:08 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-01 11:29 [PATCH 0/4] Rework isar-apt Alexander Smirnov
2018-02-01 11:29 ` [PATCH 1/4] isar-apt: Introduce separate recipe Alexander Smirnov
2018-02-01 11:29 ` [PATCH 2/4] buildchroot: Enable isar-apt Alexander Smirnov
2018-02-04 12:06   ` Jan Kiszka
2018-02-01 11:29 ` [PATCH 3/4] build.sh: Update apt sources Alexander Smirnov
2018-02-01 11:40   ` Jan Kiszka
2018-02-01 11:48     ` Alexander Smirnov
2018-02-01 13:13       ` Jan Kiszka
2018-02-01 13:43         ` Alexander Smirnov
2018-02-01 14:28           ` Jan Kiszka
2018-02-01 11:29 ` [PATCH 4/4] build.sh: Force 'yes' for apt Alexander Smirnov
2018-02-01 11:41   ` Jan Kiszka
2018-02-01 12:27     ` Alexander Smirnov
2018-02-01 16:14 ` [PATCH 0/4] Rework isar-apt Jan Kiszka
2018-02-01 16:22   ` Alexander Smirnov
2018-02-01 16:25     ` Jan Kiszka
2018-02-01 16:54       ` Alexander Smirnov
2018-02-01 17:03         ` Jan Kiszka
2018-02-01 20:32           ` Alexander Smirnov
2018-02-01 18:37       ` Claudius Heine
2018-02-01 19:37         ` Alexander Smirnov
2018-02-01 20:09           ` Claudius Heine
2018-02-01 20:13             ` Claudius Heine

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