1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-06 10:50:37 +00:00

ti-img-encode-decode: Update SRCREV to pick up latest

Pick up latest version of ti-img-encode-decode which
fixes compilation warnings/errors with RT-Linux.

Also add "COMPATIBLE_MACHINE" to the recipe.

Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Angela Stegmaier
2019-07-02 23:42:36 +00:00
committed by Denys Dmytriyenko
parent 1386e9b702
commit 0ae0209a12
@@ -4,10 +4,12 @@ LIC_FILES_CHKSUM = "file://common/dq.c;beginline=1;endline=16;md5=e015e28ff5e885
inherit module
MACHINE_KERNEL_PR_append = "a"
MACHINE_KERNEL_PR_append = "b"
PR = "${MACHINE_KERNEL_PR}"
SRCREV = "306e85edce7969a4e017e12759be7ed763fda95c"
COMPATIBLE_MACHINE = "j7-evm"
SRCREV = "1f85a7fb3b78c82b44038aaf29bfdb229aeb6bc8"
EXTRA_OEMAKE = "KPATH=${STAGING_KERNEL_DIR} KCONF=${STAGING_KERNEL_BUILDDIR}"
TARGET_CC_ARCH += "${LDFLAGS}"