diff options
author | Tinku Mannan <tmannan@ti.com> | 2020-03-06 00:44:51 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-03-06 21:41:59 +0000 |
commit | 7242bfb9f951a0e72795d98c4335b61581005b03 (patch) | |
tree | 12bb21b6ce8e31524aabd35c67c8bee2f6d61ec5 /recipes-bsp/icss-emac-lld | |
parent | 0aa7f656defce8895e93d2a124fcc710eecf2027 (diff) | |
download | meta-ti-7242bfb9f951a0e72795d98c4335b61581005b03.tar.gz |
icss-emac-lld: Adding k3 to COMPATIBLE_MACHINE list
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/icss-emac-lld')
-rw-r--r-- | recipes-bsp/icss-emac-lld/icss-emac-lld.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/icss-emac-lld/icss-emac-lld.inc b/recipes-bsp/icss-emac-lld/icss-emac-lld.inc index 3b66e72a..e315c897 100644 --- a/recipes-bsp/icss-emac-lld/icss-emac-lld.inc +++ b/recipes-bsp/icss-emac-lld/icss-emac-lld.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | LICENSE = "BSD-3-Clause" | 1 | LICENSE = "BSD-3-Clause" |
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=76cafd87d8495b42c2355f7681de15a2" | 3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=76cafd87d8495b42c2355f7681de15a2" |
4 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k2g" | 4 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k2g|k3" |
5 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 5 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
6 | 6 | ||
7 | inherit ti-pdk-fetch | 7 | inherit ti-pdk-fetch |
@@ -10,6 +10,6 @@ TI_PDK_COMP = "ti.drv.icss_emac" | |||
10 | 10 | ||
11 | PE = "1" | 11 | PE = "1" |
12 | 12 | ||
13 | INC_PR = "r0" | 13 | INC_PR = "r1" |
14 | 14 | ||
15 | INHIBIT_PACKAGE_STRIP_FILES = "${PKGD}${libdir}/libicss_emac.a" | 15 | INHIBIT_PACKAGE_STRIP_FILES = "${PKGD}${libdir}/libicss_emac.a" |