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