Update LAYERSERIES_COMPAT to whinlatter following OE-Core change.
Forthcoming path changes are non backwards-compatible, so drop old
releases from the compat string.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
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>
The meta-qcom layer has enough optional features that depend on the
meta-oe layer (WoA firmware, gpsd, adbd). Specify that it's recommented
to use meta-oe layer.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
With the introduction of UNPACKDIR the OE-Core layer is no longer
compatible with scarthgap. Switch LAYERSERIES_COMPAT_qcom to styhead.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
openembedded-core moved to scarthgap release so update
layer to make it compatible with core layer.
Signed-off-by: Atul Dhudase <quic_adhudase@quicinc.com>
Add support for providing Qualcomm-specific extensions to the kernels
found in meta-linux-mainline.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
The conversion was mostly automated with:
./scripts/contrib/convert-overrides.py
With a few manual tweaks.
Also change LAYERCOMPAT to honister.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
meta-qcom depends only oe-core, mark it explicitely. The layer has
additional dependencies on meta-oe or meta-networking, but they are
optional.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Some tools we have in initramfs-test-image are not in OE Core. So
instead split the list and use dynamic-layer to include them only when
their respective layers are also globally used.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
* Distro's should decide via bblayers.conf on adding the
layers, BSPs layers should provide for the machine policies
* Utilize the dynamic layer feature from core
Signed-off-by: Khem Raj <raj.khem@gmail.com>