summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-08-16 20:53:56 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-08-18 11:22:14 +0000
commit243b6a0f75d9e3953a5cb829aa035437582e4664 (patch)
tree767ac14a29fa1551dd8987f97813ec09694ce8f6
parent6134e06afe69013176bc29d585d16ee45c8a2b53 (diff)
downloadmeta-freescale-243b6a0f75d9e3953a5cb829aa035437582e4664.tar.gz
imx-test: Upgrade for NXP release 5.15.32-2.0.0
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit b3f65a6cdfb6cb9505f5d4ac52b0a08a05babf5e)
-rw-r--r--recipes-bsp/imx-test/imx-test_git.bb15
1 files changed, 7 insertions, 8 deletions
diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb
index b5ee124e..fc4f110c 100644
--- a/recipes-bsp/imx-test/imx-test_git.bb
+++ b/recipes-bsp/imx-test/imx-test_git.bb
@@ -1,6 +1,6 @@
1# Copyright (C) 2012-2016 O.S. Systems Software LTDA. 1# Copyright (C) 2012-2016 O.S. Systems Software LTDA.
2# Copyright (C) 2013-2016 Freescale Semiconductor 2# Copyright (C) 2013-2016 Freescale Semiconductor
3# Copyright (C) 2017-2021 NXP 3# Copyright (C) 2017-2022 NXP
4 4
5SUMMARY = "Test programs for i.MX BSP" 5SUMMARY = "Test programs for i.MX BSP"
6DESCRIPTION = "Unit tests for the i.MX BSP" 6DESCRIPTION = "Unit tests for the i.MX BSP"
@@ -8,7 +8,7 @@ SECTION = "base"
8LICENSE = "GPL-2.0-or-later" 8LICENSE = "GPL-2.0-or-later"
9LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-or-later;md5=fed54355545ffd980b814dab4a3b312c" 9LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-or-later;md5=fed54355545ffd980b814dab4a3b312c"
10 10
11DEPENDS = "alsa-lib libdrm" 11DEPENDS = "alsa-lib freetype libdrm"
12DEPENDS:append:mx6-nxp-bsp = " imx-lib" 12DEPENDS:append:mx6-nxp-bsp = " imx-lib"
13DEPENDS:append:mx7-nxp-bsp = " imx-lib" 13DEPENDS:append:mx7-nxp-bsp = " imx-lib"
14DEPENDS:append:imxvpu = " virtual/imxvpu" 14DEPENDS:append:imxvpu = " virtual/imxvpu"
@@ -16,12 +16,11 @@ DEPENDS:append:imxvpu = " virtual/imxvpu"
16PE = "1" 16PE = "1"
17PV = "7.0+${SRCPV}" 17PV = "7.0+${SRCPV}"
18 18
19SRCBRANCH = "lf-5.15.5_1.0.0" 19SRC_URI = "git://source.codeaurora.org/external/imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \
20SRC_URI = " \ 20 file://memtool_profile"
21 git://source.codeaurora.org/external/imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \ 21SRCBRANCH = "lf-5.15.32_2.0.0"
22 file://memtool_profile \ 22SRCREV = "c640c7e8456b0516851e76adb2acce6b3866b1fb"
23" 23
24SRCREV = "b364c1aacc72a63290106ae065bb2f6a8c365ec6"
25S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
26 25
27inherit module-base use-imx-headers 26inherit module-base use-imx-headers