<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-python/conf/layer.conf, branch scarthgap-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=scarthgap-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=scarthgap-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2024-03-17T20:10:12+00:00</updated>
<entry>
<title>layer.conf: Prepare for release, drop nanbield LAYERSERIES</title>
<updated>2024-03-17T20:10:12+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2024-03-17T02:52:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a8310f7f31acdf273a3f51a75c74cc957375426e'/>
<id>urn:sha1:a8310f7f31acdf273a3f51a75c74cc957375426e</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>layer.conf: Update for the scarthgap release series</title>
<updated>2024-03-16T17:29:31+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2024-03-08T00:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=8186418f5b997c4d38800f952cb966677470c32b'/>
<id>urn:sha1:8186418f5b997c4d38800f952cb966677470c32b</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>layer.conf: update LAYERSERIES_COMPAT for nanbield</title>
<updated>2023-09-10T13:49:11+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>martin.jansa@gmail.com</email>
</author>
<published>2023-09-10T09:58:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=eff1b182c194ad940464f4f87531f4296422c050'/>
<id>urn:sha1:eff1b182c194ad940464f4f87531f4296422c050</id>
<content type='text'>
* oe-core switched to nanbield in:
  https://git.openembedded.org/openembedded-core/commit/?id=f212cb12a0db9c9de5afd3cc89b1331d386e55f6

Signed-off-by: Martin Jansa &lt;martin.jansa@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>layer.conf: update LAYERSERIES_COMPAT for mickledore</title>
<updated>2023-01-04T22:34:04+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>martin.jansa@gmail.com</email>
</author>
<published>2023-01-03T16:06:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=84ffd15cd1f77da445c9900a2d08892cd58f3313'/>
<id>urn:sha1:84ffd15cd1f77da445c9900a2d08892cd58f3313</id>
<content type='text'>
* oe-core switched to mickedore in:
  https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>layer.conf: Post release codename changes</title>
<updated>2022-05-08T01:47:16+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2022-04-27T22:07:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=71bbe89bac6c7b2788e92932e3ea271cf5cbb5bc'/>
<id>urn:sha1:71bbe89bac6c7b2788e92932e3ea271cf5cbb5bc</id>
<content type='text'>
Post release add langdale to match core

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>layer.conf: change layer priority to match oe-core</title>
<updated>2022-02-28T16:39:26+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@arm.com</email>
</author>
<published>2022-02-25T11:06:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=272f2083d46a5a023d0d18dcd3e8540a7c5c1cc8'/>
<id>urn:sha1:272f2083d46a5a023d0d18dcd3e8540a7c5c1cc8</id>
<content type='text'>
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 &lt;ross.burton@arm.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>layers: Bump to use kirkstone</title>
<updated>2022-02-22T02:12:04+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2022-02-17T20:38:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d9ec74d4c29fa3020d95a2ec0ada2e9a4f5767b6'/>
<id>urn:sha1:d9ec74d4c29fa3020d95a2ec0ada2e9a4f5767b6</id>
<content type='text'>
its not going to be backward ABI compatible with honister due to variable renaming.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>layer.conf: Update to honister</title>
<updated>2021-08-03T17:21:25+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2021-07-30T08:18:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=17adfde3bdb533a228617859b2ce22da245dc7d5'/>
<id>urn:sha1:17adfde3bdb533a228617859b2ce22da245dc7d5</id>
<content type='text'>
This marks the layers as compatible with honister now they use the new override
syntax.

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>layers: Drop gatesgarth from LAYERSERIES_COMPAT</title>
<updated>2021-03-19T18:58:17+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-03-19T18:32:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=5daae70617cf1cff517c1d0ea37c8fe6e804d116'/>
<id>urn:sha1:5daae70617cf1cff517c1d0ea37c8fe6e804d116</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>layer.conf: Add hardknott to LAYERSERIES_COMPAT</title>
<updated>2020-11-04T20:43:55+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2020-11-04T20:41:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=8fbaa7e41cc30dcffc82447c780b456119541029'/>
<id>urn:sha1:8fbaa7e41cc30dcffc82447c780b456119541029</id>
<content type='text'>
Thats codename for 3.3

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
