Skip to content

Commit a5abfc5

Browse files
authored
packagegroup-qcom-security: Add minkipc-qteesupplicant package (qualcomm-linux#119)
- Define packagegroup-qcom-security to include minkipc-qteesupplicant, enabling communication between QTEE (QCOM Trusted Execution Environment) and REE (Rich Execution Environment). This package is compatible only with aarch64 (ARMv8). - Add packagegroup-qcom-security to qcom-console-image.bb file. Reference: qualcomm-linux/meta-qcom#1094
2 parents 465548b + a7e2a42 commit a5abfc5

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

recipes-products/images/qcom-console-image.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ IMAGE_FEATURES += "${@bb.utils.contains('DISTRO_FEATURES', 'sota', '', 'package-
66
ssh-server-openssh"
77

88
CORE_IMAGE_BASE_INSTALL += " \
9+
packagegroup-qcom-security \
910
packagegroup-qcom-utilities-debug-utils \
1011
packagegroup-qcom-utilities-network-utils \
1112
packagegroup-qcom-utilities-profile-utils \
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
SUMMARY = "Qualcomm security packagegroup"
2+
DESCRIPTION = "Package group to bring in packages required for security"
3+
4+
inherit packagegroup
5+
6+
PACKAGES = "${PN}"
7+
8+
# The minkipc-qteesupplicant recipe is compatible only with aarch64 (ARMv8).
9+
RDEPENDS:${PN}:append:aarch64 = " \
10+
minkipc-qteesupplicant \
11+
"

0 commit comments

Comments
 (0)