diff options
| author | Jacob Stiffler <j-stiffler@ti.com> | 2015-11-04 01:47:26 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2015-11-04 09:59:48 -0500 |
| commit | f01c8007f58d268bd0dd2a6b2c8b140b8c11913e (patch) | |
| tree | 62d7ebf1f973082662d229028dd1584337af1536 /recipes-bsp/qmss-lld/qmss-lld.inc | |
| parent | c252c773147b650727819a3a6e60be0111ad6e0f (diff) | |
| download | meta-ti-f01c8007f58d268bd0dd2a6b2c8b140b8c11913e.tar.gz | |
qmss-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/qmss-lld/qmss-lld.inc')
| -rw-r--r-- | recipes-bsp/qmss-lld/qmss-lld.inc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes-bsp/qmss-lld/qmss-lld.inc b/recipes-bsp/qmss-lld/qmss-lld.inc index efd681e4..1cf9b0b2 100644 --- a/recipes-bsp/qmss-lld/qmss-lld.inc +++ b/recipes-bsp/qmss-lld/qmss-lld.inc | |||
| @@ -1,6 +1,9 @@ | |||
| 1 | LICENSE = "BSD-3-Clause" | 1 | LICENSE = "BSD-3-Clause" |
| 2 | LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/qmss/COPYING.txt;md5=e8f6789acdcda76d02ed9203fc2e603d" | 2 | LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/qmss/COPYING.txt;md5=e8f6789acdcda76d02ed9203fc2e603d" |
| 3 | 3 | ||
| 4 | COMPATIBLE_MACHINE = "keystone" | ||
| 5 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 6 | |||
| 4 | QMSS_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/qmss-lld.git" | 7 | QMSS_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/qmss-lld.git" |
| 5 | QMSS_LLD_GIT_PROTOCOL = "git" | 8 | QMSS_LLD_GIT_PROTOCOL = "git" |
| 6 | QMSS_LLD_GIT_BRANCH = "master" | 9 | QMSS_LLD_GIT_BRANCH = "master" |
| @@ -16,6 +19,8 @@ SRCREV = "${QMSS_LLD_SRCREV}" | |||
| 16 | PV = "02.01.00.11" | 19 | PV = "02.01.00.11" |
| 17 | INC_PR = "r1" | 20 | INC_PR = "r1" |
| 18 | 21 | ||
| 19 | DEVICELIST = "k2h k2k k2l k2e" | 22 | DEVICELIST_k2hk-evm = "k2h k2k" |
| 23 | DEVICELIST_k2l-evm = "k2l" | ||
| 24 | DEVICELIST_k2e-evm = "k2e" | ||
| 20 | 25 | ||
| 21 | S = "${WORKDIR}/${QMSS_LLD_GIT_DESTSUFFIX}" | 26 | S = "${WORKDIR}/${QMSS_LLD_GIT_DESTSUFFIX}" |
