All of lore.kernel.org
 help / color / mirror / Atom feed
* [master & danny][PATCH 1/5] ti-tisdk-setup: Add Beaglebone Black support
@ 2013-07-11 20:23 Franklin S. Cooper Jr
  2013-07-11 20:23 ` [master & danny][PATCH 2/5] matrix-gui-apps-git: Update crypto .desktop to correct description page path Franklin S. Cooper Jr
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Franklin S. Cooper Jr @ 2013-07-11 20:23 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

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 f5b9060..280e58c 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 = "r13"
+PR = "r14"
 
 BRANCH ?= "master"
-SRCREV = "49833f742ec151108e7f8a75eab99d5e4433f7eb"
+SRCREV = "5d2d712607d5bba1d15f199bb7b185d963a23d1e"
 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] 14+ messages in thread

* [master & danny][PATCH 2/5] matrix-gui-apps-git: Update crypto .desktop to correct description page path
  2013-07-11 20:23 [master & danny][PATCH 1/5] ti-tisdk-setup: Add Beaglebone Black support Franklin S. Cooper Jr
@ 2013-07-11 20:23 ` Franklin S. Cooper Jr
  2013-07-16 13:00   ` Maupin, Chase
  2013-07-11 20:23 ` [master & danny][PATCH 3/5] board-port-labs: Pull in updated board-port-labs for SDK 6.0 Franklin S. Cooper Jr
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 14+ messages in thread
From: Franklin S. Cooper Jr @ 2013-07-11 20:23 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 ++--
 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 a6004c8..8e8d6e8 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 = "c3ffe73dbbc911742ef87217a060cac1d119c531"
+SRCREV = "51fcfea807159c36298c886ed95e48dd12e491a3"
 BRANCH = "master"
-INC_PR = "r14"
+INC_PR = "r15"
 
 # Pull in the base package for installing matrix applications
 require matrix-gui-apps.inc
-- 
1.7.0.4



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

* [master & danny][PATCH 3/5] board-port-labs: Pull in updated board-port-labs for SDK 6.0
  2013-07-11 20:23 [master & danny][PATCH 1/5] ti-tisdk-setup: Add Beaglebone Black support Franklin S. Cooper Jr
  2013-07-11 20:23 ` [master & danny][PATCH 2/5] matrix-gui-apps-git: Update crypto .desktop to correct description page path Franklin S. Cooper Jr
@ 2013-07-11 20:23 ` Franklin S. Cooper Jr
  2013-07-16 13:01   ` Maupin, Chase
  2013-07-11 20:23 ` [master & danny][PATCH 4/5] matrix-gui-apps-git: Pull in updated clock demo Franklin S. Cooper Jr
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 14+ messages in thread
From: Franklin S. Cooper Jr @ 2013-07-11 20:23 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../board-port-labs/board-port-labs_git.bb         |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-arago-distro/recipes-tisdk/board-port-labs/board-port-labs_git.bb b/meta-arago-distro/recipes-tisdk/board-port-labs/board-port-labs_git.bb
index 82a4fd7..b7f7d29 100644
--- a/meta-arago-distro/recipes-tisdk/board-port-labs/board-port-labs_git.bb
+++ b/meta-arago-distro/recipes-tisdk/board-port-labs/board-port-labs_git.bb
@@ -11,7 +11,7 @@ inherit allarch
 CREATE_SRCIPK = "1"
 SRCIPK_INSTALL_DIR = "board-support/board-port-labs"
 
-PR = "r4"
+PR = "r5"
 
 REPOS ?= "git://gitorious.org/sitara-board-port/sitara-board-port-linux.git \
           git://gitorious.org/sitara-board-port/sitara-board-port-uboot.git \
-- 
1.7.0.4



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

