Skip to content

Commit 6b41ff0

Browse files
committed
qcom-qcm2290: Add boot essential userspace package groups to image
Add qcom-boot-essential and qcom-boot-additional package groups for qcm2290 devices to ensure basic user space support for booting is present. Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent bd78de8 commit 6b41ff0

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)