All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] qt applications: Fix issue with SDK makefile.
@ 2014-02-12 19:13 Franklin S. Cooper Jr
  2014-02-12 19:14 ` [PATCH 2/4] matrix-gui-apps-git: Update description and scripts Franklin S. Cooper Jr
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Franklin S. Cooper Jr @ 2014-02-12 19:13 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* Makefiles have been updated to insure that qmake is called as part of the make
  clean target.
* This insures that the App-Makefile always exist and will be able to clean the
  sources.

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 ++--
 .../dual-camera-demo/dual-camera-demo_1.0.bb       |    4 ++--
 .../recipes-qt/qt-apps/qt-tstat_2.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 4d41b73..1e54444 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 = "r4"
+PR = "r5"
 
-SRCREV = "d962b18b628f0006642491c2250ef01557591e66"
+SRCREV = "ac2338295ccb4c6c2ffa58b5ad48659a5430"
 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 f409c1e..2696978 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 = "r3"
+PR = "r4"
 
-SRCREV = "e652edf9403fe9329e1bcd14b79503045a53705c"
+SRCREV = "4dfdf85f17033f950e01f25341665f979edde6c3"
 BRANCH ?= "master"
 
 SRC_URI = "git://gitorious.org/matrix-gui-v2/refresh-screen.git;protocol=git;branch=${BRANCH}"
diff --git a/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb b/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb
index 4e33d9d..ba3cc57 100644
--- a/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb
+++ b/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb
@@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://main.cpp;beginline=1;endline=18;md5=1e0116b09fc3d8f88
 
 require recipes-core/matrix/matrix-gui-paths.inc
 
-PR = "r1"
+PR = "r2"
 
 BRANCH = "master"
-SRCREV = "ee954e04b3efe160b3fabf5a8d640740ce1a7e85"
+SRCREV = "e8412769dfe650afd528dc2eb791ddf96143771e"
 
 SRC_URI = "git://gitorious.org/dual-camera-demo/dual-camera-demo.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 6704354..d0a9f7a 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 = "r6"
+PR = "r7"
 
 DEPENDS += "${QT_DEPENDS_SVG} ${QT_DEPENDS_SCRIPT}"
 
 BRANCH ?= "master"
-SRCREV = "e6225f9e485675e4390dcc7575810e9f63501692"
+SRCREV = "2960431fd38239cc089c8738776f3ff9dcfe7f1c"
 
 SRC_URI = " \
 	git://gitorious.org/thermostat-demo/thermostat-demo.git;protocol=git \
-- 
1.7.0.4



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

* [PATCH 2/4] matrix-gui-apps-git: Update description and scripts
  2014-02-12 19:13 [PATCH 1/4] qt applications: Fix issue with SDK makefile Franklin S. Cooper Jr
@ 2014-02-12 19:14 ` Franklin S. Cooper Jr
  2014-02-12 19:14 ` [PATCH 3/4] matrix-gui: Generate json.txt incase the file is empty Franklin S. Cooper Jr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Franklin S. Cooper Jr @ 2014-02-12 19:14 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* Update commit to pull in lmbench description.
* Update multimedia scripts for 335x to use a default video file for multimedia
  demos incase an unexpected resolution is used.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../recipes-core/matrix/matrix-gui-apps-git.inc    |    4 ++--
 1 files changed, 2 insertions(+), 2 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 dac8538..d43bbe6 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 = "1b6cfb842970b69a6e531338a4d89bf055113beb"
+SRCREV = "49cd9138b00749acf82a8ac8ab78c8ae9d364bc5"
 BRANCH = "master"
-INC_PR = "r18"
+INC_PR = "r19"
 
 # Pull in the base package for installing matrix applications
 require matrix-gui-apps.inc
-- 
1.7.0.4



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

* [PATCH 3/4] matrix-gui: Generate json.txt incase the file is empty
  2014-02-12 19:13 [PATCH 1/4] qt applications: Fix issue with SDK makefile Franklin S. Cooper Jr
  2014-02-12 19:14 ` [PATCH 2/4] matrix-gui-apps-git: Update description and scripts Franklin S. Cooper Jr