* [master & danny][PATCH 4/5] matrix-gui-apps-git: Pull in updated clock demo
  2013-07-11 20:23 [master & danny][PATCH 1/5] ti-tisdk-setup: Add Beaglebone Black support Franklin S. Cooper Jr
  2013-07-11 20:23 ` [master & danny][PATCH 2/5] matrix-gui-apps-git: Update crypto .desktop to correct description page path Franklin S. Cooper Jr
  2013-07-11 20:23 ` [master & danny][PATCH 3/5] board-port-labs: Pull in updated board-port-labs for SDK 6.0 Franklin S. Cooper Jr
@ 2013-07-11 20:23 ` Franklin S. Cooper Jr
  2013-07-16 13:01   ` Maupin, Chase
  2013-07-11 20:23 ` [master & danny][PATCH 5/5] packagegroup-arago-tisdk-matrix: Clock app doesnt work on older boards Franklin S. Cooper Jr
  2013-07-16 12:59 ` [master & danny][PATCH 1/5] ti-tisdk-setup: Add Beaglebone Black support Maupin, Chase
  4 siblings, 1 reply; 14+ messages in thread
From: Franklin S. Cooper Jr @ 2013-07-11 20:23 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* Update output of demo to prevent unnecessary vertical scrolling

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 8e8d6e8..0c639e9 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 = "51fcfea807159c36298c886ed95e48dd12e491a3"
+SRCREV = "e55b22aff35107d384c13322aa9f9cd637f543ca"
 BRANCH = "master"
-INC_PR = "r15"
+INC_PR = "r16"
 
 # Pull in the base package for installing matrix applications
 require matrix-gui-apps.inc
-- 
1.7.0.4



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

* [master & danny][PATCH 5/5] packagegroup-arago-tisdk-matrix: Clock app doesnt work on older boards.
  2013-07-11 20:23 [master & danny][PATCH 1/5] ti-tisdk-setup: Add Beaglebone Black support Franklin S. Cooper Jr
                   ` (2 preceding siblings ...)
  2013-07-11 20:23 ` [master & danny][PATCH 4/5] matrix-gui-apps-git: Pull in updated clock demo Franklin S. Cooper Jr
@ 2013-07-11 20:23 ` Franklin S. Cooper Jr
  2013-07-16 13:03   ` Maupin, Chase
  2013-07-16 12:59 ` [master & danny][PATCH 1/5] ti-tisdk-setup: Add Beaglebone Black support Maupin, Chase
  4 siblings, 1 reply; 14+ messages in thread
From: Franklin S. Cooper Jr @ 2013-07-11 20:23 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* Don't install by default since some older boards don't support the Clock demo.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../packagegroup-arago-tisdk-matrix.bb             |    5 +++--
 1 files changed, 3 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 f52eb4a..287baf9 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 = "r19"
+PR = "r20"
 
 inherit packagegroup
 
@@ -23,7 +23,6 @@ MATRIX_COMMON_APPS = "              \
     matrix-gui-settings-demos       \
     matrix-gui-usb-demos            \
     matrix-gui-submenus-ethernet    \
-    matrix-gui-clocks               \
 "
 
 MATRIX_QT_APPS = "                  \
@@ -61,6 +60,7 @@ MATRIX_APPS_append_ti33x = "        \
                                     \
     matrix-gui-generic-pm           \
     matrix-gui-pm-demos-suspend     \
+    matrix-gui-clocks               \
                                     \
     matrix-gui-wifi-demos           \
     matrix-gui-bluetooth-demos      \
@@ -97,6 +97,7 @@ MATRIX_APPS_append_am37x-evm = "    \
     matrix-gui-camera-loopback      \
     matrix-gui-v4l2-demos           \
     matrix-gui-display-control      \
+    matrix-gui-clocks               \
                                     \
     matrix-gui-wifi-demos           \
     matrix-gui-bluetooth-demos      \
-- 
1.7.0.4



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

* Re: [master & danny][PATCH 1/5] ti-tisdk-setup: Add Beaglebone Black support
  2013-07-11 20:23 [master & danny][PATCH 1/5] ti-tisdk-setup: Add Beaglebone Black support Franklin S. Cooper Jr
                   ` (3 preceding siblings ...)
  2013-07-11 20:23 ` [master & danny][PATCH 5/5] packagegroup-arago-tisdk-matrix: Clock app doesnt work on older boards Franklin S. Cooper Jr
@ 2013-07-16 12:59 ` Maupin, Chase
  2013-07-25 19:36   ` Cooper Jr., Franklin
  4 siblings, 1 reply; 14+ messages in thread
From: Maupin, Chase @ 2013-07-16 12:59 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, July 11, 2013 3:23 PM
>To: meta-arago@arago-project.org
>Cc: Cooper Jr., Franklin
>Subject: [meta-arago] [master & danny][PATCH 1/5] ti-tisdk-setup:
>Add Beaglebone Black support
>
>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 f5b9060..280e58c 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 = "r13"
>+PR = "r14"
>
> BRANCH ?= "master"
>-SRCREV = "49833f742ec151108e7f8a75eab99d5e4433f7eb"
>+SRCREV = "5d2d712607d5bba1d15f199bb7b185d963a23d1e"
> 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] 14+ messages in thread

* Re: [master & danny][PATCH 2/5] matrix-gui-apps-git: Update crypto .desktop to correct description page path
  2013-07-11 20:23 ` [master & danny][PATCH 2/5] matrix-gui-apps-git: Update crypto .desktop to correct description page path Franklin S. Cooper Jr
