summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-graphics
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2022-11-04 22:46:35 +0000
committerRyan Eatmon <reatmon@ti.com>2022-11-10 08:21:37 -0600
commit72009bf22ea2065ff27fcbc24954c51844777cd7 (patch)
tree7269e100cb87ad212b643b3f228416f0810f63e5 /meta-ti-bsp/recipes-graphics
parentdf577a397c611aa046b81c24b85f2f557c4f3659 (diff)
downloadmeta-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.bb5
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
8REQUIRED_MACHINE_FEATURES = "gpu" 8REQUIRED_MACHINE_FEATURES = "gpu"
9 9
10PACKAGE_ARCH = "${MACHINE_ARCH}" 10PACKAGE_ARCH = "${MACHINE_ARCH}"
11COMPATIBLE_MACHINE = "j721e|j721s2|am62xx" 11COMPATIBLE_MACHINE = "j721e|j721s2|j784s4|am62xx"
12 12
13PR = "r2" 13PR = "r2"
14 14
15BRANCH = "linuxws/dunfell/k5.10/${PV}_unified_fw_pagesize" 15BRANCH = "linuxws/dunfell/k5.10/${PV}_unified_fw_pagesize"
16 16
17SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}" 17SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}"
18SRCREV = "fba0c770b712640ab3761dbe8369d43f89f616ed" 18SRCREV = "4207c0ea429ec751b1ff5f831a84ceeb76ad578d"
19 19
20TARGET_PRODUCT:j721e = "j721e_linux" 20TARGET_PRODUCT:j721e = "j721e_linux"
21TARGET_PRODUCT:j721s2 = "j721s2_linux" 21TARGET_PRODUCT:j721s2 = "j721s2_linux"
22TARGET_PRODUCT:j784s4 = "j784s4_linux"
22TARGET_PRODUCT:am62xx = "am62_linux" 23TARGET_PRODUCT:am62xx = "am62_linux"
23PVR_BUILD ?= "release" 24PVR_BUILD ?= "release"
24PVR_WS = "wayland" 25PVR_WS = "wayland"