diff options
author | 2015-10-12 22:56:29 +0100 | |
---|---|---|
committer | 2015-10-13 16:09:53 +0100 | |
commit | 8dafe1f167e1fd2dab90d87824dc4a89c4827bd7 (patch) | |
tree | 268cc4244677a07378da7c3646599082d8d50799 /conf/layer.conf | |
parent | e73b2550b41ed3f58df20f422ebc3bbf2fcc729a (diff) | |
download | meta-qcom-8dafe1f167e1fd2dab90d87824dc4a89c4827bd7.tar.gz meta-qcom-8dafe1f167e1fd2dab90d87824dc4a89c4827bd7.tar.bz2 meta-qcom-8dafe1f167e1fd2dab90d87824dc4a89c4827bd7.zip |
firmware: add recipe for DragonBoard 410c firmware file
The firmware for DragonBoard 410c are publicly available on Qualcomm Developer
Network website, but distributed with a specific EULA.
To manage the EULA, we are reusing the unpack functions from meta-fsl-arm, and
the user is required to explicitely accept the EULA by adding the following in
local.conf:
ACCEPT_QCOM_EULA="1"
If that variable is set, it is assumed that EULA was accepted and the firmware
can be added into the image.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r-- | conf/layer.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 1475211..4b1d983 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -9,3 +9,4 @@ BBFILE_COLLECTIONS += "qualcomm" BBFILE_PATTERN_qualcomm := "^${LAYERDIR}/" BBFILE_PRIORITY_qualcomm = "5" +QCOM_EULA_FILE = "${LAYERDIR}/conf/EULA" |