aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
AgeCommit message (Collapse)Author
2021-08-03layer: convert to new override syntaxoverrideNicolas Dechesne
The conversion was mostly automated with: ./scripts/contrib/convert-overrides.py With a few manual tweaks. Also change LAYERCOMPAT to honister. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2021-05-26layer.conf: set LAYERDEPENDSlayerdependsNicolas Dechesne
meta-qcom depends only oe-core, mark it explicitely. The layer has additional dependencies on meta-oe or meta-networking, but they are optional. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2021-03-19layer.conf: add hardknott to compatible release branchesKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-10-15layer.conf: Add gatesgarth to LAYERSERIES_COMPATKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-24layer.conf: Mark it dunfell (3.1) compatibleKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-21initramfs-test-image: use dynamic_layer for utilities not in OE CoreNicolas Dechesne
Some tools we have in initramfs-test-image are not in OE Core. So instead split the list and use dynamic-layer to include them only when their respective layers are also globally used. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2019-11-28layer.conf: remove old versions from LAYERSERIES_COMPATNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2019-10-08layer: Add zeus to compatible releaseKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-04-01layer.conf: Add warrior to compatible release seriesKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-04layer.conf: Use BBFILES_DYNAMIC to add meta-oeKhem Raj
* Distro's should decide via bblayers.conf on adding the layers, BSPs layers should provide for the machine policies * Utilize the dynamic layer feature from core Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-01layer.conf: Add thud to compatible layer seriesKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-04-16layer.conf: add LAYERSERIES_COMPAT markupRicardo Salveti
Allows the user to easily identify if the layer is compatible with oe-core. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
2017-11-07firmware-qcom-dragonboard410c: remove ACCEPT_EULA variableNicolas Dechesne
Since r1032.1 the Qualcomm firmware have been released with a license that allows redistribution. And the file is now available publicly without the need for user to read/accept EULA. As such, we remove the constraint on meta-qcom as well. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-03-17qcom eula: EULA variable were changed to match expectations from OE RPBNicolas Dechesne
OE RPB setup scripts have a generic EULA implementation that can be used with any BSP layer. This implementation is making a few assumptions: * the BSP layer requires EULA is conf/eula/$MACHINE exists * the user has accepted the EULA if ACCEPT_EULA_$MACHINE is set to 1 This commit implements these changes. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-02-09conf/layer.conf: allow adding recipes based on current enabled layersNicolas Dechesne
we might need to do some customization (bbappend, or new recipes) only if our BSP layer is used with others layers. So this commit will dynamically include *.bb and *.bbappend from <other layer>/*, for each layer currently in use. This is reusing the logic found in meta-fsl-arm. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-10-14meta-qualcomm: the layer was renamed meta-qcomNicolas Dechesne
So this commit updates README and layer.conf file. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-10-13firmware: add recipe for DragonBoard 410c firmware fileNicolas Dechesne
The firmware for DragonBoard 410c are publicly available on Qualcomm Developer Network website, but distributed with a specific EULA. To manage the EULA, we are reusing the unpack functions from meta-fsl-arm, and the user is required to explicitely accept the EULA by adding the following in local.conf: ACCEPT_QCOM_EULA="1" If that variable is set, it is assumed that EULA was accepted and the firmware can be added into the image. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2014-07-23Create initial BSP layer for IFC6410Nicolas Dechesne
- create meta-qualcomm OE layer - add README and license file - create machine configuration for ifc6410, using the 3.4+freedreno kernel - configure freedreno in mesa, and create xf86-video-freedreno recipe This has been tested with distro-less OE-core on IFC6410 meta = "master:6bc3696d8451a23d743daf03ee98c4ba54ce4551" Using the following extra configuration in local.conf: DISTRO_FEATURES_append = " opengl" CORE_IMAGE_EXTRA_INSTALL += "mesa-demos" VIRTUAL-RUNTIME_graphical_init_manager = "" glxgears was tested using the GPU firmware from the Inforce BSP v1.5 release. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>