mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
lms: install /etc/lms directory
Make sure that we install /etc/lms otherwise starting the service will result in errors: | Nov 15 08:30:17 intel-corei7-64 systemd[1052]: lms.service: Failed to set up mount namespacing: /run/systemd/unit-root/etc/lms: No such file or directory | Nov 15 08:30:17 intel-corei7-64 systemd[1052]: lms.service: Failed at step NAMESPACE spawning /usr/bin/lms: No such file or directory | Nov 15 08:30:17 intel-corei7-64 systemd[1]: lms.service: Main process exited, code=exited, status=226/NAMESPACE | Nov 15 08:30:17 intel-corei7-64 systemd[1]: lms.service: Failed with result 'exit-code'. | Nov 15 08:30:17 intel-corei7-64 systemd[1]: Failed to start Local Manageability Service. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
49da9b6172
commit
fa34a6193e
|
@ -36,6 +36,7 @@ SRC_URI = "git://github.com/intel/lms.git;branch=master;protocol=https \
|
||||||
SRCREV = "cbc1e1019cf5dc2d03a3b722ee07fbfb9a90f2d1"
|
SRCREV = "cbc1e1019cf5dc2d03a3b722ee07fbfb9a90f2d1"
|
||||||
|
|
||||||
do_install:append() {
|
do_install:append() {
|
||||||
|
install -d ${D}${sysconfdir}/lms
|
||||||
install -d ${D}${systemd_system_unitdir}
|
install -d ${D}${systemd_system_unitdir}
|
||||||
install -m 0644 ${B}/UNS/lms.service ${D}${systemd_system_unitdir}
|
install -m 0644 ${B}/UNS/lms.service ${D}${systemd_system_unitdir}
|
||||||
install -d ${D}${sysconfdir}/udev/rules.d
|
install -d ${D}${sysconfdir}/udev/rules.d
|
||||||
|
|
Loading…
Reference in New Issue
Block a user