summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
Commit message (Collapse)AuthorAgeFilesLines
* layer.conf: Update to honisterMartin Jansa2021-08-041-1/+1
| | | | | | | This marks the layers as compatible with honister now they use the new override syntax. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Manually fix conversionMartin Jansa2021-08-041-5/+5
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-041-6/+6
| | | | | | | | | | This is the result of automated script conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* layer.conf: Define LAYERDEPENDSAndrei Gherzan2021-05-261-0/+1
| | | | | | | We should currently only depend on core - everything should be handled through dynamic layers. Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
* layer.conf: Drop gatesgarth and add honister to LAYERSERIES_COMPATKhem Raj2021-03-231-1/+1
| | | | | | | | | master can only be validated with latest WIP oe-core releases so drop gatesgrath which is now a dedicated release, soon hardknott will be out too but for master needs its fine, while hear add honister ( fall 2021 ) release too Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layer.conf: Add hardknott (3.3) to acceptable releasesKhem Raj2020-11-251-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layer.conf: Remove older releases from LAYERSERIES_COMPATMartin Jansa2020-11-031-1/+1
| | | | | | | | | | | * with gstreamer1.0-omx_1.18%.bbappend it won't even parse with dunfell and older * and since https://github.com/agherzan/meta-raspberrypi/commit/36c3c2e7ca09806da460328767565bbf872a6ad8 which renamed gstreamer1.0-omx_1.14%.bbappend to gstreamer1.0-omx_1.16%.bbappend it didn't parse with zeus and older Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* layer.conf: Add gatesgarth to LAYERSERIES_COMPATKhem Raj2020-10-151-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcamera: Define packageconfig to enable rpi pipelineMadhavan Krishnan2020-10-051-0/+2
| | | | | | | | libcamera middleware has supported many pipelines for video frames capturing. So defined the packageconfig, to enable the rpi pipeline and to capture frames using the rpi camera sensor. Signed-off-by: Madhavan Krishnan <madhavan.krishnan@linaro.org>
* oeqa: Add rpi specific kernel dmesg parserKhem Raj2020-03-171-0/+3
| | | | | | | | These errors are harmless on rpi3/rpi4 [1] [1] https://github.com/raspberrypi/linux/issues/3195 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layer.conf: add dunfell to compat layerPierre-Jean Texier2020-03-161-1/+1
| | | | Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
* layer.conf: Add zeus to compatible layersKhem Raj2019-09-041-1/+1
| | | | | | zeus is codename for next 3.0 release Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layer.conf: Add meta-networking to dynamic layersKhem Raj2019-07-281-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layer.conf: Add warrior to compatible release seriesKhem Raj2019-04-051-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layer.conf: Fix typo for openembedded-layer dynamic layer additionKhem Raj2018-12-201-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Add meta-oe to dynamic-layersKhem Raj2018-12-121-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* conf/layer.conf: Use BBFILES_DYNAMIC to handle dynamic-layersKhem Raj2018-11-191-0/+5
| | | | | | | | | BBFILES_DYNAMIC can be used to activate content only when given layers are present. For now just add qt5 layer to the BBFILES_DYNAMIC list Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layer.conf: Add thud to compatible layer seriesKhem Raj2018-09-261-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layer.conf: add LAYERSERIES_COMPATMartin Jansa2018-04-061-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* layer.conf: Add Dynamic Layer mechanismOtavio Salvador2017-09-271-0/+9
| | | | | | | | This allow for bbappend files to be enabled when specific layers are included. Change-Id: Iecbcf0de85a64aad71605b60ecd3d9a2586fae85 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* layer.conf: set high layer priorityPetter Mabäcker2015-03-011-1/+1
| | | | | | | Set a high layer prio to ensure that meta-raspberrypi addons are always prioritized above the depended layers. Signed-off-by: Petter Mabäcker <petter@technux.se>
* layer.conf: Set LICENSE_PATH to layers's custom licenses directoryAndrei Gherzan2013-03-131-0/+4
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* layer.conf: fix parseAndreas Müller2013-01-271-1/+1
| | | | | | | | | | | | | | after meta-systemd commit [1] the following error was thrown during parsing: ERROR: Unable to parse /home/Superandy/data/oe-core/sources/meta-raspberrypi/conf/layer.conf: Failure expanding variable BBFILES, expression was ... which triggered exception NameError: name 'base_contains' is not defined [1] http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f684c41dbd6333583e Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* CONF: Add layer and machine configs.David-John Willis2012-04-031-0/+10