aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
AgeCommit message (Collapse)Author
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>