public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Uladzimir Bely <ubely@ilbers.de>
To: isar-users@googlegroups.com
Subject: [PATCH 0/7] Avoid using shell environment during the build
Date: Thu, 23 Dec 2021 06:05:50 +0100	[thread overview]
Message-ID: <20211223050557.28269-1-ubely@ilbers.de> (raw)

This patchset is a subseries of 'Sbuild/Schroot migration' patchset
including only preparation patches. It doesn't require any changes
in downstreams (meta-iot2050 and xenomai-images were tested) so can
be merged independently.

In this patchset the main topic is a migration to template files that
allows to use cleaner build environment.

When this patchset is merged, it will make maintenance of remaining
sbuild-related patches easier and will shorten their number.

Anton Mikanovich (6):
  linux-module: Do not use shell environment
  u-boot: Do not use shell environment
  trusted-firmware: Do not use shell environment
  optee-os: Do not use shell environment
  kselftest: Do not use shell environment
  linux-mainline: Move cfg fragment test to debian/rules

Uladzimir Bely (1):
  template: Copy template attributes on transform

 .../linux/linux-mainline_5.4.70.bb            | 16 +++---
 meta/classes/template.bbclass                 |  4 +-
 .../files/debian/{rules => rules.tmpl}        |  4 +-
 meta/recipes-bsp/optee-os/optee-os-custom.inc |  9 +---
 .../files/debian/{rules => rules.tmpl}        |  4 +-
 .../trusted-firmware-a-custom.inc             |  9 +---
 .../u-boot/files/debian/{rules => rules.tmpl} |  2 +-
 meta/recipes-bsp/u-boot/u-boot-custom.inc     |  9 +---
 .../kselftest/files/{rules => rules.tmpl}     |  0
 meta/recipes-kernel/kselftest/kselftest.inc   | 21 +++-----
 .../linux-module/files/debian/rules           | 37 -------------
 .../linux-module/files/debian/rules.tmpl      | 52 +++++++++++++++++++
 meta/recipes-kernel/linux-module/module.inc   | 19 ++-----
 13 files changed, 86 insertions(+), 100 deletions(-)
 rename meta/recipes-bsp/optee-os/files/debian/{rules => rules.tmpl} (75%)
 rename meta/recipes-bsp/trusted-firmware-a/files/debian/{rules => rules.tmpl} (77%)
 rename meta/recipes-bsp/u-boot/files/debian/{rules => rules.tmpl} (94%)
 rename meta/recipes-kernel/kselftest/files/{rules => rules.tmpl} (100%)
 delete mode 100755 meta/recipes-kernel/linux-module/files/debian/rules
 create mode 100755 meta/recipes-kernel/linux-module/files/debian/rules.tmpl

-- 
2.20.1


             reply	other threads:[~2021-12-23  5:05 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-23  5:05 Uladzimir Bely [this message]
2021-12-23  5:05 ` [PATCH 1/7] template: Copy template attributes on transform Uladzimir Bely
2021-12-23  5:05 ` [PATCH 2/7] linux-module: Do not use shell environment Uladzimir Bely
2021-12-23  5:05 ` [PATCH 3/7] u-boot: " Uladzimir Bely
2021-12-23  5:05 ` [PATCH 4/7] trusted-firmware: " Uladzimir Bely
2021-12-23  5:05 ` [PATCH 5/7] optee-os: " Uladzimir Bely
2021-12-23  5:05 ` [PATCH 6/7] kselftest: " Uladzimir Bely
2021-12-23  5:05 ` [PATCH 7/7] linux-mainline: Move cfg fragment test to debian/rules Uladzimir Bely

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=20211223050557.28269-1-ubely@ilbers.de \
    --to=ubely@ilbers.de \
    --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