public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: "Maxim Yu. Osipov" <mosipov@ilbers.de>
To: claudius.heine.ext@siemens.com, isar-users@googlegroups.com
Cc: Claudius Heine <ch@denx.de>
Subject: Re: [PATCH v4 0/1] Template system
Date: Fri, 15 Feb 2019 15:45:38 +0100	[thread overview]
Message-ID: <950f1a99-f1b5-7854-97a0-c9b71a37f596@ilbers.de> (raw)
In-Reply-To: <20190214112850.12469-1-claudius.heine.ext@siemens.com>

On 2/14/19 12:28 PM, claudius.heine.ext@siemens.com wrote:
> From: Claudius Heine <ch@denx.de>
> 
> Hi,
> 
> apparently the '??=' in the template class prevented the '+=' in the
> u-boot class to properly extend the TEMPLATE_VARS variable. I now
> changed that to '?=' and that solved this issue.
> 
> regards,
> Claudius
> 
> Changes from v3:
>   - replaced '??=' with '?=' in template.bbclass
> 
> Changes from v2:
>   - put subprocess into context manager
>   - added 'gettext-base' isar dependency
>   - remove 'before do_build' from addtask
> 
> Changes from v1:
>   - fixed spelling mistakes of documentation
> 
> Claudius Heine (1):
>    meta: added do_transform_template task as templating system and switch

Applied to the 'next',

Thanks,
Maxim.

>   doc/technical_overview.md                     | 25 ++++++++
>   doc/user_manual.md                            |  1 +
>   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 +--
>   13 files changed, 130 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
> 


-- 
Maxim Osipov
ilbers GmbH
Maria-Merian-Str. 8
85521 Ottobrunn
Germany
+49 (151) 6517 6917
mosipov@ilbers.de
http://ilbers.de/
Commercial register Munich, HRB 214197
General Manager: Baurzhan Ismagulov

      parent reply	other threads:[~2019-02-15 14:45 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-14 11:28 claudius.heine.ext
2019-02-14 11:28 ` [PATCH v4 1/1] meta: added do_transform_template task as templating system and switch claudius.heine.ext
2019-03-24 18:28   ` Jan Kiszka
2019-03-25  7:53     ` Claudius Heine
2019-03-25  8:13       ` Jan Kiszka
2019-03-25  8:21         ` Claudius Heine
2019-03-25  8:44           ` Jan Kiszka
2019-03-25 11:08             ` Jan Kiszka
2019-02-15 14:45 ` Maxim Yu. Osipov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=950f1a99-f1b5-7854-97a0-c9b71a37f596@ilbers.de \
    --to=mosipov@ilbers.de \
    --cc=ch@denx.de \
    --cc=claudius.heine.ext@siemens.com \
    --cc=isar-users@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox