]> git.ipfire.org Git - thirdparty/systemd.git/commit
kernel-install/60-ukify: also support the convention with 'devicetree' file 29523/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 10 Oct 2023 17:41:35 +0000 (19:41 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 11 Oct 2023 15:34:43 +0000 (17:34 +0200)
commit02d8d787f38cb4a02b16f2f85d8120394574b054
treea844636b5dc171f39ac9e6ea498a43f0f4738834
parente3696e6f631f340f8e32c01b30d0a4a02b3f1ab8
kernel-install/60-ukify: also support the convention with 'devicetree' file

Requested in https://github.com/systemd/systemd/pull/28582#issuecomment-1673300596.
The is the last requested changed, so fixes #28771.

90-loaderentry.install is modified to also check $KERNEL_INSTALL_CONF_ROOT
when looking for the devicetree file. For normal use this is probably not
needed, but it's nice to be consistent and it also makes it much easier to
write the tests.

In tests, also do 'ukify inspect' now that we have it.
src/kernel-install/60-ukify.install.in
src/kernel-install/90-loaderentry.install.in
src/kernel-install/test-kernel-install.sh