public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 0/6] dpkg class refactorings, API changelog, fixes
@ 2018-09-02 16:04 Jan Kiszka
  2018-09-02 16:04 ` [PATCH 1/6] linux-custom: Add missing proxy settings to prepare task Jan Kiszka
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Jan Kiszka @ 2018-09-02 16:04 UTC (permalink / raw)
  To: isar-users

Changes in v2:
 - re-add lost proxy settings to custom kernel build
 - truly fix depmod run of module recipes
 - account for dpkg task split also in custom kernel recipe

Test coverages remarkes:
 - we truly miss a custom kernel + module build in the upstream tests
 - we also lack a test for consistent proxy setting propation

The former is currently only addressed by jailhouse-images, the latter
by running things through our Intranet-hosted CI. Both is not optimal.

Jan

Jan Kiszka (6):
  linux-custom: Add missing proxy settings to prepare task
  linux-module: Run depmod for installed kernel versions
  dpkg-base: Relocate dpkg_runbuild and adjust comments
  dkpg-base: Clarify dependency logic between package recipes
  dpkg, linux-custom: Split dependency installation from build
    preparations
  Add changelog for the recipe API

 RECIPE-API-CHANGELOG.md                            | 59 ++++++++++++++++++++++
 meta/classes/dpkg-base.bbclass                     | 31 +++++-------
 meta/classes/dpkg-raw.bbclass                      |  4 +-
 meta/classes/dpkg.bbclass                          |  8 ++-
 .../linux-module/files/debian/postinst             |  2 +-
 meta/recipes-kernel/linux-module/module.inc        |  2 +-
 meta/recipes-kernel/linux/linux-custom.inc         |  7 ++-
 7 files changed, 88 insertions(+), 25 deletions(-)
 create mode 100644 RECIPE-API-CHANGELOG.md

-- 
2.16.4


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

end of thread, other threads:[~2018-09-10  9:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-02 16:04 [PATCH 0/6] dpkg class refactorings, API changelog, fixes Jan Kiszka
2018-09-02 16:04 ` [PATCH 1/6] linux-custom: Add missing proxy settings to prepare task Jan Kiszka
2018-09-02 16:04 ` [PATCH 2/6] linux-module: Run depmod for installed kernel versions Jan Kiszka
2018-09-02 16:04 ` [PATCH 3/6] dpkg-base: Relocate dpkg_runbuild and adjust comments Jan Kiszka
2018-09-02 16:04 ` [PATCH 4/6] dkpg-base: Clarify dependency logic between package recipes Jan Kiszka
2018-09-02 16:04 ` [PATCH 5/6] dpkg, linux-custom: Split dependency installation from build preparations Jan Kiszka
2018-09-02 16:04 ` [PATCH 6/6] Add changelog for the recipe API Jan Kiszka
2018-09-02 16:13 ` [PATCH 0/6] dpkg class refactorings, API changelog, fixes Jan Kiszka
2018-09-10  9:37 ` Maxim Yu. Osipov

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