@ 2013-07-16 13:00   ` Maupin, Chase
  0 siblings, 0 replies; 14+ messages in thread
From: Maupin, Chase @ 2013-07-16 13:00 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, July 11, 2013 3:23 PM
>To: meta-arago@arago-project.org
>Cc: Cooper Jr., Franklin
>Subject: [meta-arago] [master & danny][PATCH 2/5] matrix-gui-apps-
>git: Update crypto .desktop to correct description page path
>
>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 a6004c8..8e8d6e8 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 = "c3ffe73dbbc911742ef87217a060cac1d119c531"
>+SRCREV = "51fcfea807159c36298c886ed95e48dd12e491a3"
> BRANCH = "master"
>-INC_PR = "r14"
>+INC_PR = "r15"
>
> # Pull in the base package for installing matrix applications
> require matrix-gui-apps.inc
>--
>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] 14+ messages in thread

* Re: [master & danny][PATCH 3/5] board-port-labs: Pull in updated board-port-labs for SDK 6.0
  2013-07-11 20:23 ` [master & danny][PATCH 3/5] board-port-labs: Pull in updated board-port-labs for SDK 6.0 Franklin S. Cooper Jr
@ 2013-07-16 13:01   ` Maupin, Chase
  0 siblings, 0 replies; 14+ messages in thread
From: Maupin, Chase @ 2013-07-16 13:01 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, July 11, 2013 3:23 PM
>To: meta-arago@arago-project.org
>Cc: Cooper Jr., Franklin
>Subject: [meta-arago] [master & danny][PATCH 3/5] board-port-labs:
>Pull in updated board-port-labs for SDK 6.0
>
>Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
>---
> .../board-port-labs/board-port-labs_git.bb         |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
>diff --git a/meta-arago-distro/recipes-tisdk/board-port-
>labs/board-port-labs_git.bb b/meta-arago-distro/recipes-
>tisdk/board-port-labs/board-port-labs_git.bb
>index 82a4fd7..b7f7d29 100644
>--- a/meta-arago-distro/recipes-tisdk/board-port-labs/board-port-
>labs_git.bb
>+++ b/meta-arago-distro/recipes-tisdk/board-port-labs/board-port-
>labs_git.bb
>@@ -11,7 +11,7 @@ inherit allarch
> CREATE_SRCIPK = "1"
> SRCIPK_INSTALL_DIR = "board-support/board-port-labs"
>
>-PR = "r4"
>+PR = "r5"
>
> REPOS ?= "git://gitorious.org/sitara-board-port/sitara-board-
>port-linux.git \
>           git://gitorious.org/sitara-board-port/sitara-board-
>port-uboot.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] 14+ messages in thread

* Re: [master & danny][PATCH 4/5] matrix-gui-apps-git: Pull in updated clock demo
  2013-07-11 20:23 ` [master & danny][PATCH 4/5] matrix-gui-apps-git: Pull in updated clock demo Franklin S. Cooper Jr
