diff options
author | Andrew Davis <afd@ti.com> | 2022-04-28 09:32:31 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-05-04 13:12:30 -0500 |
commit | 721ce6ef5dcad00c736e655d24780f07f8f81aae (patch) | |
tree | dee867fa7c1b41f31d445c08919e43251a1d8b86 | |
parent | 88e8c1cbf370940fae6dac4a8b732366f75173dc (diff) | |
download | meta-ti-721ce6ef5dcad00c736e655d24780f07f8f81aae.tar.gz |
ION is superseded now by DMA-BUF Heaps remove libion
Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-bsp/recipes-devtools/ion/libion_git.bb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-ti-bsp/recipes-devtools/ion/libion_git.bb b/meta-ti-bsp/recipes-devtools/ion/libion_git.bb deleted file mode 100644 index f5ca8e82..00000000 --- a/meta-ti-bsp/recipes-devtools/ion/libion_git.bb +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | SUMMARY = "ION Userspace Memory Allocator Library" | ||
2 | HOMEPAGE = "https://github.com/glneo/libion" | ||
3 | LICENSE = "Apache-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | ||
5 | |||
6 | PV = "1.0.0" | ||
7 | |||
8 | BRANCH = "master" | ||
9 | SRC_URI = "git://github.com/glneo/libion.git;protocol=https;branch=${BRANCH}" | ||
10 | SRCREV = "7e138fc31febbb67734792c1a911439bfd6d23eb" | ||
11 | |||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | inherit cmake pkgconfig | ||