diff options
Diffstat (limited to 'meta-tegra-extras/recipes/qt5/qtbase_git.bbappend')
-rw-r--r-- | meta-tegra-extras/recipes/qt5/qtbase_git.bbappend | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/meta-tegra-extras/recipes/qt5/qtbase_git.bbappend b/meta-tegra-extras/recipes/qt5/qtbase_git.bbappend index 5b9f84b..d48d6ac 100644 --- a/meta-tegra-extras/recipes/qt5/qtbase_git.bbappend +++ b/meta-tegra-extras/recipes/qt5/qtbase_git.bbappend | |||
@@ -1,6 +1,6 @@ | |||
1 | ############################################################################ | 1 | ############################################################################ |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2016 The Qt Company Ltd. | 3 | ## Copyright (C) 2017 The Qt Company Ltd. |
4 | ## Contact: https://www.qt.io/licensing/ | 4 | ## Contact: https://www.qt.io/licensing/ |
5 | ## | 5 | ## |
6 | ## This file is part of the Boot to Qt meta layer. | 6 | ## This file is part of the Boot to Qt meta layer. |
@@ -28,8 +28,3 @@ | |||
28 | ############################################################################ | 28 | ############################################################################ |
29 | 29 | ||
30 | PACKAGECONFIG += "kms" | 30 | PACKAGECONFIG += "kms" |
31 | |||
32 | # Disable getentropy for jetson-tx1 because of older than 3.17 kernel. | ||
33 | # The kernel version in jetson-tx2 is 4.4. | ||
34 | |||
35 | QT_CONFIG_FLAGS_append_jetson-tx1 = " --no-feature-getentropy" | ||