Nicolas Dechesne 4d213ba8dc firmware-qcom-dragonboard410c: add dependency on xz
The self extracting archive internally uses xz compression, so when we unpack
the firmware archive, we end up using xz. HOSTTOOLS has been introduced in OE
core recently to avoid silently using tools from $PATH on the host. This has
reavealed that the firmware recipe was missing an explicit dependency on
xz-native tool (until now it was using it from the host!).

Reported-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-03-21 16:19:08 +01:00
2017-03-01 18:14:44 +01:00
2016-09-26 08:05:47 +01:00
2016-03-17 22:06:41 +00:00

meta-qcom

Introduction

OpenEmbedded/Yocto Project layer for Qualcomm based platforms.

This layer depends on:

URI: git://github.com/openembedded/oe-core.git
layers: meta
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 https://github.com/ndechesne/meta-qcom/pulls.

Alternatively you can send patches to openembedded@lists.linaro.org, in which case, please:

  • When creating patches, please use something like:

git format-patch -s --subject-prefix='meta-qcom][PATCH' origin

  • When sending patches, please use something like:

git send-email --to openembedded@lists.linaro.org <generated patch>

You can discuss about this layer, on #linaro on FreeNode IRC network.

Reporting issues

Please report any issue on https://github.com/ndechesne/meta-qcom/issues

Maintainer(s)

Nicolas Dechesne nicolas.dechesne@linaro.org

Description
No description provided
Readme 1.8 MiB
Languages
BitBake 100%