Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split WoA firmware recipes #641

Merged
merged 2 commits into from
Sep 13, 2024
Merged

Split WoA firmware recipes #641

merged 2 commits into from
Sep 13, 2024

Commits on Sep 12, 2024

  1. firmware-woa: move WoA firmware to dynamic-layers/openembedded-layer

    WoA firmware depends on cabextract-native, which is a part of meta-oe
    layer. Move WoA firmware to be dynamically enabled only if meta-oe is
    a part of the build.
    
    Closes Linaro#636
    
    Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    lumag committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1b82ab7 View commit details
    Browse the repository at this point in the history
  2. layer.conf: add openembedded-layer to LAYERRECOMMENDS

    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>
    lumag committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    e0ac109 View commit details
    Browse the repository at this point in the history