1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 14:27:48 +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 e1757509f9
commit 4c3b612171
3 changed files with 66 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
SUMMARY = "ION Userspace Memory Allocator Library"
HOMEPAGE = "https://github.com/glneo/libion"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
PV = "1.0.0"
BRANCH = "master"
SRC_URI = "git://github.com/glneo/libion.git;protocol=git;branch=${BRANCH}"
SRCREV = "11dad7977ec3ecba37c013da7ec0408c01413000"
S = "${WORKDIR}/git"
inherit cmake pkgconfig