aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
AgeCommit message (Collapse)Author
2015-07-13layer.conf: include layer-specific bb filesTing Liu
Previously layer-specific bbappends are applied when that layer is included in the configuration. There is layer-specific bb files too (like asf_git.bb). Apply the same rule here. Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-07-29layer.conf: handle dynamic layer configurationEric BENARD
this patch is taken from : http://git.yoctoproject.org/cgit/cgit.cgi/meta-mentor/tree/conf/layer.conf#n9, as suggested by Chris Larson Change-Id: I6b8900c595708d19543c0aa059e37f77c09e32db Signed-off-by: Eric BĂ©nard <eric@eukrea.com>
2013-01-04layer.conf: Use 'fsl-arm' for collection nameOtavio Salvador
The 'freescale' collection name is too generic without making clear which architecture it supports. Using 'fsl-arm' we make it clear. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-01-04layer.conf: Use .= for adding to BBPATH and += to BBFILESAndrei Gherzan
http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f684c41dbd6333583e This triggers exception NameError: name 'base_contains' is not defined without this change Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-02fsl-eula-unpack.bbclass: Support Freescale EULA binaries unpackOtavio Salvador
This class provides the mechanism used for unpacking the .bin file downloaded by HTTP and handle the EULA acceptance. Change-Id: I88857c7dac94568c5bced4e712744087638de68a Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-09-28layer.conf: Add FSL_MIRROR repositoriesOtavio Salvador
Change-Id: If0a7d72b93c3c4646fb59cc4f59fd5fd5e0cae43 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
2011-12-20avoid changing settings under the hood of non-BSP machinesOtavio Salvador
In case Meta-Freescale is used together with other layers it shouldn't change any setting except when using the BSD specific machines thus the include files are moved onto a imx53-base.inc file. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-10-19layer: include default bsp providers and versionsAdrian Alonso
* Override preferred bsp application providers and versions Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2011-08-24layer: meta-freescale bsp layer settingsAdrian Alonso
* layer.conf: sets the search paths to include the custom BSP package build descriptors (recipes) * It also sets the priority to override common recipes provided in multiple layers. Signed-off-by: Adrian Alonso <b38018@freescale.com>