@ 2014-02-12 19:14 ` Franklin S. Cooper Jr
  2014-02-12 19:14 ` [PATCH 4/4] ti-crypto-examples: Update commit to fix mknod issues Franklin S. Cooper Jr
  2014-02-12 19:41 ` [PATCH 1/4] qt applications: Fix issue with SDK makefile Denys Dmytriyenko
  3 siblings, 0 replies; 7+ messages in thread
From: Franklin S. Cooper Jr @ 2014-02-12 19:14 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* Json.txt may end up empty if the board isn't properly shutdown.
* Pull in commit that regenerates the file if it is empty.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../recipes-core/matrix/matrix-gui-browser_2.0.bb  |    4 ++--
 .../recipes-core/matrix/matrix-gui_2.0.bb          |    4 ++--
 2 files changed, 4 insertions(+), 4 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 1e54444..7d47e5b 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 = "r5"
+PR = "r6"
 
-SRCREV = "ac2338295ccb4c6c2ffa58b5ad48659a5430"
+SRCREV = "8517ac2338295ccb4c6c2ffa58b5ad48659a5430"
 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/matrix-gui_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb
index b96d67c..523cfe1 100644
--- a/meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb
+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a886c9ef769b2d8271115d2502512e5d"
 
 SECTION = "multimedia"
 
-PR = "r15"
+PR = "r16"
 
 INITSCRIPT_NAME = "matrix-gui-2.0"
 INITSCRIPT_PARAMS = "defaults 97"
@@ -16,7 +16,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
 inherit update-rc.d
 
 BRANCH ?= "master"
-SRCREV = "a67a9721134fcbf9017d2dd361079f67b10b0ace"
+SRCREV = "d0fcc5ab50c9ecdf7a3cc5610807d16a6c91a850"
 
 SRC_URI = "git://gitorious.org/matrix-gui-v2/matrix-gui-v2.git;protocol=git;branch=${BRANCH} \
            file://init \
-- 
1.7.0.4



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

* [PATCH 4/4] ti-crypto-examples: Update commit to fix mknod issues
  2014-02-12 19:13 [PATCH 1/4] qt applications: Fix issue with SDK makefile Franklin S. Cooper Jr
  2014-02-12 19:14 ` [PATCH 2/4] matrix-gui-apps-git: Update description and scripts Franklin S. Cooper Jr
  2014-02-12 19:14 ` [PATCH 3/4] matrix-gui: Generate json.txt incase the file is empty Franklin S. Cooper Jr
@ 2014-02-12 19:14 ` Franklin S. Cooper Jr
  2014-02-12 19:41 ` [PATCH 1/4] qt applications: Fix issue with SDK makefile Denys Dmytriyenko
  3 siblings, 0 replies; 7+ messages in thread
From: Franklin S. Cooper Jr @ 2014-02-12 19:14 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* Certificate generation script for some reason deletes and recreates crypto
  mknod.
* Doing this is incorrect and shouldn't be done.
* Update commit that pulls in the change that deletes mknod related lines.

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

diff --git a/meta-arago-extras/recipes-core/ti-crypto-examples/ti-crypto-examples_git.bb b/meta-arago-extras/recipes-core/ti-crypto-examples/ti-crypto-examples_git.bb
index 485faed..777d1c3 100644
--- a/meta-arago-extras/recipes-core/ti-crypto-examples/ti-crypto-examples_git.bb
+++ b/meta-arago-extras/recipes-core/ti-crypto-examples/ti-crypto-examples_git.bb
@@ -5,10 +5,10 @@ LIC_FILES_CHKSUM = "file://AES/aes_256.c;beginline=9;endline=35;md5=8edbb4dee965
 SECTION = "console"
 DEPENDS += "openssl"
 
-PR = "r6"
+PR = "r7"
 
 BRANCH ?= "master"
-SRCREV = "616ca5b6a0feefc1ba2e876c7ced4407f927ef1b"
+SRCREV = "6f4b09fffe970bb6b448369875874e798ef282f6"
 
 SRC_URI = "git://arago-project.org/git/projects/crypto-example-apps.git;protocol=git;branch=${BRANCH}"
 
-- 
1.7.0.4



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

* Re: [PATCH 1/4] qt applications: Fix issue with SDK makefile.
  2014-02-12 19:13 [PATCH 1/4] qt applications: Fix issue with SDK makefile Franklin S. Cooper Jr
                   ` (2 preceding siblings ...)
  2014-02-12 19:14 ` [PATCH 4/4] ti-crypto-examples: Update commit to fix mknod issues Franklin S. Cooper Jr
@ 2014-02-12 19:41 ` Denys Dmytriyenko
  2014-02-12 20:31   ` Cooper Jr., Franklin
  3 siblings, 1 reply; 7+ messages in thread
From: Denys Dmytriyenko @ 2014-02-12 19:41 UTC (permalink / raw)
  To: Franklin S. Cooper Jr; +Cc: meta-arago

Franklin,

Do you need these changes to make into our 2013.12.01 release this week? They 
should be fine for master though...


On Wed, Feb 12, 2014 at 01:13:59PM -0600, Franklin S. Cooper Jr wrote:
> * Makefiles have been updated to insure that qmake is called as part of the make
>   clean target.
> * This insures that the App-Makefile always exist and will be able to clean the
>   sources.
> 
> 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 ++--
>  .../dual-camera-demo/dual-camera-demo_1.0.bb       |    4 ++--
>  .../recipes-qt/qt-apps/qt-tstat_2.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 4d41b73..1e54444 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 = "r4"
> +PR = "r5"
>  
> -SRCREV = "d962b18b628f0006642491c2250ef01557591e66"
> +SRCREV = "ac2338295ccb4c6c2ffa58b5ad48659a5430"
>  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 f409c1e..2696978 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 = "r3"
> +PR = "r4"
>  
> -SRCREV = "e652edf9403fe9329e1bcd14b79503045a53705c"
> +SRCREV = "4dfdf85f17033f950e01f25341665f979edde6c3"
>  BRANCH ?= "master"
>  
>  SRC_URI = "git://gitorious.org/matrix-gui-v2/refresh-screen.git;protocol=git;branch=${BRANCH}"
> diff --git a/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb b/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb
> index 4e33d9d..ba3cc57 100644
> --- a/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb
> +++ b/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb
> @@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://main.cpp;beginline=1;endline=18;md5=1e0116b09fc3d8f88
>  
>  require recipes-core/matrix/matrix-gui-paths.inc
>  
> -PR = "r1"
> +PR = "r2"
>  
>  BRANCH = "master"
> -SRCREV = "ee954e04b3efe160b3fabf5a8d640740ce1a7e85"
> +SRCREV = "e8412769dfe650afd528dc2eb791ddf96143771e"
>  
>  SRC_URI = "git://gitorious.org/dual-camera-demo/dual-camera-demo.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 6704354..d0a9f7a 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 = "r6"
> +PR = "r7"
>  
>  DEPENDS += "${QT_DEPENDS_SVG} ${QT_DEPENDS_SCRIPT}"
>  
>  BRANCH ?= "master"
> -SRCREV = "e6225f9e485675e4390dcc7575810e9f63501692"
> +SRCREV = "2960431fd38239cc089c8738776f3ff9dcfe7f1c"
>  
>  SRC_URI = " \
>  	git://gitorious.org/thermostat-demo/thermostat-demo.git;protocol=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] 7+ messages in thread

* Re: [PATCH 1/4] qt applications: Fix issue with SDK makefile.
  2014-02-12 19:41 ` [PATCH 1/4] qt applications: Fix issue with SDK makefile Denys Dmytriyenko
