summaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@qt.io>2016-08-25 12:19:51 +0200
committerGatis Paeglis <gatis.paeglis@qt.io>2016-08-25 11:17:38 +0000
commit38f883909812a8ca6815431295c8a0fa4e92489d (patch)
tree1757fe7382c92582c3fbab1cfbcacfed711e66c2 /recipes
parentb86f141a10eebbefc773be4c2b87e3e48635e56d (diff)
downloadmeta-boot2qt-38f883909812a8ca6815431295c8a0fa4e92489d.tar.gz
Disable use of O_TMPFILE by default
It is not uncommon for embedded devices to use relatively older versions of the Linux kernel, where file systems do not support O_TMPFILE (since Linux 3.11) or implementations contain bugs (with fixes available in some > 3.11 version). Change-Id: Ic204bf6dcbdbcece87d42eea8eed9e114bd757ad Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/ostree/ostree.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/ostree/ostree.bb b/recipes/ostree/ostree.bb
index c0ac11a..0fcb810 100644
--- a/recipes/ostree/ostree.bb
+++ b/recipes/ostree/ostree.bb
@@ -72,6 +72,7 @@ EXTRA_OECONF = "--with-dracut \
72 --enable-man=no \ 72 --enable-man=no \
73 --with-soup \ 73 --with-soup \
74 --with-static-prepare-root \ 74 --with-static-prepare-root \
75 --disable-otmpfile \
75 --enable-libsoup-client-certs" 76 --enable-libsoup-client-certs"
76 77
77do_configure_prepend() { 78do_configure_prepend() {