All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] ti-tisdk-setup: Update commit to add support for Ubuntu 14.04
@ 2015-01-22 16:42 Franklin S. Cooper Jr
  2015-01-22 16:42 ` [PATCH 2/5] matrix-gui-apps-git: Use updated commit Franklin S. Cooper Jr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Franklin S. Cooper Jr @ 2015-01-22 16:42 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

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

---
 .../recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb |    4 ++--
 1 file 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 fb2cfc0..cc69e14 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 = "r20"
+PR = "r21"
 
 BRANCH ?= "master"
-SRCREV = "bd8d4af7de7f83b1919ecf01f7ff000e399b087a"
+SRCREV = "e1ed2178043e097b7a8b2ea073473db732494845"
 SRC_URI = "git://arago-project.org/git/projects/tisdk-setup-scripts.git;protocol=git;branch=${BRANCH}"
 
 S = "${WORKDIR}/git/"
-- 
1.7.9.5



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

* [PATCH 2/5] matrix-gui-apps-git: Use updated commit
  2015-01-22 16:42 [PATCH 1/5] ti-tisdk-setup: Update commit to add support for Ubuntu 14.04 Franklin S. Cooper Jr
@ 2015-01-22 16:42 ` Franklin S. Cooper Jr
  2015-01-22 16:42 ` [PATCH 3/5] matrix-gui-helper-scripts: Add script that will be useful to other matrix apps Franklin S. Cooper Jr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Franklin S. Cooper Jr @ 2015-01-22 16:42 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

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

* New commit adds a optimize-benchmark script
* Updates the set frequency Matrix App
* Uses a static version of setting PM governors

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 7206d63..62db9aa 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 = "6a872e3e50894ecc52cd1e1bdc2d35c635623b05"
+SRCREV = "eb781aa9b59c2fc5e976c74e3d7398dc245b0912"
 BRANCH = "master"
-INC_PR = "r24"
+INC_PR = "r25"
 
 # Pull in the base package for installing matrix applications
 require matrix-gui-apps.inc
-- 
1.7.9.5



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

* [PATCH 3/5] matrix-gui-helper-scripts: Add script that will be useful to other matrix apps
  2015-01-22 16:42 [PATCH 1/5] ti-tisdk-setup: Update commit to add support for Ubuntu 14.04 Franklin S. Cooper Jr
  2015-01-22 16:42 ` [PATCH 2/5] matrix-gui-apps-git: Use updated commit Franklin S. Cooper Jr
