diff options
author | Ryan Eatmon <reatmon@ti.com> | 2022-11-04 22:46:35 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-11-10 08:21:37 -0600 |
commit | 72009bf22ea2065ff27fcbc24954c51844777cd7 (patch) | |
tree | 7269e100cb87ad212b643b3f228416f0810f63e5 /meta-ti-bsp/recipes-graphics | |
parent | df577a397c611aa046b81c24b85f2f557c4f3659 (diff) | |
download | meta-ti-72009bf22ea2065ff27fcbc24954c51844777cd7.tar.gz |
machine: Add j784s4-evm configuration.
Adding support for j784s4-evm:
- Add configurations.
- Add firmware.
- Add u-boot.
- Add gpu support.
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Hari Nagalla <hnagalla@ti.com>
Signed-off-by: Randolph Sapp <rs@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-graphics')
-rw-r--r-- | meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb b/meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb index 5d6e45b8..2abec024 100644 --- a/meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb +++ b/meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb | |||
@@ -8,17 +8,18 @@ inherit features_check | |||
8 | REQUIRED_MACHINE_FEATURES = "gpu" | 8 | REQUIRED_MACHINE_FEATURES = "gpu" |
9 | 9 | ||
10 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
11 | COMPATIBLE_MACHINE = "j721e|j721s2|am62xx" | 11 | COMPATIBLE_MACHINE = "j721e|j721s2|j784s4|am62xx" |
12 | 12 | ||
13 | PR = "r2" | 13 | PR = "r2" |
14 | 14 | ||
15 | BRANCH = "linuxws/dunfell/k5.10/${PV}_unified_fw_pagesize" | 15 | BRANCH = "linuxws/dunfell/k5.10/${PV}_unified_fw_pagesize" |
16 | 16 | ||
17 | SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}" | 17 | SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}" |
18 | SRCREV = "fba0c770b712640ab3761dbe8369d43f89f616ed" | 18 | SRCREV = "4207c0ea429ec751b1ff5f831a84ceeb76ad578d" |
19 | 19 | ||
20 | TARGET_PRODUCT:j721e = "j721e_linux" | 20 | TARGET_PRODUCT:j721e = "j721e_linux" |
21 | TARGET_PRODUCT:j721s2 = "j721s2_linux" | 21 | TARGET_PRODUCT:j721s2 = "j721s2_linux" |
22 | TARGET_PRODUCT:j784s4 = "j784s4_linux" | ||
22 | TARGET_PRODUCT:am62xx = "am62_linux" | 23 | TARGET_PRODUCT:am62xx = "am62_linux" |
23 | PVR_BUILD ?= "release" | 24 | PVR_BUILD ?= "release" |
24 | PVR_WS = "wayland" | 25 | PVR_WS = "wayland" |