public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH v2 0/6] v4 of the custom debian package
@ 2017-09-12 15:58 Henning Schild
  2017-09-12 15:58 ` [PATCH v2 1/6] meta: Move 'do_fetch' and 'do_unpack' to base-class Henning Schild
                   ` (8 more replies)
  0 siblings, 9 replies; 25+ messages in thread
From: Henning Schild @ 2017-09-12 15:58 UTC (permalink / raw)
  To: isar-users; +Cc: Alexander Smirnov, Henning Schild, Claudius Heine

Patch 5 is _the_ patch that matters. Anything done before it is somehow
required to work towards it. That is at least the idea. Please consider
that during review.

I did not test whether all individual commits actually work, i would like
to assign that task to CI and repair whatever is broken.

Changes since last time:
- change class names:
 - dpkg simply stays dpkg but we have a new dpkg-base
 - name of new class is dpkg-raw
- building is done in chroot
 - reason for patches 3 and 4
- DISTRO_ARCH is used in do_deb_package_prepare
- rebase on "[PATCH v3 0/5] Unify work space for packages"


Henning Schild (6):
  meta: Move 'do_fetch' and 'do_unpack' to base-class
  meta/dpkg-debian: Move 'do_install' to new dpkg-base.bbclass
  meta/dpkg: pull out actual build command from 'do_build'
  meta/dpkg: Move 'do_build' and buildchroot stuff to dpkg-base.bbclass
  meta/dpkg: add dpkg-raw class
  recipes-app/example-raw: add an example on how to use dpkg-raw

 .../recipes-app/example-raw/example-raw_0.1.bb     | 35 ++++++++++++
 meta-isar/recipes-app/example-raw/files/README     |  1 +
 meta-isar/recipes-app/example-raw/files/postinst   | 16 ++++++
 meta/classes/base.bbclass                          | 37 +++++++++++++
 meta/classes/dpkg-base.bbclass                     | 36 ++++++++++++
 meta/classes/dpkg-raw.bbclass                      | 55 +++++++++++++++++++
 meta/classes/dpkg.bbclass                          | 64 +---------------------
 7 files changed, 182 insertions(+), 62 deletions(-)
 create mode 100644 meta-isar/recipes-app/example-raw/example-raw_0.1.bb
 create mode 100644 meta-isar/recipes-app/example-raw/files/README
 create mode 100644 meta-isar/recipes-app/example-raw/files/postinst
 create mode 100644 meta/classes/dpkg-base.bbclass
 create mode 100644 meta/classes/dpkg-raw.bbclass

-- 
2.13.5


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

end of thread, other threads:[~2017-09-14 17:18 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-12 15:58 [PATCH v2 0/6] v4 of the custom debian package Henning Schild
2017-09-12 15:58 ` [PATCH v2 1/6] meta: Move 'do_fetch' and 'do_unpack' to base-class Henning Schild
2017-09-12 15:58 ` [PATCH v2 2/6] meta/dpkg-debian: Move 'do_install' to new dpkg-base.bbclass Henning Schild
2017-09-12 15:58 ` [PATCH v2 3/6] meta/dpkg: pull out actual build command from 'do_build' Henning Schild
2017-09-13 12:44   ` Alexander Smirnov
2017-09-13 13:41     ` Henning Schild
2017-09-13 14:40       ` Claudius Heine
2017-09-13 15:27         ` Henning Schild
2017-09-12 15:58 ` [PATCH v2 4/6] meta/dpkg: Move 'do_build' and buildchroot stuff to dpkg-base.bbclass Henning Schild
2017-09-12 15:58 ` [PATCH v2 5/6] meta/dpkg: add dpkg-raw class Henning Schild
2017-09-12 15:58 ` [PATCH v2 6/6] recipes-app/example-raw: add an example on how to use dpkg-raw Henning Schild
2017-09-13 11:39   ` Andreas Reichel
2017-09-14  7:28     ` Alexander Smirnov
2017-09-14  8:11       ` Henning Schild
2017-09-13 13:13   ` Alexander Smirnov
2017-09-13 14:15     ` Henning Schild
2017-09-13 15:06       ` Alexander Smirnov
2017-09-13 15:28         ` Henning Schild
2017-09-13 15:38           ` Alexander Smirnov
2017-09-14  8:33             ` Henning Schild
2017-09-12 17:07 ` [PATCH v2 0/6] v4 of the custom debian package Henning Schild
2017-09-13 15:00 ` [PATCH][FYI] dpkg-raw: Allow multiconfig build Alexander Smirnov
2017-09-13 15:09   ` Alexander Smirnov
2017-09-14  8:31     ` Henning Schild
2017-09-14 17:18 ` [PATCH v2 0/6] v4 of the custom debian package Alexander Smirnov

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