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

Technology preview of the linux-yocto support #536

Merged
merged 6 commits into from
Nov 8, 2023

Conversation

lumag
Copy link
Collaborator

@lumag lumag commented Nov 3, 2023

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.

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>
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>
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>
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 lumag marked this pull request as ready for review November 3, 2023 18:04
@lumag lumag force-pushed the linux-yocto branch 2 times, most recently from a816d74 to f4f1ac6 Compare November 3, 2023 20:44
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Add linux-yocto kernel into the CI loop.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
@lumag lumag merged commit e6b49c1 into Linaro:master Nov 8, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant