Skip to content

Commit 10f7cbf

Browse files
authored
qcom-qcm2290: Add boot essential userspace package groups to image (#808)
Add qcom-boot-essential and qcom-boot-additional package groups for qcs9100 devices to ensure basic user space support for booting is present.
2 parents bd78de8 + 6b41ff0 commit 10f7cbf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

conf/machine/include/qcom-qcm2290.inc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,12 @@ require conf/machine/include/arm/armv8a/tune-cortexa53.inc
88

99
KERNEL_CMDLINE_EXTRA ?= "earlycon clk_ignore_unused pd_ignore_unused"
1010

11+
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
12+
packagegroup-qcom-boot-essential \
13+
"
14+
15+
MACHINE_EXTRA_RRECOMMENDS += " \
16+
packagegroup-qcom-boot-additional \
17+
"
18+
1119
EXTRA_IMAGEDEPENDS += "firmware-qcom-boot-qrb2210-rb1 qcom-gen-partition-bins"

0 commit comments

Comments
 (0)