diff options
| -rw-r--r-- | recipes-bsp/intel-cmt-cat/intel-cmt-cat_4.5.0.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/recipes-bsp/intel-cmt-cat/intel-cmt-cat_4.5.0.bb b/recipes-bsp/intel-cmt-cat/intel-cmt-cat_4.5.0.bb new file mode 100644 index 00000000..ed4886ff --- /dev/null +++ b/recipes-bsp/intel-cmt-cat/intel-cmt-cat_4.5.0.bb | |||
| @@ -0,0 +1,29 @@ | |||
| 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 = "ba42217699ecfdf6a335285039a44ac4140fa8c4" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | COMPATIBLE_HOST = '(x86_64).*-linux' | ||
| 15 | COMPATIBLE_HOST:libc-musl = "null" | ||
| 16 | |||
| 17 | do_install() { | ||
| 18 | oe_runmake install PREFIX=${D}${prefix} NOLDCONFIG=y | ||
| 19 | } | ||
| 20 | |||
| 21 | FILES:${PN} += "${nonarch_libdir}/libpqos*" | ||
| 22 | FILES:${PN}-doc = "/usr/man*" | ||
| 23 | |||
| 24 | INSANE_SKIP:${PN} += "ldflags" | ||
| 25 | INSANE_SKIP:${PN} += "dev-so" | ||
| 26 | INSANE_SKIP:${PN} += "libdir" | ||
| 27 | INSANE_SKIP:${PN} += "already-stripped" | ||
| 28 | |||
| 29 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | ||
