summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Usyskin <alexander.usyskin@intel.com>2021-07-06 08:21:41 +0300
committerAnuj Mittal <anuj.mittal@intel.com>2021-07-06 16:09:22 +0800
commit11971461e0ff2e6173ddcd783170666a1480e198 (patch)
treea8bacd7187cfab630813256f30d713448986ad42
parent1e8ea173efe0ecb663f8515d921a25497bd96de6 (diff)
downloadmeta-intel-11971461e0ff2e6173ddcd783170666a1480e198.tar.gz
lms: copy wdt udev rule in install
Install LMS's wdt udev rule to select AMT watchdog device. Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2109.0.0.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2109.0.0.0.bb b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2109.0.0.0.bb
index 1272969b..86501025 100644
--- a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2109.0.0.0.bb
+++ b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2109.0.0.0.bb
@@ -36,6 +36,8 @@ SRCREV = "e0ebda9d1e7884b51293b71c1bcda511a7942e1a"
36do_install_append() { 36do_install_append() {
37 install -d ${D}${systemd_system_unitdir} 37 install -d ${D}${systemd_system_unitdir}
38 install -m 0644 ${B}/UNS/lms.service ${D}${systemd_system_unitdir} 38 install -m 0644 ${B}/UNS/lms.service ${D}${systemd_system_unitdir}
39 install -d ${D}${sysconfdir}/udev/rules.d
40 install -m 0644 ${S}/UNS/linux_scripts/70-mei-wdt.rules ${D}${sysconfdir}/udev/rules.d/70-mei-wdt.rules
39} 41}
40 42
41RDEPENDS_${PN} += "ace" 43RDEPENDS_${PN} += "ace"