summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2017-08-18 09:22:28 +0300
committerMikko Gronoff <mikko.gronoff@qt.io>2017-08-18 06:58:21 +0000
commitbd6fe4ab609befaede807faa16b38aaa286d5358 (patch)
tree71e183a7d1a212831e219fd393359e1bd64174f8
parent7df742a2bacf7ad93f766910871271ca1496072c (diff)
downloadmeta-boot2qt-bd6fe4ab609befaede807faa16b38aaa286d5358.tar.gz
toradex: mask python3-docutils
meta-toradex-bsp-common layer is still morty branched and behind Yocto 2.3 causing bbappend error due recipe version mismatch. Added BBMASK for the recipe until layer is up to date. Change-Id: If099c618752e6e21aff7d804f6061824b1cdc873 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r--conf/distro/include/toradex.inc7
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/distro/include/toradex.inc b/conf/distro/include/toradex.inc
index 86d8845..e1bc589 100644
--- a/conf/distro/include/toradex.inc
+++ b/conf/distro/include/toradex.inc
@@ -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.
@@ -29,7 +29,10 @@
29 29
30include conf/distro/include/fsl.inc 30include conf/distro/include/fsl.inc
31 31
32BBMASK += "meta-toradex-nxp/recipes-graphics/xorg-xserver" 32BBMASK += "\
33 meta-toradex-nxp/recipes-graphics/xorg-xserver \
34 meta-toradex-bsp-common/recipes-devtools/python \
35 "
33 36
34PREFERRED_PROVIDER_u-boot = "u-boot-toradex" 37PREFERRED_PROVIDER_u-boot = "u-boot-toradex"
35 38