diff mbox series

[2/4,v3] package/ti-sgx-demos: use KMS-based demos

Message ID 40c318c363f0075a22291f650d301709a35ebdb3.1607810474.git.yann.morin.1998@free.fr
State Accepted
Headers show
Series [1/4,v3] configs/beaglebone_qt5: switch to using KMS instead of wayland+weston | expand

Commit Message

Yann E. MORIN Dec. 12, 2020, 10:01 p.m. UTC
From: Adam Duskett <Aduskett@gmail.com>

Weston does not work with the ti-sgx SDK, so switch to using the
KMS-based demos.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
[yann.morin.1998@free.fr: split off into its own patch]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
---
 package/ti-sgx-demos/ti-sgx-demos.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Dec. 21, 2020, 9:57 a.m. UTC | #1
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > From: Adam Duskett <Aduskett@gmail.com>
 > Weston does not work with the ti-sgx SDK, so switch to using the
 > KMS-based demos.

 > Signed-off-by: Adam Duskett <Aduskett@gmail.com>
 > [yann.morin.1998@free.fr: split off into its own patch]
 > Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>

Committed to 2020.02.x, 2020.08.x and 2020.11.x, thanks.
diff mbox series

Patch

diff --git a/package/ti-sgx-demos/ti-sgx-demos.mk b/package/ti-sgx-demos/ti-sgx-demos.mk
index 8599e88e9b..ea6c6c6b08 100644
--- a/package/ti-sgx-demos/ti-sgx-demos.mk
+++ b/package/ti-sgx-demos/ti-sgx-demos.mk
@@ -12,7 +12,7 @@  TI_SGX_DEMOS_LICENSE = Imagination Technologies License Agreement
 TI_SGX_DEMOS_LICENSE_FILES = LegalNotice.txt
 
 define TI_SGX_DEMOS_INSTALL_TARGET_CMDS
-	cp -dpfr $(@D)/targetfs/arm/Examples/Advanced/Wayland/OGLES* \
+	cp -dpfr $(@D)/targetfs/arm/Examples/Advanced/NullWS/OGLES* \
 		$(TARGET_DIR)/usr/bin/
 endef