mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
systemd: Add new package systemd-kernel-install
Package additional directories e.g. /etc/kernel and /usr/lib/kernel (From OE-Core rev: c833df1493101165691e0a3b8e98055def10d504) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -114,7 +114,7 @@ python populate_packages_prepend (){
|
|||||||
}
|
}
|
||||||
PACKAGES_DYNAMIC += "^lib(udev|gudev|systemd).*"
|
PACKAGES_DYNAMIC += "^lib(udev|gudev|systemd).*"
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-gui ${PN}-vconsole-setup ${PN}-initramfs ${PN}-analyze"
|
PACKAGES =+ "${PN}-gui ${PN}-vconsole-setup ${PN}-initramfs ${PN}-analyze ${PN}-kernel-install"
|
||||||
|
|
||||||
USERADD_PACKAGES = "${PN}"
|
USERADD_PACKAGES = "${PN}"
|
||||||
GROUPADD_PARAM_${PN} = "-r lock; -r systemd-journal"
|
GROUPADD_PARAM_${PN} = "-r lock; -r systemd-journal"
|
||||||
@@ -130,6 +130,10 @@ FILES_${PN}-vconsole-setup = "${systemd_unitdir}/systemd-vconsole-setup \
|
|||||||
${systemd_unitdir}/system/systemd-vconsole-setup.service \
|
${systemd_unitdir}/system/systemd-vconsole-setup.service \
|
||||||
${systemd_unitdir}/system/sysinit.target.wants/systemd-vconsole-setup.service"
|
${systemd_unitdir}/system/sysinit.target.wants/systemd-vconsole-setup.service"
|
||||||
|
|
||||||
|
FILES_${PN}-kernel-install = "${bindir}/kernel-install \
|
||||||
|
${sysconfdir}/kernel/ \
|
||||||
|
${exec_prefix}/lib/kernel \
|
||||||
|
"
|
||||||
RRECOMMENDS_${PN}-vconsole-setup = "kbd kbd-consolefonts"
|
RRECOMMENDS_${PN}-vconsole-setup = "kbd kbd-consolefonts"
|
||||||
|
|
||||||
CONFFILES_${PN} = "${sysconfdir}/systemd/journald.conf \
|
CONFFILES_${PN} = "${sysconfdir}/systemd/journald.conf \
|
||||||
|
|||||||
Reference in New Issue
Block a user