summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-all.sh2
-rw-r--r--scripts/manifest.xml2
-rw-r--r--scripts/manifest_jethro.xml2
-rwxr-xr-xscripts/setup-environment.sh8
4 files changed, 7 insertions, 7 deletions
diff --git a/scripts/build-all.sh b/scripts/build-all.sh
index e71a1c6..0b56d53 100755
--- a/scripts/build-all.sh
+++ b/scripts/build-all.sh
@@ -48,7 +48,7 @@ for DIR in $(ls -d build-*); do
48 bitbake b2qt-embedded-image meta-toolchain-b2qt-embedded-sdk 48 bitbake b2qt-embedded-image meta-toolchain-b2qt-embedded-sdk
49 if [ $? = 0 ]; then 49 if [ $? = 0 ]; then
50 if [ -n "${UPLOAD}" ]; then 50 if [ -n "${UPLOAD}" ]; then
51 ../sources/meta-b2qt/scripts/upload.sh 51 ../sources/meta-boot2qt/scripts/upload.sh
52 fi 52 fi
53 else 53 else
54 echo " build failed" >> ../build.log 54 echo " build failed" >> ../build.log
diff --git a/scripts/manifest.xml b/scripts/manifest.xml
index 864ef05..bb86dd7 100644
--- a/scripts/manifest.xml
+++ b/scripts/manifest.xml
@@ -13,7 +13,7 @@
13 <remote fetch="http://codereview.qt-project.org/yocto" name="qtyocto"/> 13 <remote fetch="http://codereview.qt-project.org/yocto" name="qtyocto"/>
14 <remote fetch="git://git.yoctoproject.org" name="intel"/> 14 <remote fetch="git://git.yoctoproject.org" name="intel"/>
15 <remote fetch="git://github.com/openembedded" name="oe-mirror"/> 15 <remote fetch="git://github.com/openembedded" name="oe-mirror"/>
16 <remote fetch="git://playground.ci.local" name="playground"/> 16 <remote fetch="ssh://git@git.qt.io/boot2qt" name="playground"/>
17 17
18 <project name="poky" 18 <project name="poky"
19 remote="yocto" 19 remote="yocto"
diff --git a/scripts/manifest_jethro.xml b/scripts/manifest_jethro.xml
index 390486a..3555b7c 100644
--- a/scripts/manifest_jethro.xml
+++ b/scripts/manifest_jethro.xml
@@ -13,7 +13,7 @@
13 <remote fetch="http://codereview.qt-project.org/yocto" name="qtyocto"/> 13 <remote fetch="http://codereview.qt-project.org/yocto" name="qtyocto"/>
14 <remote fetch="git://git.yoctoproject.org" name="intel"/> 14 <remote fetch="git://git.yoctoproject.org" name="intel"/>
15 <remote fetch="git://github.com/openembedded" name="oe-mirror"/> 15 <remote fetch="git://github.com/openembedded" name="oe-mirror"/>
16 <remote fetch="git://playground.ci.local" name="playground"/> 16 <remote fetch="ssh://git@git.qt.io/boot2qt" name="playground"/>
17 17
18 <project name="poky" 18 <project name="poky"
19 remote="yocto" 19 remote="yocto"
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh
index 3e35ad8..f370032 100755
--- a/scripts/setup-environment.sh
+++ b/scripts/setup-environment.sh
@@ -99,18 +99,18 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then
99 esac 99 esac
100 100
101 mkdir -p ${PWD}/${BUILDDIRECTORY}/conf 101 mkdir -p ${PWD}/${BUILDDIRECTORY}/conf
102 cp ${PWD}/sources/meta-b2qt/conf/${LAYERSCONF} ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf 102 cp ${PWD}/sources/meta-boot2qt/conf/${LAYERSCONF} ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf
103 103
104 if [ ! -d ${PWD}/sources/meta-qt5 ]; then 104 if [ ! -d ${PWD}/sources/meta-qt5 ]; then
105 sed -i -e '/meta-qt5/d' ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf 105 sed -i -e '/meta-qt5/d' ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf
106 fi 106 fi
107 107
108 if [ ! -d ${PWD}/sources/meta-b2qt/.git ]; then 108 if [ ! -d ${PWD}/sources/meta-boot2qt/.git ]; then
109 QT_SDK_PATH=$(readlink -f ${PWD}/sources/meta-b2qt/../../../../) 109 QT_SDK_PATH=$(readlink -f ${PWD}/sources/meta-boot2qt/../../../../)
110 fi 110 fi
111fi 111fi
112 112
113export TEMPLATECONF="${PWD}/sources/meta-b2qt/conf" 113export TEMPLATECONF="${PWD}/sources/meta-boot2qt/conf"
114. sources/poky/oe-init-build-env ${BUILDDIRECTORY} 114. sources/poky/oe-init-build-env ${BUILDDIRECTORY}
115 115
116# use sources from Qt SDK if that is available 116# use sources from Qt SDK if that is available