diff options
| -rw-r--r-- | recipes-bsp/imx-test/imx-test_git.bb | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb index 5d30179d5..930cdf949 100644 --- a/recipes-bsp/imx-test/imx-test_git.bb +++ b/recipes-bsp/imx-test/imx-test_git.bb | |||
| @@ -13,14 +13,15 @@ DEPENDS:append:imxvpu = " virtual/imxvpu" | |||
| 13 | DEPENDS:append:mx6-nxp-bsp = " imx-lib" | 13 | DEPENDS:append:mx6-nxp-bsp = " imx-lib" | 
| 14 | DEPENDS:append:mx7-nxp-bsp = " imx-lib" | 14 | DEPENDS:append:mx7-nxp-bsp = " imx-lib" | 
| 15 | DEPENDS:append:mx8ulp-nxp-bsp = " imx-lib" | 15 | DEPENDS:append:mx8ulp-nxp-bsp = " imx-lib" | 
| 16 | DEPENDS:append:mx93-nxp-bsp = " imx-lib" | ||
| 16 | 17 | ||
| 17 | PE = "1" | 18 | PE = "1" | 
| 18 | PV = "7.0+${SRCPV}" | 19 | PV = "7.0+${SRCPV}" | 
| 19 | 20 | ||
| 20 | SRC_URI = "git://github.com/nxp-imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \ | 21 | SRC_URI = "git://github.com/nxp-imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \ | 
| 21 | file://memtool_profile" | 22 | file://memtool_profile" | 
| 22 | SRCBRANCH = "lf-6.1.55_2.2.0" | 23 | SRCBRANCH = "lf-6.6.3_1.0.0" | 
| 23 | SRCREV = "e8b3c9026553233491abb4df4185dd7291a8ffb2" | 24 | SRCREV = "8a1fa37664a1e470cf86f1185c08e265e4602a9b" | 
| 24 | 25 | ||
| 25 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" | 
| 26 | 27 | ||
| @@ -39,6 +40,8 @@ PLATFORM:mx7d-nxp-bsp = "IMX7D" | |||
| 39 | PLATFORM:mx7ulp-nxp-bsp = "IMX7D" | 40 | PLATFORM:mx7ulp-nxp-bsp = "IMX7D" | 
| 40 | PLATFORM:mx8-nxp-bsp = "IMX8" | 41 | PLATFORM:mx8-nxp-bsp = "IMX8" | 
| 41 | PLATFORM:mx8ulp-nxp-bsp = "IMX8ULP" | 42 | PLATFORM:mx8ulp-nxp-bsp = "IMX8ULP" | 
| 43 | PLATFORM:mx93-nxp-bsp = "IMX8ULP" | ||
| 44 | PLATFORM:mx95-nxp-bsp = "IMX8" | ||
| 42 | 45 | ||
| 43 | PARALLEL_MAKE = "-j 1" | 46 | PARALLEL_MAKE = "-j 1" | 
| 44 | EXTRA_OEMAKE += "${PACKAGECONFIG_CONFARGS}" | 47 | EXTRA_OEMAKE += "${PACKAGECONFIG_CONFARGS}" | 
