summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-test/imx-test_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/imx-test/imx-test_git.bb')
-rw-r--r--recipes-bsp/imx-test/imx-test_git.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb
index 815a77df..5d30179d 100644
--- a/recipes-bsp/imx-test/imx-test_git.bb
+++ b/recipes-bsp/imx-test/imx-test_git.bb
@@ -19,8 +19,8 @@ PV = "7.0+${SRCPV}"
19 19
20SRC_URI = "git://github.com/nxp-imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \ 20SRC_URI = "git://github.com/nxp-imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \
21 file://memtool_profile" 21 file://memtool_profile"
22SRCBRANCH = "lf-6.1.22_2.0.0" 22SRCBRANCH = "lf-6.1.55_2.2.0"
23SRCREV = "9fe083c29439b71292df9a8e4d40c73f25828a69" 23SRCREV = "e8b3c9026553233491abb4df4185dd7291a8ffb2"
24 24
25S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"
26 26
@@ -73,11 +73,11 @@ do_install() {
73 if [ -e ${WORKDIR}/clocks.sh ]; then 73 if [ -e ${WORKDIR}/clocks.sh ]; then
74 install -m 755 ${WORKDIR}/clocks.sh ${D}/unit_tests/clocks.sh 74 install -m 755 ${WORKDIR}/clocks.sh ${D}/unit_tests/clocks.sh
75 fi 75 fi
76 install -d -m 0755 ${D}/home/root/ 76 install -d -m 0755 ${D}${ROOT_HOME}/
77 install -m 0644 ${WORKDIR}/memtool_profile ${D}/home/root/.profile 77 install -m 0644 ${WORKDIR}/memtool_profile ${D}${ROOT_HOME}/.profile
78} 78}
79 79
80FILES:${PN} += "/unit_tests /home/root/.profile" 80FILES:${PN} += "/unit_tests ${ROOT_HOME}/.profile"
81RDEPENDS:${PN} = "bash" 81RDEPENDS:${PN} = "bash"
82 82
83FILES:${PN}-dbg += "/unit_tests/.debug" 83FILES:${PN}-dbg += "/unit_tests/.debug"