mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
fd5d3560e0
commit
20e5af0eee
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user