@ 2014-02-12 20:31   ` Cooper Jr., Franklin
  2014-02-18 14:48     ` Cooper Jr., Franklin
  0 siblings, 1 reply; 7+ messages in thread
From: Cooper Jr., Franklin @ 2014-02-12 20:31 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org

All these patches can be pushed into master.

> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Wednesday, February 12, 2014 1:41 PM
> To: Cooper Jr., Franklin
> Cc: meta-arago@arago-project.org
> Subject: Re: [meta-arago] [PATCH 1/4] qt applications: Fix issue with SDK
> makefile.
> 
> Franklin,
> 
> Do you need these changes to make into our 2013.12.01 release this week?
> They should be fine for master though...
> 
> 
> On Wed, Feb 12, 2014 at 01:13:59PM -0600, Franklin S. Cooper Jr wrote:
> > * Makefiles have been updated to insure that qmake is called as part of the
> make
> >   clean target.
> > * This insures that the App-Makefile always exist and will be able to clean the
> >   sources.
> >
> > 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 ++--
> >  .../dual-camera-demo/dual-camera-demo_1.0.bb       |    4 ++--
> >  .../recipes-qt/qt-apps/qt-tstat_2.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 4d41b73..1e54444 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 = "r4"
> > +PR = "r5"
> >
> > -SRCREV = "d962b18b628f0006642491c2250ef01557591e66"
> > +SRCREV = "ac2338295ccb4c6c2ffa58b5ad48659a5430"
> >  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 f409c1e..2696978 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 = "r3"
> > +PR = "r4"
> >
> > -SRCREV = "e652edf9403fe9329e1bcd14b79503045a53705c"
> > +SRCREV = "4dfdf85f17033f950e01f25341665f979edde6c3"
> >  BRANCH ?= "master"
> >
> >  SRC_URI = "git://gitorious.org/matrix-gui-v2/refresh-
> screen.git;protocol=git;branch=${BRANCH}"
> > diff --git a/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-
> camera-demo_1.0.bb b/meta-arago-extras/recipes-multimedia/dual-camera-
> demo/dual-camera-demo_1.0.bb
> > index 4e33d9d..ba3cc57 100644
> > --- a/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-
> demo_1.0.bb
> > +++ b/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-
> camera-demo_1.0.bb
> > @@ -6,10 +6,10 @@ LIC_FILES_CHKSUM =
> "file://main.cpp;beginline=1;endline=18;md5=1e0116b09fc3d8f88
> >
> >  require recipes-core/matrix/matrix-gui-paths.inc
> >
> > -PR = "r1"
> > +PR = "r2"
> >
> >  BRANCH = "master"
> > -SRCREV = "ee954e04b3efe160b3fabf5a8d640740ce1a7e85"
> > +SRCREV = "e8412769dfe650afd528dc2eb791ddf96143771e"
> >
> >  SRC_URI = "git://gitorious.org/dual-camera-demo/dual-camera-
> demo.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 6704354..d0a9f7a 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 = "r6"
> > +PR = "r7"
> >
> >  DEPENDS += "${QT_DEPENDS_SVG} ${QT_DEPENDS_SCRIPT}"
> >
> >  BRANCH ?= "master"
> > -SRCREV = "e6225f9e485675e4390dcc7575810e9f63501692"
> > +SRCREV = "2960431fd38239cc089c8738776f3ff9dcfe7f1c"
> >
> >  SRC_URI = " \
> >  	git://gitorious.org/thermostat-demo/thermostat-demo.git;protocol=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] 7+ messages in thread

