All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/11] ti-tisdk-setup: Use latest commit for create-sdcard.sh
@ 2014-05-29 18:38 Franklin S. Cooper Jr
  2014-05-29 18:38 ` [PATCH 02/11] qt example apps: Use Makefile.build instead of Makefile for the SDK makefile Franklin S. Cooper Jr
                   ` (10 more replies)
  0 siblings, 11 replies; 33+ messages in thread
From: Franklin S. Cooper Jr @ 2014-05-29 18:38 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* The latest commit adds support for built sd card readers connected to native
  Linux machines.
* Previously only sd cards connected to usb sd card reader were supported.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb
index af10101..3a65909 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb
@@ -2,10 +2,10 @@ DESCRIPTION = "Package containing scripts to setup the development host and targ
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://setup.sh;beginline=3;endline=31;md5=fc4b04a33df6d892c9f4d4a9d92b945e"
 
-PR = "r18"
+PR = "r19"
 
 BRANCH ?= "master"
-SRCREV = "3e3e750153147f789dee5d59f45abcd14d001c64"
+SRCREV = "6aa269296c4fdede74b067ee961cb20a897d21df"
 SRC_URI = "git://arago-project.org/git/projects/tisdk-setup-scripts.git;protocol=git;branch=${BRANCH}"
 
 S = "${WORKDIR}/git/"
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [PATCH 02/11] qt example apps: Use Makefile.build instead of Makefile for the SDK makefile
  2014-05-29 18:38 [PATCH 01/11] ti-tisdk-setup: Use latest commit for create-sdcard.sh Franklin S. Cooper Jr
@ 2014-05-29 18:38 ` Franklin S. Cooper Jr
  2014-06-04 14:30   ` Maupin, Chase
                     ` (2 more replies)
  2014-05-29 18:38 ` [PATCH 03/11] ti-tisdk-makefile: Update Qt Makefile stubs to reflect Makefile name change Franklin S. Cooper Jr
                   ` (9 subsequent siblings)
  10 siblings, 3 replies; 33+ messages in thread
From: Franklin S. Cooper Jr @ 2014-05-29 18:38 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* This insures that Qt users will have qmake generate "Makefile" instead of
  App-Makefile which is the expected/default behavior.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../recipes-core/matrix/matrix-gui-browser_2.0.bb  |    4 ++--
 .../recipes-core/matrix/refresh-screen_2.0.bb      |    4 ++--
 .../recipes-qt/qt-apps/qt-tstat_2.0.bb             |    4 ++--
 .../recipes-qt/qt-apps/quick-playground_1.0.bb     |    4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb
index 7d47e5b..afd5aa3 100644
--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb
+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb
@@ -11,9 +11,9 @@ RDEPENDS_${PN} += "${QT_RDEPENDS_FONTS}"
 
 DEPENDS += "${QT_DEPENDS_WEBKIT}"
 
-PR = "r6"
+PR = "r7"
 
-SRCREV = "8517ac2338295ccb4c6c2ffa58b5ad48659a5430"
+SRCREV = "7f5dccfb5b1b68a3f9162f6ee072eef0e0ba06fe"
 BRANCH ?= "master"
 
 SRC_URI = "git://gitorious.org/matrix-gui-v2/matrix_browser.git;protocol=git;branch=${BRANCH}"
diff --git a/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb b/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb
index 2696978..e3d59e2 100644
--- a/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb
+++ b/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb
@@ -7,9 +7,9 @@ SECTION = "multimedia"
 # Make sure that QT font libraries have been installed
 RDEPENDS_${PN} += "qt4-embedded-fonts"
 
-PR = "r4"
+PR = "r5"
 
-SRCREV = "4dfdf85f17033f950e01f25341665f979edde6c3"
+SRCREV = "ad3835b250c8b2b55ae65ffa19c2b85e412826b0"
 BRANCH ?= "master"
 
 SRC_URI = "git://gitorious.org/matrix-gui-v2/refresh-screen.git;protocol=git;branch=${BRANCH}"
diff --git a/meta-arago-extras/recipes-qt/qt-apps/qt-tstat_2.0.bb b/meta-arago-extras/recipes-qt/qt-apps/qt-tstat_2.0.bb
index d0a9f7a..0e3fc01 100644
--- a/meta-arago-extras/recipes-qt/qt-apps/qt-tstat_2.0.bb
+++ b/meta-arago-extras/recipes-qt/qt-apps/qt-tstat_2.0.bb
@@ -12,12 +12,12 @@ require recipes-core/matrix/matrix-gui-paths.inc
 
 inherit qt-provider
 
-PR = "r7"
+PR = "r8"
 
 DEPENDS += "${QT_DEPENDS_SVG} ${QT_DEPENDS_SCRIPT}"
 
 BRANCH ?= "master"
-SRCREV = "2960431fd38239cc089c8738776f3ff9dcfe7f1c"
+SRCREV = "2512773c2d9da989e6a42c1e90b2b34496713072"
 
 SRC_URI = " \
 	git://gitorious.org/thermostat-demo/thermostat-demo.git;protocol=git \
diff --git a/meta-arago-extras/recipes-qt/qt-apps/quick-playground_1.0.bb b/meta-arago-extras/recipes-qt/qt-apps/quick-playground_1.0.bb
index 5f493d3..2da5a36 100644
--- a/meta-arago-extras/recipes-qt/qt-apps/quick-playground_1.0.bb
+++ b/meta-arago-extras/recipes-qt/qt-apps/quick-playground_1.0.bb
@@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://Licence.txt;md5=7cc88160b55ec5db6c6c5bb8e3238c0b"
 
 require recipes-core/matrix/matrix-gui-paths.inc
 
-PR = "r1"
+PR = "r2"
 
 BRANCH = "master"
-SRCREV = "0be45ce805147798c98b2dee65e41de67bfcea5d"
+SRCREV = "4bcf4e7f5aa68dcd28f54bf921c6cc3985ce4305"
 
 SRC_URI = "git://arago-project.org/git/projects/qt4-demos.git;protocol=git;branch=${BRANCH}"
 
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [PATCH 03/11] ti-tisdk-makefile: Update Qt Makefile stubs to reflect Makefile name change
  2014-05-29 18:38 [PATCH 01/11] ti-tisdk-setup: Use latest commit for create-sdcard.sh Franklin S. Cooper Jr
  2014-05-29 18:38 ` [PATCH 02/11] qt example apps: Use Makefile.build instead of Makefile for the SDK makefile Franklin S. Cooper Jr
@ 2014-05-29 18:38 ` Franklin S. Cooper Jr
  2014-06-04 14:31   ` Maupin, Chase
  2014-05-29 18:38 ` [PATCH 04/11] ti-tisdk-makefile: Fix u-boot cleaning Franklin S. Cooper Jr
                   ` (8 subsequent siblings)
  10 siblings, 1 reply; 33+ messages in thread
From: Franklin S. Cooper Jr @ 2014-05-29 18:38 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../ti-tisdk-makefile/Makefile_dual-camera-demo    |    8 ++++----
 .../ti-tisdk-makefile/Makefile_matrix-gui-browser  |    8 ++++----
 .../ti-tisdk-makefile/Makefile_qt-tstat            |    8 ++++----
 .../ti-tisdk-makefile/Makefile_quick-playground    |    8 ++++----
 .../ti-tisdk-makefile/Makefile_refresh-screen      |    8 ++++----
 .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb     |    2 +-
 6 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_dual-camera-demo b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_dual-camera-demo
index 5a1475e..bd99075 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_dual-camera-demo
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_dual-camera-demo
@@ -3,22 +3,22 @@ dual-camera-demo:
 	@echo ================================
 	@echo    Building Dual Camera Demo
 	@echo ================================
-	@cd example-applications; cd `find . -name "*dual-camera-demo*"`; make
+	@cd example-applications; cd `find . -name "*dual-camera-demo*"`; make -f Makefile.build
 
 dual-camera-demo_clean:
 	@echo ================================
 	@echo    Building Dual Camera Demo
 	@echo ================================
-	@cd example-applications; cd `find . -name "*dual-camera-demo*"`; make clean
+	@cd example-applications; cd `find . -name "*dual-camera-demo*"`; make -f Makefile.build clean
 
 dual-camera-demo_install:
 	@echo ===================================================
 	@echo   Installing Dual Camera Demo - Release version
 	@echo ===================================================
-	@cd example-applications; cd `find . -name "*dual-camera-demo*"`; make install
+	@cd example-applications; cd `find . -name "*dual-camera-demo*"`; make -f Makefile.build install
 
 dual-camera-demo_install_debug:
 	@echo =================================================
 	@echo   Installing Dual Camera Demo - Debug version
 	@echo =================================================
-	@cd example-applications; cd `find . -name "*dual-camera-demo*"`; make install_debug
+	@cd example-applications; cd `find . -name "*dual-camera-demo*"`; make -f Makefile.build install_debug
diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_matrix-gui-browser b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_matrix-gui-browser
index eb60e4f..2fc3b21 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_matrix-gui-browser
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_matrix-gui-browser
@@ -3,22 +3,22 @@ matrix-gui-browser:
 	@echo =================================
 	@echo    Building Matrix GUI Browser
 	@echo =================================
-	@cd example-applications; cd `find . -name "*matrix-gui-browser*"`; make release
+	@cd example-applications; cd `find . -name "*matrix-gui-browser*"`; make -f Makefile.build release
 
 matrix-gui-browser_clean:
 	@echo =================================
 	@echo    Cleaning Matrix GUI Browser
 	@echo =================================
-	@cd example-applications; cd `find . -name "*matrix-gui-browser*"`; make clean
+	@cd example-applications; cd `find . -name "*matrix-gui-browser*"`; make -f Makefile.build clean
 
 matrix-gui-browser_install:
 	@echo ===================================================
 	@echo   Installing Matrix GUI Browser - Release version
 	@echo ===================================================
-	@cd example-applications; cd `find . -name "*matrix-gui-browser*"`; make install
+	@cd example-applications; cd `find . -name "*matrix-gui-browser*"`; make -f Makefile.build install
 
 matrix-gui-browser_install_debug:
 	@echo =================================================
 	@echo   Installing Matrix GUI Browser - Debug Version
 	@echo =================================================
-	@cd example-applications; cd `find . -name "*matrix-gui-browser*"`; make install_debug
+	@cd example-applications; cd `find . -name "*matrix-gui-browser*"`; make -f Makefile.build install_debug
diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_qt-tstat b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_qt-tstat
index 36d7ef5..857e058 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_qt-tstat
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_qt-tstat
@@ -3,22 +3,22 @@ qt-tstat:
 	@echo ================================
 	@echo    Building QT Thermostat App
 	@echo ================================
-	@cd example-applications; cd `find . -name "*qt-tstat*"`; make release
+	@cd example-applications; cd `find . -name "*qt-tstat*"`; make -f Makefile.build release
 
 qt-tstat_clean:
 	@echo ================================
 	@echo    Cleaning QT Thermostat App
 	@echo ================================
-	@cd example-applications; cd `find . -name "*qt-tstat*"`; make clean
+	@cd example-applications; cd `find . -name "*qt-tstat*"`; make -f Makefile.build clean
 
 qt-tstat_install:
 	@echo ===================================================
 	@echo   Installing QT Thermostat App - Release version
 	@echo ===================================================
-	@cd example-applications; cd `find . -name "*qt-tstat*"`; make install
+	@cd example-applications; cd `find . -name "*qt-tstat*"`; make -f Makefile.build install
 
 qt-tstat_install_debug:
 	@echo =================================================
 	@echo   Installing QT Thermostat App - Debug version
 	@echo =================================================
-	@cd example-applications; cd `find . -name "*qt-tstat*"`; make install_debug
+	@cd example-applications; cd `find . -name "*qt-tstat*"`; make -f Makefile.build install_debug
diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_quick-playground b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_quick-playground
index a87471b..b8b7c51 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_quick-playground
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_quick-playground
@@ -3,22 +3,22 @@ quick-playground:
 	@echo =================================
 	@echo    Building Quick Playground App
 	@echo =================================
-	@cd example-applications; cd `find . -name "*quick-playground*"`; make
+	@cd example-applications; cd `find . -name "*quick-playground*"`; make -f Makefile.build
 
 quick-playground_clean:
 	@echo =================================
 	@echo    Cleaning Quick Playground App
 	@echo =================================
-	@cd example-applications; cd `find . -name "*quick-playground*"`; make clean
+	@cd example-applications; cd `find . -name "*quick-playground*"`; make -f Makefile.build clean
 
 quick-playground_install:
 	@echo ====================================================
 	@echo   Installing Quick Playground App - Release version
 	@echo ====================================================
-	@cd example-applications; cd `find . -name "*quick-playground*"`; make install
+	@cd example-applications; cd `find . -name "*quick-playground*"`; make -f Makefile.build install
 
 quick-playground_install_debug:
 	@echo ==================================================
 	@echo   Installing Quick Playground App - Debug version
 	@echo ==================================================
-	@cd example-applications; cd `find . -name "*quick-playground*"`; make install_debug
+	@cd example-applications; cd `find . -name "*quick-playground*"`; make -f Makefile.build install_debug
diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_refresh-screen b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_refresh-screen
index 6d8f203..bcc17fa 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_refresh-screen
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_refresh-screen
@@ -3,22 +3,22 @@ refresh-screen:
 	@echo =============================
 	@echo    Building Refresh Screen
 	@echo =============================
-	@cd example-applications; cd `find . -name "*refresh-screen*"`; make release
+	@cd example-applications; cd `find . -name "*refresh-screen*"`; make -f Makefile.build release
 
 refresh-screen_clean:
 	@echo =============================
 	@echo    Cleaning Refresh Screen
 	@echo =============================
-	@cd example-applications; cd `find . -name "*refresh-screen*"`; make clean
+	@cd example-applications; cd `find . -name "*refresh-screen*"`; make -f Makefile.build clean
 
 refresh-screen_install:
 	@echo ================================================
 	@echo   Installing Refresh Screen - Release version
 	@echo ================================================
-	@cd example-applications; cd `find . -name "*refresh-screen*"`; make install
+	@cd example-applications; cd `find . -name "*refresh-screen*"`; make -f Makefile.build install
 
 refresh-screen_install_debug:
 	@echo ==============================================
 	@echo   Installing Refresh Screen - Debug Version
 	@echo ==============================================
-	@cd example-applications; cd `find . -name "*refresh-screen*"`; make install_debug
+	@cd example-applications; cd `find . -name "*refresh-screen*"`; 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 0817e4e..4d8c486 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
@@ -35,7 +35,7 @@ SRC_URI = "\
     file://Makefile_cryptodev \
 "
 
-PR = "r31"
+PR = "r32"
 
 MAKEFILES_COMMON = "linux \
                     matrix-gui \
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [PATCH 04/11] ti-tisdk-makefile: Fix u-boot cleaning
  2014-05-29 18:38 [PATCH 01/11] ti-tisdk-setup: Use latest commit for create-sdcard.sh Franklin S. Cooper Jr
  2014-05-29 18:38 ` [PATCH 02/11] qt example apps: Use Makefile.build instead of Makefile for the SDK makefile Franklin S. Cooper Jr
  2014-05-29 18:38 ` [PATCH 03/11] ti-tisdk-makefile: Update Qt Makefile stubs to reflect Makefile name change Franklin S. Cooper Jr
@ 2014-05-29 18:38 ` Franklin S. Cooper Jr
  2014-06-04 14:31   ` Maupin, Chase
  2014-05-29 18:38 ` [PATCH 05/11] matrix-gui: Add camera submenu Franklin S. Cooper Jr
                   ` (7 subsequent siblings)
  10 siblings, 1 reply; 33+ messages in thread
From: Franklin S. Cooper Jr @ 2014-05-29 18:38 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* The proper command to clean u-boot binaries is distclean.
* Update u-boot_clean to reflect this change.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../ti-tisdk-makefile/Makefile_u-boot-spl          |    2 +-
 .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_u-boot-spl b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_u-boot-spl
index d2de7a9..65f6288 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_u-boot-spl
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_u-boot-spl
@@ -14,7 +14,7 @@ u-boot_clean:
 	@echo ===================================
 	@echo    Cleaining U-boot
 	@echo ===================================
