summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/intel-cmt-cat/intel-cmt-cat_25.04.bb
diff options
context:
space:
mode:
authorYogesh Tyagi <yogesh.tyagi@intel.com>2026-01-13 23:26:28 +0530
committerYogesh Tyagi <yogesh.tyagi@intel.com>2026-01-13 23:26:28 +0530
commitfc3ee48b87ce8cf52eab7d612f54c8541c225eef (patch)
treeb05ad931dcfdfcb75766440855be097bc3d07a06 /recipes-bsp/intel-cmt-cat/intel-cmt-cat_25.04.bb
parentefb2dee6587e2cc06eaa59d230d118b463476b4d (diff)
downloadmeta-intel-fc3ee48b87ce8cf52eab7d612f54c8541c225eef.tar.gz
meta-intel: reorganize recipes into correct logical groups
Reorganize meta-intel recipes to follow Yocto best practices and clear semantic boundaries between clang/SYCL components, BSP enablement, core OS policy, and generic support libraries. Key changes: - Move oneDPL into clang dynamic layer (SYCL / Clang-semantic dependency) - Move linux-npu-driver from recipes-core to recipes-bsp (platform enablement) - Move formfactor from recipes-bsp to recipes-core (system-wide OS policy) - Move intel-oneapi-ipp out of clang layer into recipes-oneapi (CPU-only, compiler-agnostic) - Move intel-crypto-mb from recipes-oneapi to recipes-support/crypto - Move intel-cmt-cat and metee from recipes-bsp to recipes-support This refactor improves layer clarity, avoids unnecessary clang coupling, and aligns recipe placement with Yocto conventions. Signed-off-by: Yogesh Tyagi <yogesh.tyagi@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.bb27
1 files changed, 0 insertions, 27 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
deleted file mode 100644
index 4f9efc7d..00000000
--- a/recipes-bsp/intel-cmt-cat/intel-cmt-cat_25.04.bb
+++ /dev/null
@@ -1,27 +0,0 @@
1SUMMARY = "intel-cmt-cat"
2DESCRIPTION = "Software package which provides basic support for Intel(R) \
3Resource Director Technology (Intel(R) RDT)"
4HOMEPAGE = "https://github.com/intel/intel-cmt-cat"
5
6LICENSE = "BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=4b63c65942e1c16fd897f8cd20abebf8"
8
9SRC_URI = "git://github.com/intel/intel-cmt-cat;protocol=https;branch=master"
10SRCREV = "17629d0b726875836af6c7d9cb38b8ed23f32089"
11
12COMPATIBLE_HOST = '(x86_64).*-linux'
13COMPATIBLE_HOST:libc-musl = "null"
14
15do_install() {
16 oe_runmake install PREFIX=${D}${prefix} NOLDCONFIG=y
17}
18
19FILES:${PN} += "${nonarch_libdir}/libpqos*"
20FILES:${PN}-doc = "/usr/man*"
21
22INSANE_SKIP:${PN} += "ldflags"
23INSANE_SKIP:${PN} += "dev-so"
24INSANE_SKIP:${PN} += "libdir"
25INSANE_SKIP:${PN} += "already-stripped"
26
27INHIBIT_PACKAGE_DEBUG_SPLIT = "1"