All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] matrix-gui-apps: Update latest commit to pull in Matrix apps description changes
@ 2015-02-05  1:19 Franklin S. Cooper Jr
  2015-02-05  1:19 ` [PATCH 2/3] packagegroup-arago-tisdk-matrix: Remove dual camera and image-gallery Franklin S. Cooper Jr
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Franklin S. Cooper Jr @ 2015-02-05  1:19 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

From: "Franklin S. Cooper Jr" <fcooper@ti.com>

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../recipes-core/matrix/matrix-gui-apps-git.inc    |    4 ++--
 1 file 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 62db9aa..f39865f 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 = "eb781aa9b59c2fc5e976c74e3d7398dc245b0912"
+SRCREV = "400fddfd2f51e07b9832674c89a94c7aa3926af5"
 BRANCH = "master"
-INC_PR = "r25"
+INC_PR = "r26"
 
 # Pull in the base package for installing matrix applications
 require matrix-gui-apps.inc
-- 
1.7.9.5



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

* [PATCH 2/3] packagegroup-arago-tisdk-matrix: Remove dual camera and image-gallery
  2015-02-05  1:19 [PATCH 1/3] matrix-gui-apps: Update latest commit to pull in Matrix apps description changes Franklin S. Cooper Jr
@ 2015-02-05  1:19 ` Franklin S. Cooper Jr
  2015-02-05 15:16   ` Denys Dmytriyenko
  2015-02-05  1:19 ` [PATCH 3/3] gadget-init: Remove COMPATIBLE_MACHINE Franklin S. Cooper Jr
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 7+ messages in thread
From: Franklin S. Cooper Jr @ 2015-02-05  1:19 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

From: "Franklin S. Cooper Jr" <fcooper@ti.com>

* Remove image gallery and dual camera since they aren't support on 3.14 kernel

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../packagegroup-arago-tisdk-matrix.bb             |    4 ++--
 1 file changed, 2 insertions(+), 2 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 0fe7bc5..9e00619 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 = "r34"
+PR = "r35"
 
 inherit packagegroup
 
@@ -77,7 +77,6 @@ MATRIX_APPS_append_ti43x = "        \
     matrix-multimedia-demo-mpeg4aacdec \
     matrix-multimedia-demo-mpeg4dec \
                                     \
-    ${@base_conditional('QT_PROVIDER', 'qt5', '', 'matrix-gui-apps-dual-camera matrix-gui-apps-image-gallery', d)} \
                                     \
     matrix-gui-generic-pm           \
     matrix-gui-pm-demos-suspend     \
@@ -85,6 +84,7 @@ MATRIX_APPS_append_ti43x = "        \
     matrix-gui-pm-demos-governor    \
     ${@base_conditional('QT_PROVIDER', 'qt5', '', 'ts-calibrate-init', d)} \
 "
+# ${@base_conditional('QT_PROVIDER', 'qt5', '', 'matrix-gui-apps-dual-camera matrix-gui-apps-image-gallery', d)}
 
 MATRIX_APPS_append_omap-a15 = "     \
     matrix-multimedia-demo-aac      \
-- 
1.7.9.5



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

* [PATCH 3/3] gadget-init: Remove COMPATIBLE_MACHINE
  2015-02-05  1:19 [PATCH 1/3] matrix-gui-apps: Update latest commit to pull in Matrix apps description changes Franklin S. Cooper Jr
  2015-02-05  1:19 ` [PATCH 2/3] packagegroup-arago-tisdk-matrix: Remove dual camera and image-gallery Franklin S. Cooper Jr
@ 2015-02-05  1:19 ` Franklin S. Cooper Jr
  2015-02-07  1:40 ` [PATCH 1/3] matrix-gui-apps: Update latest commit to pull in Matrix apps description changes Cooper Jr., Franklin
  2015-02-07  1:40 ` Cooper Jr., Franklin
  3 siblings, 0 replies; 7+ messages in thread
From: Franklin S. Cooper Jr @ 2015-02-05  1:19 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

From: "Franklin S. Cooper Jr" <fcooper@ti.com>

* There is really nothing machine specific about this recipe.
* Since this script is useful for am437x SK remove the compat field.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../recipes-tisdk/gadget-init/gadget-init.bb       |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/meta-arago-distro/recipes-tisdk/gadget-init/gadget-init.bb b/meta-arago-distro/recipes-tisdk/gadget-init/gadget-init.bb
index 3f69c53..b13befe 100644
--- a/meta-arago-distro/recipes-tisdk/gadget-init/gadget-init.bb
+++ b/meta-arago-distro/recipes-tisdk/gadget-init/gadget-init.bb
@@ -3,10 +3,7 @@ DESCRIPTION = "Scripts to initialize usb gadgets"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
 
