Explorar el Código

s-suite: install missing create_config.sh

When running s-suite v3.6, it complains that create_config.sh isn't
installed.

./config_params.sh: line 1: ../create_config.sh: No such file or directory

Rework so that create_config.sh is installed.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Anders Roxell hace 4 años
padre
commit
20e5af0eee
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      meta-oe/recipes-benchmark/s-suite/s-suite_git.bb

+ 1 - 0
meta-oe/recipes-benchmark/s-suite/s-suite_git.bb

@@ -19,6 +19,7 @@ do_install() {
 
     install -m0755 ${S}/def_config.sh ${D}/opt/S-suite
     install -m0755 ${S}/config_params.sh ${D}/opt/S-suite
+    install -m0755 ${S}/create_config.sh ${D}/opt/S-suite
     install -m0755 ${S}/process_config.sh ${D}/opt/S-suite
 }