aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
AgeCommit message (Collapse)Author
2021-04-05conf/layer.conf: Drop unused dynamic entriesOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Change-Id: Id562d79bff400a9b05606e1d2fe0e1eca11b6c95
2021-03-26conf/layer.conf: Rename browser-layer as chromium-browser-layerPablo Saavedra
This commit updates the directory name of the browser-layer dynamic-layer because the changes introduced in https://github.com/OSSystems/meta-browser/pull/470. This browser-layer doesn't exist anymore in the meta-browser layer being replaced by a new chromium-browser-layer. For backwards compatibility this changes keeps the entries associated to the former browser-layer pointing to the new chromium-browser-layer. Signed-off-by: Pablo Saavedra <psaavedra@igalia.com>
2020-11-12conf/layer.conf: Add hardknott to LAYERSERIES_COMPATFabio Berton
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
2020-11-12conf/layer.conf: Support only gatesgarth releaseFabio Berton
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
2020-09-22conf/layer.conf: Make layer compatible only with dunfell and gatesgarthFabio Berton
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
2020-04-20conf/layer.conf: remove QORIQ_MIRROR settingTing Liu
git.freescale.com is down and will not be available. Signed-off-by: Ting Liu <ting.liu@nxp.com>
2020-03-16layer.conf: add dunfell to compat layerPierre-Jean Texier
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
2019-11-04weston: Improve weston.ini selection logicTom Hochstein
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>
2019-09-04layer.conf: Add zeus to compat layerKhem Raj
We need to drop warrior soon, and zeus is next release Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-04-02conf/layer.conf: Drop sumo and thud supportFabio Berton
If you want to use theses branches, use the respective platform. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
2019-04-01layer.conf: Add warrior to compatible release seriesKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-28layer.conf: Add thud to LAYERSERIES_COMPATKhem Raj
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>
2018-04-11meta-freescale: Add LAYERSERIES_COMPAT markup to layer.confC.R. Guo
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>
2018-02-28conf/layer.conf: Remove elf-layer from the dynamic listOtavio Salvador
Change-Id: I80db88f9f60cad2af7969aa5cb7bb2c42d8b0cf1 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-02-28conf/layer.conf: Use BBFILES_DYNAMIC to handle dynamic-layersFabio Berton
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>
2018-01-25layer.conf: Change default IMX_MIRROR to a new NXP oneYuqing Zhu
Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19layer.conf: Update the source mirror definitionZhenhua Luo
* 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>
2015-07-28Move meta-fsl-ppc content to layer rootOtavio Salvador
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>
2015-07-16Move external layer's specific changes for 'dynamic-layers' subdirOtavio Salvador
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>
2015-07-16conf/layer.conf: Use 'freescale-layer' collectionOtavio Salvador
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>
2015-07-16Move meta-fsl-arm content to layer rootOtavio Salvador
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>