-COMPATIBLE_MACHINE = "ti33x"
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "file://init"
 
-- 
1.7.9.5



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

* Re: [PATCH 2/3] packagegroup-arago-tisdk-matrix: Remove dual camera and image-gallery
  2015-02-05  1:19 ` [PATCH 2/3] packagegroup-arago-tisdk-matrix: Remove dual camera and image-gallery Franklin S. Cooper Jr
@ 2015-02-05 15:16   ` Denys Dmytriyenko
  2015-02-05 15:38     ` Cooper Jr., Franklin
  0 siblings, 1 reply; 7+ messages in thread
From: Denys Dmytriyenko @ 2015-02-05 15:16 UTC (permalink / raw)
  To: Franklin S. Cooper Jr; +Cc: meta-arago

On Wed, Feb 04, 2015 at 07:19:52PM -0600, Franklin S. Cooper Jr wrote:
> From: "Franklin S. Cooper Jr" <fcooper@ti.com>
> 
> * Remove image gallery and dual camera since they aren't support on 3.14 kernel

Do you want to remove it completely or will it be fixed soon?


> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
>  .../packagegroup-arago-tisdk-matrix.bb             |    4 ++--
>  1 file changed, 2 insertions(+), 2 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 0fe7bc5..9e00619 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 = "r34"
> +PR = "r35"
>  
>  inherit packagegroup
>  
> @@ -77,7 +77,6 @@ MATRIX_APPS_append_ti43x = "        \
>      matrix-multimedia-demo-mpeg4aacdec \
>      matrix-multimedia-demo-mpeg4dec \
>                                      \
> -    ${@base_conditional('QT_PROVIDER', 'qt5', '', 'matrix-gui-apps-dual-camera matrix-gui-apps-image-gallery', d)} \
>                                      \
>      matrix-gui-generic-pm           \
>      matrix-gui-pm-demos-suspend     \
> @@ -85,6 +84,7 @@ MATRIX_APPS_append_ti43x = "        \
>      matrix-gui-pm-demos-governor    \
>      ${@base_conditional('QT_PROVIDER', 'qt5', '', 'ts-calibrate-init', d)} \
>  "
> +# ${@base_conditional('QT_PROVIDER', 'qt5', '', 'matrix-gui-apps-dual-camera matrix-gui-apps-image-gallery', d)}
>  
>  MATRIX_APPS_append_omap-a15 = "     \
>      matrix-multimedia-demo-aac      \
> -- 
> 1.7.9.5
> 
> _______________________________________________
> 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 2/3] packagegroup-arago-tisdk-matrix: Remove dual camera and image-gallery
  2015-02-05 15:16   ` Denys Dmytriyenko
