aboutsummaryrefslogtreecommitdiffstats
path: root/dynamic-layers
AgeCommit message (Collapse)Author
2021-02-16alsa-ucm-conf: add patches for RB5 boardDmitry Baryshkov
Add several patches enabling ALSA UCM on Qualcomm RB5 board. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> (cherry picked from commit 0262ae0d928d9a417c505abea110f32be5f25ee2) (cherry picked from commit 333a865094b31250cf31877cf60c2b0cc3681fd0) [DB: move to dynamic-layers/backports-layer, updated to use conf.d] Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-02-16alsa-ucm-conf: add patches to lookup config using kernel driver nameDmitry Baryshkov
To support 'sound driver built in' configs we'd need to lookup the UseCase using the kernel driver name rather than module name. Extend search paths accordingly. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-01-28android-tools-conf-configfs: provide machine configuration for adbdDmitry Baryshkov
Provide Qualcomm-specific configuration for adbd. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> (cherry picked from commit 93eaa756a81d5b91b81e039345aac90f4571e9b9) Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2020-03-22qcom-x11-image: use dynamic_layer since it depends on meta-oeNicolas Dechesne
This image depends on meta-oe (openbox, gtkperf, ...), so let's move it to the dynamic_layer folder. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2020-03-21initramfs-test-image: use dynamic_layer for utilities not in OE CoreNicolas Dechesne
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>
2019-10-07dynamic-layers/openembedded-layer: Rebased pds patch to apply in gpsd 3.19Aníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2019-09-14gpsd: update PDS service patchNicolas Dechesne
PDS service support patch was updated to fix an issue on SD820. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2019-01-04layer.conf: Use BBFILES_DYNAMIC to add meta-oeKhem Raj
* 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>