Skip to content
Snippets Groups Projects
Commit 21ba5b28 authored by Eberhard Stoll's avatar Eberhard Stoll
Browse files

Add EULA management includes

Add contents conf/EULA.conf to conf/local.conf if this file exists
This is required for STM32MP where the EULA variable contains the machine
and must not be set when no graphics is available.
E.g. ACCEPT_EULA_stm32mp-t100x-testadapter = "1"
parent 15cb2c98
No related branches found
No related tags found
1 merge request!2Add EULA management includes
......@@ -39,6 +39,7 @@ stages:
.build-script: &build-script
- echo "ACCEPT_FSL_EULA = \"1\"" >> conf/local.conf
- test -e conf/EULA.conf && echo "include EULA.conf" >> conf/local.conf
- bitbake $BUILD_TARGETS
.init-meta:
......
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