Files
meta-tegra/recipes-multimedia/libv4l2/libv4l2-nvvidconv-wrapper_git.bb
Atharva Nandanwar f0ea3a5000 container-csv.bbclass: remove the class from layer
- Removing dynamically generated container csv files for nvidia
container passthrough mechanism, as NVIDIA has moved to base l4t.csv
which includes all the container passthrough references

Signed-off-by: Atharva Nandanwar <anandanwar@sighthound.com>
2022-09-05 13:54:07 -07:00

25 lines
649 B
BlitzBasic

SUMMARY = "Wrapper for libv4l2_nvvidconv to work around STREAMOFF segfault issue"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d58123d89b8fdb1ac2cb445de95dbb79"
COMPATIBLE_MACHINE = "(tegra)"
DEPENDS = "libv4l"
SRC_REPO = "github.com/OE4T/nvvidconv-plugin-wrapper.git;protocol=https"
SRCBRANCH = "main"
SRC_URI = "git://${SRC_REPO};branch=${SRCBRANCH}"
# Corresponds to v1.0.1 tag
SRCREV = "0b2f038a6c715e73e0c38ae8ec1680f4406d655d"
PV = "1.0.1"
S = "${WORKDIR}/git"
inherit cmake pkgconfig features_check
REQUIRED_DISTRO_FEATURES = "opengl"
FILES:${PN} = "${libdir}/libv4l/plugins/*${SOLIBSDEV}"
PACKAGE_ARCH = "${TEGRA_PKGARCH}"