summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@qt.io>2016-11-02 14:37:03 +0100
committerGatis Paeglis <gatis.paeglis@qt.io>2016-11-02 13:38:29 +0000
commitbb8ea97b57ce0deceb72f8780d1c37adf935d73a (patch)
tree5a73e1b7f4de15a995d34a0a8afeb58b09b44f04
parent9aff4083765a62a2b6d629971dba602646ffd3d4 (diff)
build_ostree.sh: use the same SHA as yocto recipe
Change-Id: If0d6e33da0171c6ccb100e063766ade7b1d11c1a Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
-rwxr-xr-xqt-ostree/build-ostree.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ostree/build-ostree.sh b/qt-ostree/build-ostree.sh
index 243bc7b..d01bf35 100755
--- a/qt-ostree/build-ostree.sh
+++ b/qt-ostree/build-ostree.sh
@@ -35,7 +35,7 @@ set -x
# e2fslibs-dev libgpgme11-dev libsoup2.4-dev libarchive-dev
DIR=$(dirname $(readlink -f $0))
-OTA_OSTREE_REF="77af6844d8330b31d58080076afb31e08974ce09"
+OTA_OSTREE_REF="8ece4d6d51bdbe3e41ab318259276bb83e553aa0"
PARALLEL=4
cd "${DIR}"
@@ -49,7 +49,6 @@ git am "${DIR}"/patches/deploy-add-karg-none-argument.patch
git am "${DIR}"/patches/Support-for-booting-without-initramfs.patch
git am "${DIR}"/patches/Allow-updating-files-in-the-boot-directory.patch
git am "${DIR}"/patches/u-boot-add-bootdir-to-the-generated-uEnv.txt.patch
-git am "${DIR}"/patches/u-boot-Merge-ostree-s-and-systems-uEnv.txt.patch
git am "${DIR}"/patches/Create-firmware-convenience-symlinks.patch
./autogen.sh \
@@ -57,6 +56,7 @@ git am "${DIR}"/patches/Create-firmware-convenience-symlinks.patch
--enable-rofiles-fuse=no \
--enable-gtk-doc-html=no \
--enable-man=no \
+ --enable-introspection=no \
--disable-shared \
--enable-static