summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-test/imx-test_git.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-08-18 08:22:46 -0300
committerGitHub <noreply@github.com>2022-08-18 08:22:46 -0300
commitba25d6659c5220970de523f938b0358bc11ae0ac (patch)
treee3aa70611355724e1924a99c16a55769fe7ffe88 /recipes-bsp/imx-test/imx-test_git.bb
parent1d8ac870da885b0b2872d2448eec627edaf014fa (diff)
parent1f76bddcc9fdbb00b3293caac917a5ca85fe437b (diff)
downloadmeta-freescale-ba25d6659c5220970de523f938b0358bc11ae0ac.tar.gz
Merge pull request #1175 from Freescale/backport-1171-to-kirkstone
[Backport kirkstone] recipes-bsp: updates from NXP release 5.15.32-2.0.0
Diffstat (limited to 'recipes-bsp/imx-test/imx-test_git.bb')
-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