From fc1d35e17f4ebe9e3a459f28f1bab719b0032259 Mon Sep 17 00:00:00 2001 From: Teoh Suh Haw Date: Tue, 28 Mar 2023 09:21:56 +0800 Subject: lms: upgrade 2226.0.0.0 -> 2245.0.0.0 Release Notes: https://github.com/intel/lms/releases/tag/v2245.0.0.0 Signed-off-by: Teoh Suh Haw Signed-off-by: Anuj Mittal --- .../recipes-bsp/amt/lms_2226.0.0.0.bb | 46 ---------------------- .../recipes-bsp/amt/lms_2245.0.0.0.bb | 46 ++++++++++++++++++++++ 2 files changed, 46 insertions(+), 46 deletions(-) delete mode 100644 dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2226.0.0.0.bb create mode 100644 dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2245.0.0.0.bb diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2226.0.0.0.bb b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2226.0.0.0.bb deleted file mode 100644 index e0d6b91e..00000000 --- a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2226.0.0.0.bb +++ /dev/null @@ -1,46 +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 features_check - -DEPENDS = "metee ace xerces-c libnl libxml2 glib-2.0 glib-2.0-native pkgconfig-native" - -EXTRA_OECMAKE += "-DPYTHON_EXECUTABLE=${HOSTTOOLS_DIR}/python3" - -# Enable either connman or networkmanager or none but not both. -PACKAGECONFIG ??= "connman" -PACKAGECONFIG[connman] = "-DNETWORK_CN=ON, -DNETWORK_CN=OFF, connman" -PACKAGECONFIG[networkmanager] = "-DNETWORK_NM=ON, -DNETWORK_NM=OFF, networkmanager" - -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;branch=master;protocol=https \ - " -SRCREV = "7f4e295da5df69ae5424df18805af761c6601545" - -do_install:append() { - install -d ${D}${systemd_system_unitdir} - install -m 0644 ${B}/UNS/lms.service ${D}${systemd_system_unitdir} - install -d ${D}${sysconfdir}/udev/rules.d - install -m 0644 ${S}/UNS/linux_scripts/70-mei-wdt.rules ${D}${sysconfdir}/udev/rules.d/70-mei-wdt.rules -} - -RDEPENDS:${PN} += "ace" - -# This CVE is for Lan Management System software and not this lms. -CVE_CHECK_IGNORE += "CVE-2018-1000535" 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 new file mode 100644 index 00000000..36e45dd5 --- /dev/null +++ b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2245.0.0.0.bb @@ -0,0 +1,46 @@ +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 features_check + +DEPENDS = "metee ace xerces-c libnl libxml2 glib-2.0 glib-2.0-native pkgconfig-native" + +EXTRA_OECMAKE += "-DPYTHON_EXECUTABLE=${HOSTTOOLS_DIR}/python3" + +# Enable either connman or networkmanager or none but not both. +PACKAGECONFIG ??= "connman" +PACKAGECONFIG[connman] = "-DNETWORK_CN=ON, -DNETWORK_CN=OFF, connman" +PACKAGECONFIG[networkmanager] = "-DNETWORK_NM=ON, -DNETWORK_NM=OFF, networkmanager" + +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;branch=master;protocol=https \ + " +SRCREV = "4db4ceb3f70cd1b907747646dda6785db7b247d7" + +do_install:append() { + install -d ${D}${systemd_system_unitdir} + install -m 0644 ${B}/UNS/lms.service ${D}${systemd_system_unitdir} + install -d ${D}${sysconfdir}/udev/rules.d + install -m 0644 ${S}/UNS/linux_scripts/70-mei-wdt.rules ${D}${sysconfdir}/udev/rules.d/70-mei-wdt.rules +} + +RDEPENDS:${PN} += "ace" + +# This CVE is for Lan Management System software and not this lms. +CVE_CHECK_IGNORE += "CVE-2018-1000535" -- cgit v1.2.3-54-g00ecf