This layer supports removing GPLv3 software from the Yocto build for Renesas RZ reference BSP.
Note:
- This layer replaces default shell
bash
(which has GPLv3 license) byzsh
shell.
zsh
shell is not guaranteed to be full compatible withbash
, but normal shell script should run fine. - Because
coreutils
has GPLv3 license, it will be replaced byuutils-coreutils
from meta-openembedded.
Note thatuutils-coreutils
is not yet fully compatbile withcoreutils
.
Name | Layers | Repository | Branch |
---|---|---|---|
poky | meta | https://git.yoctoproject.org/poky | scarthgap |
meta-openembedded | meta-oe | https://git.openembedded.org/meta-openembedded | scarthgap |
meta-renesas | meta-rz-bsp meta-rz-distro |
https://github.com/renesas-rz/meta-renesas | scarthgap |
Simply add this layer to bitbake build system
$ bitbake-layers add-layer ../meta-rz-nogplv3/