diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-02-04 23:20:16 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-02-04 12:30:11 -0500 |
commit | e355f6fa2bffcec68a105e78a87643e10c24489f (patch) | |
tree | 6004adfc3bc405d5d6677927e8a6031cddeeb711 /recipes-ti | |
parent | 48467358feb2f934296d07093fdb2e28b7149c9e (diff) | |
download | meta-ti-e355f6fa2bffcec68a105e78a87643e10c24489f.tar.gz |
netapi: disable debian naming for consistency
Libraries have SOC in the name, but some machines (k2hk) build multiple variants.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r-- | recipes-ti/netapi/netapi.inc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes-ti/netapi/netapi.inc b/recipes-ti/netapi/netapi.inc index 0e7b04b8..d710a227 100644 --- a/recipes-ti/netapi/netapi.inc +++ b/recipes-ti/netapi/netapi.inc | |||
@@ -4,13 +4,18 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING.txt;md5=f2b4f162358b1ffaf3f230 | |||
4 | COMPATIBLE_MACHINE = "keystone" | 4 | COMPATIBLE_MACHINE = "keystone" |
5 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 5 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
6 | 6 | ||
7 | DEBIAN_NOAUTONAME_${PN} = "1" | ||
8 | DEBIAN_NOAUTONAME_${PN}-dev = "1" | ||
9 | DEBIAN_NOAUTONAME_${PN}-dbg = "1" | ||
10 | DEBIAN_NOAUTONAME_${PN}-staticdev = "1" | ||
11 | |||
7 | BRANCH = "master" | 12 | BRANCH = "master" |
8 | SRC_URI = "git://git.ti.com/keystone-rtos/netapi.git;protocol=git;branch=${BRANCH}" | 13 | SRC_URI = "git://git.ti.com/keystone-rtos/netapi.git;protocol=git;branch=${BRANCH}" |
9 | 14 | ||
10 | # Below Commit ID corresponds to "DEV.NETAPI.01.01.00.06" | 15 | # Below Commit ID corresponds to "DEV.NETAPI.01.01.00.06" |
11 | SRCREV = "8180b61615965954eaaedc26053f9a8939d9a273" | 16 | SRCREV = "8180b61615965954eaaedc26053f9a8939d9a273" |
12 | PV = "01.01.00.06" | 17 | PV = "01.01.00.06" |
13 | INC_PR = "r3" | 18 | INC_PR = "r4" |
14 | 19 | ||
15 | DEVICELIST_k2hk-evm = "k2h k2k" | 20 | DEVICELIST_k2hk-evm = "k2h k2k" |
16 | DEVICELIST_k2l-evm = "k2l" | 21 | DEVICELIST_k2l-evm = "k2l" |