Signed-off-by: Jacob Stiffler <[email protected]>
---
 .../Makefile_qt-opencv-opencl-opengl-multithreaded | 24 ++++++++++++++++++++++
 .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb     |  4 +++-
 2 files changed, 27 insertions(+), 1 deletion(-)
 create mode 100644 
meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_qt-opencv-opencl-opengl-multithreaded

diff --git 
a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_qt-opencv-opencl-opengl-multithreaded
 
b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_qt-opencv-opencl-opengl-multithreaded
new file mode 100644
index 0000000..12246db
--- /dev/null
+++ 
b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_qt-opencv-opencl-opengl-multithreaded
@@ -0,0 +1,24 @@
+# qt-opencv-opencl-opengl-multithreaded  build targets
+qt-opencv-opencl-opengl-multithreaded:
+       @echo =============================
+       @echo    Building QT OpenCV Multithreaded
+       @echo =============================
+       @cd example-applications; cd `find . -name 
"*qt-opencv-opencl-opengl-multithreaded*"`; make -f Makefile.build release
+
+qt-opencv-opencl-opengl-multithreaded_clean:
+       @echo =============================
+       @echo    Cleaning QT OpenCV Multithreaded
+       @echo =============================
+       @cd example-applications; cd `find . -name 
"*qt-opencv-opencl-opengl-multithreaded*"`; make -f Makefile.build clean
+
+qt-opencv-opencl-opengl-multithreaded_install:
+       @echo ================================================
+       @echo   Installing QT OpenCV Multithreaded - Release version
+       @echo ================================================
+       @cd example-applications; cd `find . -name 
"*qt-opencv-opencl-opengl-multithreaded*"`; make -f Makefile.build install
+
+qt-opencv-opencl-opengl-multithreaded_install_debug:
+       @echo ==============================================
+       @echo   Installing QT OpenCV Multithreaded - Debug Version
+       @echo ==============================================
+       @cd example-applications; cd `find . -name 
"*qt-opencv-opencl-opengl-multithreaded*"`; make -f Makefile.build install_debug
diff --git 
a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb 
b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
index bccb22d..14f8e8a 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
@@ -42,9 +42,10 @@ SRC_URI = "\
     file://Makefile_hplib-mod \
     file://Makefile_uio-module-drv \
     file://Makefile_pru-icss \
+    file://Makefile_qt-opencv-opencl-opengl-multithreaded \
 "
 
-PR = "r63"
+PR = "r64"
 
 MAKEFILES_MATRIX_GUI = "matrix-gui-browser \
                         refresh-screen \
@@ -99,6 +100,7 @@ MAKEFILES_append_dra7xx = " cryptodev \
                             debugss-module-drv \
                             gdbserverproxy-module-drv \
                             opencl-examples \
+                            qt-opencv-opencl-opengl-multithreaded \
 "
 
 MAKEFILES_append_omap-a15 = " u-boot-spl \
-- 
1.9.1

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

Reply via email to