summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorDavid Huang <d-huang@ti.com>2020-01-23 22:58:56 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-01-24 04:34:12 +0000
commit01ac08905b6d55a0222d25adbc8de8ee5e52baf5 (patch)
tree0c1a7e0892c0a28ea9a37589374339f071a91f39 /recipes-bsp
parent60c01b5e81a31c41cb33cccb5c1e48526fc3307a (diff)
downloadmeta-ti-01ac08905b6d55a0222d25adbc8de8ee5e52baf5.tar.gz
ti-img-encode-decode: Update SRCREV to latest
Pick up latest version of ti-img-encode-decode recipe with Makefiles using CROSS_COMPILE instead of hard coding aarch64-linux-gnu as the cross compiler. Signed-off-by: David Huang <d-huang@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/ti-img-encode-decode/ti-img-encode-decode_1.0.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/ti-img-encode-decode/ti-img-encode-decode_1.0.0.bb b/recipes-bsp/ti-img-encode-decode/ti-img-encode-decode_1.0.0.bb
index 86d95475..a1da9585 100644
--- a/recipes-bsp/ti-img-encode-decode/ti-img-encode-decode_1.0.0.bb
+++ b/recipes-bsp/ti-img-encode-decode/ti-img-encode-decode_1.0.0.bb
@@ -4,12 +4,12 @@ LIC_FILES_CHKSUM = "file://driver/common/dq.c;beginline=1;endline=16;md5=e015e28
4 4
5inherit module 5inherit module
6 6
7MACHINE_KERNEL_PR_append = "f" 7MACHINE_KERNEL_PR_append = "g"
8PR = "${MACHINE_KERNEL_PR}" 8PR = "${MACHINE_KERNEL_PR}"
9 9
10COMPATIBLE_MACHINE = "j7-evm" 10COMPATIBLE_MACHINE = "j7-evm"
11 11
12SRCREV = "030e50dd0c53ec8e7825c85479ac3208925bb58d" 12SRCREV = "0eba3678300f649e49f03d92d1b624cf0e008008"
13 13
14EXTRA_OEMAKE = "KPATH=${STAGING_KERNEL_DIR} KCONF=${STAGING_KERNEL_BUILDDIR}" 14EXTRA_OEMAKE = "KPATH=${STAGING_KERNEL_DIR} KCONF=${STAGING_KERNEL_BUILDDIR}"
15TARGET_CC_ARCH += "${LDFLAGS}" 15TARGET_CC_ARCH += "${LDFLAGS}"