summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-test/imx-test_git.bb
diff options
context:
space:
mode:
authorCristinel Panfir <cristinel.panfir@nxp.com>2020-10-20 14:20:24 +0300
committerOtavio Salvador <otavio@ossystems.com.br>2020-10-20 10:23:07 -0300
commit346197c11b74b17974d8b260ac83f1d7d170e79b (patch)
treed1041710d84cf626c5ba5e226ad32b43c34fd6c7 /recipes-bsp/imx-test/imx-test_git.bb
parent350017397b22930c854a8024a0d7b825f000de26 (diff)
downloadmeta-freescale-346197c11b74b17974d8b260ac83f1d7d170e79b.tar.gz
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 <cristinel.panfir@nxp.com>
Diffstat (limited to 'recipes-bsp/imx-test/imx-test_git.bb')
-rw-r--r--recipes-bsp/imx-test/imx-test_git.bb9
1 files changed, 3 insertions, 6 deletions
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"
16PE = "1" 16PE = "1"
17PV = "7.0+${SRCPV}" 17PV = "7.0+${SRCPV}"
18 18
19SRCBRANCH = "lf-5.4.y" 19SRCBRANCH = "imx_5.4.47_2.2.0"
20SRC_URI = " \ 20SRC_URI = " \
21 git://source.codeaurora.org/external/imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \ 21 git://source.codeaurora.org/external/imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \
22 file://0001-mxc_v4l2_test-fix-compilation-error-produced-by-gcc9.patch \ 22 file://0001-pxp-test-Fix-format-security-error.patch \
23 file://memtool_profile \ 23 file://memtool_profile \
24" 24"
25SRCREV = "6d20e84f2dbe5940fe6d629c2839e1390994ee1f" 25SRCREV = "31623a4972bf6f2f4239b4667aeb33baba07a3c8"
26S = "${WORKDIR}/git" 26S = "${WORKDIR}/git"
27 27
28inherit module-base use-imx-headers 28inherit module-base use-imx-headers
@@ -49,9 +49,6 @@ PACKAGECONFIG_append_imxvpu = " vpu"
49PACKAGECONFIG[x11] = ",,libx11 libxdamage libxrender libxrandr" 49PACKAGECONFIG[x11] = ",,libx11 libxdamage libxrender libxrandr"
50PACKAGECONFIG[vpu] = "HAS_VPU=true,HAS_VPU=false,virtual/imxvpu" 50PACKAGECONFIG[vpu] = "HAS_VPU=true,HAS_VPU=false,virtual/imxvpu"
51 51
52# FIXME: Fail to build due to misuse of printf
53SECURITY_STRINGFORMAT = ""
54
55do_compile() { 52do_compile() {
56 CFLAGS="${TOOLCHAIN_OPTIONS}" 53 CFLAGS="${TOOLCHAIN_OPTIONS}"
57 oe_runmake V=1 VERBOSE='' \ 54 oe_runmake V=1 VERBOSE='' \