mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2026-01-27 10:21:22 +01:00
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>
17 lines
501 B
BlitzBasic
17 lines
501 B
BlitzBasic
SUMMARY = "Intel(R) METEE Library"
|
|
DESCRIPTION = "MEETEE library provides a cross-platform simple \
|
|
programing interface for accessing Intel HECI interfaces on devices \
|
|
found in BigCore and Atom based products."
|
|
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=2ee41112a44fe7014dce33e26468ba93"
|
|
|
|
COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
|
|
|
|
inherit cmake
|
|
|
|
SRC_URI = "git://github.com/intel/metee.git;branch=master;protocol=https \
|
|
"
|
|
SRCREV = "db45e37e146fd9c06907a15ade55eba06ad1f951"
|
|
|