@ 2015-01-22 16:42 ` Franklin S. Cooper Jr
  2015-01-22 16:42 ` [PATCH 4/5] matrix-gui-pm-demos: Use static set PM governor application Franklin S. Cooper Jr
  2015-01-22 16:42 ` [PATCH 5/5] matrix-gui-*: Add dependency on matrix-gui-helper-scripts Franklin S. Cooper Jr
  3 siblings, 0 replies; 5+ messages in thread
From: Franklin S. Cooper Jr @ 2015-01-22 16:42 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

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

* For now this recipe simply adds the optimize-benchmark script

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../matrix/matrix-gui-helper-scripts.bb            |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 meta-arago-extras/recipes-core/matrix/matrix-gui-helper-scripts.bb

diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-helper-scripts.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-helper-scripts.bb
new file mode 100644
index 0000000..9f96be1
--- /dev/null
+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-helper-scripts.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Demo helper scripts for Matrix v2"
+HOMEPAGE = "https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps"
+
+require matrix-gui-apps-git.inc
+
+PR = "${INC_PR}.0"
+
+inherit allarch
+
+S = "${WORKDIR}/git/scripts"
+
+do_install_append(){
+    install -d ${D}${bindir}
+    install -m 0755 ${S}/optimize-benchmark.sh ${D}${bindir}/ 
+}
+
+FILES_${PN} += "{bindir}/*"
-- 
1.7.9.5



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

* [PATCH 4/5] matrix-gui-pm-demos: Use static set PM governor application
  2015-01-22 16:42 [PATCH 1/5] ti-tisdk-setup: Update commit to add support for Ubuntu 14.04 Franklin S. Cooper Jr
  2015-01-22 16:42 ` [PATCH 2/5] matrix-gui-apps-git: Use updated commit Franklin S. Cooper Jr
  2015-01-22 16:42 ` [PATCH 3/5] matrix-gui-helper-scripts: Add script that will be useful to other matrix apps Franklin S. Cooper Jr
@ 2015-01-22 16:42 ` Franklin S. Cooper Jr
  2015-01-22 16:42 ` [PATCH 5/5] matrix-gui-*: Add dependency on matrix-gui-helper-scripts Franklin S. Cooper Jr
  3 siblings, 0 replies; 5+ messages in thread
From: Franklin S. Cooper Jr @ 2015-01-22 16:42 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

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

* Switch from dynamic PM governor applications to static version.
* By default the kernel list only governors that are builtin but your still able
  to request a governor module by asking for it.
* Therefore, depending on the available governor list is miss leading since you
  may actually use governors that aren't on this list.
* So instead of dynamically listing what governors you have, simply create
  Matrix static apps for governors you know you have.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../recipes-core/matrix/matrix-gui-pm-demos_2.0.bb |   19 +++----------------
 1 file changed, 3 insertions(+), 16 deletions(-)

diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-pm-demos_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-pm-demos_2.0.bb
index 8aefde6..f0fad03 100644
--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-pm-demos_2.0.bb
+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-pm-demos_2.0.bb
@@ -3,25 +3,12 @@ HOMEPAGE = "https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps"
 
 require matrix-gui-apps-git.inc
 
-PR = "${INC_PR}.3"
+PR = "${INC_PR}.4"
 
 inherit allarch
 
 S = "${WORKDIR}/git/power_apps"
 
-
-do_install_prepend(){
-   install -d ${D}${MATRIX_BASE_DIR}/html-apps/
-
-   cp -rf ${S}/set_governor/power-set-governor ${D}${MATRIX_BASE_DIR}/html-apps/
-
-}
-
-do_install_append(){
-    rm ${D}${MATRIX_APP_DIR}/set_governor/set-governor.php
-}
-
-
 # Make sure power submenu and app images has been installed
 RDEPENDS_${PN} += "matrix-gui-apps-images matrix-gui-submenus-power matrix-gui-generic-pm"
 
@@ -36,8 +23,8 @@ FILES_${PN}-dump-reg += "${MATRIX_APP_DIR}/pm_dump_reg/*"
 FILES_${PN}-snapshot1 += "${MATRIX_APP_DIR}/pm_snapshot_1/*"
 FILES_${PN}-snapshot2 += "${MATRIX_APP_DIR}/pm_snapshot_2/*"
 FILES_${PN}-suspend += "${MATRIX_APP_DIR}/pm_suspend/*"
-FILES_${PN}-governor += "${MATRIX_APP_DIR}/set_governor/* \
-                         ${MATRIX_BASE_DIR}/html-apps/power-set-governor/*"
+FILES_${PN}-governor += "${MATRIX_APP_DIR}/pm_userspace_governor/* \
+                         ${MATRIX_APP_DIR}/pm_ondemand_governor/*"
 
 # Split the ${bindir} files by PM app
 FILES_${PN}-count += "${bindir}/pm_count.sh"
-- 
1.7.9.5



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

* [PATCH 5/5] matrix-gui-*: Add dependency on matrix-gui-helper-scripts
  2015-01-22 16:42 [PATCH 1/5] ti-tisdk-setup: Update commit to add support for Ubuntu 14.04 Franklin S. Cooper Jr
                   ` (2 preceding siblings ...)
  2015-01-22 16:42 ` [PATCH 4/5] matrix-gui-pm-demos: Use static set PM governor application Franklin S. Cooper Jr
@ 2015-01-22 16:42 ` Franklin S. Cooper Jr
  3 siblings, 0 replies; 5+ messages in thread
From: Franklin S. Cooper Jr @ 2015-01-22 16:42 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

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

