mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-31 07:50:52 +00:00
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>
This commit is contained in:
@@ -4,13 +4,18 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING.txt;md5=f2b4f162358b1ffaf3f230
|
||||
COMPATIBLE_MACHINE = "keystone"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
DEBIAN_NOAUTONAME_${PN} = "1"
|
||||
DEBIAN_NOAUTONAME_${PN}-dev = "1"
|
||||
DEBIAN_NOAUTONAME_${PN}-dbg = "1"
|
||||
DEBIAN_NOAUTONAME_${PN}-staticdev = "1"
|
||||
|
||||
BRANCH = "master"
|
||||
SRC_URI = "git://git.ti.com/keystone-rtos/netapi.git;protocol=git;branch=${BRANCH}"
|
||||
|
||||
# Below Commit ID corresponds to "DEV.NETAPI.01.01.00.06"
|
||||
SRCREV = "8180b61615965954eaaedc26053f9a8939d9a273"
|
||||
PV = "01.01.00.06"
|
||||
INC_PR = "r3"
|
||||
INC_PR = "r4"
|
||||
|
||||
DEVICELIST_k2hk-evm = "k2h k2k"
|
||||
DEVICELIST_k2l-evm = "k2l"
|
||||
|
||||
Reference in New Issue
Block a user