diff options
author | e-ruei1@ti.com <e-ruei1@ti.com> | 2019-03-01 09:11:45 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-03-01 19:59:47 +0000 |
commit | c8df6465de8dcd412e444c3e08cacb1d4d8f7cf4 (patch) | |
tree | ce91f18c500366db263488b9dba0e64daa030bbd /recipes-bsp/powervr-drivers | |
parent | 83adb0833dde09437868a781fc58b4d3472717c2 (diff) | |
download | meta-ti-c8df6465de8dcd412e444c3e08cacb1d4d8f7cf4.tar.gz |
ti-sgx-ddk-km: bump SRCREV and enable AM3/4/5 support for DDK 1.17
- bump SRCREV to pickup kernel 4.19 support
- enable AM3/4/5 support in addition to AM6 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-bsp/powervr-drivers')
-rw-r--r-- | recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb index 59310575..1b012ce5 100644 --- a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb +++ b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb | |||
@@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = "file://eurasia_km/README;beginline=13;endline=22;md5=74506d9 | |||
5 | 5 | ||
6 | inherit module | 6 | inherit module |
7 | 7 | ||
8 | COMPATIBLE_MACHINE = "k3" | 8 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k3" |
9 | 9 | ||
10 | MACHINE_KERNEL_PR_append = "o" | 10 | MACHINE_KERNEL_PR_append = "p" |
11 | PR = "${MACHINE_KERNEL_PR}" | 11 | PR = "${MACHINE_KERNEL_PR}" |
12 | 12 | ||
13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
@@ -20,14 +20,17 @@ RPROVIDES_${PN} = "omapdrm-pvr" | |||
20 | RREPLACES_${PN} = "omapdrm-pvr" | 20 | RREPLACES_${PN} = "omapdrm-pvr" |
21 | RCONFLICTS_${PN} = "omapdrm-pvr" | 21 | RCONFLICTS_${PN} = "omapdrm-pvr" |
22 | 22 | ||
23 | BRANCH = "ti-img-sgx/${PV}/k4.14" | 23 | BRANCH = "ti-img-sgx/${PV}/k4.19" |
24 | 24 | ||
25 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch=${BRANCH}" | 25 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch=${BRANCH}" |
26 | 26 | ||
27 | S = "${WORKDIR}/git" | 27 | S = "${WORKDIR}/git" |
28 | 28 | ||
29 | SRCREV = "b630d462f5fbb86e5f98965ba1af35da1207822f" | 29 | SRCREV = "16961a3f4524b653fba99d949d6972c77c7d2701" |
30 | 30 | ||
31 | TARGET_PRODUCT_omap-a15 = "jacinto6evm" | ||
32 | TARGET_PRODUCT_ti33x = "ti335x" | ||
33 | TARGET_PRODUCT_ti43x = "ti437x" | ||
31 | TARGET_PRODUCT_k3 = "ti654x" | 34 | TARGET_PRODUCT_k3 = "ti654x" |
32 | 35 | ||
33 | EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}" TARGET_PRODUCT=${TARGET_PRODUCT} WINDOW_SYSTEM=nulldrmws' | 36 | EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}" TARGET_PRODUCT=${TARGET_PRODUCT} WINDOW_SYSTEM=nulldrmws' |
@@ -37,5 +40,9 @@ do_compile_prepend() { | |||
37 | } | 40 | } |
38 | 41 | ||
39 | do_install() { | 42 | do_install() { |
43 | make -C ${STAGING_KERNEL_DIR} SUBDIRS=${B}/eurasia_km/eurasiacon/binary_omap_linux_nulldrmws_release/target_armhf/kbuild INSTALL_MOD_PATH=${D} PREFIX=${STAGING_DIR_HOST} modules_install | ||
44 | } | ||
45 | |||
46 | do_install_k3() { | ||
40 | make -C ${STAGING_KERNEL_DIR} SUBDIRS=${B}/eurasia_km/eurasiacon/binary_omap_linux_nulldrmws_release/target_aarch64/kbuild INSTALL_MOD_PATH=${D} PREFIX=${STAGING_DIR_HOST} modules_install | 47 | make -C ${STAGING_KERNEL_DIR} SUBDIRS=${B}/eurasia_km/eurasiacon/binary_omap_linux_nulldrmws_release/target_aarch64/kbuild INSTALL_MOD_PATH=${D} PREFIX=${STAGING_DIR_HOST} modules_install |
41 | } | 48 | } |