public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 0/3] minor fixes
@ 2020-03-10 16:04 Cedric Hombourger
  2020-03-10 16:04 ` [PATCH 1/3] sshd-regen-keys: correct dependency on ssh daemon service Cedric Hombourger
                   ` (2 more replies)
  0 siblings, 3 replies; 21+ messages in thread
From: Cedric Hombourger @ 2020-03-10 16:04 UTC (permalink / raw)
  To: isar-users; +Cc: Cedric Hombourger

Three minor fixes for your review. The sshd-regen-keys patch is the same change I suggested
to Henning yesterday in a private conversation. I am including it here because my ci_build
completed just now and I am not sure Henning had a chance to do that given the time lapsed
between my suggestion and his submission to the list. Let me know if you are taking Henning's
patch instead (same change) and I will remove it from here (I am really including it here
because the ci_build run was done with all three patches).

The change to linux-custom allows use of named defconfigs living in the kernel tree. I realized
this was not correctly handled while building a kernel for MPSOC (xilinx_zynqmp_defconfig)

Lastly, the dpkg-raw class was modified so it may be used together with the very convenient
templating class.

Cedric Hombourger (3):
  sshd-regen-keys: correct dependency on ssh daemon service
  linux-custom: support use of an arbitrary in-tree defconfig
  dpkg-raw: make sure templates are processed before do_install

 meta/classes/dpkg-raw.bbclass                                 | 4 ++++
 meta/recipes-kernel/linux/linux-custom.inc                    | 2 ++
 .../sshd-regen-keys/files/sshd-regen-keys.service             | 2 +-
 .../{sshd-regen-keys_0.2.bb => sshd-regen-keys_0.3.bb}        | 0
 4 files changed, 7 insertions(+), 1 deletion(-)
 rename meta/recipes-support/sshd-regen-keys/{sshd-regen-keys_0.2.bb => sshd-regen-keys_0.3.bb} (100%)

-- 
2.20.1


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

end of thread, other threads:[~2020-07-30 16:08 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-10 16:04 [PATCH 0/3] minor fixes Cedric Hombourger
2020-03-10 16:04 ` [PATCH 1/3] sshd-regen-keys: correct dependency on ssh daemon service Cedric Hombourger
2020-03-11  8:34   ` Henning Schild
2020-03-11  8:50     ` Henning Schild
2020-03-11  9:32     ` Jan Kiszka
2020-03-11 10:04       ` Henning Schild
2020-03-12 13:50   ` Gylstorff Quirin
2020-03-16 12:39     ` Henning Schild
2020-03-16 12:55       ` [PATCH v2 0/3] minor fixes Cedric Hombourger
2020-03-16 12:55         ` [[PATCH v2] 1/3] sshd-regen-keys: depend on ssh.service instead of sshd.service Cedric Hombourger
2020-03-16 12:55         ` [[PATCH v2] 2/3] linux-custom: support use of an arbitrary in-tree defconfig Cedric Hombourger
2020-03-16 12:55         ` [[PATCH v2] 3/3] dpkg-raw: make sure templates are processed before do_install Cedric Hombourger
2020-04-10 12:11           ` Baurzhan Ismagulov
2020-04-14  6:02             ` Jan Kiszka
2020-04-17 15:30               ` Baurzhan Ismagulov
2020-04-17 15:46                 ` Jan Kiszka
2020-07-28 16:27         ` [PATCH v2 0/3] minor fixes Baurzhan Ismagulov
2020-07-28 20:46           ` Henning Schild
2020-07-30 16:08             ` Baurzhan Ismagulov
2020-03-10 16:04 ` [PATCH 2/3] linux-custom: support use of an arbitrary in-tree defconfig Cedric Hombourger
2020-03-10 16:04 ` [PATCH 3/3] dpkg-raw: make sure templates are processed before do_install Cedric Hombourger

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