Skip to content
Snippets Groups Projects
gitbot's avatar
GitBot authored
--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@075aeccb

Refactoring: share build and test job basics for ci-test and Yocto

This shares YAML code for the following procedures:
- Build environment
- Source code checkout via repo
- SSH key and known hosts setup
- LAVA test submission
- Docker check if build folder is empty
cbf86c83
# GuF Touch-Test

## HowTo build
This project uses GNU Autotools and needs a GuF SDK to provide the cross-compiler

### Preparation
Before being able to build there are some preparation steps to be completed

#### SDK
	* For cross-compiling you need to use a GuF SDK. This can be installed from any GuF release
	* source the environment of the SDK e.g `source /opt/sdk/GUF-Yocto-rocko-7.0-0-sdk/environment-setup-imx6guf-guf-linux-gnueabi`

#### Autotools
	* in the source directory run `./autogen.sh` to generate the configuration script
	* run the configuration script: `./configure --host=x86_64-pc-linux-gnu`

### Build
After the previous steps the project is ready to be built

	* Run the build: `make`