-	$(MAKE) -C $(TI_SDK_PATH)/board-support/u-boot-* CROSS_COMPILE=$(CROSS_COMPILE) clean
+	$(MAKE) -C $(TI_SDK_PATH)/board-support/u-boot-* CROSS_COMPILE=$(CROSS_COMPILE) distclean
 
 u-boot_install:
 	@echo ===================================
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 4d8c486..770c2ae 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
@@ -35,7 +35,7 @@ SRC_URI = "\
     file://Makefile_cryptodev \
 "
 
-PR = "r32"
+PR = "r33"
 
 MAKEFILES_COMMON = "linux \
                     matrix-gui \
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [PATCH 05/11] matrix-gui: Add camera submenu
  2014-05-29 18:38 [PATCH 01/11] ti-tisdk-setup: Use latest commit for create-sdcard.sh Franklin S. Cooper Jr
                   ` (2 preceding siblings ...)
  2014-05-29 18:38 ` [PATCH 04/11] ti-tisdk-makefile: Fix u-boot cleaning Franklin S. Cooper Jr
@ 2014-05-29 18:38 ` Franklin S. Cooper Jr
  2014-06-04 14:32   ` Maupin, Chase
  2014-05-29 18:38 ` [PATCH 06/11] image-gallery: Add image gallery application Franklin S. Cooper Jr
                   ` (6 subsequent siblings)
  10 siblings, 1 reply; 33+ messages in thread
From: Franklin S. Cooper Jr @ 2014-05-29 18:38 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../recipes-core/matrix/matrix-gui-apps-git.inc    |    4 ++--
 .../recipes-core/matrix/matrix-gui-submenus_2.0.bb |    5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
index fe4b3f0..c985859 100644
--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
@@ -4,9 +4,9 @@ LICENSE_CHECKSUM = "LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9"
 LIC_FILES_CHKSUM := "file://../${LICENSE_CHECKSUM}"
 
 SRC_URI = "git://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps.git;protocol=git;branch=${BRANCH}"
-SRCREV = "ea1592722e9b00a6324d031af1fa23a3683ff7a6"
+SRCREV = "6ba41c4070cbc723d758f5d493859ae6470cdceb"
 BRANCH = "master"
-INC_PR = "r22"
+INC_PR = "r23"
 
 # Pull in the base package for installing matrix applications
 require matrix-gui-apps.inc
diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-submenus_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-submenus_2.0.bb
index d108500..d794277 100644
--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-submenus_2.0.bb
+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-submenus_2.0.bb
@@ -8,7 +8,7 @@ require matrix-gui-apps-git.inc
 # reset the LIC_FILES_CHKSUM setting from the matrix-gui-apps-git.inc file
 LIC_FILES_CHKSUM = "file://LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9"
 
-PR = "${INC_PR}.9"
+PR = "${INC_PR}.10"
 
 # These packages make submenus in matrix and are not architecture specific
 inherit allarch
@@ -27,7 +27,7 @@ do_install(){
     done
 }
 
-PACKAGES += "${PN}-arm ${PN}-3d ${PN}-cryptos ${PN}-display ${PN}-ethernet ${PN}-multimedia ${PN}-power ${PN}-pru ${PN}-qt4 ${PN}-settings ${PN}-usb ${PN}-wifi ${PN}-oprofile"
+PACKAGES += "${PN}-arm ${PN}-3d ${PN}-cryptos ${PN}-display ${PN}-ethernet ${PN}-multimedia ${PN}-power ${PN}-pru ${PN}-qt4 ${PN}-settings ${PN}-usb ${PN}-wifi ${PN}-oprofile ${PN}-camera"
 
 # Make sure app images has been installed
 RDEPENDS_${PN} += "matrix-gui-apps-images"
@@ -46,3 +46,4 @@ FILES_${PN}-settings = "${MATRIX_APP_DIR}/settings_submenu/*"
 FILES_${PN}-usb = "${MATRIX_APP_DIR}/usb_submenu/*"
 FILES_${PN}-wifi = "${MATRIX_APP_DIR}/wifi_submenu/*"
 FILES_${PN}-oprofile = "${MATRIX_APP_DIR}/oprofile_submenu/*"
+FILES_${PN}-camera = "${MATRIX_APP_DIR}/camera_submenu/*"
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [PATCH 06/11] image-gallery: Add image gallery application
  2014-05-29 18:38 [PATCH 01/11] ti-tisdk-setup: Use latest commit for create-sdcard.sh Franklin S. Cooper Jr
                   ` (3 preceding siblings ...)
  2014-05-29 18:38 ` [PATCH 05/11] matrix-gui: Add camera submenu Franklin S. Cooper Jr
@ 2014-05-29 18:38 ` Franklin S. Cooper Jr
  2014-06-04 14:38   ` Maupin, Chase
  2014-05-29 18:38 ` [PATCH 07/11] arago-source-ipk: Create source ipk for image-gallery app Franklin S. Cooper Jr
                   ` (5 subsequent siblings)
  10 siblings, 1 reply; 33+ messages in thread
From: Franklin S. Cooper Jr @ 2014-05-29 18:38 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* Add new Qt application to the SDK which displays pictures taken by the camera
  demo.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../recipes-qt/qt-apps/image-gallery_git.bb        |   33 ++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)
 create mode 100644 meta-arago-extras/recipes-qt/qt-apps/image-gallery_git.bb

