diff options
author | e-ruei1@ti.com <e-ruei1@ti.com> | 2019-03-01 09:11:44 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-03-01 19:59:38 +0000 |
commit | 83adb0833dde09437868a781fc58b4d3472717c2 (patch) | |
tree | 58f282635292f43403024cc1570044ab4a812e43 /recipes-graphics | |
parent | 4905be9164889cde6e73b022724192cb21beb1bc (diff) | |
download | meta-ti-83adb0833dde09437868a781fc58b4d3472717c2.tar.gz |
ti-sgx-ddk-um: bump SRCREV and enable AM3/4/5 support for DDK 1.17
- bump SRCREV to pick up UM libraries for all supported SoCs at DDK 1.17
- enable AM3/4/5 support for DDK 1.17
Signed-off-by: Eric Ruei <e-ruei1@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb index 3affbdfc..c0225c58 100644 --- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb +++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb | |||
@@ -3,15 +3,18 @@ HOMEPAGE = "https://git.ti.com/graphics/omap5-sgx-ddk-um-linux" | |||
3 | LICENSE = "TI-TSPA" | 3 | LICENSE = "TI-TSPA" |
4 | LIC_FILES_CHKSUM = "file://TI-Linux-Graphics-DDK-UM-Manifest.doc;md5=b17390502bc89535c86cfbbae961a2a8" | 4 | LIC_FILES_CHKSUM = "file://TI-Linux-Graphics-DDK-UM-Manifest.doc;md5=b17390502bc89535c86cfbbae961a2a8" |
5 | 5 | ||
6 | COMPATIBLE_MACHINE = "k3" | 6 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k3" |
7 | 7 | ||
8 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 8 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
9 | 9 | ||
10 | BRANCH = "ti-img-sgx/rocko/${PV}" | 10 | BRANCH = "ti-img-sgx/thud/${PV}" |
11 | 11 | ||
12 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}" | 12 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}" |
13 | SRCREV = "ee266bb47c7b9b052d67e491fa8c28e301c36691" | 13 | SRCREV = "2bce2bd76259848e7d263e0a85c164480a71ba7d" |
14 | 14 | ||
15 | TARGET_PRODUCT_omap-a15 = "jacinto6evm" | ||
16 | TARGET_PRODUCT_ti33x = "ti335x" | ||
17 | TARGET_PRODUCT_ti43x = "ti437x" | ||
15 | TARGET_PRODUCT_k3 = "ti654x" | 18 | TARGET_PRODUCT_k3 = "ti654x" |
16 | 19 | ||
17 | INITSCRIPT_NAME = "rc.pvr" | 20 | INITSCRIPT_NAME = "rc.pvr" |
@@ -19,7 +22,7 @@ INITSCRIPT_PARAMS = "defaults 8" | |||
19 | 22 | ||
20 | inherit update-rc.d | 23 | inherit update-rc.d |
21 | 24 | ||
22 | PR = "r30" | 25 | PR = "r31" |
23 | PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux" | 26 | PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux" |
24 | 27 | ||
25 | DEPENDS += "libdrm udev libgbm wayland libffi" | 28 | DEPENDS += "libdrm udev libgbm wayland libffi" |