mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
Release notes: https://github.com/intel/metee/releases/tag/3.0.1 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
18 lines
491 B
BlitzBasic
18 lines
491 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"
|
|
SRCREV = "9b9cfca7a4597772912c565fae285c27d99ad017"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|