Skip to content

Commit da66ef2

Browse files
authored
Use new SoC-specific essential packagegroups (#821)
Use `packagegroup-machine-essential-qcom-qcs6490-soc` and `packagegroup-machine-essential-qcom-qcm2290-soc` to pull SoC-specific packages into images.
2 parents a08c269 + 8c0b7e0 commit da66ef2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

conf/machine/include/qcom-qcm2290.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ KERNEL_CMDLINE_EXTRA ?= "earlycon clk_ignore_unused pd_ignore_unused"
1010

1111
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
1212
packagegroup-qcom-boot-essential \
13+
packagegroup-machine-essential-qcom-qcm2290-soc \
1314
"
1415

1516
MACHINE_EXTRA_RRECOMMENDS += " \

conf/machine/include/qcom-qcs6490.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ KERNEL_CMDLINE_EXTRA ?= "earlycon"
1111

1212
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
1313
packagegroup-qcom-boot-essential \
14+
packagegroup-machine-essential-qcom-qcs6490-soc \
1415
"
1516

1617
MACHINE_EXTRA_RRECOMMENDS += " \

0 commit comments

Comments
 (0)