diff options
author | Etheridge, Darren <detheridge@ti.com> | 2022-05-02 14:51:06 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-05-02 11:31:08 -0500 |
commit | 28fa5882ed43a47a22d24b6df9151f12e32ab6dc (patch) | |
tree | 22c5eacc0c9194e58f84ff04c0f72e224a2fd3cd /meta-ti-bsp/recipes-graphics | |
parent | 15ae8b802a05cebb6a272047816d82f345703704 (diff) | |
download | meta-ti-28fa5882ed43a47a22d24b6df9151f12e32ab6dc.tar.gz |
ti-graphics: gpu enable and move all platforms to ddk 1.15
Enable the GPU for am62xx and j721s2 and use IMG DDK 1.15
Migrate Imagination DDK 1.13 to DDK 1.15 for J721e
Signed-off-by: Darren Etheridge <detheridge@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 (renamed from meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_1.13.5776728.bb) | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_1.13.5776728.bb b/meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb index 18b36fbb..115344b1 100644 --- a/meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_1.13.5776728.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" | 11 | COMPATIBLE_MACHINE = "j721e|j721s2|am62xx" |
12 | 12 | ||
13 | PR = "r3" | 13 | PR = "r1" |
14 | 14 | ||
15 | BRANCH = "linuxws/dunfell/k5.10/${PV}" | 15 | BRANCH = "linuxws/dunfell/k5.10/${PV}" |
16 | 16 | ||
17 | SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-umlibs.git;branch=${BRANCH}" | 17 | SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-umlibs.git;branch=${BRANCH}" |
18 | SRCREV = "47c3ffc44f2881397d45c8a2b5dfa7d6c58b79fb" | ||
18 | 19 | ||
19 | SRCREV = "5ef38353c38d921a65ea6df75c7b6ce710b66034" | 20 | TARGET_PRODUCT:j721e = "j721e_linux" |
20 | 21 | TARGET_PRODUCT:j721s2 = "j721s2_linux" | |
21 | PVR_SOC ?= "j721e_linux" | 22 | TARGET_PRODUCT:am62xx = "am62_linux" |
22 | PVR_BUILD ?= "release" | 23 | PVR_BUILD ?= "release" |
23 | PVR_WS = "wayland" | 24 | PVR_WS = "wayland" |
24 | 25 | ||
@@ -50,7 +51,7 @@ RRECOMMENDS:${PN} += "ti-img-rogue-driver" | |||
50 | S = "${WORKDIR}/git" | 51 | S = "${WORKDIR}/git" |
51 | 52 | ||
52 | do_install () { | 53 | do_install () { |
53 | oe_runmake install DESTDIR=${D} TARGET_PRODUCT=${PVR_SOC} BUILD=${PVR_BUILD} WINDOW_SYSTEM=${PVR_WS} | 54 | oe_runmake install DESTDIR=${D} TARGET_PRODUCT=${TARGET_PRODUCT} BUILD=${PVR_BUILD} WINDOW_SYSTEM=${PVR_WS} |
54 | chown -R root:root ${D} | 55 | chown -R root:root ${D} |
55 | } | 56 | } |
56 | 57 | ||