mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-28 19:12:39 +00:00
19 lines
685 B
BlitzBasic
19 lines
685 B
BlitzBasic
DESCRIPTION = "NVIDIA Argus API sample programs"
|
|
HOMEPAGE = "http://developer.nvidia.com"
|
|
|
|
require tegra-mmapi-${PV}.inc
|
|
|
|
SRC_URI += "file://0001-argus-apps-camera-replace-xxd-invocation-with-shell-.patch"
|
|
|
|
DEPENDS = "tegra-mmapi virtual/egl virtual/libgles1 virtual/libgles2 jpeg expat gstreamer1.0 glib-2.0 coreutils-native"
|
|
|
|
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
|
|
PACKAGECONFIG[x11] = "-DWITH_X11=ON,,virtual/libx11 gtk+3"
|
|
|
|
inherit cmake pkgconfig cuda
|
|
|
|
OECMAKE_SOURCEPATH = "${S}/argus"
|
|
EXTRA_OECMAKE = "-DMULTIPROCESS=ON \
|
|
-DCMAKE_INCLUDE_PATH=${S}/include/libjpeg-8b-tegra \
|
|
-DJPEG_NAMES=libnvjpeg.so"
|