nvbufsurface-headers: update to use DeepStream 5.1 SDK

Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
Matt Madison
2021-06-10 04:21:27 -07:00
parent f7a63c78e1
commit 9ab73f2e15

View File

@@ -1,18 +1,18 @@
DESCRIPTION = "nvbufsurface API headers from Deepstream-5.0 sources"
DESCRIPTION = "nvbufsurface API headers from Deepstream SDK sources"
LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://includes/nvbufsurface.h;endline=9;md5=a08740d8d989aeb6ee322d7b636ca67c"
LIC_FILES_CHKSUM = "file://includes/nvbufsurface.h;endline=9;md5=09eb13a8baa87017b1c492bc44d9f06e"
HOMEPAGE = "https://developer.nvidia.com/deepstream-sdk"
inherit l4t_deb_pkgfeed
L4T_DEB_GROUP = "deepstream-5.0"
SRC_COMMON_DEBS = "deepstream-5.0_${PV}_arm64.deb;subdir=${BPN}"
SRC_URI[sha256sum] = "a7a7015515883ac88c7587c7a2acfcf78510e539b84b702afd05f4f330faa55e"
L4T_DEB_GROUP = "deepstream-5.1"
SRC_COMMON_DEBS = "deepstream-5.1_${PV}_arm64.deb;subdir=${BPN}"
SRC_URI[sha256sum] = "68b5ddff8b8682ed657fe8554cfb492f36621274a7593d9660f335ce8ba926a5"
COMPATIBLE_MACHINE = "(tegra)"
PACKAGE_ARCH = "${TEGRA_PKGARCH}"
S = "${WORKDIR}/${BPN}/opt/nvidia/deepstream/deepstream-5.0/sources"
S = "${WORKDIR}/${BPN}/opt/nvidia/deepstream/deepstream-5.1/sources"
B = "${WORKDIR}/build"
do_configure() {