diff options
author | Ryan Eatmon <reatmon@ti.com> | 2022-09-26 12:40:26 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-10-04 08:08:27 -0500 |
commit | 1ba334cc247b1333e7f2261aa19072b5e1505276 (patch) | |
tree | 170309ee3e08ac4597e5b9d77decb528d2a4a59a /recipes-graphics | |
parent | 165531f3fe8c7c8f5c19048bfc14bd2c62680efe (diff) | |
download | meta-ti-1ba334cc247b1333e7f2261aa19072b5e1505276.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>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb index 323978bf..b6bb4324 100644 --- a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb +++ b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb | |||
@@ -8,19 +8,20 @@ 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 = "j7-evm|j7-hs-evm|j721s2-evm|j721s2-hs-evm|am62xx" | 11 | COMPATIBLE_MACHINE = "j7-evm|j7-hs-evm|j721s2-evm|j721s2-hs-evm|j784s4-evm|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_j7-evm = "j721e_linux" | 20 | TARGET_PRODUCT_j7-evm = "j721e_linux" |
21 | TARGET_PRODUCT_j7-hs-evm = "j721e_linux" | 21 | TARGET_PRODUCT_j7-hs-evm = "j721e_linux" |
22 | TARGET_PRODUCT_j721s2-evm = "j721s2_linux" | 22 | TARGET_PRODUCT_j721s2-evm = "j721s2_linux" |
23 | TARGET_PRODUCT_j721s2-hs-evm = "j721s2_linux" | 23 | TARGET_PRODUCT_j721s2-hs-evm = "j721s2_linux" |
24 | TARGET_PRODUCT_j784s4-evm = "j784s4_linux" | ||
24 | TARGET_PRODUCT_am62xx = "am62_linux" | 25 | TARGET_PRODUCT_am62xx = "am62_linux" |
25 | PVR_BUILD ?= "release" | 26 | PVR_BUILD ?= "release" |
26 | PVR_WS = "wayland" | 27 | PVR_WS = "wayland" |