aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-yocto_%.bbappend
AgeCommit message (Collapse)Author
2024-01-20linux-yocto: initial support for qcom-armv7a machineDmitry Baryshkov
Add support for the qcom-armv7a machine. Tested on ifc6410 and (up to some extent) on db8074. The msm8974 needs additional patches to fix the interconnect driver. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2024-01-16linux-yocto: Don't generate UKI as part of kernel buildViswanath Kraleti
Generation of UKI needs Kernel Image to be available along with initrd and other packages like os-release. It is convenient to have UKI generation as part of an image rather than kernel build. Signed-off-by: Viswanath Kraleti <quic_vkraleti@quicinc.com>
2023-12-05linux-yocto: Generate UKI for kernelViswanath Kraleti
Inherit uki bbclass to generate UKI with kernel Image. Signed-off-by: Viswanath Kraleti <quic_vkraleti@quicinc.com>
2023-11-03linux-yocto: technology preview of RB* / Dragonboard supportDmitry Baryshkov
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>