Skip to content

Commit 24b5ed2

Browse files
authored
camx-dlkm: add camera module (#1209)
Add recipe for the camera module an downstream driver. All comments have been addressed from the PR below. #1163
2 parents 35bba96 + 16b1cb2 commit 24b5ed2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
DESCRIPTION = "Qualcomm Camera driver (CAMX)"
2+
HOMEPAGE = "https://github.com/qualcomm-linux/camera-driver"
3+
LICENSE = "GPL-2.0-only"
4+
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5+
6+
SRC_URI = "git://github.com/qualcomm-linux/camera-driver.git;protocol=https;branch=camera-kernel.qclinux.0.0"
7+
8+
PV = "0.0+git"
9+
SRCREV = "b83287268663dab7675d40893a476ee1a3d8b238"
10+
11+
inherit module
12+
13+
MAKE_TARGETS = "modules"
14+
MODULES_INSTALL_TARGET = "modules_install"
15+
16+
# This package is designed to run exclusively on ARMv8 (aarch64) machines.
17+
# Therefore, builds for other architectures are not necessary and are explicitly excluded.
18+
COMPATIBLE_MACHINE = "^$"
19+
COMPATIBLE_MACHINE:aarch64 = "(.*)"

0 commit comments

Comments
 (0)