From bd6fe4ab609befaede807faa16b38aaa286d5358 Mon Sep 17 00:00:00 2001 From: Mikko Gronoff Date: Fri, 18 Aug 2017 09:22:28 +0300 Subject: 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 --- conf/distro/include/toradex.inc | 7 +++++-- 1 file 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 @@ ############################################################################ ## -## Copyright (C) 2016 The Qt Company Ltd. +## Copyright (C) 2017 The Qt Company Ltd. ## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Boot to Qt meta layer. @@ -29,7 +29,10 @@ include conf/distro/include/fsl.inc -BBMASK += "meta-toradex-nxp/recipes-graphics/xorg-xserver" +BBMASK += "\ + meta-toradex-nxp/recipes-graphics/xorg-xserver \ + meta-toradex-bsp-common/recipes-devtools/python \ + " PREFERRED_PROVIDER_u-boot = "u-boot-toradex" -- cgit v1.2.3-54-g00ecf