@ 2013-07-16 13:01   ` Maupin, Chase
  0 siblings, 0 replies; 14+ messages in thread
From: Maupin, Chase @ 2013-07-16 13:01 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, July 11, 2013 3:23 PM
>To: meta-arago@arago-project.org
>Cc: Cooper Jr., Franklin
>Subject: [meta-arago] [master & danny][PATCH 4/5] matrix-gui-apps-
>git: Pull in updated clock demo
>
>* Update output of demo to prevent unnecessary vertical scrolling
>
>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 8e8d6e8..0c639e9 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 = "51fcfea807159c36298c886ed95e48dd12e491a3"
>+SRCREV = "e55b22aff35107d384c13322aa9f9cd637f543ca"
> BRANCH = "master"
>-INC_PR = "r15"
>+INC_PR = "r16"
>
> # Pull in the base package for installing matrix applications
> require matrix-gui-apps.inc
>--
>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] 14+ messages in thread

* Re: [master & danny][PATCH 5/5] packagegroup-arago-tisdk-matrix: Clock app doesnt work on older boards.
  2013-07-11 20:23 ` [master & danny][PATCH 5/5] packagegroup-arago-tisdk-matrix: Clock app doesnt work on older boards Franklin S. Cooper Jr
@ 2013-07-16 13:03   ` Maupin, Chase
  2013-07-23 16:54     ` Denys Dmytriyenko
  2013-07-25 20:30     ` Cooper Jr., Franklin
  0 siblings, 2 replies; 14+ messages in thread
From: Maupin, Chase @ 2013-07-16 13:03 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, July 11, 2013 3:24 PM
>To: meta-arago@arago-project.org
>Cc: Cooper Jr., Franklin
>Subject: [meta-arago] [master & danny][PATCH 5/5] packagegroup-
>arago-tisdk-matrix: Clock app doesnt work on older boards.
>
>* Don't install by default since some older boards don't support
>the Clock demo.

How do the older boards change their cpufreq settings?

>
>Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
>---
> .../packagegroup-arago-tisdk-matrix.bb             |    5 +++--
> 1 files changed, 3 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 f52eb4a..287baf9 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 = "r19"
>+PR = "r20"
>
> inherit packagegroup
>
>@@ -23,7 +23,6 @@ MATRIX_COMMON_APPS = "              \
>     matrix-gui-settings-demos       \
>     matrix-gui-usb-demos            \
>     matrix-gui-submenus-ethernet    \
>-    matrix-gui-clocks               \
> "
>
> MATRIX_QT_APPS = "                  \
>@@ -61,6 +60,7 @@ MATRIX_APPS_append_ti33x = "        \
>                                     \
>     matrix-gui-generic-pm           \
>     matrix-gui-pm-demos-suspend     \
>+    matrix-gui-clocks               \
>                                     \
>     matrix-gui-wifi-demos           \
>     matrix-gui-bluetooth-demos      \
>@@ -97,6 +97,7 @@ MATRIX_APPS_append_am37x-evm = "    \
>     matrix-gui-camera-loopback      \
>     matrix-gui-v4l2-demos           \
>     matrix-gui-display-control      \
>+    matrix-gui-clocks               \
>                                     \
>     matrix-gui-wifi-demos           \
>     matrix-gui-bluetooth-demos      \
>--
>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] 14+ messages in thread

* Re: [master & danny][PATCH 5/5] packagegroup-arago-tisdk-matrix: Clock app doesnt work on older boards.
  2013-07-16 13:03   ` Maupin, Chase
@ 2013-07-23 16:54     ` Denys Dmytriyenko
  2013-07-25 20:30     ` Cooper Jr., Franklin
  1 sibling, 0 replies; 14+ messages in thread
