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.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb
index e041c794..6b0f8599 100644
--- a/recipes-bsp/imx-test/imx-test_git.bb
+++ b/recipes-bsp/imx-test/imx-test_git.bb
@@ -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"