summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/cppi-lld/cppi-lld.inc
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2015-11-04 01:47:10 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-11-04 09:56:48 -0500
commitf9410c080415bce2d6b4ecd7e32655f18650f895 (patch)
treed8623377aca0370e914120175f3c3c20725b6617 /recipes-bsp/cppi-lld/cppi-lld.inc
parent2801ef9ce5fc3846e61c99e16b39f553e65c632d (diff)
downloadmeta-ti-f9410c080415bce2d6b4ecd7e32655f18650f895.tar.gz
cppi-lld: Only build binaries relevent to the machine
* Due to this change, the init script is no longer needed Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/cppi-lld/cppi-lld.inc')
-rw-r--r--recipes-bsp/cppi-lld/cppi-lld.inc9
1 files changed, 7 insertions, 2 deletions
diff --git a/recipes-bsp/cppi-lld/cppi-lld.inc b/recipes-bsp/cppi-lld/cppi-lld.inc
index ae81a3f0..cbcad346 100644
--- a/recipes-bsp/cppi-lld/cppi-lld.inc
+++ b/recipes-bsp/cppi-lld/cppi-lld.inc
@@ -1,6 +1,9 @@
1LICENSE = "BSD-3-Clause" 1LICENSE = "BSD-3-Clause"
2LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/cppi/COPYING.txt;md5=e8f6789acdcda76d02ed9203fc2e603d" 2LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/cppi/COPYING.txt;md5=e8f6789acdcda76d02ed9203fc2e603d"
3 3
4COMPATIBLE_MACHINE = "keystone"
5PACKAGE_ARCH = "${MACHINE_ARCH}"
6
4CPPI_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/cppi-lld.git" 7CPPI_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/cppi-lld.git"
5CPPI_LLD_GIT_PROTOCOL = "git" 8CPPI_LLD_GIT_PROTOCOL = "git"
6CPPI_LLD_GIT_BRANCH = "master" 9CPPI_LLD_GIT_BRANCH = "master"
@@ -14,8 +17,10 @@ SRC_URI = "${CPPI_LLD_GIT_URI};destsuffix=${CPPI_LLD_GIT_DESTSUFFIX};protocol=${
14 17
15SRCREV = "${CPPI_LLD_SRCREV}" 18SRCREV = "${CPPI_LLD_SRCREV}"
16PV = "02.01.00.10" 19PV = "02.01.00.10"
17INC_PR = "r1" 20INC_PR = "r2"
18 21
19DEVICELIST = "k2h k2k k2l k2e" 22DEVICELIST_k2hk-evm = "k2h k2k"
23DEVICELIST_k2l-evm = "k2l"
24DEVICELIST_k2e-evm = "k2e"
20 25
21S = "${WORKDIR}/${CPPI_LLD_GIT_DESTSUFFIX}" 26S = "${WORKDIR}/${CPPI_LLD_GIT_DESTSUFFIX}"