From: Denys Dmytriyenko @ 2013-07-23 16:54 UTC (permalink / raw)
  To: Maupin, Chase; +Cc: meta-arago, Cooper Jr., Franklin

On Tue, Jul 16, 2013 at 01:03:00PM +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, July 11, 2013 3:24 PM
> >To: meta-arago@arago-project.org
> >Cc: Cooper Jr., Franklin
> >Subject: [meta-arago] [master & danny][PATCH 5/5] packagegroup-
> >arago-tisdk-matrix: Clock app doesnt work on older boards.
> >
> >* Don't install by default since some older boards don't support
> >the Clock demo.
> 
> How do the older boards change their cpufreq settings?

Is there frequency scaling on am180x?


> >Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> >---
> > .../packagegroup-arago-tisdk-matrix.bb             |    5 +++--
> > 1 files changed, 3 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 f52eb4a..287baf9 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 = "r19"
> >+PR = "r20"
> >
> > inherit packagegroup
> >
> >@@ -23,7 +23,6 @@ MATRIX_COMMON_APPS = "              \
> >     matrix-gui-settings-demos       \
> >     matrix-gui-usb-demos            \
> >     matrix-gui-submenus-ethernet    \
> >-    matrix-gui-clocks               \
> > "
> >
> > MATRIX_QT_APPS = "                  \
> >@@ -61,6 +60,7 @@ MATRIX_APPS_append_ti33x = "        \
> >                                     \
> >     matrix-gui-generic-pm           \
> >     matrix-gui-pm-demos-suspend     \
> >+    matrix-gui-clocks               \
> >                                     \
> >     matrix-gui-wifi-demos           \
> >     matrix-gui-bluetooth-demos      \
> >@@ -97,6 +97,7 @@ MATRIX_APPS_append_am37x-evm = "    \
> >     matrix-gui-camera-loopback      \
> >     matrix-gui-v4l2-demos           \
> >     matrix-gui-display-control      \
> >+    matrix-gui-clocks               \
> >                                     \
> >     matrix-gui-wifi-demos           \
> >     matrix-gui-bluetooth-demos      \
> >--
> >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] 14+ messages in thread

* Re: [master & danny][PATCH 1/5] ti-tisdk-setup: Add Beaglebone Black support
  2013-07-16 12:59 ` [master & danny][PATCH 1/5] ti-tisdk-setup: Add Beaglebone Black support Maupin, Chase
@ 2013-07-25 19:36   ` Cooper Jr., Franklin
  0 siblings, 0 replies; 14+ messages in thread
From: Cooper Jr., Franklin @ 2013-07-25 19:36 UTC (permalink / raw)
  To: Maupin, Chase, meta-arago

Ping on this patchset.

> -----Original Message-----
> From: Maupin, Chase
> Sent: Tuesday, July 16, 2013 8:00 AM
> To: Cooper Jr., Franklin; meta-arago@arago-project.org
> Subject: RE: [meta-arago] [master & danny][PATCH 1/5] ti-tisdk-setup: Add
> Beaglebone Black support
> 
> 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, July 11, 2013 3:23 PM
> >To: meta-arago@arago-project.org
> >Cc: Cooper Jr., Franklin
> >Subject: [meta-arago] [master & danny][PATCH 1/5] ti-tisdk-setup:
> >Add Beaglebone Black support
> >
> >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 f5b9060..280e58c 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 = "r13"
> >+PR = "r14"
> >
> > BRANCH ?= "master"
> >-SRCREV = "49833f742ec151108e7f8a75eab99d5e4433f7eb"
> >+SRCREV = "5d2d712607d5bba1d15f199bb7b185d963a23d1e"
> > 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] 14+ messages in thread

* Re: [master & danny][PATCH 5/5] packagegroup-arago-tisdk-matrix: Clock app doesnt work on older boards.
  2013-07-16 13:03   ` Maupin, Chase
  2013-07-23 16:54     ` Denys Dmytriyenko
