diff options
| author | Munirah Izyani Mohammad Amin <munirah.izyani.mohammad.amin@intel.com> | 2025-05-14 10:04:10 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2025-05-15 21:04:39 +0800 |
| commit | 74e63d38340316eb8e17945205e2df18ca4385d3 (patch) | |
| tree | ed84c3311299f563b12c2d6b10cc1d935f3c1b34 /recipes-bsp/intel-cmt-cat/intel-cmt-cat_25.04.bb | |
| parent | 74fc129a2c3201fda2acffdeed48063d9737e348 (diff) | |
| download | meta-intel-74e63d38340316eb8e17945205e2df18ca4385d3.tar.gz | |
intel-cmt-cat: upgrade 24.05 -> 25.04
Release Note:
https://github.com/intel/intel-cmt-cat/releases/tag/v25.04
Signed-off-by: Munirah Izyani Mohammad Amin <munirah.izyani.mohammad.amin@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-bsp/intel-cmt-cat/intel-cmt-cat_25.04.bb')
| -rw-r--r-- | recipes-bsp/intel-cmt-cat/intel-cmt-cat_25.04.bb | 29 |
1 files changed, 29 insertions, 0 deletions
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..a0e8d214 --- /dev/null +++ b/recipes-bsp/intel-cmt-cat/intel-cmt-cat_25.04.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 = "17629d0b726875836af6c7d9cb38b8ed23f32089" | ||
| 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" | ||
