diff options
Diffstat (limited to 'recipes-bsp/imx-test/imx-test_git.bb')
-rw-r--r-- | recipes-bsp/imx-test/imx-test_git.bb | 6 |
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 930cdf94..ae3dc469 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 | PLATFORM=${PLATFORM} \ | 73 | PLATFORM=${PLATFORM} \ |
74 | install | 74 | install |
75 | 75 | ||
76 | if [ -e ${WORKDIR}/clocks.sh ]; then | 76 | if [ -e ${UNPACKDIR}/clocks.sh ]; then |
77 | install -m 755 ${WORKDIR}/clocks.sh ${D}/unit_tests/clocks.sh | 77 | install -m 755 ${UNPACKDIR}/clocks.sh ${D}/unit_tests/clocks.sh |
78 | fi | 78 | fi |
79 | install -d -m 0755 ${D}${ROOT_HOME}/ | 79 | install -d -m 0755 ${D}${ROOT_HOME}/ |
80 | install -m 0644 ${WORKDIR}/memtool_profile ${D}${ROOT_HOME}/.profile | 80 | install -m 0644 ${UNPACKDIR}/memtool_profile ${D}${ROOT_HOME}/.profile |
81 | } | 81 | } |
82 | 82 | ||
83 | FILES:${PN} += "/unit_tests ${ROOT_HOME}/.profile" | 83 | FILES:${PN} += "/unit_tests ${ROOT_HOME}/.profile" |