diff options
author | Tinku Mannan <tmannan@ti.com> | 2020-03-06 00:44:51 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-03-06 18:27:55 +0000 |
commit | 839bcddc1a459d1b9cead17add644c3c60bb2a90 (patch) | |
tree | ec3dd61cea84f5c00a7248e7fa8fe753aaf1172d /recipes-bsp | |
parent | eeb453a3c219204f5d422045766ceb7a90f725fe (diff) | |
download | meta-ti-839bcddc1a459d1b9cead17add644c3c60bb2a90.tar.gz |
icss-emac-lld: Adding k3 to COMPATIBLE_MACHINE list
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-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 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 @@ | |||
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,5 +10,5 @@ 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 | ||