diff options
author | 2020-04-24 05:14:30 +0000 | |
---|---|---|
committer | 2020-04-23 23:31:32 +0000 | |
commit | dd0d596fffd66a0bd0665b2fbe0dc09c16d92268 (patch) | |
tree | a43ecb2f90e8f65f5c563fec9a45080be996ba8c /recipes-graphics | |
parent | 08b60347caf748453c23a73ac7a991d4f04a737a (diff) | |
download | meta-ti-dd0d596fffd66a0bd0665b2fbe0dc09c16d92268.tar.gz meta-ti-dd0d596fffd66a0bd0665b2fbe0dc09c16d92268.tar.bz2 meta-ti-dd0d596fffd66a0bd0665b2fbe0dc09c16d92268.zip |
conf, recipes: add support for j7-hs-evm platform and j7 SoC family
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb index dba17016..2d5f0366 100644 --- a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb +++ b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb @@ -8,7 +8,7 @@ inherit features_check REQUIRED_MACHINE_FEATURES = "gpu" PACKAGE_ARCH = "${MACHINE_ARCH}" -COMPATIBLE_MACHINE = "j7-evm" +COMPATIBLE_MACHINE = "j7" PR = "r6" |