diff options
author | Denys Dmytriyenko <denys@ti.com> | 2018-03-05 10:33:10 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-03-04 23:44:48 -0500 |
commit | e4c17efc74e49d158084508f1a1d7dd867ee2430 (patch) | |
tree | faf3fccad332e183f805f835f25164760b455215 /recipes-bsp/icss-emac-lld | |
parent | c72d3907d99ba875d62ab0f5bc910db7085819da (diff) | |
download | meta-ti-e4c17efc74e49d158084508f1a1d7dd867ee2430.tar.gz |
icss-emac: relax compatibility settings to match nimu-icss, etc.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/icss-emac-lld/icss-emac-lld.inc b/recipes-bsp/icss-emac-lld/icss-emac-lld.inc index 0ec3b2cf..68ae99be 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 | LIC_FILES_CHKSUM = "file://icss_emacDrv.h;beginline=1;endline=40;md5=88d270788c1d8516511304f11a28586d" | 2 | LIC_FILES_CHKSUM = "file://icss_emacDrv.h;beginline=1;endline=40;md5=88d270788c1d8516511304f11a28586d" |
3 | 3 | ||
4 | COMPATIBLE_MACHINE = "ti33x|ti43x|am57xx-evm|k2g" | 4 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k2g" |
5 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 5 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
6 | 6 | ||
7 | ICSS_EMAC_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/icss-emac.git" | 7 | ICSS_EMAC_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/icss-emac.git" |