summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/pa-lld/pa-lld.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/pa-lld/pa-lld.inc')
-rw-r--r--recipes-bsp/pa-lld/pa-lld.inc24
1 files changed, 0 insertions, 24 deletions
diff --git a/recipes-bsp/pa-lld/pa-lld.inc b/recipes-bsp/pa-lld/pa-lld.inc
deleted file mode 100644
index e456ccb4..00000000
--- a/recipes-bsp/pa-lld/pa-lld.inc
+++ /dev/null
@@ -1,24 +0,0 @@
1LICENSE = "BSD-3-Clause & TI-TFL"
2LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/pa/COPYING.txt;md5=cd04fb087063a2a82c4ce61983836871"
3
4COMPATIBLE_MACHINE = "k2hk|k2e|k2l"
5PACKAGE_ARCH = "${MACHINE_ARCH}"
6
7inherit ti-pdk-fetch
8
9TI_PDK_COMP = "ti.drv.pa"
10
11PE = "1"
12
13INC_PR = "r0"
14
15
16DEVICELIST = "k2h k2k k2l k2e"
17DEVICELIST:k2hk = "k2h k2k"
18DEVICELIST:k2l = "k2l"
19DEVICELIST:k2e = "k2e"
20
21LIBPA = "libpa"
22LIBPA:k2hk = "libpa"
23LIBPA:k2e = "libpa2"
24LIBPA:k2l = "libpa2"