From: Adam Duskett Date: Sat, 12 Dec 2020 22:01:24 +0000 (+0100) Subject: package/ti-sgx-demos: use KMS-based demos X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=29ff603f0845d505c0c331efdccf03cfccfbea42;p=buildroot.git 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 --- 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