summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/imx-test/imx-test_git.bb12
1 files changed, 7 insertions, 5 deletions
diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb
index fc4f110c..e041c794 100644
--- a/recipes-bsp/imx-test/imx-test_git.bb
+++ b/recipes-bsp/imx-test/imx-test_git.bb
@@ -9,17 +9,18 @@ LICENSE = "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 freetype libdrm" 11DEPENDS = "alsa-lib freetype libdrm"
12DEPENDS:append:mx6-nxp-bsp = " imx-lib"
13DEPENDS:append:mx7-nxp-bsp = " imx-lib"
14DEPENDS:append:imxvpu = " virtual/imxvpu" 12DEPENDS:append:imxvpu = " virtual/imxvpu"
13DEPENDS:append:mx6-nxp-bsp = " imx-lib"
14DEPENDS:append:mx7-nxp-bsp = " imx-lib"
15DEPENDS:append:mx8ulp-nxp-bsp = " imx-lib"
15 16
16PE = "1" 17PE = "1"
17PV = "7.0+${SRCPV}" 18PV = "7.0+${SRCPV}"
18 19
19SRC_URI = "git://source.codeaurora.org/external/imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \ 20SRC_URI = "git://github.com/nxp-imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \
20 file://memtool_profile" 21 file://memtool_profile"
21SRCBRANCH = "lf-5.15.32_2.0.0" 22SRCBRANCH = "lf-5.15.71_2.2.0"
22SRCREV = "c640c7e8456b0516851e76adb2acce6b3866b1fb" 23SRCREV = "68243988862f0e66a37754b4dbe4e7833b903f0c"
23 24
24S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"
25 26
@@ -37,6 +38,7 @@ PLATFORM:mx6ul-nxp-bsp = "IMX6UL"
37PLATFORM:mx7d-nxp-bsp = "IMX7D" 38PLATFORM:mx7d-nxp-bsp = "IMX7D"
38PLATFORM:mx7ulp-nxp-bsp = "IMX7D" 39PLATFORM:mx7ulp-nxp-bsp = "IMX7D"
39PLATFORM:mx8-nxp-bsp = "IMX8" 40PLATFORM:mx8-nxp-bsp = "IMX8"
41PLATFORM:mx8ulp-nxp-bsp = "IMX8ULP"
40 42
41PARALLEL_MAKE = "-j 1" 43PARALLEL_MAKE = "-j 1"
42EXTRA_OEMAKE += "${PACKAGECONFIG_CONFARGS}" 44EXTRA_OEMAKE += "${PACKAGECONFIG_CONFARGS}"