File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 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 = "(.*)"
You can’t perform that action at this time.
0 commit comments