diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-03-28 06:23:59 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-29 16:21:00 +0000 |
commit | fd900c17630d8fef52f6c73918a4e700b1a6edc8 (patch) | |
tree | 2ce91dea19808d0b12230687b3204c8d37205b35 /meta/recipes-core | |
parent | 911dbbd8ee4bb4aada554e0975eba1570db4c6d1 (diff) | |
download | poky-fd900c17630d8fef52f6c73918a4e700b1a6edc8.tar.gz |
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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/systemd/systemd_199.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_199.bb b/meta/recipes-core/systemd/systemd_199.bb index 74b14afeaf..ba1d13390d 100644 --- a/meta/recipes-core/systemd/systemd_199.bb +++ b/meta/recipes-core/systemd/systemd_199.bb | |||
@@ -114,7 +114,7 @@ python populate_packages_prepend (){ | |||
114 | } | 114 | } |
115 | PACKAGES_DYNAMIC += "^lib(udev|gudev|systemd).*" | 115 | PACKAGES_DYNAMIC += "^lib(udev|gudev|systemd).*" |
116 | 116 | ||
117 | PACKAGES =+ "${PN}-gui ${PN}-vconsole-setup ${PN}-initramfs ${PN}-analyze" | 117 | PACKAGES =+ "${PN}-gui ${PN}-vconsole-setup ${PN}-initramfs ${PN}-analyze ${PN}-kernel-install" |
118 | 118 | ||
119 | USERADD_PACKAGES = "${PN}" | 119 | USERADD_PACKAGES = "${PN}" |
120 | GROUPADD_PARAM_${PN} = "-r lock; -r systemd-journal" | 120 | GROUPADD_PARAM_${PN} = "-r lock; -r systemd-journal" |
@@ -130,6 +130,10 @@ FILES_${PN}-vconsole-setup = "${systemd_unitdir}/systemd-vconsole-setup \ | |||
130 | ${systemd_unitdir}/system/systemd-vconsole-setup.service \ | 130 | ${systemd_unitdir}/system/systemd-vconsole-setup.service \ |
131 | ${systemd_unitdir}/system/sysinit.target.wants/systemd-vconsole-setup.service" | 131 | ${systemd_unitdir}/system/sysinit.target.wants/systemd-vconsole-setup.service" |
132 | 132 | ||
133 | FILES_${PN}-kernel-install = "${bindir}/kernel-install \ | ||
134 | ${sysconfdir}/kernel/ \ | ||
135 | ${exec_prefix}/lib/kernel \ | ||
136 | " | ||
133 | RRECOMMENDS_${PN}-vconsole-setup = "kbd kbd-consolefonts" | 137 | RRECOMMENDS_${PN}-vconsole-setup = "kbd kbd-consolefonts" |
134 | 138 | ||
135 | CONFFILES_${PN} = "${sysconfdir}/systemd/journald.conf \ | 139 | CONFFILES_${PN} = "${sysconfdir}/systemd/journald.conf \ |