diff options
| -rw-r--r-- | recipes-bsp/imx-test/imx-test_git.bb | 15 |
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 b5ee124eb..fc4f110c4 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 | ||
| 5 | SUMMARY = "Test programs for i.MX BSP" | 5 | SUMMARY = "Test programs for i.MX BSP" |
| 6 | DESCRIPTION = "Unit tests for the i.MX BSP" | 6 | DESCRIPTION = "Unit tests for the i.MX BSP" |
| @@ -8,7 +8,7 @@ SECTION = "base" | |||
| 8 | LICENSE = "GPL-2.0-or-later" | 8 | LICENSE = "GPL-2.0-or-later" |
| 9 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-or-later;md5=fed54355545ffd980b814dab4a3b312c" | 9 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-or-later;md5=fed54355545ffd980b814dab4a3b312c" |
| 10 | 10 | ||
| 11 | DEPENDS = "alsa-lib libdrm" | 11 | DEPENDS = "alsa-lib freetype libdrm" |
| 12 | DEPENDS:append:mx6-nxp-bsp = " imx-lib" | 12 | DEPENDS:append:mx6-nxp-bsp = " imx-lib" |
| 13 | DEPENDS:append:mx7-nxp-bsp = " imx-lib" | 13 | DEPENDS:append:mx7-nxp-bsp = " imx-lib" |
| 14 | DEPENDS:append:imxvpu = " virtual/imxvpu" | 14 | DEPENDS:append:imxvpu = " virtual/imxvpu" |
| @@ -16,12 +16,11 @@ DEPENDS:append:imxvpu = " virtual/imxvpu" | |||
| 16 | PE = "1" | 16 | PE = "1" |
| 17 | PV = "7.0+${SRCPV}" | 17 | PV = "7.0+${SRCPV}" |
| 18 | 18 | ||
| 19 | SRCBRANCH = "lf-5.15.5_1.0.0" | 19 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \ |
| 20 | SRC_URI = " \ | 20 | file://memtool_profile" |
| 21 | git://source.codeaurora.org/external/imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \ | 21 | SRCBRANCH = "lf-5.15.32_2.0.0" |
| 22 | file://memtool_profile \ | 22 | SRCREV = "c640c7e8456b0516851e76adb2acce6b3866b1fb" |
| 23 | " | 23 | |
| 24 | SRCREV = "b364c1aacc72a63290106ae065bb2f6a8c365ec6" | ||
| 25 | S = "${WORKDIR}/git" | 24 | S = "${WORKDIR}/git" |
| 26 | 25 | ||
| 27 | inherit module-base use-imx-headers | 26 | inherit module-base use-imx-headers |
