diff options
author | Naveen Saini <naveen.kumar.saini@intel.com> | 2019-07-09 17:43:48 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2019-07-10 14:58:40 +0800 |
commit | ffe406293745981f2d79a53160028e69fad03daa (patch) | |
tree | dcf33f4af45f327dc9b133483a116ae1c0ebbf00 /recipes-support/jhi/jhi_1.33.bb | |
parent | 91367a8b1e36fb6980c5f96bd1cef8fd9b508259 (diff) | |
download | meta-intel-ffe406293745981f2d79a53160028e69fad03daa.tar.gz |
jhi: correct applets installation path for smoketest
Even though jhi.conf allows to set applets_dir at runtime
but better to install testing applets at default path
required for smoketest.
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-support/jhi/jhi_1.33.bb')
-rwxr-xr-x | recipes-support/jhi/jhi_1.33.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-support/jhi/jhi_1.33.bb b/recipes-support/jhi/jhi_1.33.bb index 034b56a6..032f4d87 100755 --- a/recipes-support/jhi/jhi_1.33.bb +++ b/recipes-support/jhi/jhi_1.33.bb | |||
@@ -42,8 +42,8 @@ do_install_append () { | |||
42 | install -m 755 ${B}/bin_linux/smoketest ${D}${bindir} | 42 | install -m 755 ${B}/bin_linux/smoketest ${D}${bindir} |
43 | install -m 755 ${B}/bin_linux/bist ${D}${bindir} | 43 | install -m 755 ${B}/bin_linux/bist ${D}${bindir} |
44 | 44 | ||
45 | install -d ${D}${libdir}/dal/smoketest/applets | 45 | install -d ${D}${libdir}/dal/applets |
46 | cp -r ${S}/test/smoketest/applets/* ${D}${libdir}/dal/smoketest/applets/ | 46 | cp -r ${S}/test/smoketest/applets/* ${D}${libdir}/dal/applets/ |
47 | } | 47 | } |
48 | 48 | ||
49 | PACKAGES =+ "${PN}-test" | 49 | PACKAGES =+ "${PN}-test" |
@@ -61,5 +61,5 @@ FILES_${PN} = "\ | |||
61 | 61 | ||
62 | FILES_${PN}-test = "\ | 62 | FILES_${PN}-test = "\ |
63 | ${bindir} \ | 63 | ${bindir} \ |
64 | ${libdir}/dal/smoketest/applets \ | 64 | ${libdir}/dal/applets \ |
65 | " | 65 | " |