summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2023-06-26 13:53:46 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2023-06-26 13:53:46 +0800
commit73c6e7969d43999b4585f3bae3cfa87a03bf1d7b (patch)
tree568b41e2f183c4480e5ccaab5cca4aba50e1ce0a /dynamic-layers
parent759754c03691362f80034fdd68156cc51250a816 (diff)
downloadmeta-intel-73c6e7969d43999b4585f3bae3cfa87a03bf1d7b.tar.gz
Revert "lms: fix build with usrmerge DISTRO feature"
This reverts commit bd2c921fc07fb948ae117e54dd5fa2a5fdb9cd13. This causes problems with multilib build as the udev rules are not correctly installed.
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-bsp/amt/lms/0001-UNS-CMakeLists.txt-migrate-udev-rules-to-usr.patch33
-rw-r--r--dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2245.0.0.0.bb1
2 files changed, 0 insertions, 34 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms/0001-UNS-CMakeLists.txt-migrate-udev-rules-to-usr.patch b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms/0001-UNS-CMakeLists.txt-migrate-udev-rules-to-usr.patch
deleted file mode 100644
index 984ce7ce..00000000
--- a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms/0001-UNS-CMakeLists.txt-migrate-udev-rules-to-usr.patch
+++ /dev/null
@@ -1,33 +0,0 @@
1From 1ac6329ffd740786bcd917ef0ddb1056524a8e4b Mon Sep 17 00:00:00 2001
2From: Naveen Saini <naveen.kumar.saini@intel.com>
3Date: Fri, 16 Jun 2023 11:35:42 +0800
4Subject: [PATCH] UNS/CMakeLists.txt: migrate udev rules to /usr
5
6With the upcoming v254 release of systemd mandating usrmerge[1] this
7will become mandatory for anyone using systemd.
8
9[1] https://lists.freedesktop.org/archives/systemd-devel/2023-June/049173.html
10
11Upstream-Status: Pending
12
13Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
14---
15 UNS/CMakeLists.txt | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18diff --git a/UNS/CMakeLists.txt b/UNS/CMakeLists.txt
19index 09000eb..b512a17 100644
20--- a/UNS/CMakeLists.txt
21+++ b/UNS/CMakeLists.txt
22@@ -139,7 +139,7 @@ if (UNIX)
23 install (FILES
24 ${CMAKE_CURRENT_SOURCE_DIR}/linux_scripts/70-persistent-mei.rules
25 ${CMAKE_CURRENT_SOURCE_DIR}/linux_scripts/70-mei-wdt.rules
26- DESTINATION /lib/udev/rules.d/
27+ DESTINATION ${CMAKE_INSTALL_LIBDIR}/udev/rules.d/
28 )
29
30 install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/linux_scripts/20-lms.conf
31--
322.34.1
33
diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2245.0.0.0.bb b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2245.0.0.0.bb
index 7656571e..7f339c8f 100644
--- a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2245.0.0.0.bb
+++ b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2245.0.0.0.bb
@@ -31,7 +31,6 @@ SYSTEMD_SERVICE:${PN} = "lms.service"
31 31
32SRC_URI = "git://github.com/intel/lms.git;branch=master;protocol=https \ 32SRC_URI = "git://github.com/intel/lms.git;branch=master;protocol=https \
33 file://fix-gcc13.patch \ 33 file://fix-gcc13.patch \
34 file://0001-UNS-CMakeLists.txt-migrate-udev-rules-to-usr.patch \
35 " 34 "
36SRCREV = "4db4ceb3f70cd1b907747646dda6785db7b247d7" 35SRCREV = "4db4ceb3f70cd1b907747646dda6785db7b247d7"
37 36