mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 22:38:04 +00:00
netapi: Only build binaries relevent to the machine
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
a2abb468cd
commit
504c5919e7
@@ -1,15 +1,20 @@
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING.txt;md5=f2b4f162358b1ffaf3f2307287ca2074"
|
||||
|
||||
COMPATIBLE_MACHINE = "keystone"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
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 = "r2"
|
||||
INC_PR = "r3"
|
||||
|
||||
DEVICELIST = "k2h k2k k2l k2e"
|
||||
DEVICELIST_k2hk-evm = "k2h k2k"
|
||||
DEVICELIST_k2l-evm = "k2l"
|
||||
DEVICELIST_k2e-evm = "k2e"
|
||||
|
||||
CHOICELIST = "yes no"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user