Skip to content

Commit 3da7640

Browse files
authored
Add boot essential user space package groups to qcs6490 & qcs9100 images (#789)
Define and add qcom-boot-essential & qcom-boot-additional user space package groups to qcs6490 & qcs9100 images to ensure all basic user space pkgs required for booting the device are present
2 parents 81ee0f1 + 57f9909 commit 3da7640

File tree

15 files changed

+58
-38
lines changed

15 files changed

+58
-38
lines changed

conf/machine/include/qcom-qcs6490.inc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,12 @@ require conf/machine/include/arm/arch-armv8-2a.inc
99

1010
KERNEL_CMDLINE_EXTRA ?= "pcie_pme=nomsi earlycon"
1111

12+
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
13+
packagegroup-qcom-boot-essential \
14+
"
15+
16+
MACHINE_EXTRA_RRECOMMENDS += " \
17+
packagegroup-qcom-boot-additional \
18+
"
19+
1220
EXTRA_IMAGEDEPENDS += "firmware-qcom-boot-qcs6490 qcom-gen-partition-bins"

conf/machine/include/qcom-qcs9100.inc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,12 @@ require conf/machine/include/arm/arch-armv8-2a.inc
99

1010
KERNEL_CMDLINE_EXTRA ?= "pci=noaer pcie_pme=nomsi earlycon"
1111

12+
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
13+
packagegroup-qcom-boot-essential \
14+
"
15+
16+
MACHINE_EXTRA_RRECOMMENDS += " \
17+
packagegroup-qcom-boot-additional \
18+
"
19+
1220
EXTRA_IMAGEDEPENDS += "firmware-qcom-boot-qcs9100 qcom-gen-partition-bins"

conf/machine/include/qcom-sa8155p.inc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@ DEFAULTTUNE = "armv8-2a-crypto"
44
require conf/machine/include/arm/arch-armv8-2a.inc
55

66
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
7-
pd-mapper \
8-
qrtr \
9-
rmtfs \
10-
tqftpserv \
7+
packagegroup-qcom-boot-essential \
118
"
129

1310
MACHINE_EXTRA_RRECOMMENDS += " \
14-
fastrpc \
11+
packagegroup-qcom-boot-additional \
1512
"

conf/machine/include/qcom-sdm845.inc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@ DEFAULTTUNE = "armv8-2a-crypto"
44
require conf/machine/include/arm/arch-armv8-2a.inc
55

66
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
7-
pd-mapper \
8-
qrtr \
9-
rmtfs \
10-
tqftpserv \
7+
packagegroup-qcom-boot-essential \
118
"
129

1310
MACHINE_EXTRA_RRECOMMENDS += " \
14-
fastrpc \
11+
packagegroup-qcom-boot-additional \
1512
"

conf/machine/include/qcom-sm8250.inc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@ DEFAULTTUNE = "armv8-2a-crypto"
44
require conf/machine/include/arm/arch-armv8-2a.inc
55

66
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
7-
pd-mapper \
8-
qrtr \
9-
rmtfs \
10-
tqftpserv \
7+
packagegroup-qcom-boot-essential \
118
"
129

1310
MACHINE_EXTRA_RRECOMMENDS += " \
14-
fastrpc \
11+
packagegroup-qcom-boot-additional \
1512
"

conf/machine/qcom-armv8a.conf

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,11 @@ KERNEL_CMDLINE_EXTRA[sdm845-db845c] ?= "clk_ignore_unused pd_ignore_unused"
5252

5353
# Userspace tools
5454
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
55-
pd-mapper \
56-
qrtr \
57-
rmtfs \
58-
tqftpserv \
55+
packagegroup-qcom-boot-essential \
5956
"
6057

6158
MACHINE_EXTRA_RRECOMMENDS += " \
62-
fastrpc \
59+
packagegroup-qcom-boot-additional \
6360
"
6461

6562
# Modules and firmware for all supported machines
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
SUMMARY = "Extra userspace packages for QCOM platforms"
2+
3+
inherit packagegroup
4+
5+
PACKAGES = " \
6+
${PN}-boot-essential \
7+
${PN}-boot-additional \
8+
"
9+
10+
RRECOMMENDS:${PN}-boot-essential = " \
11+
pd-mapper \
12+
qrtr \
13+
rmtfs \
14+
tqftpserv \
15+
"
16+
17+
RRECOMMENDS:${PN}-boot-additional = " \
18+
fastrpc \
19+
"

recipes-devtools/pil-squasher/pil-squasher_git.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SUMMARY = "MDT to MBN conversion tool"
2-
HOMEPAGE = "https://github.com/andersson/pil-squasher.git"
2+
HOMEPAGE = "https://github.com/linux-msm/pil-squasher.git"
33
SECTION = "devel"
44

55
LICENSE = "BSD-3-Clause"

recipes-devtools/qmic/qmic_git.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
SUMMARY = "QMI compiler"
2-
HOMEPAGE = "https://github.com/andersson/qmic.git"
2+
HOMEPAGE = "https://github.com/linux-msm/qmic.git"
33
SECTION = "devel"
44

55
LICENSE = "BSD-3-Clause"
66
LIC_FILES_CHKSUM = "file://LICENSE;md5=ca25dbf5ebfc1a058bfc657c895aac2f"
77

88
SRCREV = "815dd495eb087b3b3ea02a8ed43716efac43db1c"
9-
SRC_URI = "git://github.com/andersson/${BPN}.git;branch=master;protocol=https"
9+
SRC_URI = "git://github.com/linux-msm/${BPN}.git;branch=master;protocol=https"
1010

1111
PV = "0.0+"
1212

recipes-support/pd-mapper/pd-mapper_git.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SUMMARY = "Qualcomm pd-mapper application"
2-
HOMEPAGE = "https://github.com/andersson/pd-mapper.git"
2+
HOMEPAGE = "https://github.com/linux-msm/pd-mapper.git"
33
SECTION = "devel"
44

55
LICENSE = "BSD-3-Clause"
@@ -10,7 +10,7 @@ DEPENDS = "qrtr xz"
1010
inherit systemd
1111

1212
SRCREV = "10997ba7c43a3787a40b6b1b161408033e716374"
13-
SRC_URI = "git://github.com/andersson/${BPN}.git;branch=master;protocol=https \
13+
SRC_URI = "git://github.com/linux-msm/${BPN}.git;branch=master;protocol=https \
1414
"
1515

1616
PV = "0.0+"

0 commit comments

Comments
 (0)