From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6652594697292218368 X-Received: by 2002:a1c:2088:: with SMTP id g130mr290151wmg.6.1549365485291; Tue, 05 Feb 2019 03:18:05 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:20c8:: with SMTP id g191ls2279110wmg.4.gmail; Tue, 05 Feb 2019 03:18:04 -0800 (PST) X-Google-Smtp-Source: AHgI3IZexSnVjC05sGV8MUCn5y36F0SRBXvuRQjOKAOAOEFqcHfhDNFRkjLR+14uybXEUER49YqH X-Received: by 2002:a1c:9cc3:: with SMTP id f186mr322164wme.11.1549365484870; Tue, 05 Feb 2019 03:18:04 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549365484; cv=none; d=google.com; s=arc-20160816; b=UNFFA11/s8mrub4RjVWt3lMwBsUPG8Exc7XQ843btFfdy768GqpbGK0r1yW1eBIsRG 3FV5rwTRnRyzNBsAeUGSz3/BHpfV4UiwO603OshzEOHR163bOAlDNML+4EikJBZ48cFZ wMqFstqImQqBYTl3oYmYOoHahyTAIzyIz7bNUwrZcnghko7AL4nccEBc10TKX61E82pP 9IiIUA+/E3GRBcKRK5HmUwyn1y1i8ePuR1X3/kpVVMK/qFuTovAaBN8VsyvUzIeaWxMN 7eGyWOodDZTrBRVbUVpe7YqYqm41PBdhesKVyZEeiDDsacSkOyBgbzHoK0jaAVGWvGEW HlaA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from; bh=VlBaInu0R0uskP3I/TkShE+5qXnC9YwHadMQyldgKBg=; b=hmlkJ3L6FuJvvmfhTTRnKrdsK1IzmKu5/I30jJfuOh7vjruFFaOvjZvjPuEUMp6n9X 2iN5vnEYSbPX85vuMSFSDw4MDI3Nte+kJjNiCJGgRdZcrKPSDbgAz7FeXP2HyITOpjOH vPSW26Jud4/eN93RFAZ5pLEEdAccQ/uXVR8mddqLBf54UEdlBrFZvohYZBz5EcuN2Hbv 0+mm+Bx/nKyffKETEMc78zNh2rZR6Dv/Cwn5qYM+tVYCab+UBcmBTMT6t7/11NaTafT0 RcxAfoTKjCynpEkReAGFhKBuTyNX2paNYENUvVPKwcvoOXYeh/T+OXizah74bKjFAVD5 8OqQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 192.35.17.14 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com Return-Path: Received: from david.siemens.de (david.siemens.de. [192.35.17.14]) by gmr-mx.google.com with ESMTPS id y200si562376wmd.0.2019.02.05.03.18.04 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 05 Feb 2019 03:18:04 -0800 (PST) Received-SPF: pass (google.com: domain of claudius.heine.ext@siemens.com designates 192.35.17.14 as permitted sender) client-ip=192.35.17.14; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 192.35.17.14 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by david.siemens.de (8.15.2/8.15.2) with ESMTPS id x15BI3nY010458 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 5 Feb 2019 12:18:04 +0100 Received: from ring.ppmd.siemens.net (linux-ses-ext02.ppmd.siemens.net [139.25.69.181]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id x15BI3pM005612; Tue, 5 Feb 2019 12:18:03 +0100 From: claudius.heine.ext@siemens.com To: isar-users@googlegroups.com Cc: Claudius Heine Subject: [PATCH v2 0/1] Template system Date: Tue, 5 Feb 2019 12:18:00 +0100 Message-Id: <20190205111801.14362-1-claudius.heine.ext@siemens.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUID: dLiCvm+NN+al From: Claudius Heine Hi, here the v2 of the templating system patchset. Claudius Changes from v1: - fixed spelling mistakes of documentation 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