diff --git a/meta-arago-extras/recipes-qt/qt-apps/image-gallery_git.bb b/meta-arago-extras/recipes-qt/qt-apps/image-gallery_git.bb
new file mode 100644
index 0000000..3040415
--- /dev/null
+++ b/meta-arago-extras/recipes-qt/qt-apps/image-gallery_git.bb
@@ -0,0 +1,33 @@
+DESCRIPTION = "Image Gallery"
+HOMEPAGE = "https://gitorious.org/image-gallery"
+SECTION = "multimedia"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=9c57cc1cdee589f97cbba69e95a89a15"
+
+require recipes-core/matrix/matrix-gui-paths.inc
+
+PR = "r0"
+
+BRANCH = "master"
+SRCREV = "8901d7c598b277e4e26a5abbcb859e7ceebd340a"
+
+SRC_URI = "git://gitorious.org/image-gallery/image-gallery.git;protocol=git;branch=${BRANCH}"
+
+S = "${WORKDIR}/git/"
+
+BUILDDIR ?= "."
+
+inherit qt-provider
+
+do_install() {
+	install -d ${D}/usr/bin
+	install -m 0755 ${BUILDDIR}/image-gallery ${D}/usr/bin/image-gallery
+	install -d ${D}${MATRIX_APP_DIR}/qt-image-gallery
+	cp -rf matrix-files/*  ${D}${MATRIX_APP_DIR}/qt-image-gallery
+}
+
+PACKAGES += "matrix-gui-apps-image-gallery"
+
+RDEPENDS_matrix-gui-apps-image-gallery  = "matrix-gui-apps-images matrix-gui-submenus-camera ${PN}"
+
+FILES_matrix-gui-apps-image-gallery += "${MATRIX_APP_DIR}/*"
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [PATCH 07/11] arago-source-ipk: Create source ipk for image-gallery app
  2014-05-29 18:38 [PATCH 01/11] ti-tisdk-setup: Use latest commit for create-sdcard.sh Franklin S. Cooper Jr
                   ` (4 preceding siblings ...)
  2014-05-29 18:38 ` [PATCH 06/11] image-gallery: Add image gallery application Franklin S. Cooper Jr
@ 2014-05-29 18:38 ` Franklin S. Cooper Jr
  2014-06-04 14:38   ` Maupin, Chase
  2014-05-29 18:38 ` [PATCH 08/11] packagegroup-arago-tisdk-multimedia-sdk-host: Add image-gallery app sources Franklin S. Cooper Jr
                   ` (4 subsequent siblings)
  10 siblings, 1 reply; 33+ messages in thread
From: Franklin S. Cooper Jr @ 2014-05-29 18:38 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../conf/distro/arago-source-ipk.conf              |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta-arago-distro/conf/distro/arago-source-ipk.conf b/meta-arago-distro/conf/distro/arago-source-ipk.conf
index 9b5c57e..a2777e9 100644
--- a/meta-arago-distro/conf/distro/arago-source-ipk.conf
+++ b/meta-arago-distro/conf/distro/arago-source-ipk.conf
@@ -67,6 +67,9 @@ SRCIPK_INSTALL_DIR_pn-qt-tstat = "example-applications/${PN}-${PV}"
 CREATE_SRCIPK_pn-dual-camera-demo = "1"
 SRCIPK_INSTALL_DIR_pn-dual-camera-demo = "example-applications/${PN}-${PV}"
 
+CREATE_SRCIPK_pn-image-gallery = "1"
+SRCIPK_INSTALL_DIR_pn-image-gallery = "example-applications/${PN}"
+
 CREATE_SRCIPK_pn-matrix-gui-browser = "1"
 SRCIPK_INSTALL_DIR_pn-matrix-gui-browser = "example-applications/${PN}-${PV}"
 
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [PATCH 08/11] packagegroup-arago-tisdk-multimedia-sdk-host: Add image-gallery app sources
  2014-05-29 18:38 [PATCH 01/11] ti-tisdk-setup: Use latest commit for create-sdcard.sh Franklin S. Cooper Jr
                   ` (5 preceding siblings ...)
  2014-05-29 18:38 ` [PATCH 07/11] arago-source-ipk: Create source ipk for image-gallery app Franklin S. Cooper Jr
@ 2014-05-29 18:38 ` Franklin S. Cooper Jr
  2014-06-04 14:38   ` Maupin, Chase
  2014-05-29 18:38 ` [PATCH 09/11] packagegroup-arago-tisdk-matrix: Add image gallery demo to Matrix Franklin S. Cooper Jr
                   ` (3 subsequent siblings)
  10 siblings, 1 reply; 33+ messages in thread
From: Franklin S. Cooper Jr @ 2014-05-29 18:38 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 ...packagegroup-arago-tisdk-multimedia-sdk-host.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-host.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-host.bb
index 38b52b6..307e712 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-host.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-host.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Task to add multimedia related sources into the SDK"
 LICENSE = "MIT"
-PR = "r3"
+PR = "r4"
 
 inherit packagegroup
 
@@ -18,6 +18,7 @@ MULTIMEDIA_append_am3517-evm = " \
 
 MULTIMEDIA_append_ti43x = " \
     dual-camera-demo-src \
+    image-gallery-src \
 "
 
 RDEPENDS_${PN} = "\
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [PATCH 09/11] packagegroup-arago-tisdk-matrix: Add image gallery demo to Matrix
  2014-05-29 18:38 [PATCH 01/11] ti-tisdk-setup: Use latest commit for create-sdcard.sh Franklin S. Cooper Jr
                   ` (6 preceding siblings ...)
  2014-05-29 18:38 ` [PATCH 08/11] packagegroup-arago-tisdk-multimedia-sdk-host: Add image-gallery app sources Franklin S. Cooper Jr
@ 2014-05-29 18:38 ` Franklin S. Cooper Jr
  2014-06-04 14:38   ` Maupin, Chase
  2014-05-29 18:38 ` [PATCH 10/11] ti-tisdk-makefile: Add image gallery to SDK makefile for AM4x Franklin S. Cooper Jr
                   ` (2 subsequent siblings)
  10 siblings, 1 reply; 33+ messages in thread
From: Franklin S. Cooper Jr @ 2014-05-29 18:38 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../packagegroup-arago-tisdk-matrix.bb             |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb
index 9354624..ae502f1 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Task to include Matrix v2"
 LICENSE = "MIT"
-PR = "r28"
+PR = "r29"
 
 inherit packagegroup
 
@@ -78,6 +78,7 @@ MATRIX_APPS_append_ti43x = "        \
     matrix-multimedia-demo-mpeg4dec \
                                     \
     matrix-gui-apps-dual-camera     \
+    matrix-gui-apps-image-gallery   \
                                     \
     matrix-gui-generic-pm           \
     matrix-gui-pm-demos-suspend     \
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [PATCH 10/11] ti-tisdk-makefile: Add image gallery to SDK makefile for AM4x
  2014-05-29 18:38 [PATCH 01/11] ti-tisdk-setup: Use latest commit for create-sdcard.sh Franklin S. Cooper Jr
                   ` (7 preceding siblings ...)
  2014-05-29 18:38 ` [PATCH 09/11] packagegroup-arago-tisdk-matrix: Add image gallery demo to Matrix Franklin S. Cooper Jr
@ 2014-05-29 18:38 ` Franklin S. Cooper Jr
  2014-06-04 14:39   ` Maupin, Chase
  2014-05-29 18:38 ` [PATCH 11/11] packagegroup-arago-tisdk-multimedia: Add image-gallery to AM4x demo list Franklin S. Cooper Jr
  2014-06-04 14:30 ` [PATCH 01/11] ti-tisdk-setup: Use latest commit for create-sdcard.sh Maupin, Chase
  10 siblings, 1 reply; 33+ messages in thread
From: Franklin S. Cooper Jr @ 2014-05-29 18:38 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../ti-tisdk-makefile/Makefile_image-gallery       |   24 ++++++++++++++++++++
 .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb     |    4 ++-
 2 files changed, 27 insertions(+), 1 deletions(-)
 create mode 100644 meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_image-gallery

diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_image-gallery b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_image-gallery
new file mode 100644
index 0000000..df843fb
--- /dev/null
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_image-gallery
@@ -0,0 +1,24 @@
+# QT Image Gallery build targets
+image-gallery:
+	@echo ================================
+	@echo    Building Image Gallery
+	@echo ================================
+	@cd example-applications; cd `find . -name "*image-gallery*"`; make -f Makefile.build
+
+image-gallery_clean:
+	@echo ================================
+	@echo    Building Image Gallery
+	@echo ================================
+	@cd example-applications; cd `find . -name "*image-gallery*"`; make -f Makefile.build clean
+
+image-gallery_install:
+	@echo ===================================================
+	@echo   Installing Image Gallery - Release version
+	@echo ===================================================
+	@cd example-applications; cd `find . -name "*image-gallery*"`; make -f Makefile.build install
+
+image-gallery_install_debug:
+	@echo =================================================
+	@echo   Installing Dual Camera Demo - Debug version
+	@echo =================================================
+	@cd example-applications; cd `find . -name "*image-galleryo*"`; 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 770c2ae..ab4244c 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
@@ -32,10 +32,11 @@ SRC_URI = "\
     file://Makefile_omapconf \
     file://Makefile_oprofile-example \
     file://Makefile_dual-camera-demo \
+    file://Makefile_image-gallery \
     file://Makefile_cryptodev \
 "
 
-PR = "r33"
+PR = "r34"
 
 MAKEFILES_COMMON = "linux \
                     matrix-gui \
@@ -75,6 +76,7 @@ MAKEFILES_append_ti43x = " u-boot-spl \
                            linux-dtbs \
                            wireless \
                            dual-camera-demo \
+                           image-gallery \
                            cryptodev \
 "
 
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [PATCH 11/11] packagegroup-arago-tisdk-multimedia: Add image-gallery to AM4x demo list
  2014-05-29 18:38 [PATCH 01/11] ti-tisdk-setup: Use latest commit for create-sdcard.sh Franklin S. Cooper Jr
                   ` (8 preceding siblings ...)
  2014-05-29 18:38 ` [PATCH 10/11] ti-tisdk-makefile: Add image gallery to SDK makefile for AM4x Franklin S. Cooper Jr
@ 2014-05-29 18:38 ` Franklin S. Cooper Jr
  2014-06-04 14:39   ` Maupin, Chase
  2014-06-04 14:30 ` [PATCH 01/11] ti-tisdk-setup: Use latest commit for create-sdcard.sh Maupin, Chase
  10 siblings, 1 reply; 33+ messages in thread
From: Franklin S. Cooper Jr @ 2014-05-29 18:38 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../packagegroup-arago-tisdk-multimedia.bb         |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb
index d9828b8..309ac05 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Task to add multimedia related packages"
 LICENSE = "MIT"
-PR = "r6"
+PR = "r7"
 
 inherit packagegroup
 
@@ -19,6 +19,7 @@ MULTIMEDIA_append_ti33x = " \
 MULTIMEDIA_append_ti43x = " \
     amsdk-av-files \
     dual-camera-demo \
+    image-gallery \
 "
 
 MULTIMEDIA_append_omap-a15 = " \
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 33+ messages in thread

* Re: [PATCH 01/11] ti-tisdk-setup: Use latest commit for create-sdcard.sh
  2014-05-29 18:38 [PATCH 01/11] ti-tisdk-setup: Use latest commit for create-sdcard.sh Franklin S. Cooper Jr
                   ` (9 preceding siblings ...)
  2014-05-29 18:38 ` [PATCH 11/11] packagegroup-arago-tisdk-multimedia: Add image-gallery to AM4x demo list Franklin S. Cooper Jr
@ 2014-06-04 14:30 ` Maupin, Chase
  10 siblings, 0 replies; 33+ messages in thread
From: Maupin, Chase @ 2014-06-04 14:30 UTC (permalink / raw)
  To: Cooper Jr., Franklin, meta-arago

Acked-by: Chase Maupin <chase.maupin@ti.com>

>-----Original Message-----
>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
>Sent: Thursday, May 29, 2014 1:38 PM
>To: meta-arago@arago-project.org
>Cc: Cooper Jr., Franklin
>Subject: [meta-arago] [PATCH 01/11] ti-tisdk-setup: Use latest
>commit for create-sdcard.sh
>
>* The latest commit adds support for built sd card readers
>connected to native
>  Linux machines.
>* Previously only sd cards connected to usb sd card reader were
>supported.
>
>Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
>---
> .../recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb |    4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-
>tisdk-setup.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-
>setup/ti-tisdk-setup.bb
>index af10101..3a65909 100644
>--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-
>setup.bb
>+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-
>setup.bb
>@@ -2,10 +2,10 @@ DESCRIPTION = "Package containing scripts to
>setup the development host and targ
> LICENSE = "BSD"
> LIC_FILES_CHKSUM =
>"file://setup.sh;beginline=3;endline=31;md5=fc4b04a33df6d892c9f4d4
>a9d92b945e"
>
>-PR = "r18"
>+PR = "r19"
>
> BRANCH ?= "master"
>-SRCREV = "3e3e750153147f789dee5d59f45abcd14d001c64"
>+SRCREV = "6aa269296c4fdede74b067ee961cb20a897d21df"
> SRC_URI = "git://arago-project.org/git/projects/tisdk-setup-
>scripts.git;protocol=git;branch=${BRANCH}"
>
> S = "${WORKDIR}/git/"
>--
>1.7.0.4
>
>_______________________________________________
>meta-arago mailing list
>meta-arago@arago-project.org
>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH 02/11] qt example apps: Use Makefile.build instead of Makefile for the SDK makefile
  2014-05-29 18:38 ` [PATCH 02/11] qt example apps: Use Makefile.build instead of Makefile for the SDK makefile Franklin S. Cooper Jr
@ 2014-06-04 14:30   ` Maupin, Chase
  2014-06-09 16:25   ` Denys Dmytriyenko
  2014-06-09 17:02   ` Cooper Jr., Franklin
  2 siblings, 0 replies; 33+ messages in thread
From: Maupin, Chase @ 2014-06-04 14:30 UTC (permalink / raw)
  To: Cooper Jr., Franklin, meta-arago

Acked-by: Chase Maupin <chase.maupin@ti.com>

>-----Original Message-----
>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
>Sent: Thursday, May 29, 2014 1:38 PM
>To: meta-arago@arago-project.org
>Cc: Cooper Jr., Franklin
>Subject: [meta-arago] [PATCH 02/11] qt example apps: Use
>Makefile.build instead of Makefile for the SDK makefile
>
>* This insures that Qt users will have qmake generate "Makefile"
>instead of
>  App-Makefile which is the expected/default behavior.
>
>Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
>---
> .../recipes-core/matrix/matrix-gui-browser_2.0.bb  |    4 ++--
> .../recipes-core/matrix/refresh-screen_2.0.bb      |    4 ++--
> .../recipes-qt/qt-apps/qt-tstat_2.0.bb             |    4 ++--
> .../recipes-qt/qt-apps/quick-playground_1.0.bb     |    4 ++--
> 4 files changed, 8 insertions(+), 8 deletions(-)
>
>diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-
>browser_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-
>browser_2.0.bb
>index 7d47e5b..afd5aa3 100644
>--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-
>browser_2.0.bb
>+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-
>browser_2.0.bb
>@@ -11,9 +11,9 @@ RDEPENDS_${PN} += "${QT_RDEPENDS_FONTS}"
>
> DEPENDS += "${QT_DEPENDS_WEBKIT}"
>
>-PR = "r6"
>+PR = "r7"
>
>-SRCREV = "8517ac2338295ccb4c6c2ffa58b5ad48659a5430"
>+SRCREV = "7f5dccfb5b1b68a3f9162f6ee072eef0e0ba06fe"
> BRANCH ?= "master"
>
> SRC_URI = "git://gitorious.org/matrix-gui-
>v2/matrix_browser.git;protocol=git;branch=${BRANCH}"
>diff --git a/meta-arago-extras/recipes-core/matrix/refresh-
>screen_2.0.bb b/meta-arago-extras/recipes-core/matrix/refresh-
>screen_2.0.bb
>index 2696978..e3d59e2 100644
>--- a/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb
>+++ b/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb
>@@ -7,9 +7,9 @@ SECTION = "multimedia"
> # Make sure that QT font libraries have been installed
> RDEPENDS_${PN} += "qt4-embedded-fonts"
>
>-PR = "r4"
>+PR = "r5"
>
>-SRCREV = "4dfdf85f17033f950e01f25341665f979edde6c3"
>+SRCREV = "ad3835b250c8b2b55ae65ffa19c2b85e412826b0"
> BRANCH ?= "master"
>
> SRC_URI = "git://gitorious.org/matrix-gui-v2/refresh-
>screen.git;protocol=git;branch=${BRANCH}"
>diff --git a/meta-arago-extras/recipes-qt/qt-apps/qt-tstat_2.0.bb
>b/meta-arago-extras/recipes-qt/qt-apps/qt-tstat_2.0.bb
>index d0a9f7a..0e3fc01 100644
>--- a/meta-arago-extras/recipes-qt/qt-apps/qt-tstat_2.0.bb
>+++ b/meta-arago-extras/recipes-qt/qt-apps/qt-tstat_2.0.bb
>@@ -12,12 +12,12 @@ require recipes-core/matrix/matrix-gui-
>paths.inc
>
> inherit qt-provider
>
>-PR = "r7"
>+PR = "r8"
>
> DEPENDS += "${QT_DEPENDS_SVG} ${QT_DEPENDS_SCRIPT}"
>
> BRANCH ?= "master"
>-SRCREV = "2960431fd38239cc089c8738776f3ff9dcfe7f1c"
>+SRCREV = "2512773c2d9da989e6a42c1e90b2b34496713072"
>
> SRC_URI = " \
> 	git://gitorious.org/thermostat-demo/thermostat-
>demo.git;protocol=git \
>diff --git a/meta-arago-extras/recipes-qt/qt-apps/quick-
>playground_1.0.bb b/meta-arago-extras/recipes-qt/qt-apps/quick-
>playground_1.0.bb
>index 5f493d3..2da5a36 100644
>--- a/meta-arago-extras/recipes-qt/qt-apps/quick-playground_1.0.bb
>+++ b/meta-arago-extras/recipes-qt/qt-apps/quick-playground_1.0.bb
>@@ -6,10 +6,10 @@ LIC_FILES_CHKSUM =
>"file://Licence.txt;md5=7cc88160b55ec5db6c6c5bb8e3238c0b"
>
> require recipes-core/matrix/matrix-gui-paths.inc
>
>-PR = "r1"
>+PR = "r2"
>
> BRANCH = "master"
>-SRCREV = "0be45ce805147798c98b2dee65e41de67bfcea5d"
>+SRCREV = "4bcf4e7f5aa68dcd28f54bf921c6cc3985ce4305"
>
> SRC_URI = "git://arago-project.org/git/projects/qt4-
>demos.git;protocol=git;branch=${BRANCH}"
>
>--
>1.7.0.4
>
>_______________________________________________
>meta-arago mailing list
>meta-arago@arago-project.org
>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH 03/11] ti-tisdk-makefile: Update Qt Makefile stubs to reflect Makefile name change
  2014-05-29 18:38 ` [PATCH 03/11] ti-tisdk-makefile: Update Qt Makefile stubs to reflect Makefile name change Franklin S. Cooper Jr
@ 2014-06-04 14:31   ` Maupin, Chase
  0 siblings, 0 replies; 33+ messages in thread
From: Maupin, Chase @ 2014-06-04 14:31 UTC (permalink / raw)
  To: Cooper Jr., Franklin, meta-arago

Acked-by: Chase Maupin <chase.maupin@ti.com>

>-----Original Message-----
>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
>Sent: Thursday, May 29, 2014 1:38 PM
>To: meta-arago@arago-project.org
>Cc: Cooper Jr., Franklin
>Subject: [meta-arago] [PATCH 03/11] ti-tisdk-makefile: Update Qt
>Makefile stubs to reflect Makefile name change
>
>Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
>---
> .../ti-tisdk-makefile/Makefile_dual-camera-demo    |    8 ++++---
>-
> .../ti-tisdk-makefile/Makefile_matrix-gui-browser  |    8 ++++---
>-
> .../ti-tisdk-makefile/Makefile_qt-tstat            |    8 ++++---
>-
> .../ti-tisdk-makefile/Makefile_quick-playground    |    8 ++++---
>-
> .../ti-tisdk-makefile/Makefile_refresh-screen      |    8 ++++---
>-
> .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb     |    2 +-
> 6 files changed, 21 insertions(+), 21 deletions(-)
>
>diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-
>tisdk-makefile/Makefile_dual-camera-demo b/meta-arago-
>distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_dual-camera-demo
>index 5a1475e..bd99075 100644
>--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_dual-camera-demo
>+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_dual-camera-demo
>@@ -3,22 +3,22 @@ dual-camera-demo:
> 	@echo ================================
> 	@echo    Building Dual Camera Demo
> 	@echo ================================
>-	@cd example-applications; cd `find . -name "*dual-camera-
>demo*"`; make
>+	@cd example-applications; cd `find . -name "*dual-camera-
>demo*"`; make -f Makefile.build
>
> dual-camera-demo_clean:
> 	@echo ================================
> 	@echo    Building Dual Camera Demo
> 	@echo ================================
>-	@cd example-applications; cd `find . -name "*dual-camera-
>demo*"`; make clean
>+	@cd example-applications; cd `find . -name "*dual-camera-
>demo*"`; make -f Makefile.build clean
>
> dual-camera-demo_install:
> 	@echo ===================================================
> 	@echo   Installing Dual Camera Demo - Release version
> 	@echo ===================================================
>-	@cd example-applications; cd `find . -name "*dual-camera-
>demo*"`; make install
>+	@cd example-applications; cd `find . -name "*dual-camera-
>demo*"`; make -f Makefile.build install
>
> dual-camera-demo_install_debug:
> 	@echo =================================================
> 	@echo   Installing Dual Camera Demo - Debug version
> 	@echo =================================================
>-	@cd example-applications; cd `find . -name "*dual-camera-
>demo*"`; make install_debug
>+	@cd example-applications; cd `find . -name "*dual-camera-
>demo*"`; make -f Makefile.build install_debug
>diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-
>tisdk-makefile/Makefile_matrix-gui-browser b/meta-arago-
>distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_matrix-gui-browser
>index eb60e4f..2fc3b21 100644
>--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_matrix-gui-browser
>+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_matrix-gui-browser
>@@ -3,22 +3,22 @@ matrix-gui-browser:
> 	@echo =================================
> 	@echo    Building Matrix GUI Browser
> 	@echo =================================
>-	@cd example-applications; cd `find . -name "*matrix-gui-
>browser*"`; make release
>+	@cd example-applications; cd `find . -name "*matrix-gui-
>browser*"`; make -f Makefile.build release
>
> matrix-gui-browser_clean:
> 	@echo =================================
> 	@echo    Cleaning Matrix GUI Browser
> 	@echo =================================
>-	@cd example-applications; cd `find . -name "*matrix-gui-
>browser*"`; make clean
>+	@cd example-applications; cd `find . -name "*matrix-gui-
>browser*"`; make -f Makefile.build clean
>
> matrix-gui-browser_install:
> 	@echo ===================================================
> 	@echo   Installing Matrix GUI Browser - Release version
> 	@echo ===================================================
>-	@cd example-applications; cd `find . -name "*matrix-gui-
>browser*"`; make install
>+	@cd example-applications; cd `find . -name "*matrix-gui-
>browser*"`; make -f Makefile.build install
>
> matrix-gui-browser_install_debug:
> 	@echo =================================================
> 	@echo   Installing Matrix GUI Browser - Debug Version
> 	@echo =================================================
>-	@cd example-applications; cd `find . -name "*matrix-gui-
>browser*"`; make install_debug
>+	@cd example-applications; cd `find . -name "*matrix-gui-
>browser*"`; make -f Makefile.build install_debug
>diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-
>tisdk-makefile/Makefile_qt-tstat b/meta-arago-distro/recipes-
>tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_qt-tstat
>index 36d7ef5..857e058 100644
>--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_qt-tstat
>+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_qt-tstat
>@@ -3,22 +3,22 @@ qt-tstat:
> 	@echo ================================
> 	@echo    Building QT Thermostat App
> 	@echo ================================
>-	@cd example-applications; cd `find . -name "*qt-tstat*"`;
>make release
>+	@cd example-applications; cd `find . -name "*qt-tstat*"`;
>make -f Makefile.build release
>
> qt-tstat_clean:
> 	@echo ================================
> 	@echo    Cleaning QT Thermostat App
> 	@echo ================================
>-	@cd example-applications; cd `find . -name "*qt-tstat*"`;
>make clean
>+	@cd example-applications; cd `find . -name "*qt-tstat*"`;
>make -f Makefile.build clean
>
> qt-tstat_install:
> 	@echo ===================================================
> 	@echo   Installing QT Thermostat App - Release version
> 	@echo ===================================================
>-	@cd example-applications; cd `find . -name "*qt-tstat*"`;
>make install
>+	@cd example-applications; cd `find . -name "*qt-tstat*"`;
>make -f Makefile.build install
>
> qt-tstat_install_debug:
> 	@echo =================================================
> 	@echo   Installing QT Thermostat App - Debug version
> 	@echo =================================================
>-	@cd example-applications; cd `find . -name "*qt-tstat*"`;
>make install_debug
>+	@cd example-applications; cd `find . -name "*qt-tstat*"`;
>make -f Makefile.build install_debug
>diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-
>tisdk-makefile/Makefile_quick-playground b/meta-arago-
>distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_quick-playground
>index a87471b..b8b7c51 100644
>--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_quick-playground
>+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_quick-playground
>@@ -3,22 +3,22 @@ quick-playground:
> 	@echo =================================
> 	@echo    Building Quick Playground App
> 	@echo =================================
>-	@cd example-applications; cd `find . -name "*quick-
>playground*"`; make
>+	@cd example-applications; cd `find . -name "*quick-
>playground*"`; make -f Makefile.build
>
> quick-playground_clean:
> 	@echo =================================
> 	@echo    Cleaning Quick Playground App
> 	@echo =================================
>-	@cd example-applications; cd `find . -name "*quick-
>playground*"`; make clean
>+	@cd example-applications; cd `find . -name "*quick-
>playground*"`; make -f Makefile.build clean
>
> quick-playground_install:
> 	@echo ====================================================
> 	@echo   Installing Quick Playground App - Release version
> 	@echo ====================================================
>-	@cd example-applications; cd `find . -name "*quick-
>playground*"`; make install
>+	@cd example-applications; cd `find . -name "*quick-
>playground*"`; make -f Makefile.build install
>
> quick-playground_install_debug:
> 	@echo ==================================================
> 	@echo   Installing Quick Playground App - Debug version
> 	@echo ==================================================
>-	@cd example-applications; cd `find . -name "*quick-
>playground*"`; make install_debug
>+	@cd example-applications; cd `find . -name "*quick-
>playground*"`; make -f Makefile.build install_debug
>diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-
>tisdk-makefile/Makefile_refresh-screen b/meta-arago-
>distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_refresh-screen
>index 6d8f203..bcc17fa 100644
>--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_refresh-screen
>+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_refresh-screen
>@@ -3,22 +3,22 @@ refresh-screen:
> 	@echo =============================
> 	@echo    Building Refresh Screen
> 	@echo =============================
>-	@cd example-applications; cd `find . -name "*refresh-
>screen*"`; make release
>+	@cd example-applications; cd `find . -name "*refresh-
>screen*"`; make -f Makefile.build release
>
> refresh-screen_clean:
> 	@echo =============================
> 	@echo    Cleaning Refresh Screen
> 	@echo =============================
>-	@cd example-applications; cd `find . -name "*refresh-
>screen*"`; make clean
>+	@cd example-applications; cd `find . -name "*refresh-
>screen*"`; make -f Makefile.build clean
>
> refresh-screen_install:
> 	@echo ================================================
> 	@echo   Installing Refresh Screen - Release version
> 	@echo ================================================
>-	@cd example-applications; cd `find . -name "*refresh-
>screen*"`; make install
>+	@cd example-applications; cd `find . -name "*refresh-
>screen*"`; make -f Makefile.build install
>
> refresh-screen_install_debug:
> 	@echo ==============================================
> 	@echo   Installing Refresh Screen - Debug Version
> 	@echo ==============================================
>-	@cd example-applications; cd `find . -name "*refresh-
>screen*"`; make install_debug
>+	@cd example-applications; cd `find . -name "*refresh-
>screen*"`; 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 0817e4e..4d8c486 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
>@@ -35,7 +35,7 @@ SRC_URI = "\
>     file://Makefile_cryptodev \
> "
>
>-PR = "r31"
>+PR = "r32"
>
> MAKEFILES_COMMON = "linux \
>                     matrix-gui \
>--
>1.7.0.4
>
>_______________________________________________
>meta-arago mailing list
>meta-arago@arago-project.org
>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH 04/11] ti-tisdk-makefile: Fix u-boot cleaning
  2014-05-29 18:38 ` [PATCH 04/11] ti-tisdk-makefile: Fix u-boot cleaning Franklin S. Cooper Jr
@ 2014-06-04 14:31   ` Maupin, Chase
  0 siblings, 0 replies; 33+ messages in thread
From: Maupin, Chase @ 2014-06-04 14:31 UTC (permalink / raw)
  To: Cooper Jr., Franklin, meta-arago

Acked-by: Chase Maupin <chase.maupin@ti.com>

>-----Original Message-----
>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
>Sent: Thursday, May 29, 2014 1:38 PM
>To: meta-arago@arago-project.org
>Cc: Cooper Jr., Franklin
>Subject: [meta-arago] [PATCH 04/11] ti-tisdk-makefile: Fix u-boot
>cleaning
>
>* The proper command to clean u-boot binaries is distclean.
>* Update u-boot_clean to reflect this change.
>
>Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
>---
> .../ti-tisdk-makefile/Makefile_u-boot-spl          |    2 +-
> .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb     |    2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-
>tisdk-makefile/Makefile_u-boot-spl b/meta-arago-distro/recipes-
>tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_u-boot-spl
>index d2de7a9..65f6288 100644
>--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_u-boot-spl
>+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_u-boot-spl
>@@ -14,7 +14,7 @@ u-boot_clean:
> 	@echo ===================================
> 	@echo    Cleaining U-boot
> 	@echo ===================================
>-	$(MAKE) -C $(TI_SDK_PATH)/board-support/u-boot-*
>CROSS_COMPILE=$(CROSS_COMPILE) clean
>+	$(MAKE) -C $(TI_SDK_PATH)/board-support/u-boot-*
>CROSS_COMPILE=$(CROSS_COMPILE) distclean
>
> u-boot_install:
> 	@echo ===================================
>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 4d8c486..770c2ae 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
>@@ -35,7 +35,7 @@ SRC_URI = "\
>     file://Makefile_cryptodev \
> "
>
>-PR = "r32"
>+PR = "r33"
>
> MAKEFILES_COMMON = "linux \
>                     matrix-gui \
>--
>1.7.0.4
>
>_______________________________________________
>meta-arago mailing list
>meta-arago@arago-project.org
>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH 05/11] matrix-gui: Add camera submenu
  2014-05-29 18:38 ` [PATCH 05/11] matrix-gui: Add camera submenu Franklin S. Cooper Jr
@ 2014-06-04 14:32   ` Maupin, Chase
  2014-06-04 15:23     ` Denys Dmytriyenko
  0 siblings, 1 reply; 33+ messages in thread
From: Maupin, Chase @ 2014-06-04 14:32 UTC (permalink / raw)
  To: Cooper Jr., Franklin, meta-arago

>-----Original Message-----
>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
>Sent: Thursday, May 29, 2014 1:38 PM
>To: meta-arago@arago-project.org
>Cc: Cooper Jr., Franklin
>Subject: [meta-arago] [PATCH 05/11] matrix-gui: Add camera submenu
>
>Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
>---
> .../recipes-core/matrix/matrix-gui-apps-git.inc    |    4 ++--
> .../recipes-core/matrix/matrix-gui-submenus_2.0.bb |    5 +++--
> 2 files changed, 5 insertions(+), 4 deletions(-)
>
>diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-
>apps-git.inc b/meta-arago-extras/recipes-core/matrix/matrix-gui-
>apps-git.inc
>index fe4b3f0..c985859 100644
>--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-
>git.inc
>+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-
>git.inc
>@@ -4,9 +4,9 @@ LICENSE_CHECKSUM =
>"LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9"
> LIC_FILES_CHKSUM := "file://../${LICENSE_CHECKSUM}"
>
> SRC_URI = "git://gitorious.org/matrix-gui-v2/matrix-gui-v2-
>apps.git;protocol=git;branch=${BRANCH}"
>-SRCREV = "ea1592722e9b00a6324d031af1fa23a3683ff7a6"
>+SRCREV = "6ba41c4070cbc723d758f5d493859ae6470cdceb"
> BRANCH = "master"
>-INC_PR = "r22"
>+INC_PR = "r23"
>
> # Pull in the base package for installing matrix applications
> require matrix-gui-apps.inc
>diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-
>submenus_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-
>gui-submenus_2.0.bb
>index d108500..d794277 100644
>--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-
>submenus_2.0.bb
>+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-
>submenus_2.0.bb
>@@ -8,7 +8,7 @@ require matrix-gui-apps-git.inc
> # reset the LIC_FILES_CHKSUM setting from the matrix-gui-apps-
>git.inc file
> LIC_FILES_CHKSUM =
>"file://LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9"
>
>-PR = "${INC_PR}.9"
>+PR = "${INC_PR}.10"

Just a nit, but if you bumped the INC_PR already then do you really need to bump this PR?  I don't think this is worth submitting a v2 for though.

>
> # These packages make submenus in matrix and are not architecture
>specific
> inherit allarch
>@@ -27,7 +27,7 @@ do_install(){
>     done
> }
>
>-PACKAGES += "${PN}-arm ${PN}-3d ${PN}-cryptos ${PN}-display
>${PN}-ethernet ${PN}-multimedia ${PN}-power ${PN}-pru ${PN}-qt4
>${PN}-settings ${PN}-usb ${PN}-wifi ${PN}-oprofile"
>+PACKAGES += "${PN}-arm ${PN}-3d ${PN}-cryptos ${PN}-display
>${PN}-ethernet ${PN}-multimedia ${PN}-power ${PN}-pru ${PN}-qt4
>${PN}-settings ${PN}-usb ${PN}-wifi ${PN}-oprofile ${PN}-camera"
>
> # Make sure app images has been installed
> RDEPENDS_${PN} += "matrix-gui-apps-images"
>@@ -46,3 +46,4 @@ FILES_${PN}-settings =
>"${MATRIX_APP_DIR}/settings_submenu/*"
> FILES_${PN}-usb = "${MATRIX_APP_DIR}/usb_submenu/*"
> FILES_${PN}-wifi = "${MATRIX_APP_DIR}/wifi_submenu/*"
> FILES_${PN}-oprofile = "${MATRIX_APP_DIR}/oprofile_submenu/*"
>+FILES_${PN}-camera = "${MATRIX_APP_DIR}/camera_submenu/*"
>--
>1.7.0.4
>
>_______________________________________________
>meta-arago mailing list
>meta-arago@arago-project.org
>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH 06/11] image-gallery: Add image gallery application
  2014-05-29 18:38 ` [PATCH 06/11] image-gallery: Add image gallery application Franklin S. Cooper Jr
@ 2014-06-04 14:38   ` Maupin, Chase
  2014-06-04 15:27     ` Denys Dmytriyenko
  0 siblings, 1 reply; 33+ messages in thread
From: Maupin, Chase @ 2014-06-04 14:38 UTC (permalink / raw)
  To: Cooper Jr., Franklin, meta-arago

>-----Original Message-----
>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
>Sent: Thursday, May 29, 2014 1:38 PM
>To: meta-arago@arago-project.org
>Cc: Cooper Jr., Franklin
>Subject: [meta-arago] [PATCH 06/11] image-gallery: Add image
>gallery application
>
>* Add new Qt application to the SDK which displays pictures taken
>by the camera
>  demo.
>
>Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
>---
> .../recipes-qt/qt-apps/image-gallery_git.bb        |   33
>++++++++++++++++++++
> 1 files changed, 33 insertions(+), 0 deletions(-)
> create mode 100644 meta-arago-extras/recipes-qt/qt-apps/image-
>gallery_git.bb
>
>diff --git a/meta-arago-extras/recipes-qt/qt-apps/image-
>gallery_git.bb b/meta-arago-extras/recipes-qt/qt-apps/image-
>gallery_git.bb
>new file mode 100644
>index 0000000..3040415
>--- /dev/null
>+++ b/meta-arago-extras/recipes-qt/qt-apps/image-gallery_git.bb
>@@ -0,0 +1,33 @@
>+DESCRIPTION = "Image Gallery"
>+HOMEPAGE = "https://gitorious.org/image-gallery"
>+SECTION = "multimedia"
>+LICENSE = "BSD"
>+LIC_FILES_CHKSUM =
>"file://LICENSE;md5=9c57cc1cdee589f97cbba69e95a89a15"
>+
>+require recipes-core/matrix/matrix-gui-paths.inc
>+
>+PR = "r0"

Not needed

>+
>+BRANCH = "master"
>+SRCREV = "8901d7c598b277e4e26a5abbcb859e7ceebd340a"
>+
>+SRC_URI = "git://gitorious.org/image-gallery/image-
>gallery.git;protocol=git;branch=${BRANCH}"
>+
>+S = "${WORKDIR}/git/"
>+
>+BUILDDIR ?= "."

I'm not entirely sure what this is for.  When should this be set differently?  And would it be better to use a variable like ${S} rather than "."

>+
>+inherit qt-provider
>+
>+do_install() {
>+	install -d ${D}/usr/bin

Use ${bindir}

>+	install -m 0755 ${BUILDDIR}/image-gallery
>${D}/usr/bin/image-gallery

Use ${bindir}

>+	install -d ${D}${MATRIX_APP_DIR}/qt-image-gallery
>+	cp -rf matrix-files/*  ${D}${MATRIX_APP_DIR}/qt-image-
>gallery
>+}
>+
>+PACKAGES += "matrix-gui-apps-image-gallery"
>+
>+RDEPENDS_matrix-gui-apps-image-gallery  = "matrix-gui-apps-images
>matrix-gui-submenus-camera ${PN}"
>+
>+FILES_matrix-gui-apps-image-gallery += "${MATRIX_APP_DIR}/*"
>--
>1.7.0.4
>
>_______________________________________________
>meta-arago mailing list
>meta-arago@arago-project.org
>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH 07/11] arago-source-ipk: Create source ipk for image-gallery app
  2014-05-29 18:38 ` [PATCH 07/11] arago-source-ipk: Create source ipk for image-gallery app Franklin S. Cooper Jr
@ 2014-06-04 14:38   ` Maupin, Chase
  0 siblings, 0 replies; 33+ messages in thread
From: Maupin, Chase @ 2014-06-04 14:38 UTC (permalink / raw)
  To: Cooper Jr., Franklin, meta-arago

Acked-by: Chase Maupin <chase.maupin@ti.com>

>-----Original Message-----
>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
>Sent: Thursday, May 29, 2014 1:38 PM
>To: meta-arago@arago-project.org
>Cc: Cooper Jr., Franklin
>Subject: [meta-arago] [PATCH 07/11] arago-source-ipk: Create
>source ipk for image-gallery app
>
>Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
>---
> .../conf/distro/arago-source-ipk.conf              |    3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
>diff --git a/meta-arago-distro/conf/distro/arago-source-ipk.conf
>b/meta-arago-distro/conf/distro/arago-source-ipk.conf
>index 9b5c57e..a2777e9 100644
>--- a/meta-arago-distro/conf/distro/arago-source-ipk.conf
>+++ b/meta-arago-distro/conf/distro/arago-source-ipk.conf
>@@ -67,6 +67,9 @@ SRCIPK_INSTALL_DIR_pn-qt-tstat = "example-
>applications/${PN}-${PV}"
> CREATE_SRCIPK_pn-dual-camera-demo = "1"
> SRCIPK_INSTALL_DIR_pn-dual-camera-demo = "example-
>applications/${PN}-${PV}"
>
>+CREATE_SRCIPK_pn-image-gallery = "1"
>+SRCIPK_INSTALL_DIR_pn-image-gallery = "example-
>applications/${PN}"
>+
> CREATE_SRCIPK_pn-matrix-gui-browser = "1"
> SRCIPK_INSTALL_DIR_pn-matrix-gui-browser = "example-
>applications/${PN}-${PV}"
>
>--
>1.7.0.4
>
>_______________________________________________
>meta-arago mailing list
>meta-arago@arago-project.org
>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH 08/11] packagegroup-arago-tisdk-multimedia-sdk-host: Add image-gallery app sources
  2014-05-29 18:38 ` [PATCH 08/11] packagegroup-arago-tisdk-multimedia-sdk-host: Add image-gallery app sources Franklin S. Cooper Jr
@ 2014-06-04 14:38   ` Maupin, Chase
  0 siblings, 0 replies; 33+ messages in thread
From: Maupin, Chase @ 2014-06-04 14:38 UTC (permalink / raw)
  To: Cooper Jr., Franklin, meta-arago

Acked-by: Chase Maupin <chase.maupin@ti.com>

>-----Original Message-----
>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
>Sent: Thursday, May 29, 2014 1:38 PM
>To: meta-arago@arago-project.org
>Cc: Cooper Jr., Franklin
>Subject: [meta-arago] [PATCH 08/11] packagegroup-arago-tisdk-
>multimedia-sdk-host: Add image-gallery app sources
>
>Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
>---
> ...packagegroup-arago-tisdk-multimedia-sdk-host.bb |    3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
>diff --git a/meta-arago-distro/recipes-
>core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-host.bb
>b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-
>tisdk-multimedia-sdk-host.bb
>index 38b52b6..307e712 100644
>--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-
>arago-tisdk-multimedia-sdk-host.bb
>+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-
>arago-tisdk-multimedia-sdk-host.bb
>@@ -1,6 +1,6 @@
> DESCRIPTION = "Task to add multimedia related sources into the
>SDK"
> LICENSE = "MIT"
>-PR = "r3"
>+PR = "r4"
>
> inherit packagegroup
>
>@@ -18,6 +18,7 @@ MULTIMEDIA_append_am3517-evm = " \
>
> MULTIMEDIA_append_ti43x = " \
>     dual-camera-demo-src \
>+    image-gallery-src \
> "
>
> RDEPENDS_${PN} = "\
>--
>1.7.0.4
>
>_______________________________________________
>meta-arago mailing list
>meta-arago@arago-project.org
>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH 09/11] packagegroup-arago-tisdk-matrix: Add image gallery demo to Matrix
  2014-05-29 18:38 ` [PATCH 09/11] packagegroup-arago-tisdk-matrix: Add image gallery demo to Matrix Franklin S. Cooper Jr
@ 2014-06-04 14:38   ` Maupin, Chase
  0 siblings, 0 replies; 33+ messages in thread
From: Maupin, Chase @ 2014-06-04 14:38 UTC (permalink / raw)
  To: Cooper Jr., Franklin, meta-arago

Acked-by: Chase Maupin <chase.maupin@ti.com>

>-----Original Message-----
>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
>Sent: Thursday, May 29, 2014 1:38 PM
>To: meta-arago@arago-project.org
>Cc: Cooper Jr., Franklin
>Subject: [meta-arago] [PATCH 09/11] packagegroup-arago-tisdk-
>matrix: Add image gallery demo to Matrix
>
>Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
>---
> .../packagegroup-arago-tisdk-matrix.bb             |    3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
>diff --git a/meta-arago-distro/recipes-
>core/packagegroups/packagegroup-arago-tisdk-matrix.bb b/meta-
>arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-
>matrix.bb
>index 9354624..ae502f1 100644
>--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-
>arago-tisdk-matrix.bb
>+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-
>arago-tisdk-matrix.bb
>@@ -1,6 +1,6 @@
> DESCRIPTION = "Task to include Matrix v2"
> LICENSE = "MIT"
>-PR = "r28"
>+PR = "r29"
>
> inherit packagegroup
>
>@@ -78,6 +78,7 @@ MATRIX_APPS_append_ti43x = "        \
>     matrix-multimedia-demo-mpeg4dec \
>                                     \
>     matrix-gui-apps-dual-camera     \
>+    matrix-gui-apps-image-gallery   \
>                                     \
>     matrix-gui-generic-pm           \
>     matrix-gui-pm-demos-suspend     \
>--
>1.7.0.4
>
>_______________________________________________
>meta-arago mailing list
>meta-arago@arago-project.org
>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH 10/11] ti-tisdk-makefile: Add image gallery to SDK makefile for AM4x
  2014-05-29 18:38 ` [PATCH 10/11] ti-tisdk-makefile: Add image gallery to SDK makefile for AM4x Franklin S. Cooper Jr
@ 2014-06-04 14:39   ` Maupin, Chase
  0 siblings, 0 replies; 33+ messages in thread
From: Maupin, Chase @ 2014-06-04 14:39 UTC (permalink / raw)
  To: Cooper Jr., Franklin, meta-arago

Acked-by: Chase Maupin <chase.maupin@ti.com>

>-----Original Message-----
>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
>Sent: Thursday, May 29, 2014 1:38 PM
>To: meta-arago@arago-project.org
>Cc: Cooper Jr., Franklin
>Subject: [meta-arago] [PATCH 10/11] ti-tisdk-makefile: Add image
>gallery to SDK makefile for AM4x
>
>Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
>---
> .../ti-tisdk-makefile/Makefile_image-gallery       |   24
>++++++++++++++++++++
> .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb     |    4 ++-
> 2 files changed, 27 insertions(+), 1 deletions(-)
> create mode 100644 meta-arago-distro/recipes-tisdk/ti-tisdk-
>makefile/ti-tisdk-makefile/Makefile_image-gallery
>
>diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-
>tisdk-makefile/Makefile_image-gallery b/meta-arago-distro/recipes-
>tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_image-gallery
>new file mode 100644
>index 0000000..df843fb
>--- /dev/null
>+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_image-gallery
>@@ -0,0 +1,24 @@
>+# QT Image Gallery build targets
>+image-gallery:
>+	@echo ================================
>+	@echo    Building Image Gallery
>+	@echo ================================
>+	@cd example-applications; cd `find . -name "*image-
>gallery*"`; make -f Makefile.build
>+
>+image-gallery_clean:
>+	@echo ================================
>+	@echo    Building Image Gallery
>+	@echo ================================
>+	@cd example-applications; cd `find . -name "*image-
>gallery*"`; make -f Makefile.build clean
>+
>+image-gallery_install:
>+	@echo ===================================================
>+	@echo   Installing Image Gallery - Release version
>+	@echo ===================================================
>+	@cd example-applications; cd `find . -name "*image-
>gallery*"`; make -f Makefile.build install
>+
>+image-gallery_install_debug:
>+	@echo =================================================
>+	@echo   Installing Dual Camera Demo - Debug version
>+	@echo =================================================
>+	@cd example-applications; cd `find . -name "*image-
>galleryo*"`; 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 770c2ae..ab4244c 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
>@@ -32,10 +32,11 @@ SRC_URI = "\
>     file://Makefile_omapconf \
>     file://Makefile_oprofile-example \
>     file://Makefile_dual-camera-demo \
>+    file://Makefile_image-gallery \
>     file://Makefile_cryptodev \
> "
>
>-PR = "r33"
>+PR = "r34"
>
> MAKEFILES_COMMON = "linux \
>                     matrix-gui \
>@@ -75,6 +76,7 @@ MAKEFILES_append_ti43x = " u-boot-spl \
>                            linux-dtbs \
>                            wireless \
>                            dual-camera-demo \
>+                           image-gallery \
>                            cryptodev \
> "
>
>--
>1.7.0.4
>
>_______________________________________________
>meta-arago mailing list
>meta-arago@arago-project.org
>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH 11/11] packagegroup-arago-tisdk-multimedia: Add image-gallery to AM4x demo list
  2014-05-29 18:38 ` [PATCH 11/11] packagegroup-arago-tisdk-multimedia: Add image-gallery to AM4x demo list Franklin S. Cooper Jr
@ 2014-06-04 14:39   ` Maupin, Chase
  0 siblings, 0 replies; 33+ messages in thread
From: Maupin, Chase @ 2014-06-04 14:39 UTC (permalink / raw)
  To: Cooper Jr., Franklin, meta-arago

Acked-by: Chase Maupin <chase.maupin@ti.com>

>-----Original Message-----
>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
>Sent: Thursday, May 29, 2014 1:38 PM
>To: meta-arago@arago-project.org
>Cc: Cooper Jr., Franklin
>Subject: [meta-arago] [PATCH 11/11] packagegroup-arago-tisdk-
>multimedia: Add image-gallery to AM4x demo list
>
>Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
>---
> .../packagegroup-arago-tisdk-multimedia.bb         |    3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
>diff --git a/meta-arago-distro/recipes-
>core/packagegroups/packagegroup-arago-tisdk-multimedia.bb b/meta-
>arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-
>multimedia.bb
>index d9828b8..309ac05 100644
>--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-
>arago-tisdk-multimedia.bb
>+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-
>arago-tisdk-multimedia.bb
>@@ -1,6 +1,6 @@
> DESCRIPTION = "Task to add multimedia related packages"
> LICENSE = "MIT"
>-PR = "r6"
>+PR = "r7"
>
> inherit packagegroup
>
>@@ -19,6 +19,7 @@ MULTIMEDIA_append_ti33x = " \
> MULTIMEDIA_append_ti43x = " \
>     amsdk-av-files \
>     dual-camera-demo \
>+    image-gallery \
> "
>
> MULTIMEDIA_append_omap-a15 = " \
>--
>1.7.0.4
>
>_______________________________________________
>meta-arago mailing list
>meta-arago@arago-project.org
>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH 05/11] matrix-gui: Add camera submenu
  2014-06-04 14:32   ` Maupin, Chase
@ 2014-06-04 15:23     ` Denys Dmytriyenko
  2014-06-04 15:28       ` Cooper Jr., Franklin
  0 siblings, 1 reply; 33+ messages in thread
From: Denys Dmytriyenko @ 2014-06-04 15:23 UTC (permalink / raw)
  To: Maupin, Chase; +Cc: meta-arago, Cooper Jr., Franklin

On Wed, Jun 04, 2014 at 02:32:37PM +0000, Maupin, Chase wrote:
> >-----Original Message-----
> >From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> >bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
> >Sent: Thursday, May 29, 2014 1:38 PM
> >To: meta-arago@arago-project.org
> >Cc: Cooper Jr., Franklin
> >Subject: [meta-arago] [PATCH 05/11] matrix-gui: Add camera submenu
> >
> >Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> >---
> > .../recipes-core/matrix/matrix-gui-apps-git.inc    |    4 ++--
> > .../recipes-core/matrix/matrix-gui-submenus_2.0.bb |    5 +++--
> > 2 files changed, 5 insertions(+), 4 deletions(-)
> >
> >diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-
> >apps-git.inc b/meta-arago-extras/recipes-core/matrix/matrix-gui-
> >apps-git.inc
> >index fe4b3f0..c985859 100644
> >--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-
> >git.inc
> >+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-
> >git.inc
> >@@ -4,9 +4,9 @@ LICENSE_CHECKSUM =
> >"LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9"
> > LIC_FILES_CHKSUM := "file://../${LICENSE_CHECKSUM}"
> >
> > SRC_URI = "git://gitorious.org/matrix-gui-v2/matrix-gui-v2-
> >apps.git;protocol=git;branch=${BRANCH}"
> >-SRCREV = "ea1592722e9b00a6324d031af1fa23a3683ff7a6"
> >+SRCREV = "6ba41c4070cbc723d758f5d493859ae6470cdceb"
> > BRANCH = "master"
> >-INC_PR = "r22"
> >+INC_PR = "r23"
> >
> > # Pull in the base package for installing matrix applications
> > require matrix-gui-apps.inc
> >diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-
> >submenus_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-
> >gui-submenus_2.0.bb
> >index d108500..d794277 100644
> >--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-
> >submenus_2.0.bb
> >+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-
> >submenus_2.0.bb
> >@@ -8,7 +8,7 @@ require matrix-gui-apps-git.inc
> > # reset the LIC_FILES_CHKSUM setting from the matrix-gui-apps-
> >git.inc file
> > LIC_FILES_CHKSUM =
> >"file://LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9"
> >
> >-PR = "${INC_PR}.9"
> >+PR = "${INC_PR}.10"
> 
> Just a nit, but if you bumped the INC_PR already then do you really need to 
> bump this PR?  I don't think this is worth submitting a v2 for though.

From my perspective - if you made any changes in the .inc file, you bump 
INC_PR and then if you made any changes to the actual recipe, you bump it own 
PR. That way you can track the history of changes in each file separately...


> > # These packages make submenus in matrix and are not architecture
> >specific
> > inherit allarch
> >@@ -27,7 +27,7 @@ do_install(){
> >     done
> > }
> >
> >-PACKAGES += "${PN}-arm ${PN}-3d ${PN}-cryptos ${PN}-display
> >${PN}-ethernet ${PN}-multimedia ${PN}-power ${PN}-pru ${PN}-qt4
> >${PN}-settings ${PN}-usb ${PN}-wifi ${PN}-oprofile"
> >+PACKAGES += "${PN}-arm ${PN}-3d ${PN}-cryptos ${PN}-display
> >${PN}-ethernet ${PN}-multimedia ${PN}-power ${PN}-pru ${PN}-qt4
> >${PN}-settings ${PN}-usb ${PN}-wifi ${PN}-oprofile ${PN}-camera"
> >
> > # Make sure app images has been installed
> > RDEPENDS_${PN} += "matrix-gui-apps-images"
> >@@ -46,3 +46,4 @@ FILES_${PN}-settings =
> >"${MATRIX_APP_DIR}/settings_submenu/*"
> > FILES_${PN}-usb = "${MATRIX_APP_DIR}/usb_submenu/*"
> > FILES_${PN}-wifi = "${MATRIX_APP_DIR}/wifi_submenu/*"
> > FILES_${PN}-oprofile = "${MATRIX_APP_DIR}/oprofile_submenu/*"
> >+FILES_${PN}-camera = "${MATRIX_APP_DIR}/camera_submenu/*"
> >--
> >1.7.0.4
> >
> >_______________________________________________
> >meta-arago mailing list
> >meta-arago@arago-project.org
> >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH 06/11] image-gallery: Add image gallery application
  2014-06-04 14:38   ` Maupin, Chase
@ 2014-06-04 15:27     ` Denys Dmytriyenko
  2014-06-04 15:30       ` Cooper Jr., Franklin
  2014-06-04 15:53       ` Maupin, Chase
  0 siblings, 2 replies; 33+ messages in thread
From: Denys Dmytriyenko @ 2014-06-04 15:27 UTC (permalink / raw)
  To: Maupin, Chase; +Cc: meta-arago, Cooper Jr., Franklin

On Wed, Jun 04, 2014 at 02:38:23PM +0000, Maupin, Chase wrote:
> >-----Original Message-----
> >From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> >bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
> >Sent: Thursday, May 29, 2014 1:38 PM
> >To: meta-arago@arago-project.org
> >Cc: Cooper Jr., Franklin
> >Subject: [meta-arago] [PATCH 06/11] image-gallery: Add image
> >gallery application
> >
> >* Add new Qt application to the SDK which displays pictures taken
> >by the camera
> >  demo.
> >
> >Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> >---
> > .../recipes-qt/qt-apps/image-gallery_git.bb        |   33
> >++++++++++++++++++++
> > 1 files changed, 33 insertions(+), 0 deletions(-)
> > create mode 100644 meta-arago-extras/recipes-qt/qt-apps/image-
> >gallery_git.bb
> >
> >diff --git a/meta-arago-extras/recipes-qt/qt-apps/image-
> >gallery_git.bb b/meta-arago-extras/recipes-qt/qt-apps/image-
> >gallery_git.bb
> >new file mode 100644
> >index 0000000..3040415
> >--- /dev/null
> >+++ b/meta-arago-extras/recipes-qt/qt-apps/image-gallery_git.bb
> >@@ -0,0 +1,33 @@
> >+DESCRIPTION = "Image Gallery"
> >+HOMEPAGE = "https://gitorious.org/image-gallery"
> >+SECTION = "multimedia"
> >+LICENSE = "BSD"
> >+LIC_FILES_CHKSUM =
> >"file://LICENSE;md5=9c57cc1cdee589f97cbba69e95a89a15"
> >+
> >+require recipes-core/matrix/matrix-gui-paths.inc
> >+
> >+PR = "r0"
> 
> Not needed

Why? Even though it's default, it helps remember to bump it next time :)


> >+BRANCH = "master"
> >+SRCREV = "8901d7c598b277e4e26a5abbcb859e7ceebd340a"
> >+
> >+SRC_URI = "git://gitorious.org/image-gallery/image-
> >gallery.git;protocol=git;branch=${BRANCH}"
> >+
> >+S = "${WORKDIR}/git/"
> >+
> >+BUILDDIR ?= "."
> 
> I'm not entirely sure what this is for.  When should this be set 
> differently?  And would it be better to use a variable like ${S} rather than 
> "."

I have seen this variable in qt-tstat recipe and had to remove it. There is no 
need for it and moreover, there's already ${B} defined and used for build dir.
See my recent patch re-submission for qt-tstat.


> >+inherit qt-provider
> >+
> >+do_install() {
> >+	install -d ${D}/usr/bin
> 
> Use ${bindir}

+1


> >+	install -m 0755 ${BUILDDIR}/image-gallery
> >${D}/usr/bin/image-gallery
> 
> Use ${bindir}

+1


> >+	install -d ${D}${MATRIX_APP_DIR}/qt-image-gallery
> >+	cp -rf matrix-files/*  ${D}${MATRIX_APP_DIR}/qt-image-
> >gallery
> >+}
> >+
> >+PACKAGES += "matrix-gui-apps-image-gallery"
> >+
> >+RDEPENDS_matrix-gui-apps-image-gallery  = "matrix-gui-apps-images
> >matrix-gui-submenus-camera ${PN}"
> >+
> >+FILES_matrix-gui-apps-image-gallery += "${MATRIX_APP_DIR}/*"
> >--
> >1.7.0.4
> >
> >_______________________________________________
> >meta-arago mailing list
> >meta-arago@arago-project.org
> >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH 05/11] matrix-gui: Add camera submenu
  2014-06-04 15:23     ` Denys Dmytriyenko
@ 2014-06-04 15:28       ` Cooper Jr., Franklin
  2014-06-04 15:30         ` Denys Dmytriyenko
  0 siblings, 1 reply; 33+ messages in thread
From: Cooper Jr., Franklin @ 2014-06-04 15:28 UTC (permalink / raw)
  To: Dmytriyenko, Denys, Maupin, Chase; +Cc: meta-arago



> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Wednesday, June 04, 2014 10:23 AM
> To: Maupin, Chase
> Cc: Cooper Jr., Franklin; meta-arago@arago-project.org
> Subject: Re: [meta-arago] [PATCH 05/11] matrix-gui: Add camera submenu
> 
> On Wed, Jun 04, 2014 at 02:32:37PM +0000, Maupin, Chase wrote:
> > >-----Original Message-----
> > >From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > >bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
> > >Sent: Thursday, May 29, 2014 1:38 PM
> > >To: meta-arago@arago-project.org
> > >Cc: Cooper Jr., Franklin
> > >Subject: [meta-arago] [PATCH 05/11] matrix-gui: Add camera submenu
> > >
> > >Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> > >---
> > > .../recipes-core/matrix/matrix-gui-apps-git.inc    |    4 ++--
> > > .../recipes-core/matrix/matrix-gui-submenus_2.0.bb |    5 +++--
> > > 2 files changed, 5 insertions(+), 4 deletions(-)
> > >
> > >diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-
> > >apps-git.inc b/meta-arago-extras/recipes-core/matrix/matrix-gui-
> > >apps-git.inc
> > >index fe4b3f0..c985859 100644
> > >--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-
> > >git.inc
> > >+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-
> > >git.inc
> > >@@ -4,9 +4,9 @@ LICENSE_CHECKSUM =
> > >"LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9"
> > > LIC_FILES_CHKSUM := "file://../${LICENSE_CHECKSUM}"
> > >
> > > SRC_URI = "git://gitorious.org/matrix-gui-v2/matrix-gui-v2-
> > >apps.git;protocol=git;branch=${BRANCH}"
> > >-SRCREV = "ea1592722e9b00a6324d031af1fa23a3683ff7a6"
> > >+SRCREV = "6ba41c4070cbc723d758f5d493859ae6470cdceb"
> > > BRANCH = "master"
> > >-INC_PR = "r22"
> > >+INC_PR = "r23"
> > >
> > > # Pull in the base package for installing matrix applications
> > >require matrix-gui-apps.inc diff --git
> > >a/meta-arago-extras/recipes-core/matrix/matrix-gui-
> > >submenus_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-
> > >gui-submenus_2.0.bb
> > >index d108500..d794277 100644
> > >--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-
> > >submenus_2.0.bb
> > >+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-
> > >submenus_2.0.bb
> > >@@ -8,7 +8,7 @@ require matrix-gui-apps-git.inc  # reset the
> > >LIC_FILES_CHKSUM setting from the matrix-gui-apps- git.inc file
> > >LIC_FILES_CHKSUM =
> > >"file://LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9"
> > >
> > >-PR = "${INC_PR}.9"
> > >+PR = "${INC_PR}.10"
> >
> > Just a nit, but if you bumped the INC_PR already then do you really
> > need to bump this PR?  I don't think this is worth submitting a v2 for
> though.
> 
> From my perspective - if you made any changes in the .inc file, you bump
> INC_PR and then if you made any changes to the actual recipe, you bump it
> own PR. That way you can track the history of changes in each file
> separately...
[Franklin] Your both right. I'll fix this.
> 
> 
> > > # These packages make submenus in matrix and are not architecture
> > >specific  inherit allarch @@ -27,7 +27,7 @@ do_install(){
> > >     done
> > > }
> > >
> > >-PACKAGES += "${PN}-arm ${PN}-3d ${PN}-cryptos ${PN}-display
> > >${PN}-ethernet ${PN}-multimedia ${PN}-power ${PN}-pru ${PN}-qt4
> > >${PN}-settings ${PN}-usb ${PN}-wifi ${PN}-oprofile"
> > >+PACKAGES += "${PN}-arm ${PN}-3d ${PN}-cryptos ${PN}-display
> > >${PN}-ethernet ${PN}-multimedia ${PN}-power ${PN}-pru ${PN}-qt4
> > >${PN}-settings ${PN}-usb ${PN}-wifi ${PN}-oprofile ${PN}-camera"
> > >
> > > # Make sure app images has been installed  RDEPENDS_${PN} +=
> > >"matrix-gui-apps-images"
> > >@@ -46,3 +46,4 @@ FILES_${PN}-settings =
> > >"${MATRIX_APP_DIR}/settings_submenu/*"
> > > FILES_${PN}-usb = "${MATRIX_APP_DIR}/usb_submenu/*"
> > > FILES_${PN}-wifi = "${MATRIX_APP_DIR}/wifi_submenu/*"
> > > FILES_${PN}-oprofile = "${MATRIX_APP_DIR}/oprofile_submenu/*"
> > >+FILES_${PN}-camera = "${MATRIX_APP_DIR}/camera_submenu/*"
> > >--
> > >1.7.0.4
> > >
> > >_______________________________________________
> > >meta-arago mailing list
> > >meta-arago@arago-project.org
> > >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH 05/11] matrix-gui: Add camera submenu
  2014-06-04 15:28       ` Cooper Jr., Franklin
@ 2014-06-04 15:30         ` Denys Dmytriyenko
  2014-06-04 15:36           ` Cooper Jr., Franklin
  0 siblings, 1 reply; 33+ messages in thread
From: Denys Dmytriyenko @ 2014-06-04 15:30 UTC (permalink / raw)
  To: Cooper Jr., Franklin; +Cc: meta-arago

On Wed, Jun 04, 2014 at 11:28:03AM -0400, Cooper Jr., Franklin wrote:
> 
> 
> > -----Original Message-----
> > From: Dmytriyenko, Denys
> > Sent: Wednesday, June 04, 2014 10:23 AM
> > To: Maupin, Chase
> > Cc: Cooper Jr., Franklin; meta-arago@arago-project.org
> > Subject: Re: [meta-arago] [PATCH 05/11] matrix-gui: Add camera submenu
> > 
> > On Wed, Jun 04, 2014 at 02:32:37PM +0000, Maupin, Chase wrote:
> > > >-----Original Message-----
> > > >From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > > >bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
> > > >Sent: Thursday, May 29, 2014 1:38 PM
> > > >To: meta-arago@arago-project.org
> > > >Cc: Cooper Jr., Franklin
> > > >Subject: [meta-arago] [PATCH 05/11] matrix-gui: Add camera submenu
> > > >
> > > >Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> > > >---
> > > > .../recipes-core/matrix/matrix-gui-apps-git.inc    |    4 ++--
> > > > .../recipes-core/matrix/matrix-gui-submenus_2.0.bb |    5 +++--
> > > > 2 files changed, 5 insertions(+), 4 deletions(-)
> > > >
> > > >diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-
> > > >apps-git.inc b/meta-arago-extras/recipes-core/matrix/matrix-gui-
> > > >apps-git.inc
> > > >index fe4b3f0..c985859 100644
> > > >--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-
> > > >git.inc
> > > >+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-
> > > >git.inc
> > > >@@ -4,9 +4,9 @@ LICENSE_CHECKSUM =
> > > >"LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9"
> > > > LIC_FILES_CHKSUM := "file://../${LICENSE_CHECKSUM}"
> > > >
> > > > SRC_URI = "git://gitorious.org/matrix-gui-v2/matrix-gui-v2-
> > > >apps.git;protocol=git;branch=${BRANCH}"
> > > >-SRCREV = "ea1592722e9b00a6324d031af1fa23a3683ff7a6"
> > > >+SRCREV = "6ba41c4070cbc723d758f5d493859ae6470cdceb"
> > > > BRANCH = "master"
> > > >-INC_PR = "r22"
> > > >+INC_PR = "r23"
> > > >
> > > > # Pull in the base package for installing matrix applications
> > > >require matrix-gui-apps.inc diff --git
> > > >a/meta-arago-extras/recipes-core/matrix/matrix-gui-
> > > >submenus_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-
> > > >gui-submenus_2.0.bb
> > > >index d108500..d794277 100644
> > > >--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-
> > > >submenus_2.0.bb
> > > >+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-
> > > >submenus_2.0.bb
> > > >@@ -8,7 +8,7 @@ require matrix-gui-apps-git.inc  # reset the
> > > >LIC_FILES_CHKSUM setting from the matrix-gui-apps- git.inc file
> > > >LIC_FILES_CHKSUM =
> > > >"file://LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9"
> > > >
> > > >-PR = "${INC_PR}.9"
> > > >+PR = "${INC_PR}.10"
> > >
> > > Just a nit, but if you bumped the INC_PR already then do you really
> > > need to bump this PR?  I don't think this is worth submitting a v2 for
> > though.
> > 
> > From my perspective - if you made any changes in the .inc file, you bump
> > INC_PR and then if you made any changes to the actual recipe, you bump it
> > own PR. That way you can track the history of changes in each file
> > separately...
> [Franklin] Your both right. I'll fix this.

Hmm. Wondering how can we both be right here... :) My point was that the patch 
is fine as is, not sure what you want to fix :)


> > > > # These packages make submenus in matrix and are not architecture
> > > >specific  inherit allarch @@ -27,7 +27,7 @@ do_install(){
> > > >     done
> > > > }
> > > >
> > > >-PACKAGES += "${PN}-arm ${PN}-3d ${PN}-cryptos ${PN}-display
> > > >${PN}-ethernet ${PN}-multimedia ${PN}-power ${PN}-pru ${PN}-qt4
> > > >${PN}-settings ${PN}-usb ${PN}-wifi ${PN}-oprofile"
> > > >+PACKAGES += "${PN}-arm ${PN}-3d ${PN}-cryptos ${PN}-display
> > > >${PN}-ethernet ${PN}-multimedia ${PN}-power ${PN}-pru ${PN}-qt4
> > > >${PN}-settings ${PN}-usb ${PN}-wifi ${PN}-oprofile ${PN}-camera"
> > > >
> > > > # Make sure app images has been installed  RDEPENDS_${PN} +=
> > > >"matrix-gui-apps-images"
> > > >@@ -46,3 +46,4 @@ FILES_${PN}-settings =
> > > >"${MATRIX_APP_DIR}/settings_submenu/*"
> > > > FILES_${PN}-usb = "${MATRIX_APP_DIR}/usb_submenu/*"
> > > > FILES_${PN}-wifi = "${MATRIX_APP_DIR}/wifi_submenu/*"
> > > > FILES_${PN}-oprofile = "${MATRIX_APP_DIR}/oprofile_submenu/*"
> > > >+FILES_${PN}-camera = "${MATRIX_APP_DIR}/camera_submenu/*"
> > > >--
> > > >1.7.0.4
> > > >
> > > >_______________________________________________
> > > >meta-arago mailing list
> > > >meta-arago@arago-project.org
> > > >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> > > _______________________________________________
> > > meta-arago mailing list
> > > meta-arago@arago-project.org
> > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH 06/11] image-gallery: Add image gallery application
  2014-06-04 15:27     ` Denys Dmytriyenko
@ 2014-06-04 15:30       ` Cooper Jr., Franklin
  2014-06-05 15:19         ` Denys Dmytriyenko
  2014-06-04 15:53       ` Maupin, Chase
  1 sibling, 1 reply; 33+ messages in thread
From: Cooper Jr., Franklin @ 2014-06-04 15:30 UTC (permalink / raw)
  To: Dmytriyenko, Denys, Maupin, Chase; +Cc: meta-arago



> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Wednesday, June 04, 2014 10:28 AM
> To: Maupin, Chase
> Cc: Cooper Jr., Franklin; meta-arago@arago-project.org
> Subject: Re: [meta-arago] [PATCH 06/11] image-gallery: Add image gallery
> application
> 
> On Wed, Jun 04, 2014 at 02:38:23PM +0000, Maupin, Chase wrote:
> > >-----Original Message-----
> > >From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > >bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
> > >Sent: Thursday, May 29, 2014 1:38 PM
> > >To: meta-arago@arago-project.org
> > >Cc: Cooper Jr., Franklin
> > >Subject: [meta-arago] [PATCH 06/11] image-gallery: Add image gallery
> > >application
> > >
> > >* Add new Qt application to the SDK which displays pictures taken by
> > >the camera
> > >  demo.
> > >
> > >Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> > >---
> > > .../recipes-qt/qt-apps/image-gallery_git.bb        |   33
> > >++++++++++++++++++++
> > > 1 files changed, 33 insertions(+), 0 deletions(-)  create mode
> > >100644 meta-arago-extras/recipes-qt/qt-apps/image-
> > >gallery_git.bb
> > >
> > >diff --git a/meta-arago-extras/recipes-qt/qt-apps/image-
> > >gallery_git.bb b/meta-arago-extras/recipes-qt/qt-apps/image-
> > >gallery_git.bb
> > >new file mode 100644
> > >index 0000000..3040415
> > >--- /dev/null
> > >+++ b/meta-arago-extras/recipes-qt/qt-apps/image-gallery_git.bb
> > >@@ -0,0 +1,33 @@
> > >+DESCRIPTION = "Image Gallery"
> > >+HOMEPAGE = "https://gitorious.org/image-gallery"
> > >+SECTION = "multimedia"
> > >+LICENSE = "BSD"
> > >+LIC_FILES_CHKSUM =
> > >"file://LICENSE;md5=9c57cc1cdee589f97cbba69e95a89a15"
> > >+
> > >+require recipes-core/matrix/matrix-gui-paths.inc
> > >+
> > >+PR = "r0"
> >
> > Not needed
> 
> Why? Even though it's default, it helps remember to bump it next time :)
> 
> 
> > >+BRANCH = "master"
> > >+SRCREV = "8901d7c598b277e4e26a5abbcb859e7ceebd340a"
> > >+
> > >+SRC_URI = "git://gitorious.org/image-gallery/image-
> > >gallery.git;protocol=git;branch=${BRANCH}"
> > >+
> > >+S = "${WORKDIR}/git/"
> > >+
> > >+BUILDDIR ?= "."
> >
> > I'm not entirely sure what this is for.  When should this be set
> > differently?  And would it be better to use a variable like ${S}
> > rather than "."
> 
> I have seen this variable in qt-tstat recipe and had to remove it. There is no
> need for it and moreover, there's already ${B} defined and used for build dir.
> See my recent patch re-submission for qt-tstat.
[Franklin] I based this recipe from qt-tstat so that's probably the problem :). I'll rework these.
> 
> 
> > >+inherit qt-provider
> > >+
> > >+do_install() {
> > >+	install -d ${D}/usr/bin
> >
> > Use ${bindir}
> 
> +1
> 
> 
> > >+	install -m 0755 ${BUILDDIR}/image-gallery
> > >${D}/usr/bin/image-gallery
> >
> > Use ${bindir}
> 
> +1
> 
> 
> > >+	install -d ${D}${MATRIX_APP_DIR}/qt-image-gallery
> > >+	cp -rf matrix-files/*  ${D}${MATRIX_APP_DIR}/qt-image-
> > >gallery
> > >+}
> > >+
> > >+PACKAGES += "matrix-gui-apps-image-gallery"
> > >+
> > >+RDEPENDS_matrix-gui-apps-image-gallery  = "matrix-gui-apps-images
> > >matrix-gui-submenus-camera ${PN}"
> > >+
> > >+FILES_matrix-gui-apps-image-gallery += "${MATRIX_APP_DIR}/*"
> > >--
> > >1.7.0.4
> > >
> > >_______________________________________________
> > >meta-arago mailing list
> > >meta-arago@arago-project.org
> > >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH 05/11] matrix-gui: Add camera submenu
  2014-06-04 15:30         ` Denys Dmytriyenko
@ 2014-06-04 15:36           ` Cooper Jr., Franklin
  0 siblings, 0 replies; 33+ messages in thread
From: Cooper Jr., Franklin @ 2014-06-04 15:36 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-arago



> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Wednesday, June 04, 2014 10:30 AM
> To: Cooper Jr., Franklin
> Cc: Maupin, Chase; meta-arago@arago-project.org
> Subject: Re: [meta-arago] [PATCH 05/11] matrix-gui: Add camera submenu
> 
> On Wed, Jun 04, 2014 at 11:28:03AM -0400, Cooper Jr., Franklin wrote:
> >
> >
> > > -----Original Message-----
> > > From: Dmytriyenko, Denys
> > > Sent: Wednesday, June 04, 2014 10:23 AM
> > > To: Maupin, Chase
> > > Cc: Cooper Jr., Franklin; meta-arago@arago-project.org
> > > Subject: Re: [meta-arago] [PATCH 05/11] matrix-gui: Add camera
> > > submenu
> > >
> > > On Wed, Jun 04, 2014 at 02:32:37PM +0000, Maupin, Chase wrote:
> > > > >-----Original Message-----
> > > > >From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > > > >bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
> > > > >Sent: Thursday, May 29, 2014 1:38 PM
> > > > >To: meta-arago@arago-project.org
> > > > >Cc: Cooper Jr., Franklin
> > > > >Subject: [meta-arago] [PATCH 05/11] matrix-gui: Add camera
> > > > >submenu
> > > > >
> > > > >Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> > > > >---
> > > > > .../recipes-core/matrix/matrix-gui-apps-git.inc    |    4 ++--
> > > > > .../recipes-core/matrix/matrix-gui-submenus_2.0.bb |    5 +++--
> > > > > 2 files changed, 5 insertions(+), 4 deletions(-)
> > > > >
> > > > >diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-
> > > > >apps-git.inc b/meta-arago-extras/recipes-core/matrix/matrix-gui-
> > > > >apps-git.inc
> > > > >index fe4b3f0..c985859 100644
> > > > >--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-
> > > > >git.inc
> > > > >+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-
> > > > >git.inc
> > > > >@@ -4,9 +4,9 @@ LICENSE_CHECKSUM =
> > > > >"LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9"
> > > > > LIC_FILES_CHKSUM := "file://../${LICENSE_CHECKSUM}"
> > > > >
> > > > > SRC_URI = "git://gitorious.org/matrix-gui-v2/matrix-gui-v2-
> > > > >apps.git;protocol=git;branch=${BRANCH}"
> > > > >-SRCREV = "ea1592722e9b00a6324d031af1fa23a3683ff7a6"
> > > > >+SRCREV = "6ba41c4070cbc723d758f5d493859ae6470cdceb"
> > > > > BRANCH = "master"
> > > > >-INC_PR = "r22"
> > > > >+INC_PR = "r23"
> > > > >
> > > > > # Pull in the base package for installing matrix applications
> > > > >require matrix-gui-apps.inc diff --git
> > > > >a/meta-arago-extras/recipes-core/matrix/matrix-gui-
> > > > >submenus_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-
> > > > >gui-submenus_2.0.bb
> > > > >index d108500..d794277 100644
> > > > >--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-
> > > > >submenus_2.0.bb
> > > > >+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-
> > > > >submenus_2.0.bb
> > > > >@@ -8,7 +8,7 @@ require matrix-gui-apps-git.inc  # reset the
> > > > >LIC_FILES_CHKSUM setting from the matrix-gui-apps- git.inc file
> > > > >LIC_FILES_CHKSUM =
> > > > >"file://LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9"
> > > > >
> > > > >-PR = "${INC_PR}.9"
> > > > >+PR = "${INC_PR}.10"
> > > >
> > > > Just a nit, but if you bumped the INC_PR already then do you
> > > > really need to bump this PR?  I don't think this is worth
> > > > submitting a v2 for
> > > though.
> > >
> > > From my perspective - if you made any changes in the .inc file, you
> > > bump INC_PR and then if you made any changes to the actual recipe,
> > > you bump it own PR. That way you can track the history of changes in
> > > each file separately...
> > [Franklin] Your both right. I'll fix this.
> 
> Hmm. Wondering how can we both be right here... :) My point was that the
> patch is fine as is, not sure what you want to fix :)
[Franklin] Sorry I was thinking about something else. Yeah I think this patch is fine since I'm making specific changes to the different files. Either way we agree that the v1 is fine.
> 
> 
> > > > > # These packages make submenus in matrix and are not architecture
> > > > >specific  inherit allarch @@ -27,7 +27,7 @@ do_install(){
> > > > >     done
> > > > > }
> > > > >
> > > > >-PACKAGES += "${PN}-arm ${PN}-3d ${PN}-cryptos ${PN}-display
> > > > >${PN}-ethernet ${PN}-multimedia ${PN}-power ${PN}-pru ${PN}-qt4
> > > > >${PN}-settings ${PN}-usb ${PN}-wifi ${PN}-oprofile"
> > > > >+PACKAGES += "${PN}-arm ${PN}-3d ${PN}-cryptos ${PN}-display
> > > > >${PN}-ethernet ${PN}-multimedia ${PN}-power ${PN}-pru ${PN}-qt4
> > > > >${PN}-settings ${PN}-usb ${PN}-wifi ${PN}-oprofile ${PN}-camera"
> > > > >
> > > > > # Make sure app images has been installed  RDEPENDS_${PN} +=
> > > > >"matrix-gui-apps-images"
> > > > >@@ -46,3 +46,4 @@ FILES_${PN}-settings =
> > > > >"${MATRIX_APP_DIR}/settings_submenu/*"
> > > > > FILES_${PN}-usb = "${MATRIX_APP_DIR}/usb_submenu/*"
> > > > > FILES_${PN}-wifi = "${MATRIX_APP_DIR}/wifi_submenu/*"
> > > > > FILES_${PN}-oprofile = "${MATRIX_APP_DIR}/oprofile_submenu/*"
> > > > >+FILES_${PN}-camera = "${MATRIX_APP_DIR}/camera_submenu/*"
> > > > >--
> > > > >1.7.0.4
> > > > >
> > > > >_______________________________________________
> > > > >meta-arago mailing list
> > > > >meta-arago@arago-project.org
> > > > >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> > > > _______________________________________________
> > > > meta-arago mailing list
> > > > meta-arago@arago-project.org
> > > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH 06/11] image-gallery: Add image gallery application
  2014-06-04 15:27     ` Denys Dmytriyenko
  2014-06-04 15:30       ` Cooper Jr., Franklin
@ 2014-06-04 15:53       ` Maupin, Chase
  2014-06-04 16:00         ` Denys Dmytriyenko
  1 sibling, 1 reply; 33+ messages in thread
From: Maupin, Chase @ 2014-06-04 15:53 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-arago, Cooper Jr., Franklin

>-----Original Message-----
>From: Dmytriyenko, Denys
>Sent: Wednesday, June 04, 2014 10:28 AM
>To: Maupin, Chase
>Cc: Cooper Jr., Franklin; meta-arago@arago-project.org
>Subject: Re: [meta-arago] [PATCH 06/11] image-gallery: Add image
>gallery application
>
>On Wed, Jun 04, 2014 at 02:38:23PM +0000, Maupin, Chase wrote:
>> >-----Original Message-----
>> >From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>> >bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
>> >Sent: Thursday, May 29, 2014 1:38 PM
>> >To: meta-arago@arago-project.org
>> >Cc: Cooper Jr., Franklin
>> >Subject: [meta-arago] [PATCH 06/11] image-gallery: Add image
>> >gallery application
>> >
>> >* Add new Qt application to the SDK which displays pictures
>taken
>> >by the camera
>> >  demo.
>> >
>> >Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
>> >---
>> > .../recipes-qt/qt-apps/image-gallery_git.bb        |   33
>> >++++++++++++++++++++
>> > 1 files changed, 33 insertions(+), 0 deletions(-)
>> > create mode 100644 meta-arago-extras/recipes-qt/qt-apps/image-
>> >gallery_git.bb
>> >
>> >diff --git a/meta-arago-extras/recipes-qt/qt-apps/image-
>> >gallery_git.bb b/meta-arago-extras/recipes-qt/qt-apps/image-
>> >gallery_git.bb
>> >new file mode 100644
>> >index 0000000..3040415
>> >--- /dev/null
>> >+++ b/meta-arago-extras/recipes-qt/qt-apps/image-gallery_git.bb
>> >@@ -0,0 +1,33 @@
>> >+DESCRIPTION = "Image Gallery"
>> >+HOMEPAGE = "https://gitorious.org/image-gallery"
>> >+SECTION = "multimedia"
>> >+LICENSE = "BSD"
>> >+LIC_FILES_CHKSUM =
>> >"file://LICENSE;md5=9c57cc1cdee589f97cbba69e95a89a15"
>> >+
>> >+require recipes-core/matrix/matrix-gui-paths.inc
>> >+
>> >+PR = "r0"
>>
>> Not needed
>
>Why? Even though it's default, it helps remember to bump it next
>time :)

True, but I thought as we look at new releases the PR wasn't needed anymore.  Or do we not have the version server turned on?

>
>
>> >+BRANCH = "master"
>> >+SRCREV = "8901d7c598b277e4e26a5abbcb859e7ceebd340a"
>> >+
>> >+SRC_URI = "git://gitorious.org/image-gallery/image-
>> >gallery.git;protocol=git;branch=${BRANCH}"
>> >+
>> >+S = "${WORKDIR}/git/"
>> >+
>> >+BUILDDIR ?= "."
>>
>> I'm not entirely sure what this is for.  When should this be set
>> differently?  And would it be better to use a variable like ${S}
>rather than
>> "."
>
>I have seen this variable in qt-tstat recipe and had to remove it.
>There is no
>need for it and moreover, there's already ${B} defined and used
>for build dir.
>See my recent patch re-submission for qt-tstat.
>
>
>> >+inherit qt-provider
>> >+
>> >+do_install() {
>> >+	install -d ${D}/usr/bin
>>
>> Use ${bindir}
>
>+1
>
>
>> >+	install -m 0755 ${BUILDDIR}/image-gallery
>> >${D}/usr/bin/image-gallery
>>
>> Use ${bindir}
>
>+1
>
>
>> >+	install -d ${D}${MATRIX_APP_DIR}/qt-image-gallery
>> >+	cp -rf matrix-files/*  ${D}${MATRIX_APP_DIR}/qt-image-
>> >gallery
>> >+}
>> >+
>> >+PACKAGES += "matrix-gui-apps-image-gallery"
>> >+
>> >+RDEPENDS_matrix-gui-apps-image-gallery  = "matrix-gui-apps-
>images
>> >matrix-gui-submenus-camera ${PN}"
>> >+
>> >+FILES_matrix-gui-apps-image-gallery += "${MATRIX_APP_DIR}/*"
>> >--
>> >1.7.0.4
>> >
>> >_______________________________________________
>> >meta-arago mailing list
>> >meta-arago@arago-project.org
>> >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
>> _______________________________________________
>> meta-arago mailing list
>> meta-arago@arago-project.org
>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH 06/11] image-gallery: Add image gallery application
  2014-06-04 15:53       ` Maupin, Chase
@ 2014-06-04 16:00         ` Denys Dmytriyenko
  0 siblings, 0 replies; 33+ messages in thread
From: Denys Dmytriyenko @ 2014-06-04 16:00 UTC (permalink / raw)
  To: Maupin, Chase; +Cc: meta-arago, Cooper Jr., Franklin

On Wed, Jun 04, 2014 at 11:53:45AM -0400, Maupin, Chase wrote:
> >-----Original Message-----
> >From: Dmytriyenko, Denys
> >Sent: Wednesday, June 04, 2014 10:28 AM
> >To: Maupin, Chase
> >Cc: Cooper Jr., Franklin; meta-arago@arago-project.org
> >Subject: Re: [meta-arago] [PATCH 06/11] image-gallery: Add image
> >gallery application
> >
> >On Wed, Jun 04, 2014 at 02:38:23PM +0000, Maupin, Chase wrote:
> >> >-----Original Message-----
> >> >From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> >> >bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
> >> >Sent: Thursday, May 29, 2014 1:38 PM
> >> >To: meta-arago@arago-project.org
> >> >Cc: Cooper Jr., Franklin
> >> >Subject: [meta-arago] [PATCH 06/11] image-gallery: Add image
> >> >gallery application
> >> >
> >> >* Add new Qt application to the SDK which displays pictures
> >taken
> >> >by the camera
> >> >  demo.
> >> >
> >> >Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> >> >---
> >> > .../recipes-qt/qt-apps/image-gallery_git.bb        |   33
> >> >++++++++++++++++++++
> >> > 1 files changed, 33 insertions(+), 0 deletions(-)
> >> > create mode 100644 meta-arago-extras/recipes-qt/qt-apps/image-
> >> >gallery_git.bb
> >> >
> >> >diff --git a/meta-arago-extras/recipes-qt/qt-apps/image-
> >> >gallery_git.bb b/meta-arago-extras/recipes-qt/qt-apps/image-
> >> >gallery_git.bb
> >> >new file mode 100644
> >> >index 0000000..3040415
> >> >--- /dev/null
> >> >+++ b/meta-arago-extras/recipes-qt/qt-apps/image-gallery_git.bb
> >> >@@ -0,0 +1,33 @@
> >> >+DESCRIPTION = "Image Gallery"
> >> >+HOMEPAGE = "https://gitorious.org/image-gallery"
> >> >+SECTION = "multimedia"
> >> >+LICENSE = "BSD"
> >> >+LIC_FILES_CHKSUM =
> >> >"file://LICENSE;md5=9c57cc1cdee589f97cbba69e95a89a15"
> >> >+
> >> >+require recipes-core/matrix/matrix-gui-paths.inc
> >> >+
> >> >+PR = "r0"
> >>
> >> Not needed
> >
> >Why? Even though it's default, it helps remember to bump it next
> >time :)
> 
> True, but I thought as we look at new releases the PR wasn't needed anymore.  
> Or do we not have the version server turned on?

Ah, good point. Need to enaable PR service...


> >> >+BRANCH = "master"
> >> >+SRCREV = "8901d7c598b277e4e26a5abbcb859e7ceebd340a"
> >> >+
> >> >+SRC_URI = "git://gitorious.org/image-gallery/image-
> >> >gallery.git;protocol=git;branch=${BRANCH}"
> >> >+
> >> >+S = "${WORKDIR}/git/"
> >> >+
> >> >+BUILDDIR ?= "."
> >>
> >> I'm not entirely sure what this is for.  When should this be set
> >> differently?  And would it be better to use a variable like ${S}
> >rather than
> >> "."
> >
> >I have seen this variable in qt-tstat recipe and had to remove it.
> >There is no
> >need for it and moreover, there's already ${B} defined and used
> >for build dir.
> >See my recent patch re-submission for qt-tstat.
> >
> >
> >> >+inherit qt-provider
> >> >+
> >> >+do_install() {
> >> >+	install -d ${D}/usr/bin
> >>
> >> Use ${bindir}
> >
> >+1
> >
> >
> >> >+	install -m 0755 ${BUILDDIR}/image-gallery
> >> >${D}/usr/bin/image-gallery
> >>
> >> Use ${bindir}
> >
> >+1
> >
> >
> >> >+	install -d ${D}${MATRIX_APP_DIR}/qt-image-gallery
> >> >+	cp -rf matrix-files/*  ${D}${MATRIX_APP_DIR}/qt-image-
> >> >gallery
> >> >+}
> >> >+
> >> >+PACKAGES += "matrix-gui-apps-image-gallery"
> >> >+
> >> >+RDEPENDS_matrix-gui-apps-image-gallery  = "matrix-gui-apps-
> >images
> >> >matrix-gui-submenus-camera ${PN}"
> >> >+
> >> >+FILES_matrix-gui-apps-image-gallery += "${MATRIX_APP_DIR}/*"
> >> >--
> >> >1.7.0.4
> >> >
> >> >_______________________________________________
> >> >meta-arago mailing list
> >> >meta-arago@arago-project.org
> >> >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> >> _______________________________________________
> >> meta-arago mailing list
> >> meta-arago@arago-project.org
> >> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH 06/11] image-gallery: Add image gallery application
  2014-06-04 15:30       ` Cooper Jr., Franklin
@ 2014-06-05 15:19         ` Denys Dmytriyenko
  0 siblings, 0 replies; 33+ messages in thread
From: Denys Dmytriyenko @ 2014-06-05 15:19 UTC (permalink / raw)
  To: Cooper Jr., Franklin; +Cc: meta-arago

On Wed, Jun 04, 2014 at 11:30:57AM -0400, Cooper Jr., Franklin wrote:
> 
> 
> > -----Original Message-----
> > From: Dmytriyenko, Denys
> > Sent: Wednesday, June 04, 2014 10:28 AM
> > To: Maupin, Chase
> > Cc: Cooper Jr., Franklin; meta-arago@arago-project.org
> > Subject: Re: [meta-arago] [PATCH 06/11] image-gallery: Add image gallery
> > application
> > 
> > On Wed, Jun 04, 2014 at 02:38:23PM +0000, Maupin, Chase wrote:
> > > >-----Original Message-----
> > > >From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > > >bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
> > > >Sent: Thursday, May 29, 2014 1:38 PM
> > > >To: meta-arago@arago-project.org
> > > >Cc: Cooper Jr., Franklin
> > > >Subject: [meta-arago] [PATCH 06/11] image-gallery: Add image gallery
> > > >application
> > > >
> > > >* Add new Qt application to the SDK which displays pictures taken by
> > > >the camera
> > > >  demo.
> > > >
> > > >Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> > > >---
> > > > .../recipes-qt/qt-apps/image-gallery_git.bb        |   33
> > > >++++++++++++++++++++
> > > > 1 files changed, 33 insertions(+), 0 deletions(-)  create mode
> > > >100644 meta-arago-extras/recipes-qt/qt-apps/image-
> > > >gallery_git.bb
> > > >
> > > >diff --git a/meta-arago-extras/recipes-qt/qt-apps/image-
> > > >gallery_git.bb b/meta-arago-extras/recipes-qt/qt-apps/image-
> > > >gallery_git.bb
> > > >new file mode 100644
> > > >index 0000000..3040415
> > > >--- /dev/null
> > > >+++ b/meta-arago-extras/recipes-qt/qt-apps/image-gallery_git.bb
> > > >@@ -0,0 +1,33 @@
> > > >+DESCRIPTION = "Image Gallery"
> > > >+HOMEPAGE = "https://gitorious.org/image-gallery"
> > > >+SECTION = "multimedia"
> > > >+LICENSE = "BSD"
> > > >+LIC_FILES_CHKSUM =
> > > >"file://LICENSE;md5=9c57cc1cdee589f97cbba69e95a89a15"
> > > >+
> > > >+require recipes-core/matrix/matrix-gui-paths.inc
> > > >+
> > > >+PR = "r0"
> > >
> > > Not needed
> > 
> > Why? Even though it's default, it helps remember to bump it next time :)
> > 
> > 
> > > >+BRANCH = "master"
> > > >+SRCREV = "8901d7c598b277e4e26a5abbcb859e7ceebd340a"
> > > >+
> > > >+SRC_URI = "git://gitorious.org/image-gallery/image-
> > > >gallery.git;protocol=git;branch=${BRANCH}"
> > > >+
> > > >+S = "${WORKDIR}/git/"
> > > >+
> > > >+BUILDDIR ?= "."
> > >
> > > I'm not entirely sure what this is for.  When should this be set
> > > differently?  And would it be better to use a variable like ${S}
> > > rather than "."
> > 
> > I have seen this variable in qt-tstat recipe and had to remove it. There is no
> > need for it and moreover, there's already ${B} defined and used for build dir.
> > See my recent patch re-submission for qt-tstat.

> [Franklin] I based this recipe from qt-tstat so that's probably the problem 
> :). I'll rework these.

Thanks, I'll wait for the resubmit. The rest of the series has my Ack.


> > > >+inherit qt-provider
> > > >+
> > > >+do_install() {
> > > >+	install -d ${D}/usr/bin
> > >
> > > Use ${bindir}
> > 
> > +1
> > 
> > 
> > > >+	install -m 0755 ${BUILDDIR}/image-gallery
> > > >${D}/usr/bin/image-gallery
> > >
> > > Use ${bindir}
> > 
> > +1
> > 
> > 
> > > >+	install -d ${D}${MATRIX_APP_DIR}/qt-image-gallery
> > > >+	cp -rf matrix-files/*  ${D}${MATRIX_APP_DIR}/qt-image-
> > > >gallery
> > > >+}
> > > >+
> > > >+PACKAGES += "matrix-gui-apps-image-gallery"
> > > >+
> > > >+RDEPENDS_matrix-gui-apps-image-gallery  = "matrix-gui-apps-images
> > > >matrix-gui-submenus-camera ${PN}"
> > > >+
> > > >+FILES_matrix-gui-apps-image-gallery += "${MATRIX_APP_DIR}/*"
> > > >--
> > > >1.7.0.4
> > > >
> > > >_______________________________________________
> > > >meta-arago mailing list
> > > >meta-arago@arago-project.org
> > > >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> > > _______________________________________________
> > > meta-arago mailing list
> > > meta-arago@arago-project.org
> > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH 02/11] qt example apps: Use Makefile.build instead of Makefile for the SDK makefile
  2014-05-29 18:38 ` [PATCH 02/11] qt example apps: Use Makefile.build instead of Makefile for the SDK makefile Franklin S. Cooper Jr
  2014-06-04 14:30   ` Maupin, Chase
@ 2014-06-09 16:25   ` Denys Dmytriyenko
  2014-06-09 17:02   ` Cooper Jr., Franklin
  2 siblings, 0 replies; 33+ messages in thread
From: Denys Dmytriyenko @ 2014-06-09 16:25 UTC (permalink / raw)
  To: Franklin S. Cooper Jr; +Cc: meta-arago

On Thu, May 29, 2014 at 01:38:06PM -0500, Franklin S. Cooper Jr wrote:
> * This insures that Qt users will have qmake generate "Makefile" instead of
>   App-Makefile which is the expected/default behavior.

Franklin,

Can you please re-submit this one patch as well? As refresh-screen recipe has 
been updated with Qt5 support and this no longer applies. Thanks.


> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
>  .../recipes-core/matrix/matrix-gui-browser_2.0.bb  |    4 ++--
>  .../recipes-core/matrix/refresh-screen_2.0.bb      |    4 ++--
>  .../recipes-qt/qt-apps/qt-tstat_2.0.bb             |    4 ++--
>  .../recipes-qt/qt-apps/quick-playground_1.0.bb     |    4 ++--
>  4 files changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb
> index 7d47e5b..afd5aa3 100644
> --- a/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb
> +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb
> @@ -11,9 +11,9 @@ RDEPENDS_${PN} += "${QT_RDEPENDS_FONTS}"
>  
>  DEPENDS += "${QT_DEPENDS_WEBKIT}"
>  
> -PR = "r6"
> +PR = "r7"
>  
> -SRCREV = "8517ac2338295ccb4c6c2ffa58b5ad48659a5430"
> +SRCREV = "7f5dccfb5b1b68a3f9162f6ee072eef0e0ba06fe"
>  BRANCH ?= "master"
>  
>  SRC_URI = "git://gitorious.org/matrix-gui-v2/matrix_browser.git;protocol=git;branch=${BRANCH}"
> diff --git a/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb b/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb
> index 2696978..e3d59e2 100644
> --- a/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb
> +++ b/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb
> @@ -7,9 +7,9 @@ SECTION = "multimedia"
>  # Make sure that QT font libraries have been installed
>  RDEPENDS_${PN} += "qt4-embedded-fonts"
>  
> -PR = "r4"
> +PR = "r5"
>  
> -SRCREV = "4dfdf85f17033f950e01f25341665f979edde6c3"
> +SRCREV = "ad3835b250c8b2b55ae65ffa19c2b85e412826b0"
>  BRANCH ?= "master"
>  
>  SRC_URI = "git://gitorious.org/matrix-gui-v2/refresh-screen.git;protocol=git;branch=${BRANCH}"
> diff --git a/meta-arago-extras/recipes-qt/qt-apps/qt-tstat_2.0.bb b/meta-arago-extras/recipes-qt/qt-apps/qt-tstat_2.0.bb
> index d0a9f7a..0e3fc01 100644
> --- a/meta-arago-extras/recipes-qt/qt-apps/qt-tstat_2.0.bb
> +++ b/meta-arago-extras/recipes-qt/qt-apps/qt-tstat_2.0.bb
> @@ -12,12 +12,12 @@ require recipes-core/matrix/matrix-gui-paths.inc
>  
>  inherit qt-provider
>  
> -PR = "r7"
> +PR = "r8"
>  
>  DEPENDS += "${QT_DEPENDS_SVG} ${QT_DEPENDS_SCRIPT}"
>  
>  BRANCH ?= "master"
> -SRCREV = "2960431fd38239cc089c8738776f3ff9dcfe7f1c"
> +SRCREV = "2512773c2d9da989e6a42c1e90b2b34496713072"
>  
>  SRC_URI = " \
>  	git://gitorious.org/thermostat-demo/thermostat-demo.git;protocol=git \
> diff --git a/meta-arago-extras/recipes-qt/qt-apps/quick-playground_1.0.bb b/meta-arago-extras/recipes-qt/qt-apps/quick-playground_1.0.bb
> index 5f493d3..2da5a36 100644
> --- a/meta-arago-extras/recipes-qt/qt-apps/quick-playground_1.0.bb
> +++ b/meta-arago-extras/recipes-qt/qt-apps/quick-playground_1.0.bb
> @@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://Licence.txt;md5=7cc88160b55ec5db6c6c5bb8e3238c0b"
>  
>  require recipes-core/matrix/matrix-gui-paths.inc
>  
> -PR = "r1"
> +PR = "r2"
>  
>  BRANCH = "master"
> -SRCREV = "0be45ce805147798c98b2dee65e41de67bfcea5d"
> +SRCREV = "4bcf4e7f5aa68dcd28f54bf921c6cc3985ce4305"
>  
>  SRC_URI = "git://arago-project.org/git/projects/qt4-demos.git;protocol=git;branch=${BRANCH}"
>  
> -- 
> 1.7.0.4
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> 


^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH 02/11] qt example apps: Use Makefile.build instead of Makefile for the SDK makefile
  2014-05-29 18:38 ` [PATCH 02/11] qt example apps: Use Makefile.build instead of Makefile for the SDK makefile Franklin S. Cooper Jr
  2014-06-04 14:30   ` Maupin, Chase
  2014-06-09 16:25   ` Denys Dmytriyenko
@ 2014-06-09 17:02   ` Cooper Jr., Franklin
  2 siblings, 0 replies; 33+ messages in thread
From: Cooper Jr., Franklin @ 2014-06-09 17:02 UTC (permalink / raw)
  To: meta-arago

Will do

> -----Original Message-----
> From: Cooper Jr., Franklin
> Sent: Thursday, May 29, 2014 1:38 PM
> To: meta-arago@arago-project.org
> Cc: Cooper Jr., Franklin
> Subject: [PATCH 02/11] qt example apps: Use Makefile.build instead of
> Makefile for the SDK makefile
> 
> * This insures that Qt users will have qmake generate "Makefile" instead of
>   App-Makefile which is the expected/default behavior.
> 
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
>  .../recipes-core/matrix/matrix-gui-browser_2.0.bb  |    4 ++--
>  .../recipes-core/matrix/refresh-screen_2.0.bb      |    4 ++--
>  .../recipes-qt/qt-apps/qt-tstat_2.0.bb             |    4 ++--
>  .../recipes-qt/qt-apps/quick-playground_1.0.bb     |    4 ++--
>  4 files changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb
> b/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb
> index 7d47e5b..afd5aa3 100644
> --- a/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb
> +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb
> @@ -11,9 +11,9 @@ RDEPENDS_${PN} += "${QT_RDEPENDS_FONTS}"
> 
>  DEPENDS += "${QT_DEPENDS_WEBKIT}"
> 
> -PR = "r6"
> +PR = "r7"
> 
> -SRCREV = "8517ac2338295ccb4c6c2ffa58b5ad48659a5430"
> +SRCREV = "7f5dccfb5b1b68a3f9162f6ee072eef0e0ba06fe"
>  BRANCH ?= "master"
> 
>  SRC_URI = "git://gitorious.org/matrix-gui-
> v2/matrix_browser.git;protocol=git;branch=${BRANCH}"
> diff --git a/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb
> b/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb
> index 2696978..e3d59e2 100644
> --- a/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb
> +++ b/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb
> @@ -7,9 +7,9 @@ SECTION = "multimedia"
>  # Make sure that QT font libraries have been installed  RDEPENDS_${PN} +=
> "qt4-embedded-fonts"
> 
> -PR = "r4"
> +PR = "r5"
> 
> -SRCREV = "4dfdf85f17033f950e01f25341665f979edde6c3"
> +SRCREV = "ad3835b250c8b2b55ae65ffa19c2b85e412826b0"
>  BRANCH ?= "master"
> 
>  SRC_URI = "git://gitorious.org/matrix-gui-v2/refresh-
> screen.git;protocol=git;branch=${BRANCH}"
> diff --git a/meta-arago-extras/recipes-qt/qt-apps/qt-tstat_2.0.bb b/meta-
> arago-extras/recipes-qt/qt-apps/qt-tstat_2.0.bb
> index d0a9f7a..0e3fc01 100644
> --- a/meta-arago-extras/recipes-qt/qt-apps/qt-tstat_2.0.bb
> +++ b/meta-arago-extras/recipes-qt/qt-apps/qt-tstat_2.0.bb
> @@ -12,12 +12,12 @@ require recipes-core/matrix/matrix-gui-paths.inc
> 
>  inherit qt-provider
> 
> -PR = "r7"
> +PR = "r8"
> 
>  DEPENDS += "${QT_DEPENDS_SVG} ${QT_DEPENDS_SCRIPT}"
> 
>  BRANCH ?= "master"
> -SRCREV = "2960431fd38239cc089c8738776f3ff9dcfe7f1c"
> +SRCREV = "2512773c2d9da989e6a42c1e90b2b34496713072"
> 
>  SRC_URI = " \
>  	git://gitorious.org/thermostat-demo/thermostat-
> demo.git;protocol=git \ diff --git a/meta-arago-extras/recipes-qt/qt-
> apps/quick-playground_1.0.bb b/meta-arago-extras/recipes-qt/qt-apps/quick-
> playground_1.0.bb
> index 5f493d3..2da5a36 100644
> --- a/meta-arago-extras/recipes-qt/qt-apps/quick-playground_1.0.bb
> +++ b/meta-arago-extras/recipes-qt/qt-apps/quick-playground_1.0.bb
> @@ -6,10 +6,10 @@ LIC_FILES_CHKSUM =
> "file://Licence.txt;md5=7cc88160b55ec5db6c6c5bb8e3238c0b"
> 
>  require recipes-core/matrix/matrix-gui-paths.inc
> 
> -PR = "r1"
> +PR = "r2"
> 
>  BRANCH = "master"
> -SRCREV = "0be45ce805147798c98b2dee65e41de67bfcea5d"
> +SRCREV = "4bcf4e7f5aa68dcd28f54bf921c6cc3985ce4305"
> 
>  SRC_URI = "git://arago-project.org/git/projects/qt4-
> demos.git;protocol=git;branch=${BRANCH}"
> 
> --
> 1.7.0.4



^ permalink raw reply	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2014-06-09 17:02 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-29 18:38 [PATCH 01/11] ti-tisdk-setup: Use latest commit for create-sdcard.sh Franklin S. Cooper Jr
2014-05-29 18:38 ` [PATCH 02/11] qt example apps: Use Makefile.build instead of Makefile for the SDK makefile Franklin S. Cooper Jr
2014-06-04 14:30   ` Maupin, Chase
2014-06-09 16:25   ` Denys Dmytriyenko
2014-06-09 17:02   ` Cooper Jr., Franklin
2014-05-29 18:38 ` [PATCH 03/11] ti-tisdk-makefile: Update Qt Makefile stubs to reflect Makefile name change Franklin S. Cooper Jr
2014-06-04 14:31   ` Maupin, Chase
2014-05-29 18:38 ` [PATCH 04/11] ti-tisdk-makefile: Fix u-boot cleaning Franklin S. Cooper Jr
2014-06-04 14:31   ` Maupin, Chase
2014-05-29 18:38 ` [PATCH 05/11] matrix-gui: Add camera submenu Franklin S. Cooper Jr
2014-06-04 14:32   ` Maupin, Chase
2014-06-04 15:23     ` Denys Dmytriyenko
2014-06-04 15:28       ` Cooper Jr., Franklin
2014-06-04 15:30         ` Denys Dmytriyenko
2014-06-04 15:36           ` Cooper Jr., Franklin
2014-05-29 18:38 ` [PATCH 06/11] image-gallery: Add image gallery application Franklin S. Cooper Jr
2014-06-04 14:38   ` Maupin, Chase
2014-06-04 15:27     ` Denys Dmytriyenko
2014-06-04 15:30       ` Cooper Jr., Franklin
2014-06-05 15:19         ` Denys Dmytriyenko
2014-06-04 15:53       ` Maupin, Chase
2014-06-04 16:00         ` Denys Dmytriyenko
2014-05-29 18:38 ` [PATCH 07/11] arago-source-ipk: Create source ipk for image-gallery app Franklin S. Cooper Jr
2014-06-04 14:38   ` Maupin, Chase
2014-05-29 18:38 ` [PATCH 08/11] packagegroup-arago-tisdk-multimedia-sdk-host: Add image-gallery app sources Franklin S. Cooper Jr
2014-06-04 14:38   ` Maupin, Chase
2014-05-29 18:38 ` [PATCH 09/11] packagegroup-arago-tisdk-matrix: Add image gallery demo to Matrix Franklin S. Cooper Jr
2014-06-04 14:38   ` Maupin, Chase
2014-05-29 18:38 ` [PATCH 10/11] ti-tisdk-makefile: Add image gallery to SDK makefile for AM4x Franklin S. Cooper Jr
2014-06-04 14:39   ` Maupin, Chase
2014-05-29 18:38 ` [PATCH 11/11] packagegroup-arago-tisdk-multimedia: Add image-gallery to AM4x demo list Franklin S. Cooper Jr
2014-06-04 14:39   ` Maupin, Chase
2014-06-04 14:30 ` [PATCH 01/11] ti-tisdk-setup: Use latest commit for create-sdcard.sh Maupin, Chase

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.