@ 2015-02-05 15:38     ` Cooper Jr., Franklin
  0 siblings, 0 replies; 7+ messages in thread
From: Cooper Jr., Franklin @ 2015-02-05 15:38 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org


> On Feb 5, 2015, at 9:16 AM, Dmytriyenko, Denys <denys@ti.com> wrote:
> 
>> On Wed, Feb 04, 2015 at 07:19:52PM -0600, Franklin S. Cooper Jr wrote:
>> From: "Franklin S. Cooper Jr" <fcooper@ti.com>
>> 
>> * Remove image gallery and dual camera since they aren't support on 3.14 kernel
> 
> Do you want to remove it completely or will it be fixed soon?
We are currently working on fixing it but it won't be ready for another month or so.
> 
> 
>> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
>> ---
>> .../packagegroup-arago-tisdk-matrix.bb             |    4 ++--
>> 1 file changed, 2 insertions(+), 2 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 0fe7bc5..9e00619 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 = "r34"
>> +PR = "r35"
>> 
>> inherit packagegroup
>> 
>> @@ -77,7 +77,6 @@ MATRIX_APPS_append_ti43x = "        \
>>     matrix-multimedia-demo-mpeg4aacdec \
>>     matrix-multimedia-demo-mpeg4dec \
>>                                     \
>> -    ${@base_conditional('QT_PROVIDER', 'qt5', '', 'matrix-gui-apps-dual-camera matrix-gui-apps-image-gallery', d)} \
>>                                     \
>>     matrix-gui-generic-pm           \
>>     matrix-gui-pm-demos-suspend     \
>> @@ -85,6 +84,7 @@ MATRIX_APPS_append_ti43x = "        \
>>     matrix-gui-pm-demos-governor    \
>>     ${@base_conditional('QT_PROVIDER', 'qt5', '', 'ts-calibrate-init', d)} \
>> "
>> +# ${@base_conditional('QT_PROVIDER', 'qt5', '', 'matrix-gui-apps-dual-camera matrix-gui-apps-image-gallery', d)}
>> 
>> MATRIX_APPS_append_omap-a15 = "     \
>>     matrix-multimedia-demo-aac      \
>> -- 
>> 1.7.9.5
>> 
>> _______________________________________________
>> 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/3] matrix-gui-apps: Update latest commit to pull in Matrix apps description changes
  2015-02-05  1:19 [PATCH 1/3] matrix-gui-apps: Update latest commit to pull in Matrix apps description changes Franklin S. Cooper Jr
  2015-02-05  1:19 ` [PATCH 2/3] packagegroup-arago-tisdk-matrix: Remove dual camera and image-gallery Franklin S. Cooper Jr
  2015-02-05  1:19 ` [PATCH 3/3] gadget-init: Remove COMPATIBLE_MACHINE Franklin S. Cooper Jr
@ 2015-02-07  1:40 ` Cooper Jr., Franklin
  2015-02-07  1:40 ` Cooper Jr., Franklin
  3 siblings, 0 replies; 7+ messages in thread
From: Cooper Jr., Franklin @ 2015-02-07  1:40 UTC (permalink / raw)
  To: meta-arago@arago-project.org

Please ignore this patchset. I'll send update versions. I need to bump commit ids.

> -----Original Message-----
> From: Cooper Jr., Franklin
> Sent: Wednesday, February 04, 2015 7:20 PM
> To: meta-arago@arago-project.org
> Cc: Cooper Jr., Franklin
> Subject: [PATCH 1/3] matrix-gui-apps: Update latest commit to pull in Matrix
> apps description changes
> 
> From: "Franklin S. Cooper Jr" <fcooper@ti.com>
> 
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
>  .../recipes-core/matrix/matrix-gui-apps-git.inc    |    4 ++--
>  1 file 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 62db9aa..f39865f 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 = "eb781aa9b59c2fc5e976c74e3d7398dc245b0912"
> +SRCREV = "400fddfd2f51e07b9832674c89a94c7aa3926af5"
>  BRANCH = "master"
> -INC_PR = "r25"
> +INC_PR = "r26"
> 
>  # Pull in the base package for installing matrix applications  require matrix-
> gui-apps.inc
> --
> 1.7.9.5



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

* Re: [PATCH 1/3] matrix-gui-apps: Update latest commit to pull in Matrix apps description changes
  2015-02-05  1:19 [PATCH 1/3] matrix-gui-apps: Update latest commit to pull in Matrix apps description changes Franklin S. Cooper Jr
                   ` (2 preceding siblings ...)
  2015-02-07  1:40 ` [PATCH 1/3] matrix-gui-apps: Update latest commit to pull in Matrix apps description changes Cooper Jr., Franklin
@ 2015-02-07  1:40 ` Cooper Jr., Franklin
  3 siblings, 0 replies; 7+ messages in thread
From: Cooper Jr., Franklin @ 2015-02-07  1:40 UTC (permalink / raw)
  To: meta-arago@arago-project.org

Please ignore this patchset. I'll send update versions. I need to bump commit ids.

> -----Original Message-----
> From: Cooper Jr., Franklin
> Sent: Wednesday, February 04, 2015 7:20 PM
> To: meta-arago@arago-project.org
> Cc: Cooper Jr., Franklin
> Subject: [PATCH 1/3] matrix-gui-apps: Update latest commit to pull in Matrix
> apps description changes
> 
> From: "Franklin S. Cooper Jr" <fcooper@ti.com>
> 
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
>  .../recipes-core/matrix/matrix-gui-apps-git.inc    |    4 ++--
>  1 file 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 62db9aa..f39865f 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 = "eb781aa9b59c2fc5e976c74e3d7398dc245b0912"
> +SRCREV = "400fddfd2f51e07b9832674c89a94c7aa3926af5"
>  BRANCH = "master"
> -INC_PR = "r25"
> +INC_PR = "r26"
> 
>  # Pull in the base package for installing matrix applications  require matrix-
> gui-apps.inc
> --
> 1.7.9.5



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

end of thread, other threads:[~2015-02-07  1:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-05  1:19 [PATCH 1/3] matrix-gui-apps: Update latest commit to pull in Matrix apps description changes Franklin S. Cooper Jr
2015-02-05  1:19 ` [PATCH 2/3] packagegroup-arago-tisdk-matrix: Remove dual camera and image-gallery Franklin S. Cooper Jr
2015-02-05 15:16   ` Denys Dmytriyenko
2015-02-05 15:38     ` Cooper Jr., Franklin
2015-02-05  1:19 ` [PATCH 3/3] gadget-init: Remove COMPATIBLE_MACHINE Franklin S. Cooper Jr
2015-02-07  1:40 ` [PATCH 1/3] matrix-gui-apps: Update latest commit to pull in Matrix apps description changes Cooper Jr., Franklin
2015-02-07  1:40 ` 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.