diff options
author | Phil Wise <phil@advancedtelematic.com> | 2017-04-19 13:52:40 +0200 |
---|---|---|
committer | Phil Wise <phil@advancedtelematic.com> | 2017-04-20 12:14:32 +0200 |
commit | 70bad6051c38233884279dfad14e62863efb4827 (patch) | |
tree | e0f016c0c24d8f602093b2d7b1151142453eef45 /scripts | |
parent | 41d94be49618bee93d1779625ab304a8c6f82c3b (diff) | |
download | meta-updater-70bad6051c38233884279dfad14e62863efb4827.tar.gz |
Set default DISTRO, disable prelink
Setting the default DISTRO to include systemd means that the rvi-sota-client
starts by default, making it work 'out of the box'. image-prelink seems to be
broken at the moment, so I've disabled it by default.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/envsetup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/envsetup.sh b/scripts/envsetup.sh index 316a782..6c01d5b 100755 --- a/scripts/envsetup.sh +++ b/scripts/envsetup.sh | |||
@@ -49,5 +49,6 @@ else | |||
49 | cat ${METADIR}/meta-updater/conf/include/bblayers/sota_${MACHINE}.inc >> conf/bblayers.conf | 49 | cat ${METADIR}/meta-updater/conf/include/bblayers/sota_${MACHINE}.inc >> conf/bblayers.conf |
50 | echo "include conf/include/local/sota_${MACHINE}.inc" >> conf/local.conf | 50 | echo "include conf/include/local/sota_${MACHINE}.inc" >> conf/local.conf |
51 | echo "include conf/distro/sota.conf.inc" >> conf/local.conf | 51 | echo "include conf/distro/sota.conf.inc" >> conf/local.conf |
52 | echo "DISTRO = \"poky-sota-systemd\"" >> conf/local.conf | ||
52 | fi | 53 | fi |
53 | 54 | ||