summaryrefslogtreecommitdiffstats
path: root/meta-tegra-extras/recipes/qt5/qtbase_git.bbappend
diff options
context:
space:
mode:
authorIlari Ängeslevä <ilari.angesleva@qt.io>2017-10-19 08:15:56 +0300
committerIlari Ängeslevä <ilari.angesleva@qt.io>2017-11-02 12:32:14 +0000
commit450388ddf932c1ed892d29fe8da6429fbc5797e5 (patch)
tree20993d65fb0e0d1136c794ca7737daa742ed5f3f /meta-tegra-extras/recipes/qt5/qtbase_git.bbappend
parentce8684eb34011262ea52e03650af8d9a43846d54 (diff)
downloadmeta-boot2qt-450388ddf932c1ed892d29fe8da6429fbc5797e5.tar.gz
Add support for jetson-tx2
* Update env init and set-up scripts with jetson-tx2 definitions. * Include jetson-tx2 specific configuration files. * Create a copy of an existing patch to adapt to recent changes in the kernel directory structure. Change-Id: I28fbc6cdfe91562ef261543bba4d136c4291ce23 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'meta-tegra-extras/recipes/qt5/qtbase_git.bbappend')
-rw-r--r--meta-tegra-extras/recipes/qt5/qtbase_git.bbappend6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-tegra-extras/recipes/qt5/qtbase_git.bbappend b/meta-tegra-extras/recipes/qt5/qtbase_git.bbappend
index ae323cf..5b9f84b 100644
--- a/meta-tegra-extras/recipes/qt5/qtbase_git.bbappend
+++ b/meta-tegra-extras/recipes/qt5/qtbase_git.bbappend
@@ -29,5 +29,7 @@
29 29
30PACKAGECONFIG += "kms" 30PACKAGECONFIG += "kms"
31 31
32# Disable getentropy because of older than 3.17 kernel 32# Disable getentropy for jetson-tx1 because of older than 3.17 kernel.
33QT_CONFIG_FLAGS += "--no-feature-getentropy" 33# The kernel version in jetson-tx2 is 4.4.
34
35QT_CONFIG_FLAGS_append_jetson-tx1 = " --no-feature-getentropy"