diff options
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/ace/ace_6.5.3.bb | 37 | ||||
-rw-r--r-- | recipes-bsp/ace/files/ace_config.patch | 12 | ||||
-rw-r--r-- | recipes-bsp/formfactor/formfactor_0.0.bbappend | 2 | ||||
-rw-r--r-- | recipes-bsp/gma500-gfx-check/gma500-gfx-check/gma500-gfx-check.conf | 2 | ||||
-rw-r--r-- | recipes-bsp/gma500-gfx-check/gma500-gfx-check/gma500-gfx-check.sh | 15 | ||||
-rw-r--r-- | recipes-bsp/gma500-gfx-check/gma500-gfx-check_1.0.bb | 18 | ||||
-rw-r--r-- | recipes-bsp/intel-cmt-cat/intel-cmt-cat_25.04.bb | 27 | ||||
-rw-r--r-- | recipes-bsp/metee/metee_3.2.4.bb (renamed from recipes-bsp/metee/metee_2.1.0.bb) | 9 | ||||
-rw-r--r-- | recipes-bsp/systemd-boot/systemd-boot_%.bbappend | 9 | ||||
-rw-r--r-- | recipes-bsp/thermald/thermald/0001-Use-correct-format-specifier-for-size_t.patch | 37 | ||||
-rw-r--r-- | recipes-bsp/thermald/thermald_1.8.bb | 35 |
11 files changed, 31 insertions, 172 deletions
diff --git a/recipes-bsp/ace/ace_6.5.3.bb b/recipes-bsp/ace/ace_6.5.3.bb deleted file mode 100644 index 53ec3243..00000000 --- a/recipes-bsp/ace/ace_6.5.3.bb +++ /dev/null | |||
@@ -1,37 +0,0 @@ | |||
1 | DESCRIPTION = "C++ network programming framework that implements many core \ | ||
2 | patterns for concurrent communication software" | ||
3 | LICENSE = "ACE-TAO-CIAO" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=407a202d1b887b998dc9480442840630" | ||
5 | |||
6 | DEPENDS += "openssl gperf-native" | ||
7 | |||
8 | SRC_URI = "ftp://download.dre.vanderbilt.edu/previous_versions/ACE-${PV}.tar.bz2 \ | ||
9 | file://ace_config.patch \ | ||
10 | " | ||
11 | |||
12 | SRC_URI[md5sum] = "4cc5f109ebd17cd56f0539d1b47d16b3" | ||
13 | SRC_URI[sha256sum] = "b1d6a716394bd15c21bb90037b8a12a4d8034cc9d8878b0ad39b3c467df19b1a" | ||
14 | |||
15 | COMPATIBLE_HOST_libc-musl = "null" | ||
16 | |||
17 | S = "${WORKDIR}/ACE_wrappers" | ||
18 | B = "${WORKDIR}/ACE_wrappers/ace" | ||
19 | export ACE_ROOT="${WORKDIR}/ACE_wrappers" | ||
20 | |||
21 | inherit pkgconfig | ||
22 | |||
23 | CXXFLAGS_append = " -fpermissive -Wnodeprecated-declarations" | ||
24 | |||
25 | do_install() { | ||
26 | export D="${D}" | ||
27 | oe_runmake install | ||
28 | |||
29 | for i in $(find ${D} -name "*.pc") ; do | ||
30 | sed -i -e s:${D}::g \ | ||
31 | -e s:/${TARGET_SYS}::g \ | ||
32 | $i | ||
33 | done | ||
34 | |||
35 | rm -r ${D}/usr/share | ||
36 | } | ||
37 | |||
diff --git a/recipes-bsp/ace/files/ace_config.patch b/recipes-bsp/ace/files/ace_config.patch deleted file mode 100644 index 207b85ab..00000000 --- a/recipes-bsp/ace/files/ace_config.patch +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | diff -ruN ACE_wrappers1/ace/config.h ACE_wrappers/ace/config.h | ||
2 | --- ACE_wrappers1/ace/config.h 1970-01-01 02:00:00.000000000 +0200 | ||
3 | +++ ACE_wrappers/ace/config.h 2019-01-10 13:36:52.698012477 +0200 | ||
4 | @@ -0,0 +1,1 @@ | ||
5 | +#include "ace/config-linux.h" | ||
6 | diff -ruN ACE_wrappers1/include/makeinclude/platform_macros.GNU ACE_wrappers/include/makeinclude/platform_macros.GNU | ||
7 | --- ACE_wrappers1/include/makeinclude/platform_macros.GNU 1970-01-01 02:00:00.000000000 +0200 | ||
8 | +++ ACE_wrappers/include/makeinclude/platform_macros.GNU 2018-10-31 15:11:18.265392460 +0200 | ||
9 | @@ -0,0 +1,3 @@ | ||
10 | +INSTALL_PREFIX = $(D)$(exec_prefix) | ||
11 | +INSTALL_LIB = $(base_libdir) | ||
12 | +include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU | ||
diff --git a/recipes-bsp/formfactor/formfactor_0.0.bbappend b/recipes-bsp/formfactor/formfactor_0.0.bbappend index 6dd422ae..d21c3bee 100644 --- a/recipes-bsp/formfactor/formfactor_0.0.bbappend +++ b/recipes-bsp/formfactor/formfactor_0.0.bbappend | |||
@@ -1 +1 @@ | |||
FILESEXTRAPATHS_prepend_intel-x86-common := "${THISDIR}/${PN}:" | FILESEXTRAPATHS:prepend:intel-x86-common := "${THISDIR}/${PN}:" | ||
diff --git a/recipes-bsp/gma500-gfx-check/gma500-gfx-check/gma500-gfx-check.conf b/recipes-bsp/gma500-gfx-check/gma500-gfx-check/gma500-gfx-check.conf deleted file mode 100644 index 74d33c87..00000000 --- a/recipes-bsp/gma500-gfx-check/gma500-gfx-check/gma500-gfx-check.conf +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | # Mimic modprobe's install funcitonality with busybox's modprobe | ||
2 | install gma500_gfx dmesg | grep gma500_gfx_checked || { /etc/modprobe.d/gma500-gfx-check.sh || modprobe gma500_gfx; } | ||
diff --git a/recipes-bsp/gma500-gfx-check/gma500-gfx-check/gma500-gfx-check.sh b/recipes-bsp/gma500-gfx-check/gma500-gfx-check/gma500-gfx-check.sh deleted file mode 100644 index 75cda99f..00000000 --- a/recipes-bsp/gma500-gfx-check/gma500-gfx-check/gma500-gfx-check.sh +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | # Check for devices we wish to avoid gma500_gfx for | ||
4 | DEVICES="0x8119 0x4108" | ||
5 | |||
6 | # Checked flag to avoid infinite modprobe | ||
7 | echo "gma500_gfx_checked" >> /dev/kmsg; | ||
8 | |||
9 | for DEVICE in $DEVICES; do | ||
10 | if udevadm trigger --subsystem-match=pci --verbose --attr-match=device=$DEVICE | grep "pci" >> /dev/null ; then | ||
11 | echo "Found $DEVICE, avoiding gma500_gfx module" >> /dev/kmsg; | ||
12 | exit 0 | ||
13 | fi | ||
14 | done | ||
15 | exit 1 | ||
diff --git a/recipes-bsp/gma500-gfx-check/gma500-gfx-check_1.0.bb b/recipes-bsp/gma500-gfx-check/gma500-gfx-check_1.0.bb deleted file mode 100644 index 7b08064b..00000000 --- a/recipes-bsp/gma500-gfx-check/gma500-gfx-check_1.0.bb +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | SUMMARY = "Intel gma500_gfx fix for certain hardware" | ||
2 | DESCRIPTION = "Avoid inserting gma500_gfx module for certain hardware devices." | ||
3 | LICENSE="GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" | ||
5 | |||
6 | SRC_URI = "file://gma500-gfx-check.conf \ | ||
7 | file://gma500-gfx-check.sh " | ||
8 | |||
9 | do_install(){ | ||
10 | install -d ${D}${sysconfdir}/modprobe.d/ | ||
11 | install -m 755 ${WORKDIR}/gma500-gfx-check.sh ${D}${sysconfdir}/modprobe.d/gma500-gfx-check.sh | ||
12 | install -m 644 ${WORKDIR}/gma500-gfx-check.conf ${D}${sysconfdir}/modprobe.d/gma500-gfx-check.conf | ||
13 | } | ||
14 | |||
15 | FILES_${PN}="${sysconfdir}/modprobe.d/gma500-gfx-check.conf \ | ||
16 | ${sysconfdir}/modprobe.d/gma500-gfx-check.sh" | ||
17 | |||
18 | COMPATIBLE_MACHINE = "intel-core2-32" | ||
diff --git a/recipes-bsp/intel-cmt-cat/intel-cmt-cat_25.04.bb b/recipes-bsp/intel-cmt-cat/intel-cmt-cat_25.04.bb new file mode 100644 index 00000000..4f9efc7d --- /dev/null +++ b/recipes-bsp/intel-cmt-cat/intel-cmt-cat_25.04.bb | |||
@@ -0,0 +1,27 @@ | |||
1 | SUMMARY = "intel-cmt-cat" | ||
2 | DESCRIPTION = "Software package which provides basic support for Intel(R) \ | ||
3 | Resource Director Technology (Intel(R) RDT)" | ||
4 | HOMEPAGE = "https://github.com/intel/intel-cmt-cat" | ||
5 | |||
6 | LICENSE = "BSD-3-Clause" | ||
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4b63c65942e1c16fd897f8cd20abebf8" | ||
8 | |||
9 | SRC_URI = "git://github.com/intel/intel-cmt-cat;protocol=https;branch=master" | ||
10 | SRCREV = "17629d0b726875836af6c7d9cb38b8ed23f32089" | ||
11 | |||
12 | COMPATIBLE_HOST = '(x86_64).*-linux' | ||
13 | COMPATIBLE_HOST:libc-musl = "null" | ||
14 | |||
15 | do_install() { | ||
16 | oe_runmake install PREFIX=${D}${prefix} NOLDCONFIG=y | ||
17 | } | ||
18 | |||
19 | FILES:${PN} += "${nonarch_libdir}/libpqos*" | ||
20 | FILES:${PN}-doc = "/usr/man*" | ||
21 | |||
22 | INSANE_SKIP:${PN} += "ldflags" | ||
23 | INSANE_SKIP:${PN} += "dev-so" | ||
24 | INSANE_SKIP:${PN} += "libdir" | ||
25 | INSANE_SKIP:${PN} += "already-stripped" | ||
26 | |||
27 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | ||
diff --git a/recipes-bsp/metee/metee_2.1.0.bb b/recipes-bsp/metee/metee_3.2.4.bb index e477f57a..7b505453 100644 --- a/recipes-bsp/metee/metee_2.1.0.bb +++ b/recipes-bsp/metee/metee_3.2.4.bb | |||
@@ -10,10 +10,7 @@ COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | |||
10 | 10 | ||
11 | inherit cmake | 11 | inherit cmake |
12 | 12 | ||
13 | SRC_URI = "git://github.com/intel/metee.git" | 13 | SRC_URI = "git://github.com/intel/metee.git;branch=master;protocol=https \ |
14 | SRCREV = "642eedfcacc677fc43181f0b7c16d8f90724a9cb" | 14 | " |
15 | 15 | SRCREV = "db45e37e146fd9c06907a15ade55eba06ad1f951" | |
16 | COMPATIBLE_HOST_libc-musl = "null" | ||
17 | |||
18 | S = "${WORKDIR}/git" | ||
19 | 16 | ||
diff --git a/recipes-bsp/systemd-boot/systemd-boot_%.bbappend b/recipes-bsp/systemd-boot/systemd-boot_%.bbappend deleted file mode 100644 index d2e1c16b..00000000 --- a/recipes-bsp/systemd-boot/systemd-boot_%.bbappend +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | PACKAGE_ARCH_intel-x86-common = "${INTEL_COMMON_PACKAGE_ARCH}" | ||
2 | |||
3 | do_compile_append_intel-x86-common() { | ||
4 | ninja src/boot/efi/linux${SYSTEMD_BOOT_EFI_ARCH}.efi.stub | ||
5 | } | ||
6 | |||
7 | do_deploy_append_intel-x86-common() { | ||
8 | install ${B}/src/boot/efi/linux*.efi.stub ${DEPLOYDIR} | ||
9 | } | ||
diff --git a/recipes-bsp/thermald/thermald/0001-Use-correct-format-specifier-for-size_t.patch b/recipes-bsp/thermald/thermald/0001-Use-correct-format-specifier-for-size_t.patch deleted file mode 100644 index 6897ffc1..00000000 --- a/recipes-bsp/thermald/thermald/0001-Use-correct-format-specifier-for-size_t.patch +++ /dev/null | |||
@@ -1,37 +0,0 @@ | |||
1 | From bb7631163c8f3f44d0dc83690765cdb799664fd5 Mon Sep 17 00:00:00 2001 | ||
2 | From: Anuj Mittal <anuj.mittal@intel.com> | ||
3 | Date: Wed, 26 Sep 2018 10:34:15 +0800 | ||
4 | Subject: [PATCH] Use correct format specifier for size_t | ||
5 | |||
6 | %zu instead of %lu, otherwise on 32 bit: | ||
7 | |||
8 | | ../git/src/thd_zone.cpp: In member function 'void cthd_zone::sort_and_update_poll_trip()': | ||
9 | | ../git/src/thd_zone.cpp:106:16: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'std::vector<cthd_trip_point>::size_type' {aka 'unsigned int'} [-Werror=format=] | ||
10 | | thd_log_debug("sort_and_update_poll_trip: trip_points_size =%lu\n", | ||
11 | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
12 | | trip_points.size()); | ||
13 | |||
14 | Upstream-Status: Submitted | ||
15 | [https://github.com/intel/thermal_daemon/pull/165] | ||
16 | |||
17 | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> | ||
18 | --- | ||
19 | src/thd_zone.cpp | 2 +- | ||
20 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
21 | |||
22 | diff --git a/src/thd_zone.cpp b/src/thd_zone.cpp | ||
23 | index b7edf9e..cb7b8e8 100644 | ||
24 | --- a/src/thd_zone.cpp | ||
25 | +++ b/src/thd_zone.cpp | ||
26 | @@ -103,7 +103,7 @@ int cthd_zone::read_user_set_psv_temp() { | ||
27 | } | ||
28 | |||
29 | void cthd_zone::sort_and_update_poll_trip() { | ||
30 | - thd_log_debug("sort_and_update_poll_trip: trip_points_size =%lu\n", | ||
31 | + thd_log_debug("sort_and_update_poll_trip: trip_points_size =%zu\n", | ||
32 | trip_points.size()); | ||
33 | if (trip_points.size()) { | ||
34 | unsigned int polling_trip = 0; | ||
35 | -- | ||
36 | 2.17.1 | ||
37 | |||
diff --git a/recipes-bsp/thermald/thermald_1.8.bb b/recipes-bsp/thermald/thermald_1.8.bb deleted file mode 100644 index f7725f31..00000000 --- a/recipes-bsp/thermald/thermald_1.8.bb +++ /dev/null | |||
@@ -1,35 +0,0 @@ | |||
1 | SUMMARY = "Linux thermal daemon" | ||
2 | |||
3 | DESCRIPTION = "Thermal Daemon is a Linux daemon used to prevent the \ | ||
4 | overheating of platforms. This daemon monitors temperature and applies \ | ||
5 | compensation using available cooling methods." | ||
6 | |||
7 | HOMEPAGE = "https://github.com/01org/thermal_daemon" | ||
8 | |||
9 | DEPENDS = "dbus dbus-glib dbus-glib-native libxml2 glib-2.0 glib-2.0-native" | ||
10 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}" | ||
11 | DEPENDS_append_libc-musl = " argp-standalone" | ||
12 | DEPENDS_append_toolchain-clang = " openmp" | ||
13 | LICENSE = "GPLv2" | ||
14 | LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848" | ||
15 | |||
16 | SRC_URI = "git://github.com/intel/thermal_daemon/ \ | ||
17 | file://0001-Use-correct-format-specifier-for-size_t.patch \ | ||
18 | " | ||
19 | SRCREV = "517c0e5f92d49aeeef3a22b04caf40d588216827" | ||
20 | S = "${WORKDIR}/git" | ||
21 | |||
22 | inherit pkgconfig autotools systemd | ||
23 | |||
24 | FILES_${PN} += "${datadir}/dbus-1/system-services/*.service" | ||
25 | |||
26 | SYSTEMD_SERVICE_${PN} = "thermald.service" | ||
27 | |||
28 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | ||
29 | |||
30 | CONFFILES_${PN} = " \ | ||
31 | ${sysconfdir}/thermald/thermal-conf.xml \ | ||
32 | ${sysconfdir}/thermald/thermal-cpu-cdev-order.xml \ | ||
33 | " | ||
34 | |||
35 | UPSTREAM_CHECK_URI = "https://github.com/01org/thermal_daemon/releases" | ||