diff options
| author | Samuli Piippo <samuli.piippo@qt.io> | 2026-02-04 08:25:44 +0000 |
|---|---|---|
| committer | Samuli Piippo <samuli.piippo@qt.io> | 2026-02-04 08:56:46 +0000 |
| commit | 571c5ab48b917e4f1cd01ebf2063e40125277b3f (patch) | |
| tree | 33ed8f6d13771732a54787c83fc1d681f7937a28 | |
| parent | 0c73da8b9a352398a3db589afa1817939f4a6ac5 (diff) | |
meta-renesas layer has various recipes with CLOSED license that
are not suitable for copying into the image and fail the build
when COPY_LIC_DIRS is enabled.
Since we are already prohibited from distributing the renesas
artefacts, we can simple disable the license copying.
Change-Id: I22b7f2e733a7b47edae8bd5267f7ae311bf5ac20
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| -rw-r--r-- | conf/distro/include/b2qt.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/distro/include/b2qt.inc b/conf/distro/include/b2qt.inc index 9b1a1cb..623d6b5 100644 --- a/conf/distro/include/b2qt.inc +++ b/conf/distro/include/b2qt.inc @@ -97,3 +97,7 @@ IMAGE_INSTALL:append = " \ packagegroup-graphics-renesas-wayland \ " MACHINE_FEATURES:append:salvator-x = " usb3" + +# meta-renesas contains recipes with CLOSED license +# that cannot be copied to image with COPY_LIC_DIRS +COPY_LIC_DIRS = "0" |
