aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index d8deef3..f993329 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,21 @@ branch: master
revision: HEAD
```
+## EULA
+
+Some SoC depends on firmware and/or packages that are covered by
+Qualcomm EULA. To have the right to use those binaries in your images
+you need to read and accept the EULA available as:
+
+conf/eula/$MACHINE, e.g. conf/eula/dragonboard-410c
+
+In order to accept it, you should add, in your local.conf file:
+
+ACCEPT_EULA_$MACHINE = "1", e.g.: ACCEPT_EULA_dragonboard-410c = "1"
+
+If you do not accept the EULA the generated image will be missing some
+components and features.
+
## Contributing
If you want to contribute changes, you can send Github pull requests at