summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
Commit message (Collapse)AuthorAgeFilesLines
* layer.conf: include layer-specific bb filesTing Liu2015-07-131-0/+3
| | | | | | | | | | | 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>
* layer.conf: handle dynamic layer configurationEric BENARD2013-07-291-0/+5
| | | | | | | | | 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>
* layer.conf: Use 'fsl-arm' for collection nameOtavio Salvador2013-01-041-3/+3
| | | | | | | 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>
* layer.conf: Use .= for adding to BBPATH and += to BBFILESAndrei Gherzan2013-01-041-2/+2
| | | | | | | | | | 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>
* fsl-eula-unpack.bbclass: Support Freescale EULA binaries unpackOtavio Salvador2012-10-021-0/+2
| | | | | | | | | 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>
* layer.conf: Add FSL_MIRROR repositoriesOtavio Salvador2012-09-281-0/+6
| | | | | | Change-Id: If0a7d72b93c3c4646fb59cc4f59fd5fd5e0cae43 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
* avoid changing settings under the hood of non-BSP machinesOtavio Salvador2011-12-201-5/+0
| | | | | | | | 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>
* layer: include default bsp providers and versionsAdrian Alonso2011-10-191-1/+3
| | | | | | | * Override preferred bsp application providers and versions Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* layer: meta-freescale bsp layer settingsAdrian Alonso2011-08-241-0/+13
* 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>