* These apps now use the optimize-benchmark script. Therefore, depend on
  matrix-gui-helper-scripts to insure that the script is on the filesystem.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../matrix/matrix-gui-armbenchmarks-demos_2.0.bb   |    4 ++--
 .../matrix/matrix-gui-crypto-demos_2.0.bb          |    4 ++--
 .../matrix/matrix-gui-usb-demos_2.0.bb             |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-armbenchmarks-demos_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-armbenchmarks-demos_2.0.bb
index 7aa185d..7ab29fa 100644
--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-armbenchmarks-demos_2.0.bb
+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-armbenchmarks-demos_2.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps"
 
 require matrix-gui-apps-git.inc
 
-PR = "${INC_PR}.5"
+PR = "${INC_PR}.6"
 
 inherit allarch
 
@@ -13,6 +13,6 @@ S = "${WORKDIR}/git/arm_apps"
 RDEPENDS_${PN} += "matrix-gui-apps-images matrix-gui-submenus-arm"
 
 # Make sure the benchmarks have been installed
-RDEPENDS_${PN} += "arm-benchmarks lmbench nbench-byte"
+RDEPENDS_${PN} += "arm-benchmarks lmbench nbench-byte matrix-gui-helper-scripts"
 
 FILES_${PN} += "${MATRIX_BASE_DIR}/*"
diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-crypto-demos_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-crypto-demos_2.0.bb
index 04b0825..36e26bc 100644
--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-crypto-demos_2.0.bb
+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-crypto-demos_2.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps"
 
 require matrix-gui-apps-git.inc
 
-PR = "${INC_PR}.8"
+PR = "${INC_PR}.9"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
@@ -17,7 +17,7 @@ SRC_URI += "file://0001-openssl_perf.sh-remove-module-manipulation.patch;striple
 FILES_${PN} += "${MATRIX_BASE_DIR}/*"
 
 # Make sure crypto submenu and app images has been installed. Also make sure openssl is available
-RDEPENDS_${PN} += "matrix-gui-apps-images matrix-gui-submenus-cryptos openssl"
+RDEPENDS_${PN} += "matrix-gui-apps-images matrix-gui-submenus-cryptos openssl matrix-gui-helper-scripts"
 
 RDEPENDS_${PN}_append_ti33x = " ti-crypto-examples"
 RDEPENDS_${PN}_append_ti43x = " ti-crypto-examples"
diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-usb-demos_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-usb-demos_2.0.bb
index 6a1ecc8..80b0b27 100644
--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-usb-demos_2.0.bb
+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-usb-demos_2.0.bb
@@ -3,13 +3,13 @@ HOMEPAGE = "https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps"
 
 require matrix-gui-apps-git.inc
 
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
 
 inherit allarch
 
 S = "${WORKDIR}/git/usb_apps"
 
 # Make sure usb submenu and app images has been installed
-RDEPENDS_${PN} += "matrix-gui-apps-images matrix-gui-submenus-usb bonnie++"
+RDEPENDS_${PN} += "matrix-gui-apps-images matrix-gui-submenus-usb bonnie++ matrix-gui-helper-scripts"
 
 FILES_${PN} += "${MATRIX_BASE_DIR}/*"
-- 
1.7.9.5



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

end of thread, other threads:[~2015-01-22 16:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-22 16:42 [PATCH 1/5] ti-tisdk-setup: Update commit to add support for Ubuntu 14.04 Franklin S. Cooper Jr
2015-01-22 16:42 ` [PATCH 2/5] matrix-gui-apps-git: Use updated commit Franklin S. Cooper Jr
2015-01-22 16:42 ` [PATCH 3/5] matrix-gui-helper-scripts: Add script that will be useful to other matrix apps Franklin S. Cooper Jr
2015-01-22 16:42 ` [PATCH 4/5] matrix-gui-pm-demos: Use static set PM governor application Franklin S. Cooper Jr
2015-01-22 16:42 ` [PATCH 5/5] matrix-gui-*: Add dependency on matrix-gui-helper-scripts Franklin S. Cooper Jr

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.