From 29ff603f0845d505c0c331efdccf03cfccfbea42 Mon Sep 17 00:00:00 2001 From: Adam Duskett Date: Sat, 12 Dec 2020 23:01:24 +0100 Subject: [PATCH] package/ti-sgx-demos: use KMS-based demos Weston does not work with the ti-sgx SDK, so switch to using the KMS-based demos. Signed-off-by: Adam Duskett [yann.morin.1998@free.fr: split off into its own patch] Signed-off-by: Yann E. MORIN Signed-off-by: Thomas Petazzoni --- package/ti-sgx-demos/ti-sgx-demos.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2