David, While at it, could you please remove hardcoding of the toolchain? https://git.ti.com/cgit/jacinto7_multimedia/ti-img-encode-decode/tree/linux/decoder/Makefile#n167 https://git.ti.com/cgit/jacinto7_multimedia/ti-img-encode-decode/tree/linux/encoder/Makefile#n98
Should use CROSS_COMPILE instead. Thanks. -- Denys On Tue, Jan 21, 2020 at 12:56:53PM -0600, David Huang via Lists.Yoctoproject.Org wrote: > From: David Huang <[email protected]> > > Pick up latest version of ti-img-encode-decode with improvements > to V4L2 decoder stream restart and slice map calculation, and > encoder performance profiling options. > > Signed-off-by: David Huang <[email protected]> > --- > .../ti-img-encode-decode/ti-img-encode-decode_1.0.0.bb | 4 ++-- > 1 file 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 87ed70a8c48c..86d954756600 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 > > inherit module > > -MACHINE_KERNEL_PR_append = "e" > +MACHINE_KERNEL_PR_append = "f" > PR = "${MACHINE_KERNEL_PR}" > > COMPATIBLE_MACHINE = "j7-evm" > > -SRCREV = "fe07667a9405f17f04f5d26de5b0ba0626fec807" > +SRCREV = "030e50dd0c53ec8e7825c85479ac3208925bb58d" > > EXTRA_OEMAKE = "KPATH=${STAGING_KERNEL_DIR} KCONF=${STAGING_KERNEL_BUILDDIR}" > TARGET_CC_ARCH += "${LDFLAGS}" > -- > 2.17.1 > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#12612): https://lists.yoctoproject.org/g/meta-ti/message/12612 Mute This Topic: https://lists.yoctoproject.org/mt/69963084/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
