[meta-intel] [PATCH] jhi: correct applets installation path for smoketest

Naveen Saini naveen.kumar.saini at intel.com
Tue Jul 9 02:43:48 PDT 2019


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 at intel.com>
---
 recipes-support/jhi/jhi_1.33.bb | 6 +++---
 1 file 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 () {
         install -m 755 ${B}/bin_linux/smoketest ${D}${bindir}
         install -m 755 ${B}/bin_linux/bist ${D}${bindir}
 
-        install -d ${D}${libdir}/dal/smoketest/applets
-        cp -r ${S}/test/smoketest/applets/* ${D}${libdir}/dal/smoketest/applets/
+        install -d ${D}${libdir}/dal/applets
+        cp -r ${S}/test/smoketest/applets/* ${D}${libdir}/dal/applets/
 }
 
 PACKAGES =+ "${PN}-test"
@@ -61,5 +61,5 @@ FILES_${PN} = "\
 
 FILES_${PN}-test = "\
                      ${bindir} \
-                     ${libdir}/dal/smoketest/applets \
+                     ${libdir}/dal/applets \
                      "
-- 
2.17.1



More information about the meta-intel mailing list