* Re: [PATCH 1/4] qt applications: Fix issue with SDK makefile.
  2014-02-12 20:31   ` Cooper Jr., Franklin
@ 2014-02-18 14:48     ` Cooper Jr., Franklin
  0 siblings, 0 replies; 7+ messages in thread
From: Cooper Jr., Franklin @ 2014-02-18 14:48 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org

Ping on this patch set.

Please push these to master and Dylan branch.

> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
> Sent: Wednesday, February 12, 2014 2:32 PM
> To: Dmytriyenko, Denys
> Cc: meta-arago@arago-project.org
> Subject: Re: [meta-arago] [PATCH 1/4] qt applications: Fix issue with SDK
> makefile.
> 
> All these patches can be pushed into master.
> 
> > -----Original Message-----
> > From: Dmytriyenko, Denys
> > Sent: Wednesday, February 12, 2014 1:41 PM
> > To: Cooper Jr., Franklin
> > Cc: meta-arago@arago-project.org
> > Subject: Re: [meta-arago] [PATCH 1/4] qt applications: Fix issue with
> > SDK makefile.
> >
> > Franklin,
> >
> > Do you need these changes to make into our 2013.12.01 release this week?
> > They should be fine for master though...
> >
> >
> > On Wed, Feb 12, 2014 at 01:13:59PM -0600, Franklin S. Cooper Jr wrote:
> > > * Makefiles have been updated to insure that qmake is called as part
> > > of the
> > make
> > >   clean target.
> > > * This insures that the App-Makefile always exist and will be able to clean the
> > >   sources.
> > >
> > > 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 ++--
> > >  .../dual-camera-demo/dual-camera-demo_1.0.bb       |    4 ++--
> > >  .../recipes-qt/qt-apps/qt-tstat_2.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 4d41b73..1e54444 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.b
> > > +++ b
> > > @@ -11,9 +11,9 @@ RDEPENDS_${PN} += "${QT_RDEPENDS_FONTS}"
> > >
> > >  DEPENDS += "${QT_DEPENDS_WEBKIT}"
> > >
> > > -PR = "r4"
> > > +PR = "r5"
> > >
> > > -SRCREV = "d962b18b628f0006642491c2250ef01557591e66"
> > > +SRCREV = "ac2338295ccb4c6c2ffa58b5ad48659a5430"
> > >  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 f409c1e..2696978 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 = "r3"
> > > +PR = "r4"
> > >
> > > -SRCREV = "e652edf9403fe9329e1bcd14b79503045a53705c"
> > > +SRCREV = "4dfdf85f17033f950e01f25341665f979edde6c3"
> > >  BRANCH ?= "master"
> > >
> > >  SRC_URI = "git://gitorious.org/matrix-gui-v2/refresh-
> > screen.git;protocol=git;branch=${BRANCH}"
> > > diff --git
> > > a/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-
> > camera-demo_1.0.bb b/meta-arago-extras/recipes-multimedia/dual-camera-
> > demo/dual-camera-demo_1.0.bb
> > > index 4e33d9d..ba3cc57 100644
> > > ---
> > > a/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-
> > demo_1.0.bb
> > > +++ b/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-
> > camera-demo_1.0.bb
> > > @@ -6,10 +6,10 @@ LIC_FILES_CHKSUM =
> > "file://main.cpp;beginline=1;endline=18;md5=1e0116b09fc3d8f88
> > >
> > >  require recipes-core/matrix/matrix-gui-paths.inc
> > >
> > > -PR = "r1"
> > > +PR = "r2"
> > >
> > >  BRANCH = "master"
> > > -SRCREV = "ee954e04b3efe160b3fabf5a8d640740ce1a7e85"
> > > +SRCREV = "e8412769dfe650afd528dc2eb791ddf96143771e"
> > >
> > >  SRC_URI = "git://gitorious.org/dual-camera-demo/dual-camera-
> > demo.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 6704354..d0a9f7a 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 = "r6"
> > > +PR = "r7"
> > >
> > >  DEPENDS += "${QT_DEPENDS_SVG} ${QT_DEPENDS_SCRIPT}"
> > >
> > >  BRANCH ?= "master"
> > > -SRCREV = "e6225f9e485675e4390dcc7575810e9f63501692"
> > > +SRCREV = "2960431fd38239cc089c8738776f3ff9dcfe7f1c"
> > >
> > >  SRC_URI = " \
> > >
> > > git://gitorious.org/thermostat-demo/thermostat-demo.git;protocol=git
> > \
> > > --
> > > 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] 7+ messages in thread

end of thread, other threads:[~2014-02-18 14:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-12 19:13 [PATCH 1/4] qt applications: Fix issue with SDK makefile Franklin S. Cooper Jr
2014-02-12 19:14 ` [PATCH 2/4] matrix-gui-apps-git: Update description and scripts Franklin S. Cooper Jr
2014-02-12 19:14 ` [PATCH 3/4] matrix-gui: Generate json.txt incase the file is empty Franklin S. Cooper Jr
2014-02-12 19:14 ` [PATCH 4/4] ti-crypto-examples: Update commit to fix mknod issues Franklin S. Cooper Jr
2014-02-12 19:41 ` [PATCH 1/4] qt applications: Fix issue with SDK makefile Denys Dmytriyenko
2014-02-12 20:31   ` Cooper Jr., Franklin
2014-02-18 14:48     ` Cooper Jr., Franklin

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.