Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: YoeDistro/meta-qcom
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0e774c2359337cdb385cc687ec6080b9e7c3f7b6
Choose a base ref
...
head repository: YoeDistro/meta-qcom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e6b49c18e5a1bb3ce345f0ef0ed2bae3f988d846
Choose a head ref
  • 17 commits
  • 34 files changed
  • 1 contributor

Commits on Nov 3, 2023

  1. qcom-armv8a: drop the maxcpus=2 from apq8096-db820c

    The supported kernels gained the CBF driver, that fixes SMP issues on
    MSM8996 / APQ8096 platforms. Thus the maxcpus=2 override is not
    necessary anymore.
    
    Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    lumag committed Nov 3, 2023
    Copy the full SHA
    f517940 View commit details
  2. linux-qcom-bootimg: declare variable dependency

    The do_qcom_img_deploy function references several variables (and flags)
    in a way that is not visible to bitbake. Declare vardeps manually to let
    bitbake know it and reschedule the function if one of variables changes.
    
    Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    lumag committed Nov 3, 2023
    Copy the full SHA
    c7b9fb5 View commit details
  3. linux-qcom-bootimg: convert to the bbclass

    In order to improve sharing of the bootimg code, convert it to the
    BitBake class instead of it being just an include.
    
    Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    lumag committed Nov 3, 2023
    Copy the full SHA
    2029315 View commit details
  4. linux-yocto: technology preview of RB* / Dragonboard support

    Provide necessary configuration for the linux-yocto recipe to enable
    support for Qualcomm Dragonboard 410c, 820c and RB[1235] devices.
    
    This is intended as a preview for now, since only the boot-to-rootfs
    functionality was tested. Some of the platform support patches were not
    ported, connectivity and sound were not tested, etc.
    
    Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    lumag committed Nov 3, 2023
    Copy the full SHA
    f4f1ac6 View commit details
  5. CI: fix indentation for the jobs array.

    Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    lumag committed Nov 3, 2023
    Copy the full SHA
    7c3d159 View commit details

Commits on Nov 4, 2023

  1. README: add build status badges

    Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    lumag committed Nov 4, 2023
    Copy the full SHA
    a447027 View commit details
  2. Merge pull request Linaro#537 from lumag/badge

    README: add build status badges
    lumag authored Nov 4, 2023
    Copy the full SHA
    85e8d59 View commit details

Commits on Nov 6, 2023

  1. CI: also test the linux-yocto kernel

    Add linux-yocto kernel into the CI loop.
    
    Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    lumag committed Nov 6, 2023
    Copy the full SHA
    28d9eef View commit details
  2. firmware-qcom-rb2: drop firmware merged upstream

    Drop firmware packages that have been acceptde into linux-firmware.
    
    Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    lumag committed Nov 6, 2023
    Copy the full SHA
    81dccb1 View commit details
  3. firmware-qcom-rb1: drop firmware merged upstream

    Drop firmware packages that have been acceptde into linux-firmware.
    
    Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    lumag committed Nov 6, 2023
    Copy the full SHA
    6267cbd View commit details
  4. firmware-qcom-dragonboard410c: drop compatibility for kernels <= 5.15

    Drop compatibility symlinks and split firmware files which were used to
    support Linux kernels prior or equal to 5.15.
    
    Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    lumag committed Nov 6, 2023
    Copy the full SHA
    b72ac59 View commit details
  5. firmware-qcom-dragonboard820c: drop compatibility for kernels <= 5.15

    Drop compatibility symlinks and split firmware files which were used to
    support Linux kernels prior or equal to 5.15.
    
    Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    lumag committed Nov 6, 2023
    Copy the full SHA
    d6f4631 View commit details
  6. firmware-qcom-dragonboard845c: drop compatibility for kernels <= 5.15

    Drop compatibility symlinks and split firmware files which were used to
    support Linux kernels prior or equal to 5.15.
    
    Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    lumag committed Nov 6, 2023
    Copy the full SHA
    e29d922 View commit details
  7. firmware-qcom-dragonboard845c: drop slpi firmware

    Drop the Sensors DSP firmware, which was accepted into linux-firmware.
    
    Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    lumag committed Nov 6, 2023
    Copy the full SHA
    02c5427 View commit details
  8. firmware-qcom-rb5: drop slpi firmware

    Drop the Sensors DSP firmware, which was accepted into linux-firmware.
    
    Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    lumag committed Nov 6, 2023
    Copy the full SHA
    a11a41e View commit details
  9. Merge pull request Linaro#538 from lumag/fix-fw

    Drop firmware files now supported by the linux-firmware recipe
    lumag authored Nov 6, 2023
    Copy the full SHA
    1036569 View commit details

Commits on Nov 8, 2023

  1. Merge pull request Linaro#536 from lumag/linux-yocto

    Technology preview of the linux-yocto support
    lumag authored Nov 8, 2023
    Copy the full SHA
    e6b49c1 View commit details
Loading