Skip to content
Snippets Groups Projects
Commit 78f91652 authored by Tobias Kahlki's avatar Tobias Kahlki Committed by Jonas Höppner
Browse files

readme: Added section with build instructions

parent 5dc50e0b
No related branches found
No related tags found
1 merge request!49Cherry-pick from dunfell and rewrite nogplv3 distro.
...@@ -2,6 +2,19 @@ ...@@ -2,6 +2,19 @@
This layer can be used to create an Image for SECO North devices without GPLv3 software. This layer can be used to create an Image for SECO North devices without GPLv3 software.
## Build Instructions
The image build without GPLv3 is based on an additional distro:
``MACHINE=imx8mpguf DISTRO=guf-wayland-no-gplv3 BBLAYERS=bblayers_imx8.conf source ./setup-environment build``
The layer provides a bbclass, that can be used to create new images without GPLv3.
There is also a default image, that has similar functionality as the SECO North default image (guf-image):
``bitbake seco-image-nogplv3``
For a full example of all build steps, please see the README in the machine layer (https://git.seco.com/seco-ne/yocto/layers/meta-guf-machine).
## Limitations ## Limitations
A lot of Linux base-utils are released under the GPLv3 license. Because of this, most of these utils are replaced by their BusyBox variant. A lot of Linux base-utils are released under the GPLv3 license. Because of this, most of these utils are replaced by their BusyBox variant.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment