Move openembedded-layer to LAYERDEPENDS, it simplifies things and this
layer isn't required to have least possible dependencies.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Added instructions that explain how to add meta-qcom layer to the build
and how to build a qcom-armv8a core-image-minimal image.
Signed-off-by: Davide Ricci <davide.ricci@linaro.org>
Drop all the individual 64-bit boards support. Leave only the generic
qcom-armv8a machine (which should be used instead) and the 32-bit devices.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
- Fix the URL to point to github.com/Linaro/meta-qcom
- Change the maintainer of meta-qcom to me
- Remove the mailing list option to submit patches
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
The URI for oe-core is broken and redirect to an HTTP 404 page. Update
the URI in order to use the up-to-date repository name:
openembedded-core.
Signed-off-by: Fabien Parent <fabien.parent@linaro.org>
Since r1032.1 the Qualcomm firmware have been released with a license that
allows redistribution. And the file is now available publicly without the need
for user to read/accept EULA. As such, we remove the constraint on meta-qcom as
well.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>