Go to file
Ross Burton 272f2083d4 layer.conf: change layer priority to match oe-core
Layer priority is the ultimate decider of what recipe is used: if layer
A has recipe foo_1 and layer B has recipe foo_2, if layer A's priority
is higher than B then foo_1 will be used, even though the version in B
is higher, and even if PREFERRED_VERSION_foo is set to 2.

This complicates recipes moving between layers, for example when a newer
version of a recipe (say, python3-wheel) is taken from a layer with a
higher priority (say, meta-python) and moved to a layer with a lower
priority (say, oe-core) then it has to be removed before it is added:
there is no way to have it in both layers and work correctly.

Higher priorities are useful in distribution layers where you may want
to override specific recipes without any other fuss.  However as all of
the layers in meta-oe simply add more recipes in defined areas, there's
no need to have a higher layer priority.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-28 08:39:26 -08:00
contrib contrib: fix python warnings for oe-stylize 2021-12-21 18:49:37 -08:00
meta-filesystems layer.conf: change layer priority to match oe-core 2022-02-28 08:39:26 -08:00
meta-gnome layer.conf: change layer priority to match oe-core 2022-02-28 08:39:26 -08:00
meta-initramfs layer.conf: change layer priority to match oe-core 2022-02-28 08:39:26 -08:00
meta-multimedia layer.conf: change layer priority to match oe-core 2022-02-28 08:39:26 -08:00
meta-networking netplan: Add knob to enable tests 2022-02-24 08:35:24 -08:00
meta-oe layer.conf: change layer priority to match oe-core 2022-02-28 08:39:26 -08:00
meta-perl layer.conf: change layer priority to match oe-core 2022-02-28 08:39:26 -08:00
meta-python layer.conf: change layer priority to match oe-core 2022-02-28 08:39:26 -08:00
meta-webserver layer.conf: change layer priority to match oe-core 2022-02-28 08:39:26 -08:00
meta-xfce layer.conf: change layer priority to match oe-core 2022-02-28 08:39:26 -08:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README Update maintainers 2018-08-27 10:53:58 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj raj.khem@gmail.com

This repository is a collection of layers to suppliment OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories