summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTinku Mannan <tmannan@ti.com>2020-03-06 00:44:51 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-03-06 18:27:55 +0000
commit839bcddc1a459d1b9cead17add644c3c60bb2a90 (patch)
treeec3dd61cea84f5c00a7248e7fa8fe753aaf1172d
parenteeb453a3c219204f5d422045766ceb7a90f725fe (diff)
downloadmeta-ti-839bcddc1a459d1b9cead17add644c3c60bb2a90.tar.gz
icss-emac-lld: Adding k3 to COMPATIBLE_MACHINE list
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/icss-emac-lld/icss-emac-lld.inc4
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 4809e1fd..db205a99 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 @@
1LICENSE = "BSD-3-Clause" 1LICENSE = "BSD-3-Clause"
2 2
3LIC_FILES_CHKSUM = "file://COPYING.txt;md5=76cafd87d8495b42c2355f7681de15a2" 3LIC_FILES_CHKSUM = "file://COPYING.txt;md5=76cafd87d8495b42c2355f7681de15a2"
4COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k2g" 4COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k2g|k3"
5PACKAGE_ARCH = "${MACHINE_ARCH}" 5PACKAGE_ARCH = "${MACHINE_ARCH}"
6 6
7inherit ti-pdk-fetch 7inherit ti-pdk-fetch
@@ -10,5 +10,5 @@ TI_PDK_COMP = "ti.drv.icss_emac"
10 10
11PE = "1" 11PE = "1"
12 12
13INC_PR = "r0" 13INC_PR = "r1"
14 14