mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 11:32:30 +00:00
l4t-graphics-demos: update R35.3.1 -> R35.4.1
Signed-off-by: Matt Madison <matt@madison.systems> Signed-off-by: Ilies CHERGUI <ilies.chergui@gmail.com>
This commit is contained in:
committed by
Matt Madison
parent
ab1aea7359
commit
8a9ba2aa69
@@ -8,7 +8,7 @@ PV .= "${@l4t_bsp_debian_version_suffix(d, pkgname='nvidia-l4t-graphics-demos')}
|
||||
|
||||
inherit l4t_deb_pkgfeed
|
||||
|
||||
SRC_URI[sha256sum] = "0f8b2a5a10a4739ec81409b51f7addf201254007ee2dd32960e722093fbfe62f"
|
||||
SRC_URI[sha256sum] = "18c0ad68e23b4b7992dec37c39cad31adb482eff3c3aece192d5697bc8dc5e95"
|
||||
|
||||
S = "${WORKDIR}/l4t-graphics-demos/usr/src/nvidia/graphics_demos"
|
||||
B = "${S}"
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
From 02788680e9e1f744018768c78b89b6d0a69f72f1 Mon Sep 17 00:00:00 2001
|
||||
From 3bbe9c7d585e2fb31369f503c3bd62e12a28ae99 Mon Sep 17 00:00:00 2001
|
||||
From: Ilies CHERGUI <ilies.chergui@gmail.com>
|
||||
Date: Mon, 4 Apr 2022 21:25:15 +0100
|
||||
Date: Wed, 9 Aug 2023 23:26:36 +0100
|
||||
Subject: [PATCH 2/2] weston-dmabuf-formats cross-build fixes
|
||||
|
||||
Signed-off-by: Matt Madison <matt@madison.systems>
|
||||
---
|
||||
weston-dmabuf-formats/Makefile | 41 +++++++++++++++++++++++++++++-----
|
||||
1 file changed, 35 insertions(+), 6 deletions(-)
|
||||
weston-dmabuf-formats/Makefile | 42 ++++++++++++++++++++++++++++------
|
||||
1 file changed, 35 insertions(+), 7 deletions(-)
|
||||
|
||||
diff --git a/weston-dmabuf-formats/Makefile b/weston-dmabuf-formats/Makefile
|
||||
index 5c4d9ea..ff8306d 100644
|
||||
index 5c4d9ea..f5aec60 100644
|
||||
--- a/weston-dmabuf-formats/Makefile
|
||||
+++ b/weston-dmabuf-formats/Makefile
|
||||
@@ -28,8 +28,16 @@ WESTON-DMABUF-FORMATS_OBJS :=
|
||||
@@ -31,10 +31,11 @@ index 5c4d9ea..ff8306d 100644
|
||||
|
||||
WESTON-DMABUF-FORMATS_LDLIBS :=
|
||||
WESTON-DMABUF-FORMATS_LDLIBS += -lm
|
||||
@@ -38,11 +46,10 @@ WESTON-DMABUF-FORMATS_LDLIBS += -lpthread
|
||||
@@ -37,12 +45,10 @@ WESTON-DMABUF-FORMATS_LDLIBS += -lrt
|
||||
WESTON-DMABUF-FORMATS_LDLIBS += -lpthread
|
||||
WESTON-DMABUF-FORMATS_LDLIBS += -l:libEGL.so.1
|
||||
WESTON-DMABUF-FORMATS_LDLIBS += -l:libGLESv2.so.2
|
||||
WESTON-DMABUF-FORMATS_LDLIBS += -l:libnvbuf_utils.so
|
||||
-WESTON-DMABUF-FORMATS_LDLIBS += -l:libnvbuf_utils.so
|
||||
-WESTON-DMABUF-FORMATS_LDLIBS += -l:libweston-6.so.0
|
||||
-WESTON-DMABUF-FORMATS_LDLIBS += -l:libweston-desktop-6.so.0
|
||||
-WESTON-DMABUF-FORMATS_LDLIBS += -l:fullscreen-shell.so
|
||||
@@ -46,7 +47,7 @@ index 5c4d9ea..ff8306d 100644
|
||||
WESTON-DMABUF-FORMATS_LDLIBS += ${NV_PLATFORM_WINSYS_LIBS}
|
||||
|
||||
ifeq ($(findstring $(NV_WINSYS),egldevice screen wayland x11),)
|
||||
@@ -61,8 +68,30 @@ FORCE:
|
||||
@@ -61,8 +67,30 @@ FORCE:
|
||||
$(NV_WINSYS)/weston-dmabuf-formats: $(WESTON-DMABUF-FORMATS_OBJS) $(WESTON-DMABUF-FORMATS_DEMOLIBS)
|
||||
$(LD) $(LDFLAGS) -o $@ $^ $(WESTON-DMABUF-FORMATS_LDLIBS)
|
||||
|
||||
@@ -78,5 +79,5 @@ index 5c4d9ea..ff8306d 100644
|
||||
$(foreach demolib,$(WESTON-DMABUF-FORMATS_DEMOLIBS),$(eval $(call demolib-rule,$(demolib))))
|
||||
+$(foreach protocol,$(PROTOCOLS),$(eval $(call protocol-rule,$(basename $(protocol)))))
|
||||
--
|
||||
2.32.0
|
||||
2.25.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user