@ 2013-07-25 20:30     ` Cooper Jr., Franklin
  2013-07-25 22:25       ` Cooper Jr., Franklin
  1 sibling, 1 reply; 14+ messages in thread
From: Cooper Jr., Franklin @ 2013-07-25 20:30 UTC (permalink / raw)
  To: Maupin, Chase, meta-arago



> -----Original Message-----
> From: Maupin, Chase
> Sent: Tuesday, July 16, 2013 8:03 AM
> To: Cooper Jr., Franklin; meta-arago@arago-project.org
> Subject: RE: [meta-arago] [master & danny][PATCH 5/5] packagegroup-arago-
> tisdk-matrix: Clock app doesnt work on older boards.
> 
> >-----Original Message-----
> >From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> >bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
> >Sent: Thursday, July 11, 2013 3:24 PM
> >To: meta-arago@arago-project.org
> >Cc: Cooper Jr., Franklin
> >Subject: [meta-arago] [master & danny][PATCH 5/5] packagegroup-
> >arago-tisdk-matrix: Clock app doesnt work on older boards.
> >
> >* Don't install by default since some older boards don't support the
> >Clock demo.
> 
> How do the older boards change their cpufreq settings?
I missed this comment. 

I do not believe we currently support changing the cpufreq setting on those devices. When I looked at the "supported" frequencies returned by the kernel on non am335 and am37 boards I get cpu frequencies that didn't make any sense. When I tried those frequencies anyway the frequency didn't bother changing. Double checking old sdks we only included the ability to change frequencies on am335 and am37x.


> 
> >
> >Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> >---
> > .../packagegroup-arago-tisdk-matrix.bb             |    5 +++--
> > 1 files changed, 3 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 f52eb4a..287baf9 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 = "r19"
> >+PR = "r20"
> >
> > inherit packagegroup
> >
> >@@ -23,7 +23,6 @@ MATRIX_COMMON_APPS = "              \
> >     matrix-gui-settings-demos       \
> >     matrix-gui-usb-demos            \
> >     matrix-gui-submenus-ethernet    \
> >-    matrix-gui-clocks               \
> > "
> >
> > MATRIX_QT_APPS = "                  \
> >@@ -61,6 +60,7 @@ MATRIX_APPS_append_ti33x = "        \
> >                                     \
> >     matrix-gui-generic-pm           \
> >     matrix-gui-pm-demos-suspend     \
> >+    matrix-gui-clocks               \
> >                                     \
> >     matrix-gui-wifi-demos           \
> >     matrix-gui-bluetooth-demos      \
> >@@ -97,6 +97,7 @@ MATRIX_APPS_append_am37x-evm = "    \
> >     matrix-gui-camera-loopback      \
> >     matrix-gui-v4l2-demos           \
> >     matrix-gui-display-control      \
> >+    matrix-gui-clocks               \
> >                                     \
> >     matrix-gui-wifi-demos           \
> >     matrix-gui-bluetooth-demos      \
> >--
> >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] 14+ messages in thread

* Re: [master & danny][PATCH 5/5] packagegroup-arago-tisdk-matrix: Clock app doesnt work on older boards.
  2013-07-25 20:30     ` Cooper Jr., Franklin
@ 2013-07-25 22:25       ` Cooper Jr., Franklin
  0 siblings, 0 replies; 14+ messages in thread
From: Cooper Jr., Franklin @ 2013-07-25 22:25 UTC (permalink / raw)
  To: Maupin, Chase, meta-arago

Looks like I missed Deny's comment also 

Is there frequency scaling on am180x?

No there isn't. 

On Jul 25, 2013, at 3:30 PM, "Cooper Jr., Franklin" <fcooper@ti.com> wrote:

