From 2b424611e043c549f9d0fb28ee9e12c3affef6c4 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 23 Sep 2017 16:53:09 +0200 Subject: qt5 toolchain: include python json module in the native sdk As several customers reported qtcreator imports that python module when debugging. https://www.toradex.com/community/questions/11201/qt-creator-debugging-python-issue-colibri-imx7d.html Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- conf/layer.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'conf') diff --git a/conf/layer.conf b/conf/layer.conf index 3f070c0..d80ef67 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,6 +8,14 @@ BBFILE_COLLECTIONS += "toradex-demos" BBFILE_PATTERN_toradex-demos = "^${LAYERDIR}/" BBFILE_PRIORITY_toradex-demos = "90" +# Let us add layer-specific bbappends which are only applied when that +# layer is included in our configuration +BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bbappend' % layer \ + for layer in BBFILE_COLLECTIONS.split())}" +# Add layer-specific bb files too +BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bb' % layer \ + for layer in BBFILE_COLLECTIONS.split())}" + LAYERDEPENDS_toradex-demos = " \ core \ openembedded-layer gnome-layer multimedia-layer networking-layer \ -- cgit v1.2.3