summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt-distro/conf/distro/include/toradex.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-boot2qt-distro/conf/distro/include/toradex.inc')
-rw-r--r--meta-boot2qt-distro/conf/distro/include/toradex.inc8
1 files changed, 7 insertions, 1 deletions
diff --git a/meta-boot2qt-distro/conf/distro/include/toradex.inc b/meta-boot2qt-distro/conf/distro/include/toradex.inc
index 9a252d0..12a1999 100644
--- a/meta-boot2qt-distro/conf/distro/include/toradex.inc
+++ b/meta-boot2qt-distro/conf/distro/include/toradex.inc
@@ -1,6 +1,6 @@
1############################################################################ 1############################################################################
2## 2##
3## Copyright (C) 2017 The Qt Company Ltd. 3## Copyright (C) 2019 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.
@@ -34,8 +34,10 @@ require conf/machine/include/${MACHINE}.inc
34 34
35BBMASK += "\ 35BBMASK += "\
36 meta-toradex-nxp/recipes-graphics/xorg-xserver \ 36 meta-toradex-nxp/recipes-graphics/xorg-xserver \
37 meta-toradex-nxp/recipes-multimedia/gstreamer \
37 meta-toradex-bsp-common/recipes-devtools/python \ 38 meta-toradex-bsp-common/recipes-devtools/python \
38 meta-toradex-bsp-common/recipes-devtools/e2fsprogs \ 39 meta-toradex-bsp-common/recipes-devtools/e2fsprogs \
40 meta-toradex-bsp-common/recipes-core/systemd \
39 " 41 "
40 42
41PREFERRED_PROVIDER_u-boot = "u-boot-toradex" 43PREFERRED_PROVIDER_u-boot = "u-boot-toradex"
@@ -49,3 +51,7 @@ IMAGE_BOOT_FILES += " \
49 fwd_mmc.img;flash_mmc.img \ 51 fwd_mmc.img;flash_mmc.img \
50 ${MACHINE}/*;${MACHINEDIR}/ \ 52 ${MACHINE}/*;${MACHINEDIR}/ \
51 " 53 "
54
55# use 1.14.0 that matches the imx version of gstreamer
56PREFERRED_VERSION_gstreamer1.0-plugins-ugly = "1.14.0"
57PREFERRED_VERSION_gstreamer1.0-libav = "1.14.0"