diff options
author | Kostiantyn Bushko <kbushko@intellias.com> | 2020-01-23 10:54:45 +0200 |
---|---|---|
committer | Mykhaylo Sul <ext-mykhaylo.sul@here.com> | 2020-01-30 08:40:29 +0100 |
commit | e784f9b95a7c3ded149f8765572ef8533a3536cc (patch) | |
tree | 0029e3e529148f64055dac61cd84197ef669d423 /scripts/envsetup.sh | |
parent | 759c8ee844ae0e8e63a322c4debaef1b1907d608 (diff) | |
download | meta-updater-e784f9b95a7c3ded149f8765572ef8533a3536cc.tar.gz |
Fix default uboot-enable variable in qemu command script
Signed-off-by: Kostiantyn Bushko <kbushko@intellias.com>
Diffstat (limited to 'scripts/envsetup.sh')
-rwxr-xr-x | scripts/envsetup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/envsetup.sh b/scripts/envsetup.sh index 5b3b068..a7ee877 100755 --- a/scripts/envsetup.sh +++ b/scripts/envsetup.sh | |||
@@ -45,7 +45,7 @@ if [[ ! -f "${BUILDDIR}/conf/local.conf" ]]; then | |||
45 | cat "${METADIR}/meta-updater/conf/include/bblayers/sota_${MACHINE}.inc" >> conf/bblayers.conf | 45 | cat "${METADIR}/meta-updater/conf/include/bblayers/sota_${MACHINE}.inc" >> conf/bblayers.conf |
46 | sed -e "s/##MACHINE##/$MACHINE/g" \ | 46 | sed -e "s/##MACHINE##/$MACHINE/g" \ |
47 | -e "s/##DISTRO##/$DISTRO/g" \ | 47 | -e "s/##DISTRO##/$DISTRO/g" \ |
48 | "${METADIR}/meta-updater/conf/$BASE_CONF" >> conf/local.conf | 48 | "${METADIR}/meta-updater/conf/$BASE_CONF" >> conf/local.conf |
49 | 49 | ||
50 | for config in ${DISTRO_CONFIGS[@]}; do | 50 | for config in ${DISTRO_CONFIGS[@]}; do |
51 | if [[ "$BASE_CONF" != "$config" ]]; then | 51 | if [[ "$BASE_CONF" != "$config" ]]; then |