> 
> 
>> -----Original Message-----
>> From: Maupin, Chase
>> Sent: Tuesday, July 16, 2013 8:03 AM
>> To: Cooper Jr., Franklin; meta-arago@arago-project.org
>> Subject: RE: [meta-arago] [master & danny][PATCH 5/5] packagegroup-arago-
>> tisdk-matrix: Clock app doesnt work on older boards.
>> 
>>> -----Original Message-----
>>> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>>> bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
>>> Sent: Thursday, July 11, 2013 3:24 PM
>>> To: meta-arago@arago-project.org
>>> Cc: Cooper Jr., Franklin
>>> Subject: [meta-arago] [master & danny][PATCH 5/5] packagegroup-
>>> arago-tisdk-matrix: Clock app doesnt work on older boards.
>>> 
>>> * Don't install by default since some older boards don't support the
>>> Clock demo.
>> 
>> How do the older boards change their cpufreq settings?
> I missed this comment. 
> 
> I do not believe we currently support changing the cpufreq setting on those devices. When I looked at the "supported" frequencies returned by the kernel on non am335 and am37 boards I get cpu frequencies that didn't make any sense. When I tried those frequencies anyway the frequency didn't bother changing. Double checking old sdks we only included the ability to change frequencies on am335 and am37x.
> 
> 
>> 
>>> 
>>> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
>>> ---
>>> .../packagegroup-arago-tisdk-matrix.bb             |    5 +++--
>>> 1 files changed, 3 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 f52eb4a..287baf9 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 = "r19"
>>> +PR = "r20"
>>> 
>>> inherit packagegroup
>>> 
>>> @@ -23,7 +23,6 @@ MATRIX_COMMON_APPS = "              \
>>>    matrix-gui-settings-demos       \
>>>    matrix-gui-usb-demos            \
>>>    matrix-gui-submenus-ethernet    \
>>> -    matrix-gui-clocks               \
>>> "
>>> 
>>> MATRIX_QT_APPS = "                  \
>>> @@ -61,6 +60,7 @@ MATRIX_APPS_append_ti33x = "        \
>>>                                    \
>>>    matrix-gui-generic-pm           \
>>>    matrix-gui-pm-demos-suspend     \
>>> +    matrix-gui-clocks               \
>>>                                    \
>>>    matrix-gui-wifi-demos           \
>>>    matrix-gui-bluetooth-demos      \
>>> @@ -97,6 +97,7 @@ MATRIX_APPS_append_am37x-evm = "    \
>>>    matrix-gui-camera-loopback      \
>>>    matrix-gui-v4l2-demos           \
>>>    matrix-gui-display-control      \
>>> +    matrix-gui-clocks               \
>>>                                    \
>>>    matrix-gui-wifi-demos           \
>>>    matrix-gui-bluetooth-demos      \
>>> --
>>> 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] 14+ messages in thread

end of thread, other threads:[~2013-07-25 22:25 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-11 20:23 [master & danny][PATCH 1/5] ti-tisdk-setup: Add Beaglebone Black support Franklin S. Cooper Jr
2013-07-11 20:23 ` [master & danny][PATCH 2/5] matrix-gui-apps-git: Update crypto .desktop to correct description page path Franklin S. Cooper Jr
2013-07-16 13:00   ` Maupin, Chase
2013-07-11 20:23 ` [master & danny][PATCH 3/5] board-port-labs: Pull in updated board-port-labs for SDK 6.0 Franklin S. Cooper Jr
2013-07-16 13:01   ` Maupin, Chase
2013-07-11 20:23 ` [master & danny][PATCH 4/5] matrix-gui-apps-git: Pull in updated clock demo Franklin S. Cooper Jr
2013-07-16 13:01   ` Maupin, Chase
2013-07-11 20:23 ` [master & danny][PATCH 5/5] packagegroup-arago-tisdk-matrix: Clock app doesnt work on older boards Franklin S. Cooper Jr
2013-07-16 13:03   ` Maupin, Chase
2013-07-23 16:54     ` Denys Dmytriyenko
2013-07-25 20:30     ` Cooper Jr., Franklin
2013-07-25 22:25       ` Cooper Jr., Franklin
2013-07-16 12:59 ` [master & danny][PATCH 1/5] ti-tisdk-setup: Add Beaglebone Black support Maupin, Chase
2013-07-25 19:36   ` 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.