public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 0/7] Vacation hacks
@ 2019-01-02 11:34 Jan Kiszka
  2019-01-02 11:34 ` [PATCH 1/7] dpkg-raw: Respect file permissions defined by recipe Jan Kiszka
                   ` (9 more replies)
  0 siblings, 10 replies; 28+ messages in thread
From: Jan Kiszka @ 2019-01-02 11:34 UTC (permalink / raw)
  To: isar-users; +Cc: Claudius Heine, Henning Schild

These patches are mostly the outcome of modeling the base and rescue
image of a family machine with Isar. They
 - fix file permissions of dpkg-raw content
 - allow to boot via grub-efi from secondary disks
 - enhance locale settings
 - overcome meta-isar as dependency for most projects

Jan


CC: Claudius Heine <ch@denx.de>
CC: Henning Schild <henning.schild@siemens.com>

Jan Kiszka (7):
  dpkg-raw: Respect file permissions defined by recipe
  bootimg-efi-isar: Run grub-mkimage without own config
  bootimg-efi-isar: Retrieve boot disk during runtime
  isar-cfg-localepurge: Also set /etc/default/locale
  Fix LIC_FILES_CHKSUM paths
  Move repo variables to proper conf file
  Move debian distro conf files to meta

 meta-isar/conf/distro/raspbian-jessie.conf                 |  2 +-
 meta-isar/conf/layer.conf                                  | 11 -----------
 meta-isar/recipes-app/example-hello/example-hello.bb       |  2 +-
 meta-isar/recipes-app/libhello/libhello.bb                 |  2 +-
 meta-isar/recipes-core/images/isar-image-base.bb           |  2 +-
 meta/classes/dpkg-raw.bbclass                              |  4 +++-
 meta/classes/isar-image.bbclass                            |  4 ++--
 meta/conf/bitbake.conf                                     | 11 +++++++++++
 {meta-isar => meta}/conf/distro/debian-buster.conf         |  0
 {meta-isar => meta}/conf/distro/debian-buster.list         |  0
 {meta-isar => meta}/conf/distro/debian-common.conf         |  0
 {meta-isar => meta}/conf/distro/debian-configscript.sh     |  0
 {meta-isar => meta}/conf/distro/debian-jessie.conf         |  0
 {meta-isar => meta}/conf/distro/debian-jessie.list         |  0
 {meta-isar => meta}/conf/distro/debian-stretch.conf        |  0
 {meta-isar => meta}/conf/distro/debian-stretch.list        |  0
 meta/recipes-core/isar-bootstrap/isar-bootstrap.inc        |  2 +-
 meta/recipes-devtools/buildchroot/buildchroot.inc          |  2 +-
 meta/recipes-devtools/sdkchroot/sdkchroot.bb               |  2 +-
 meta/recipes-support/isar-cfg-localepurge/files/postinst   |  2 ++
 .../isar-cfg-localepurge/isar-cfg-localepurge.bb           |  5 +++++
 meta/scripts/lib/wic/plugins/source/bootimg-efi-isar.py    | 14 +++-----------
 22 files changed, 33 insertions(+), 32 deletions(-)
 rename {meta-isar => meta}/conf/distro/debian-buster.conf (100%)
 rename {meta-isar => meta}/conf/distro/debian-buster.list (100%)
 rename {meta-isar => meta}/conf/distro/debian-common.conf (100%)
 rename {meta-isar => meta}/conf/distro/debian-configscript.sh (100%)
 rename {meta-isar => meta}/conf/distro/debian-jessie.conf (100%)
 rename {meta-isar => meta}/conf/distro/debian-jessie.list (100%)
 rename {meta-isar => meta}/conf/distro/debian-stretch.conf (100%)
 rename {meta-isar => meta}/conf/distro/debian-stretch.list (100%)

-- 
2.16.4


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

end of thread, other threads:[~2019-01-15 10:13 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-02 11:34 [PATCH 0/7] Vacation hacks Jan Kiszka
2019-01-02 11:34 ` [PATCH 1/7] dpkg-raw: Respect file permissions defined by recipe Jan Kiszka
2019-01-07 13:20   ` Henning Schild
2019-01-07 13:28     ` Jan Kiszka
2019-01-07 14:19       ` Henning Schild
2019-01-07 14:20         ` Jan Kiszka
2019-01-07 14:26           ` Jan Kiszka
2019-01-07 16:28             ` Henning Schild
2019-01-07 16:54               ` Jan Kiszka
2019-01-07 17:51                 ` Henning Schild
2019-01-07 18:56                   ` Jan Kiszka
2019-01-09 15:37       ` Baurzhan Ismagulov
2019-01-10  1:19         ` Jan Kiszka
2019-01-15  8:19           ` Jan Kiszka
2019-01-15 10:10           ` Baurzhan Ismagulov
2019-01-15 10:13             ` Jan Kiszka
2019-01-02 11:34 ` [PATCH 2/7] bootimg-efi-isar: Run grub-mkimage without own config Jan Kiszka
2019-01-07 13:22   ` Henning Schild
2019-01-07 14:02     ` Jan Kiszka
2019-01-02 11:34 ` [PATCH 3/7] bootimg-efi-isar: Retrieve boot disk during runtime Jan Kiszka
2019-01-02 11:34 ` [PATCH 4/7] isar-cfg-localepurge: Also set /etc/default/locale Jan Kiszka
2019-01-02 11:34 ` [PATCH 5/7] Fix LIC_FILES_CHKSUM paths Jan Kiszka
2019-01-02 11:34 ` [PATCH 6/7] Move repo variables to proper conf file Jan Kiszka
2019-01-02 11:34 ` [PATCH 7/7] Move debian distro conf files to meta Jan Kiszka
2019-01-04 13:49 ` [PATCH 8/7] bootimg-efi-isar: Fix serial console setup for grub Jan Kiszka
2019-01-04 13:50 ` [PATCH 9/7] bootimg-efi-isar: Reformat generated grub.cfg Jan Kiszka
2019-01-07  6:06 ` [PATCH 10/7] bitbake.conf: Clean up and enhance OVERRIDES Jan Kiszka
2019-01-07  8:17   ` Claudius Heine

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