]> code.ossystems Code Review - meta-freescale.git/commitdiff
Move external layer's specific changes for 'dynamic-layers' subdir
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 15 Jul 2015 20:21:16 +0000 (17:21 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 16 Jul 2015 18:01:29 +0000 (15:01 -0300)
The external layer's specific changes are now in the 'dynamic-layers'
subdirectory. This approach ease the identification of layer specific
recipes and extensions as all those are more visible isolated of the
main layer components.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 files changed:
conf/layer.conf
dynamic-layers/browser-layer/recipes-browser/chromium/chromium-imx.inc [moved from browser-layer/recipes-browser/chromium/chromium-imx.inc with 100% similarity]
dynamic-layers/browser-layer/recipes-browser/chromium/chromium_40.0.2214.91.bbappend [moved from browser-layer/recipes-browser/chromium/chromium_40.0.2214.91.bbappend with 100% similarity]
dynamic-layers/efl-layer/recipes-efl/efl/efl/0001-Add-preprocessor-definitions-for-Vivante-GLES-header.patch [moved from efl-layer/recipes-efl/efl/efl/0001-Add-preprocessor-definitions-for-Vivante-GLES-header.patch with 100% similarity]
dynamic-layers/efl-layer/recipes-efl/efl/efl_%.bbappend [moved from efl-layer/recipes-efl/efl/efl_%.bbappend with 100% similarity]
dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend [moved from openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend with 100% similarity]
dynamic-layers/openembedded-layer/recipes-kernel/asf/asf_git.bb [moved from openembedded-layer/recipes-kernel/asf/asf_git.bb with 100% similarity]
dynamic-layers/openembedded-layer/recipes-support/opencv/opencv/0001-MGS-515-ccc-Opencv-app-can-t-run-on-imx6sx-with-cam.patch [moved from openembedded-layer/recipes-support/opencv/opencv/0001-MGS-515-ccc-Opencv-app-can-t-run-on-imx6sx-with-cam.patch with 100% similarity]
dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_%.bbappend [moved from openembedded-layer/recipes-support/opencv/opencv_%.bbappend with 100% similarity]
dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase/Force_egl_visual_ID_33.patch [moved from qt5-layer/recipes-qt/qt5/qtbase/Force_egl_visual_ID_33.patch with 100% similarity]
dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend [moved from qt5-layer/recipes-qt/qt5/qtbase_%.bbappend with 100% similarity]
dynamic-layers/qt5-layer/recipes-qt/qt5/qtwebkit/0001-Fix-to-match-the-uniform-precision-qualifiers-in-ver.patch [moved from qt5-layer/recipes-qt/qt5/qtwebkit/0001-Fix-to-match-the-uniform-precision-qualifiers-in-ver.patch with 100% similarity]
dynamic-layers/qt5-layer/recipes-qt/qt5/qtwebkit_%.bbappend [moved from qt5-layer/recipes-qt/qt5/qtwebkit_%.bbappend with 100% similarity]

index 4c718ace51a31f3cdde594cebc893ad6686bd7db..0899deb3bfe30f6ddb3f188d801f302093be21f2 100644 (file)
@@ -17,10 +17,12 @@ MIRRORS += " \
 ${FSL_MIRROR}  http://download.ossystems.com.br/bsp/freescale/source/ \n \
 "
 
-# 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 \
+# The dynamic-layers directory hosts the extensions and layer specific
+# modifications related to Freescale products.
+#
+# The .bbappend and .bb files are included if the respective layer
+# collection is available.
+BBFILES += "${@' '.join('${LAYERDIR}/dynamic-layers/%s/recipes*/*/*.bbappend' % layer \
                for layer in BBFILE_COLLECTIONS.split())}"
-# Add layer-specific bb files too
-BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bb' % layer \
+BBFILES += "${@' '.join('${LAYERDIR}/dynamic-layers/%s/recipes*/*/*.bb' % layer \
                for layer in BBFILE_COLLECTIONS.split())}"