From 346197c11b74b17974d8b260ac83f1d7d170e79b Mon Sep 17 00:00:00 2001 From: Cristinel Panfir Date: Tue, 20 Oct 2020 14:20:24 +0300 Subject: imx-test: Upgrade recipe to imx_5.4.47_2.2.0 branch - Drop the mxc_v4l2_test patch - the compilation error fix is included in the source code - Add pxp_test patch to fix format-security error Signed-off-by: Cristinel Panfir --- recipes-bsp/imx-test/imx-test_git.bb | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'recipes-bsp/imx-test/imx-test_git.bb') diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb index 61f5e9d4..b9c12e18 100644 --- a/recipes-bsp/imx-test/imx-test_git.bb +++ b/recipes-bsp/imx-test/imx-test_git.bb @@ -16,13 +16,13 @@ DEPENDS_append_imxvpu = " virtual/imxvpu" PE = "1" PV = "7.0+${SRCPV}" -SRCBRANCH = "lf-5.4.y" +SRCBRANCH = "imx_5.4.47_2.2.0" SRC_URI = " \ git://source.codeaurora.org/external/imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \ - file://0001-mxc_v4l2_test-fix-compilation-error-produced-by-gcc9.patch \ + file://0001-pxp-test-Fix-format-security-error.patch \ file://memtool_profile \ " -SRCREV = "6d20e84f2dbe5940fe6d629c2839e1390994ee1f" +SRCREV = "31623a4972bf6f2f4239b4667aeb33baba07a3c8" S = "${WORKDIR}/git" inherit module-base use-imx-headers @@ -49,9 +49,6 @@ PACKAGECONFIG_append_imxvpu = " vpu" PACKAGECONFIG[x11] = ",,libx11 libxdamage libxrender libxrandr" PACKAGECONFIG[vpu] = "HAS_VPU=true,HAS_VPU=false,virtual/imxvpu" -# FIXME: Fail to build due to misuse of printf -SECURITY_STRINGFORMAT = "" - do_compile() { CFLAGS="${TOOLCHAIN_OPTIONS}" oe_runmake V=1 VERBOSE='' \ -- cgit v1.2.3-54-g00ecf