diff options
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2109.0.0.0.bb')
| -rw-r--r-- | dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2109.0.0.0.bb | 44 |
1 files changed, 0 insertions, 44 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 deleted file mode 100644 index 1272969b..00000000 --- a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2109.0.0.0.bb +++ /dev/null | |||
| @@ -1,44 +0,0 @@ | |||
| 1 | SUMMARY = "Intel(R) Local Managability Service" | ||
| 2 | DESCRIPTION = "Intel Local Manageability Service allows applications \ | ||
| 3 | to access the Intel Active Management Technology (AMT) firmware via \ | ||
| 4 | the Intel Management Engine Interface (MEI)." | ||
| 5 | |||
| 6 | LICENSE = "Apache-2.0" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=2ee41112a44fe7014dce33e26468ba93" | ||
| 8 | |||
| 9 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | ||
| 10 | |||
| 11 | COMPATIBLE_HOST_libc-musl = "null" | ||
| 12 | |||
| 13 | inherit cmake systemd features_check | ||
| 14 | |||
| 15 | DEPENDS = "metee ace xerces-c libnl libxml2 glib-2.0 glib-2.0-native" | ||
| 16 | |||
| 17 | EXTRA_OECMAKE += "-DPYTHON_EXECUTABLE=${HOSTTOOLS_DIR}/python3" | ||
| 18 | |||
| 19 | # Enable either connman or networkmanager or none but not both. | ||
| 20 | PACKAGECONFIG ??= "connman" | ||
| 21 | PACKAGECONFIG[connman] = "-DNETWORK_CN=ON, -DNETWORK_CN=OFF, connman" | ||
| 22 | PACKAGECONFIG[networkmanager] = "-DNETWORK_NM=ON, -DNETWORK_NM=OFF, networkmanager" | ||
| 23 | |||
| 24 | REQUIRED_DISTRO_FEATURES= "systemd" | ||
| 25 | |||
| 26 | FILES_${PN} += "${datadir}/dbus-1/system-services/*.service" | ||
| 27 | |||
| 28 | S = "${WORKDIR}/git" | ||
| 29 | |||
| 30 | SYSTEMD_SERVICE_${PN} = "lms.service" | ||
| 31 | |||
| 32 | SRC_URI = "git://github.com/intel/lms.git \ | ||
| 33 | " | ||
| 34 | SRCREV = "e0ebda9d1e7884b51293b71c1bcda511a7942e1a" | ||
| 35 | |||
| 36 | do_install_append() { | ||
| 37 | install -d ${D}${systemd_system_unitdir} | ||
| 38 | install -m 0644 ${B}/UNS/lms.service ${D}${systemd_system_unitdir} | ||
| 39 | } | ||
| 40 | |||
| 41 | RDEPENDS_${PN} += "ace" | ||
| 42 | |||
| 43 | # This CVE is for Lan Management System software and not this lms. | ||
| 44 | CVE_CHECK_WHITELIST += "CVE-2018-1000535" | ||
