public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 0/1] Template system
@ 2019-02-04 13:52 claudius.heine.ext
  2019-02-04 13:52 ` [PATCH 1/1] meta: added do_transform_template task as templating system and switch claudius.heine.ext
  0 siblings, 1 reply; 4+ messages in thread
From: claudius.heine.ext @ 2019-02-04 13:52 UTC (permalink / raw)
  To: isar-users; +Cc: Claudius Heine

From: Claudius Heine <ch@denx.de>

Hi,

since Jan preferred the template task version, I readied it for
upstreaming.

regards,
Claudius

Changes from the RFC patch:

  - added documentation
  - moved template stuff from base.bbclass to template.bbclass
  - improved and refactored code (more checks, possibility for relative
    paths)
  - some minor changes and cleanup

Claudius Heine (1):
  meta: added do_transform_template task as templating system and switch

 doc/technical_overview.md                     | 25 ++++++++
 meta/classes/base.bbclass                     |  1 +
 meta/classes/dpkg-base.bbclass                |  2 +-
 meta/classes/template.bbclass                 | 62 +++++++++++++++++++
 .../debian/{changelog => changelog.tmpl}      |  2 +-
 meta/recipes-bsp/u-boot/files/debian/control  | 19 ------
 .../u-boot/files/debian/control.tmpl          | 19 ++++++
 meta/recipes-bsp/u-boot/u-boot-custom.inc     | 12 ++--
 .../debian/{changelog => changelog.tmpl}      |  2 +-
 .../linux-module/files/debian/control         | 11 ----
 .../linux-module/files/debian/control.tmpl    | 11 ++++
 meta/recipes-kernel/linux-module/module.inc   |  7 +--
 12 files changed, 129 insertions(+), 44 deletions(-)
 create mode 100644 meta/classes/template.bbclass
 rename meta/recipes-bsp/u-boot/files/debian/{changelog => changelog.tmpl} (74%)
 delete mode 100644 meta/recipes-bsp/u-boot/files/debian/control
 create mode 100644 meta/recipes-bsp/u-boot/files/debian/control.tmpl
 rename meta/recipes-kernel/linux-module/files/debian/{changelog => changelog.tmpl} (74%)
 delete mode 100644 meta/recipes-kernel/linux-module/files/debian/control
 create mode 100644 meta/recipes-kernel/linux-module/files/debian/control.tmpl

-- 
2.20.1


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

end of thread, other threads:[~2019-02-05  8:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-04 13:52 [PATCH 0/1] Template system claudius.heine.ext
2019-02-04 13:52 ` [PATCH 1/1] meta: added do_transform_template task as templating system and switch claudius.heine.ext
2019-02-04 17:55   ` Jan Kiszka
2019-02-05  8:56     ` Claudius Heine

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