From f4a76fdeb8df2da981d9e4efcc0284a5a785ee1a Mon Sep 17 00:00:00 2001 From: Yogesh Tyagi Date: Mon, 11 Mar 2024 03:18:48 -0700 Subject: intel-cmt-cat : upgrade 23.11 -> 23.11.1 Release Notes: https://github.com/intel/intel-cmt-cat/releases/tag/v23.11.1 Signed-off-by: Yogesh Tyagi Signed-off-by: Anuj Mittal --- recipes-bsp/intel-cmt-cat/intel-cmt-cat_23.11.1.bb | 29 ++++++++++++++++++++++ recipes-bsp/intel-cmt-cat/intel-cmt-cat_23.11.bb | 29 ---------------------- 2 files changed, 29 insertions(+), 29 deletions(-) create mode 100644 recipes-bsp/intel-cmt-cat/intel-cmt-cat_23.11.1.bb delete mode 100644 recipes-bsp/intel-cmt-cat/intel-cmt-cat_23.11.bb diff --git a/recipes-bsp/intel-cmt-cat/intel-cmt-cat_23.11.1.bb b/recipes-bsp/intel-cmt-cat/intel-cmt-cat_23.11.1.bb new file mode 100644 index 00000000..60d0dfd2 --- /dev/null +++ b/recipes-bsp/intel-cmt-cat/intel-cmt-cat_23.11.1.bb @@ -0,0 +1,29 @@ +SUMMARY = "intel-cmt-cat" +DESCRIPTION = "Software package which provides basic support for Intel(R) \ +Resource Director Technology (Intel(R) RDT)" +HOMEPAGE = "https://github.com/intel/intel-cmt-cat" + +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=4b63c65942e1c16fd897f8cd20abebf8" + +SRC_URI = "git://github.com/intel/intel-cmt-cat;protocol=https;branch=master" +SRCREV = "b26b31b0ae6980c5939a421cefe0316cae884626" + +S = "${WORKDIR}/git" + +COMPATIBLE_HOST = '(x86_64).*-linux' +COMPATIBLE_HOST:libc-musl = "null" + +do_install() { + oe_runmake install PREFIX=${D}${prefix} NOLDCONFIG=y +} + +FILES:${PN} += "${nonarch_libdir}/libpqos*" +FILES:${PN}-doc = "/usr/man*" + +INSANE_SKIP:${PN} += "ldflags" +INSANE_SKIP:${PN} += "dev-so" +INSANE_SKIP:${PN} += "libdir" +INSANE_SKIP:${PN} += "already-stripped" + +INHIBIT_PACKAGE_DEBUG_SPLIT = "1" diff --git a/recipes-bsp/intel-cmt-cat/intel-cmt-cat_23.11.bb b/recipes-bsp/intel-cmt-cat/intel-cmt-cat_23.11.bb deleted file mode 100644 index 204b23b0..00000000 --- a/recipes-bsp/intel-cmt-cat/intel-cmt-cat_23.11.bb +++ /dev/null @@ -1,29 +0,0 @@ -SUMMARY = "intel-cmt-cat" -DESCRIPTION = "Software package which provides basic support for Intel(R) \ -Resource Director Technology (Intel(R) RDT)" -HOMEPAGE = "https://github.com/intel/intel-cmt-cat" - -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=4b63c65942e1c16fd897f8cd20abebf8" - -SRC_URI = "git://github.com/intel/intel-cmt-cat;protocol=https;branch=master" -SRCREV = "dc984e1b74f05a216f56210d75e5949bc3ee7a6e" - -S = "${WORKDIR}/git" - -COMPATIBLE_HOST = '(x86_64).*-linux' -COMPATIBLE_HOST:libc-musl = "null" - -do_install() { - oe_runmake install PREFIX=${D}${prefix} NOLDCONFIG=y -} - -FILES:${PN} += "${nonarch_libdir}/libpqos*" -FILES:${PN}-doc = "/usr/man*" - -INSANE_SKIP:${PN} += "ldflags" -INSANE_SKIP:${PN} += "dev-so" -INSANE_SKIP:${PN} += "libdir" -INSANE_SKIP:${PN} += "already-stripped" - -INHIBIT_PACKAGE_DEBUG_SPLIT = "1" -- cgit v1.2.3-54-g00ecf