summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
Commit message (Collapse)AuthorAgeFilesLines
* weston: Improve weston.ini selection logicTom Hochstein2019-11-041-0/+6
| | | | | | | | | | | | Add a variable WESTON_INI_INSTALL_FILE to make it easy to customize the selection of the weston.ini file. The main recipe now performs only a generic install of the selected file. For AGL and IVI, we use the BBFILES_DYNAMIC mechanism to specify no file and an IVI-specific file respectively. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* layer.conf: Add zeus to compat layerKhem Raj2019-09-041-1/+1
| | | | | | We need to drop warrior soon, and zeus is next release Signed-off-by: Khem Raj <raj.khem@gmail.com>
* conf/layer.conf: Drop sumo and thud supportFabio Berton2019-04-021-1/+1
| | | | | | If you want to use theses branches, use the respective platform. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
* layer.conf: Add warrior to compatible release seriesKhem Raj2019-04-011-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layer.conf: Add thud to LAYERSERIES_COMPATKhem Raj2018-09-281-1/+1
| | | | | | | 2.6 is called thud and is upcoming Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* meta-freescale: Add LAYERSERIES_COMPAT markup to layer.confC.R. Guo2018-04-111-0/+1
| | | | | | | | | This means mismatched layers are more clearly identified to the user in cases where compatibility has not been tested. (From meta-yocto rev: ca35ea46708e0514e4d5a20950880be0bf1d4147) Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* conf/layer.conf: Remove elf-layer from the dynamic listOtavio Salvador2018-02-281-3/+0
| | | | | Change-Id: I80db88f9f60cad2af7969aa5cb7bb2c42d8b0cf1 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* conf/layer.conf: Use BBFILES_DYNAMIC to handle dynamic-layersFabio Berton2018-02-281-9/+25
| | | | | | | | | | Bitbake commit 04f8bd50aa04b12cf91dd6a3154527ad2c24695c introduced BBFILES_DYNAMIC, that can be used to activate content only when some other layers are present. This BBFILES_DYNAMIC can be used to handle meta-freescale dynamic-layers. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* layer.conf: Change default IMX_MIRROR to a new NXP oneYuqing Zhu2018-01-251-1/+1
| | | | | Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* layer.conf: Update the source mirror definitionZhenhua Luo2016-04-191-2/+7
| | | | | | | | | | | | * Add QorIQ source mirror * Replace FSL_MIRROR with IMX_MIRROR to define imx source mirror * Set FSL_MIRROR to ${IMX_MIRROR} to ensure recipes(refer to FSL_MIRROR) work, the FSL_MIRROR definition can be removed when those recipes are updated to use IMX_MIRROR Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Acked-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Move meta-fsl-ppc content to layer rootOtavio Salvador2015-07-281-0/+3
| | | | | | | | This commit is just a rename of all contents of meta-fsl-ppc subdirectory to this layer's root, merging the contents of common files, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Move external layer's specific changes for 'dynamic-layers' subdirOtavio Salvador2015-07-161-5/+7
| | | | | | | | | 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>
* conf/layer.conf: Use 'freescale-layer' collectionOtavio Salvador2015-07-161-3/+3
| | | | | | | | The 'fsl-arm' collection is now renamed for 'freescale-layer'. This indicates the layer uses the new layout and is incompatible with other layers relying in meta-fsl-arm or meta-fsl-ppc existing layout. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Move meta-fsl-arm content to layer rootOtavio Salvador2015-07-161-0/+26
The meta-fsl-arm is going to be used as the base for this layer. It contains a clean history and allowing a more granullar set of changes. This commit is just a rename of all contents of meta-fsl-arm subdirectory to this layer's root, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>