public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH v6 0/5] linux-custom recipe rework
@ 2019-12-18 19:10 Jan Kiszka
  2019-12-18 19:11 ` [PATCH v6 1/5] recipes-kernel/linux: make KERNEL_DEFCONFIG support in-tree defconfigs Jan Kiszka
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Jan Kiszka @ 2019-12-18 19:10 UTC (permalink / raw)
  To: isar-users; +Cc: Cedric Hombourger

Changes in this round:

- decoupled recipe version from kernel version
  (permits also "latest" recipes)
- renamed KERNEL_LOCALVERSION to LINUX_VERSION_EXTENSION
  (aligns us with yocto)
- made LINUX_VERSION_EXTENSION optional and empty by default
  (backward compatible)
- removed KERNEL_DTB_DIR and KERNEL_HEADERS_DIR customizability
  (simplifies the decoupling of versions, but also lacks use case)
- added RECIPE-API-CHANGELOG for LINUX_VERSION_EXTENSION
- set LINUX_VERSION_EXTENSION in linux-mainline recipe as test case
- added GPL reference and stable URL to Debian install scripts

As the deviations in patch 4 are too significant by now, I've adopted it
completely, providing credit to Cedric's foundation work in the changelog.

Jan


CC: Cedric Hombourger <Cedric_Hombourger@mentor.com>

Cedric Hombourger (3):
  recipes-kernel/linux: make KERNEL_DEFCONFIG support in-tree defconfigs
  linux-mainline: fix stripping of .0 from the kernel version
  linux-mainline: update from 4.19.0 to 4.19.88

Jan Kiszka (2):
  linux-custom: rewrite to no longer depend on the kernel's builddeb
  linux-mainline: Test config fragments and LINUX_VERSION_EXTENSION

 RECIPE-API-CHANGELOG.md                            |  15 ++
 doc/custom_kernel.md                               |  83 +++++++++
 .../recipes-kernel/linux/files/no-root-nfs.cfg     |   1 +
 .../recipes-kernel/linux/files/no-ubifs-fs.cfg     |   1 +
 .../recipes-kernel/linux/linux-mainline_4.19.0.bb  |  22 ---
 .../recipes-kernel/linux/linux-mainline_4.19.88.bb |  35 ++++
 meta/recipes-kernel/linux/files/build-kernel.sh    | 129 -------------
 meta/recipes-kernel/linux/files/debian/compat      |   1 +
 .../recipes-kernel/linux/files/debian/control.tmpl |  37 ++++
 .../linux/files/debian/isar/build.tmpl             |  40 ++++
 .../linux/files/debian/isar/clean.tmpl             |  21 +++
 .../linux/files/debian/isar/common.tmpl            |  49 +++++
 .../linux/files/debian/isar/install.tmpl           | 191 +++++++++++++++++++
 .../linux/files/debian/isar/version.cfg.tmpl       |   2 +
 .../linux/files/debian/linux-image.postinst.tmpl   |  30 +++
 .../linux/files/debian/linux-image.postrm.tmpl     |  36 ++++
 .../linux/files/debian/linux-image.preinst.tmpl    |  26 +++
 .../linux/files/debian/linux-image.prerm.tmpl      |  22 +++
 meta/recipes-kernel/linux/files/debian/rules.tmpl  |  39 ++++
 meta/recipes-kernel/linux/linux-custom.inc         | 207 +++++++++++++++------
 20 files changed, 782 insertions(+), 205 deletions(-)
 create mode 100644 doc/custom_kernel.md
 create mode 100644 meta-isar/recipes-kernel/linux/files/no-root-nfs.cfg
 create mode 100644 meta-isar/recipes-kernel/linux/files/no-ubifs-fs.cfg
 delete mode 100644 meta-isar/recipes-kernel/linux/linux-mainline_4.19.0.bb
 create mode 100644 meta-isar/recipes-kernel/linux/linux-mainline_4.19.88.bb
 delete mode 100644 meta/recipes-kernel/linux/files/build-kernel.sh
 create mode 100644 meta/recipes-kernel/linux/files/debian/compat
 create mode 100644 meta/recipes-kernel/linux/files/debian/control.tmpl
 create mode 100644 meta/recipes-kernel/linux/files/debian/isar/build.tmpl
 create mode 100644 meta/recipes-kernel/linux/files/debian/isar/clean.tmpl
 create mode 100644 meta/recipes-kernel/linux/files/debian/isar/common.tmpl
 create mode 100644 meta/recipes-kernel/linux/files/debian/isar/install.tmpl
 create mode 100644 meta/recipes-kernel/linux/files/debian/isar/version.cfg.tmpl
 create mode 100644 meta/recipes-kernel/linux/files/debian/linux-image.postinst.tmpl
 create mode 100644 meta/recipes-kernel/linux/files/debian/linux-image.postrm.tmpl
 create mode 100644 meta/recipes-kernel/linux/files/debian/linux-image.preinst.tmpl
 create mode 100644 meta/recipes-kernel/linux/files/debian/linux-image.prerm.tmpl
 create mode 100755 meta/recipes-kernel/linux/files/debian/rules.tmpl

-- 
2.16.4


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

end of thread, other threads:[~2020-01-31  9:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-18 19:10 [PATCH v6 0/5] linux-custom recipe rework Jan Kiszka
2019-12-18 19:11 ` [PATCH v6 1/5] recipes-kernel/linux: make KERNEL_DEFCONFIG support in-tree defconfigs Jan Kiszka
2019-12-18 19:11 ` [PATCH v6 2/5] linux-mainline: fix stripping of .0 from the kernel version Jan Kiszka
2019-12-18 19:11 ` [PATCH v6 3/5] linux-mainline: update from 4.19.0 to 4.19.88 Jan Kiszka
2019-12-18 19:11 ` [PATCH v6 4/5] linux-custom: rewrite to no longer depend on the kernel's builddeb Jan Kiszka
2019-12-18 19:11 ` [PATCH v6 5/5] linux-mainline: Test config fragments and LINUX_VERSION_EXTENSION Jan Kiszka
2019-12-26 15:51 ` [PATCH v6 0/5] linux-custom recipe rework Baurzhan Ismagulov
2020-01-31  8:57 ` Henning Schild
2020-01-31  9:04   ` Jan Kiszka

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