Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions recipes-kernel/images/initramfs-qcom-image.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
require initramfs-rootfs-image.bb

DESCRIPTION = "Ramdisk image for Qualcomm boards"

PACKAGE_INSTALL += "packagegroup-qcom-boot"
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# for UFS enumeration
CONFIG_PHY_QCOM_QMP=y
CONFIG_SCSI_UFS_QCOM=y
CONFIG_SM_TCSRCC_8750=y
CONFIG_CLK_KAANAPALI_TCSRCC=y

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# for UFS enumeration
CONFIG_PHY_QCOM_QMP=y
CONFIG_SCSI_UFS_QCOM=y
CONFIG_SM_TCSRCC_8750=y
CONFIG_CLK_KAANAPALI_TCSRCC=y

Expand Down
10 changes: 10 additions & 0 deletions recipes-kernel/packagegroups/packagegroup-qcom-boot.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
SUMMARY = "Qualcomm boot requirements"
DESCRIPTION = "Storage and boot-critical kernel modules required for Qualcomm platforms"

inherit packagegroup

RRECOMMENDS:${PN} += " \
kernel-module-gpucc-sa8775p \
kernel-module-phy-qcom-snps-femto-v2 \
kernel-module-ufs-qcom \
"
Loading