Skip to content

Commit 56b93be

Browse files
committed
packagegroups: define qcom proprietary packagegroup
Introduce a packagegroup containing downstream extensions specific to QCOM supported images that primarily showcases proprietary features that are not fully supported in upstream builds. Signed-off-by: Viswanath Kraleti <[email protected]>
1 parent 8d840a4 commit 56b93be

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
SUMMARY = "Extended proprietary packages for QCOM platforms"
2+
3+
# Incompatible with all archs except aarch64 (ARMv8)
4+
COMPATIBLE_MACHINE = "^$"
5+
COMPATIBLE_MACHINE:aarch64 = "(.*)"
6+
7+
PACKAGE_ARCH = "${MACHINE_ARCH}"
8+
9+
inherit packagegroup
10+
11+
RDEPENDS:${PN} = " \
12+
iris-video-dlkm \
13+
kgsl-dlkm \
14+
"

0 commit comments

Comments
 (0)