package/ti-sgx-demos: use KMS-based demos
authorAdam Duskett <Aduskett@gmail.com>
Sat, 12 Dec 2020 22:01:24 +0000 (23:01 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 13 Dec 2020 13:51:46 +0000 (14:51 +0100)
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/ti-sgx-demos/ti-sgx-demos.mk

index 8599e88e9ba66e52b81e3503610207f734c6fb34..ea6c6c6b08e0eb27ee356e62a0c259b9d14e5118 100644 (file)
@@ -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