diff options
Diffstat (limited to 'recipes-bsp/imx-test/imx-test_git.bb')
-rw-r--r-- | recipes-bsp/imx-test/imx-test_git.bb | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb index 930cdf949..46a00d4fc 100644 --- a/recipes-bsp/imx-test/imx-test_git.bb +++ b/recipes-bsp/imx-test/imx-test_git.bb | |||
@@ -20,10 +20,8 @@ PV = "7.0+${SRCPV}" | |||
20 | 20 | ||
21 | 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} \ |
22 | file://memtool_profile" | 22 | file://memtool_profile" |
23 | SRCBRANCH = "lf-6.6.3_1.0.0" | 23 | SRCBRANCH = "lf-6.12.3_1.0.0" |
24 | SRCREV = "8a1fa37664a1e470cf86f1185c08e265e4602a9b" | 24 | SRCREV = "92a497313016bfa536d561e13fcbad2d273ded4c" |
25 | |||
26 | S = "${WORKDIR}/git" | ||
27 | 25 | ||
28 | inherit module-base use-imx-headers | 26 | inherit module-base use-imx-headers |
29 | 27 | ||
@@ -40,6 +38,7 @@ PLATFORM:mx7d-nxp-bsp = "IMX7D" | |||
40 | PLATFORM:mx7ulp-nxp-bsp = "IMX7D" | 38 | PLATFORM:mx7ulp-nxp-bsp = "IMX7D" |
41 | PLATFORM:mx8-nxp-bsp = "IMX8" | 39 | PLATFORM:mx8-nxp-bsp = "IMX8" |
42 | PLATFORM:mx8ulp-nxp-bsp = "IMX8ULP" | 40 | PLATFORM:mx8ulp-nxp-bsp = "IMX8ULP" |
41 | PLATFORM:mx91-nxp-bsp = "IMX8" | ||
43 | PLATFORM:mx93-nxp-bsp = "IMX8ULP" | 42 | PLATFORM:mx93-nxp-bsp = "IMX8ULP" |
44 | PLATFORM:mx95-nxp-bsp = "IMX8" | 43 | PLATFORM:mx95-nxp-bsp = "IMX8" |
45 | 44 | ||
@@ -73,11 +72,11 @@ do_install() { | |||
73 | PLATFORM=${PLATFORM} \ | 72 | PLATFORM=${PLATFORM} \ |
74 | install | 73 | install |
75 | 74 | ||
76 | if [ -e ${WORKDIR}/clocks.sh ]; then | 75 | if [ -e ${UNPACKDIR}/clocks.sh ]; then |
77 | install -m 755 ${WORKDIR}/clocks.sh ${D}/unit_tests/clocks.sh | 76 | install -m 755 ${UNPACKDIR}/clocks.sh ${D}/unit_tests/clocks.sh |
78 | fi | 77 | fi |
79 | install -d -m 0755 ${D}${ROOT_HOME}/ | 78 | install -d -m 0755 ${D}${ROOT_HOME}/ |
80 | install -m 0644 ${WORKDIR}/memtool_profile ${D}${ROOT_HOME}/.profile | 79 | install -m 0644 ${UNPACKDIR}/memtool_profile ${D}${ROOT_HOME}/.profile |
81 | } | 80 | } |
82 | 81 | ||
83 | FILES:${PN} += "/unit_tests ${ROOT_HOME}/.profile" | 82 | FILES:${PN} += "/unit_tests ${ROOT_HOME}/.profile" |