]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
bblayers/makesetup: include local repository paths in discovered layer repo data
authorAlexander Kanavin <alex@linutronix.de>
Tue, 7 May 2024 11:46:22 +0000 (13:46 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 May 2024 08:38:19 +0000 (09:38 +0100)
commitee33ebf6140ad13e401c2cccbb106a22043be356
tree693ece07adb32dcdb8ee67d7c3e8297bc6eca447
parent155fe6bda2d715aa616fa8db922dbaa11ebb8080
bblayers/makesetup: include local repository paths in discovered layer repo data

This can be useful when the caller needs to know where the repos actually
are on local disk (for example to make a local copy of them or obtain
additional information about them).

This field however should be removed from the json output in oe-setup-layers
plugin, as it is host-specific and not part of the schema.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/bblayers/makesetup.py
meta/lib/bblayers/setupwriters/oe-setup-layers.py