mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user