From 22349bb35049b96f6e4e0b1342212950a7e551a9 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Thu, 2 Apr 2020 17:33:11 +0800 Subject: lms: upgrade v2003.0.0.0 -> v2011.0.0.0 For the details, please check: https://github.com/intel/lms/releases/tag/v2011.0.0.0 Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- .../amt/files/lms_drop_rpath_2003.0.0.0.diff | 30 ------------------ .../amt/files/lms_drop_rpath_2011.0.0.0.diff | 30 ++++++++++++++++++ .../recipes-bsp/amt/lms_2003.0.0.0.bb | 37 ---------------------- .../recipes-bsp/amt/lms_2011.0.0.0.bb | 37 ++++++++++++++++++++++ 4 files changed, 67 insertions(+), 67 deletions(-) delete mode 100644 dynamic-layers/openembedded-layer/recipes-bsp/amt/files/lms_drop_rpath_2003.0.0.0.diff create mode 100644 dynamic-layers/openembedded-layer/recipes-bsp/amt/files/lms_drop_rpath_2011.0.0.0.diff delete mode 100644 dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2003.0.0.0.bb create mode 100644 dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2011.0.0.0.bb (limited to 'dynamic-layers') diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/amt/files/lms_drop_rpath_2003.0.0.0.diff b/dynamic-layers/openembedded-layer/recipes-bsp/amt/files/lms_drop_rpath_2003.0.0.0.diff deleted file mode 100644 index e000a160..00000000 --- a/dynamic-layers/openembedded-layer/recipes-bsp/amt/files/lms_drop_rpath_2003.0.0.0.diff +++ /dev/null @@ -1,30 +0,0 @@ -From ec7d732a6a23e90be34840b0f1a57e5199d393cf Mon Sep 17 00:00:00 2001 -From: Alexander Usyskin -Date: Mon, 17 Jun 2019 13:27:33 +0300 -Subject: [PATCH] lms: drop rpath definitions - -Yocto fail to compile with this definitions. - -Upstream-Status: Inappropriate [configuration] -Signed-off-by: Alexander Usyskin ---- - CMakeLists.txt | 3 --- - 1 file changed, 3 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index e22ff05..14d5dd1 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -112,9 +112,6 @@ install (DIRECTORY Docs/Licenses - FILES_MATCHING PATTERN "LICENSE.*" - ) - --list (APPEND CMAKE_INSTALL_RPATH "${PROJECT_BINARY_DIR}/UNS/GMS_COMMON") --list (APPEND CMAKE_INSTALL_RPATH "${PROJECT_BINARY_DIR}/WsmanClient") -- - if (BUILD_TESTS) - include (gtest.cmake) - endif (BUILD_TESTS) --- -2.7.4 - diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/amt/files/lms_drop_rpath_2011.0.0.0.diff b/dynamic-layers/openembedded-layer/recipes-bsp/amt/files/lms_drop_rpath_2011.0.0.0.diff new file mode 100644 index 00000000..e000a160 --- /dev/null +++ b/dynamic-layers/openembedded-layer/recipes-bsp/amt/files/lms_drop_rpath_2011.0.0.0.diff @@ -0,0 +1,30 @@ +From ec7d732a6a23e90be34840b0f1a57e5199d393cf Mon Sep 17 00:00:00 2001 +From: Alexander Usyskin +Date: Mon, 17 Jun 2019 13:27:33 +0300 +Subject: [PATCH] lms: drop rpath definitions + +Yocto fail to compile with this definitions. + +Upstream-Status: Inappropriate [configuration] +Signed-off-by: Alexander Usyskin +--- + CMakeLists.txt | 3 --- + 1 file changed, 3 deletions(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index e22ff05..14d5dd1 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -112,9 +112,6 @@ install (DIRECTORY Docs/Licenses + FILES_MATCHING PATTERN "LICENSE.*" + ) + +-list (APPEND CMAKE_INSTALL_RPATH "${PROJECT_BINARY_DIR}/UNS/GMS_COMMON") +-list (APPEND CMAKE_INSTALL_RPATH "${PROJECT_BINARY_DIR}/WsmanClient") +- + if (BUILD_TESTS) + include (gtest.cmake) + endif (BUILD_TESTS) +-- +2.7.4 + diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2003.0.0.0.bb b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2003.0.0.0.bb deleted file mode 100644 index 1067ccbd..00000000 --- a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2003.0.0.0.bb +++ /dev/null @@ -1,37 +0,0 @@ -SUMMARY = "Intel(R) Local Managability Service" -DESCRIPTION = "Intel Local Manageability Service allows applications \ -to access the Intel Active Management Technology (AMT) firmware via \ -the Intel Management Engine Interface (MEI)." - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://COPYING;md5=2ee41112a44fe7014dce33e26468ba93" - -COMPATIBLE_HOST = '(i.86|x86_64).*-linux' - -COMPATIBLE_HOST_libc-musl = "null" - -inherit cmake systemd - -DEPENDS = "metee ace xerces-c libnl libxml2 glib-2.0 glib-2.0-native connman" - -EXTRA_OECMAKE += "-DPYTHON_EXECUTABLE=${HOSTTOOLS_DIR}/python3" - -REQUIRED_DISTRO_FEATURES= "systemd" - -FILES_${PN} += "${datadir}/dbus-1/system-services/*.service" - -S = "${WORKDIR}/git" - -SYSTEMD_SERVICE_${PN} = "lms.service" - -SRC_URI = "git://github.com/intel/lms.git" -SRCREV = "e425f34fadf9bb71228ffa23c6459331d86a0ab2" - -SRC_URI_append = " file://lms_drop_rpath_${PV}.diff" - -do_install_append() { - install -d ${D}${systemd_system_unitdir} - install -m 0644 ${B}/UNS/lms.service ${D}${systemd_system_unitdir} -} - -RDEPENDS_${PN} += "ace" diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2011.0.0.0.bb b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2011.0.0.0.bb new file mode 100644 index 00000000..d5793500 --- /dev/null +++ b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2011.0.0.0.bb @@ -0,0 +1,37 @@ +SUMMARY = "Intel(R) Local Managability Service" +DESCRIPTION = "Intel Local Manageability Service allows applications \ +to access the Intel Active Management Technology (AMT) firmware via \ +the Intel Management Engine Interface (MEI)." + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://COPYING;md5=2ee41112a44fe7014dce33e26468ba93" + +COMPATIBLE_HOST = '(i.86|x86_64).*-linux' + +COMPATIBLE_HOST_libc-musl = "null" + +inherit cmake systemd + +DEPENDS = "metee ace xerces-c libnl libxml2 glib-2.0 glib-2.0-native connman" + +EXTRA_OECMAKE += "-DPYTHON_EXECUTABLE=${HOSTTOOLS_DIR}/python3" + +REQUIRED_DISTRO_FEATURES= "systemd" + +FILES_${PN} += "${datadir}/dbus-1/system-services/*.service" + +S = "${WORKDIR}/git" + +SYSTEMD_SERVICE_${PN} = "lms.service" + +SRC_URI = "git://github.com/intel/lms.git" +SRCREV = "b3e27d4f39f7388a1676d855771e21846e75469c" + +SRC_URI_append = " file://lms_drop_rpath_${PV}.diff" + +do_install_append() { + install -d ${D}${systemd_system_unitdir} + install -m 0644 ${B}/UNS/lms.service ${D}${systemd_system_unitdir} +} + +RDEPENDS_${PN} += "ace" -- cgit v1.2.3-54-g00ecf