]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
yocto-check-layer: show the distro used
authorJose Quaresma <jose.quaresma@oss.qualcomm.com>
Mon, 8 Sep 2025 14:15:05 +0000 (15:15 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Sep 2025 09:45:09 +0000 (10:45 +0100)
commitbcc74229e6d5a716a9f65546665a42478295dece
tree9339674fdef9994f12108f7efd7d0ce63263e7a2
parentd5e41e1cee17c25a63a9df0769052ff4dce44333
yocto-check-layer: show the distro used

It is good to know which distribution is being used, because it is not the same
whether we are using the poky or openembedded-core+bitbake repository.

The default distribution of bitbake is the nodistro while the other is poky.
The nodistro and poky produce different results when used to check the compatibility
of a layer so it is important to inform about the distro in use.

Signed-off-by: Jose Quaresma <jose.quaresma@oss.qualcomm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/yocto-check-layer