1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 22:38:04 +00:00

ion: add libion and ion-tests packages for ION support

ION Userspace Memory Allocator Library and tests

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2019-09-13 09:21:44 +00:00
parent 0e7bf4a0da
commit 3400b9a576
3 changed files with 66 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
SUMMARY = "Test cases for ION"
HOMEPAGE = "https://github.com/glneo/ion-tests"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://src/ion_test.c;beginline=1;endline=15;md5=b225db900869a4cd31461606e55a3ec5"
PV = "1.0"
BRANCH = "master"
SRC_URI = "git://github.com/glneo/ion-tests.git;protocol=git;branch=${BRANCH} \
file://0001-CMakeLists.txt-disable-phys-addr-for-now.patch \
"
SRCREV = "70d730cebca29e6fd37b21d9beac82ae645f3900"
DEPENDS = "libion gtest"
S = "${WORKDIR}/git"
inherit cmake pkgconfig