Signed-off-by: Gowtham Tammana <[email protected]>
---
 .../img-pvr-sdk/img-pvr-sdk_3.3.2.bb          | 40 ++++++++++++++-----
 1 file changed, 31 insertions(+), 9 deletions(-)

diff --git 
a/meta-arago-extras/recipes-graphics/img-pvr-sdk/img-pvr-sdk_3.3.2.bb 
b/meta-arago-extras/recipes-graphics/img-pvr-sdk/img-pvr-sdk_3.3.2.bb
index 9e189095..2d7676b2 100644
--- a/meta-arago-extras/recipes-graphics/img-pvr-sdk/img-pvr-sdk_3.3.2.bb
+++ b/meta-arago-extras/recipes-graphics/img-pvr-sdk/img-pvr-sdk_3.3.2.bb
@@ -7,9 +7,9 @@ CLEANBROKEN = "1"
 BRANCH = "master"
 
 SRC_URI = 
"git://git.ti.com/graphics/img-pvr-sdk.git;protocol=git;branch=${BRANCH}"
-SRCREV = "7af5846a0989a1475548ca05f6984c817fb76adc"
+SRCREV = "e76ae77b27ef570e7b8494c3d7067fd3d72b5976"
 
-PR = "r15"
+PR = "r16"
 
 COMPATIBLE_MACHINE = "omap-a15|ti43x|ti33x|k3"
 
@@ -26,14 +26,14 @@ do_install () {
     install -d ${D}${bindir}/SGX/demos/Raw/
     install -d ${D}${bindir}/SGX/demos/Wayland/
 
-    install -m 755 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/NullWS/OGLES2ChameleonMan 
${D}${bindir}/SGX/demos/Raw/
-    install -m 755 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/NullWS/OGLES2Coverflow 
${D}${bindir}/SGX/demos/Raw/
-    install -m 755 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/NullWS/OGLES2ExampleUI 
${D}${bindir}/SGX/demos/Raw/
-    install -m 755 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/NullWS/OGLES2Navigation 
${D}${bindir}/SGX/demos/Raw/
-    install -m 755 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/NullWS/OGLES2MagicLantern 
${D}${bindir}/SGX/demos/Raw/
-    install -m 755 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/NullWS/OGLES2FilmTV 
${D}${bindir}/SGX/demos/Raw/
+    if [ ${SRC_DIR} == "arm" ]; then
+        install -m 755 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/NullWS/OGLES2ChameleonMan 
${D}${bindir}/SGX/demos/Raw/
+        install -m 755 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/NullWS/OGLES2Coverflow 
${D}${bindir}/SGX/demos/Raw/
+        install -m 755 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/NullWS/OGLES2ExampleUI 
${D}${bindir}/SGX/demos/Raw/
+        install -m 755 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/NullWS/OGLES2Navigation 
${D}${bindir}/SGX/demos/Raw/
+        install -m 755 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/NullWS/OGLES2MagicLantern 
${D}${bindir}/SGX/demos/Raw/
+        install -m 755 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/NullWS/OGLES2FilmTV 
${D}${bindir}/SGX/demos/Raw/
 
-    if [ ${SRC_DIR} == "arm" ] ; then
         install -m 755 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/Wayland/OGLES2ChameleonMan 
${D}${bindir}/SGX/demos/Wayland/
         install -m 755 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/Wayland/OGLES2Coverflow 
${D}${bindir}/SGX/demos/Wayland/
         install -m 755 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/Wayland/OGLES2ExampleUI 
${D}${bindir}/SGX/demos/Wayland/
@@ -41,6 +41,28 @@ do_install () {
         install -m 755 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/Wayland/OGLES2MagicLantern 
${D}${bindir}/SGX/demos/Wayland/
         install -m 755 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/Wayland/OGLES2FilmTV 
${D}${bindir}/SGX/demos/Wayland/
     fi
+
+    if [ ${SRC_DIR} == "arm64" ]; then
+        install -m 755 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/Wayland/OpenGLESDeferredShading 
${D}${bindir}/SGX/demos/Wayland/
+        install -m 755 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/Wayland/OpenGLESGaussianBlur 
${D}${bindir}/SGX/demos/Wayland/
+        install -m 755 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/Wayland/OpenGLESImageBasedLighting 
${D}${bindir}/SGX/demos/Wayland/
+        install -m 755 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/Wayland/OpenGLESIntroducingPVRCamera 
${D}${bindir}/SGX/demos/Wayland/
+        install -m 755 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/Wayland/OpenGLESIntroducingPVRUtils 
${D}${bindir}/SGX/demos/Wayland/
+        install -m 755 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/Wayland/OpenGLESIntroducingUIRenderer
 ${D}${bindir}/SGX/demos/Wayland/
+        install -m 755 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/Wayland/OpenGLESNavigation2D 
${D}${bindir}/SGX/demos/Wayland/
+        install -m 755 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/Wayland/OpenGLESNavigation3D 
${D}${bindir}/SGX/demos/Wayland/
+        install -m 755 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/Wayland/OpenGLESParticleSystem 
${D}${bindir}/SGX/demos/Wayland/
+
+        cp -r 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/Wayland/Assets_OpenGLESDeferredShading
 ${D}${bindir}/SGX/demos/Wayland/
+        cp -r 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/Wayland/Assets_OpenGLESGaussianBlur 
${D}${bindir}/SGX/demos/Wayland/
+        cp -r 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/Wayland/Assets_OpenGLESImageBasedLighting
 ${D}${bindir}/SGX/demos/Wayland/
+        cp -r 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/Wayland/Assets_OpenGLESIntroducingPVRCamera
 ${D}${bindir}/SGX/demos/Wayland/
+        cp -r 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/Wayland/Assets_OpenGLESIntroducingPVRUtils
 ${D}${bindir}/SGX/demos/Wayland/
+        cp -r 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/Wayland/Assets_OpenGLESIntroducingUIRenderer
 ${D}${bindir}/SGX/demos/Wayland/
+        cp -r 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/Wayland/Assets_OpenGLESNavigation2D 
${D}${bindir}/SGX/demos/Wayland/
+        cp -r 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/Wayland/Assets_OpenGLESNavigation3D 
${D}${bindir}/SGX/demos/Wayland/
+        cp -r 
${S}/targetfs/${SRC_DIR}/Examples/Advanced/Wayland/Assets_OpenGLESParticleSystem
 ${D}${bindir}/SGX/demos/Wayland/
+    fi
 }
 
 RDEPENDS_${PN} = "ti-sgx-ddk-um"
-- 
2.23.0

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to