All of lore.kernel.org
 help / color / mirror / Atom feed
* [master & danny][PATCH 1/6] u-boot-am33x: Update to latest u-boot versoin for 3.2 kernel
@ 2013-07-02 17:15 Franklin S. Cooper Jr
  2013-07-02 17:15 ` [master & danny][PATCH 2/6] linux-am335x-psp: Update to latest 3.2 release Franklin S. Cooper Jr
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Franklin S. Cooper Jr @ 2013-07-02 17:15 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* Update to latest u-boot included in AMSDK 6.0.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../u-boot/u-boot-am33x_2013.01.01.bbappend        |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-distro/recipes-bsp/u-boot/u-boot-am33x_2013.01.01.bbappend b/meta-arago-distro/recipes-bsp/u-boot/u-boot-am33x_2013.01.01.bbappend
index e62018b..d849fb5 100644
--- a/meta-arago-distro/recipes-bsp/u-boot/u-boot-am33x_2013.01.01.bbappend
+++ b/meta-arago-distro/recipes-bsp/u-boot/u-boot-am33x_2013.01.01.bbappend
@@ -1,5 +1,5 @@
-PR_append = "-arago0"
+PR_append = "-arago1"
 
 # PSPREL and UVER are used by arago-source-ipk.conf
-PSPREL = "05.07.00.00"
+PSPREL = "06.00.00.00"
 UVER = "2013.01.01"
-- 
1.7.0.4



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

* [master & danny][PATCH 2/6] linux-am335x-psp: Update to latest 3.2 release
  2013-07-02 17:15 [master & danny][PATCH 1/6] u-boot-am33x: Update to latest u-boot versoin for 3.2 kernel Franklin S. Cooper Jr
@ 2013-07-02 17:15 ` Franklin S. Cooper Jr
  2013-07-02 18:43   ` Maupin, Chase
  2013-07-02 17:15 ` [master & danny][PATCH 3/6] arago-source-ipk: Enable sourceipk for oprofile-example Franklin S. Cooper Jr
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Franklin S. Cooper Jr @ 2013-07-02 17:15 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* Update to latest Linux kernel release that adds support for the PG 2.1 evms
  and 1 Ghz.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../linux/linux-am335x-psp_3.2.bbappend            |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-distro/recipes-kernel/linux/linux-am335x-psp_3.2.bbappend b/meta-arago-distro/recipes-kernel/linux/linux-am335x-psp_3.2.bbappend
index 701666f..b881190 100644
--- a/meta-arago-distro/recipes-kernel/linux/linux-am335x-psp_3.2.bbappend
+++ b/meta-arago-distro/recipes-kernel/linux/linux-am335x-psp_3.2.bbappend
@@ -1,6 +1,6 @@
-PR_append = "-arago4"
+PR_append = "-arago5"
 
 # KVER is used by arago-source-ipk.conf
-KVER = "3.2.0-psp04.06.00.10"
+KVER = "3.2.0-psp04.06.00.11"
 
 require copy-defconfig.inc
-- 
1.7.0.4



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

* [master & danny][PATCH 3/6] arago-source-ipk: Enable sourceipk for oprofile-example
  2013-07-02 17:15 [master & danny][PATCH 1/6] u-boot-am33x: Update to latest u-boot versoin for 3.2 kernel Franklin S. Cooper Jr
  2013-07-02 17:15 ` [master & danny][PATCH 2/6] linux-am335x-psp: Update to latest 3.2 release Franklin S. Cooper Jr
@ 2013-07-02 17:15 ` Franklin S. Cooper Jr
  2013-07-02 18:43   ` Maupin, Chase
  2013-07-02 17:15 ` [master & danny][PATCH 4/6] ti-tisdk-makefile: Add oprofile-example to SDK top level Makefile Franklin S. Cooper Jr
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Franklin S. Cooper Jr @ 2013-07-02 17:15 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 11a66ca..63cad0d 100644
--- a/meta-arago-distro/conf/distro/arago-source-ipk.conf
+++ b/meta-arago-distro/conf/distro/arago-source-ipk.conf
@@ -73,6 +73,9 @@ SRCIPK_INSTALL_DIR_pn-refresh-screen = "example-applications/${PN}-${PV}"
 CREATE_SRCIPK_pn-am-sysinfo = "1"
 SRCIPK_INSTALL_DIR_pn-am-sysinfo = "example-applications/${PN}-${PV}"
 
+CREATE_SRCIPK_pn-oprofile-example = "1"
+SRCIPK_INSTALL_DIR_pn-oprofile-example = "example-applications/${PN}"
+
 CREATE_SRCIPK_pn-arm-benchmarks = "1"
 SRCIPK_INSTALL_DIR_pn-arm-benchmarks = "example-applications/${PN}-${PV}"
 
-- 
1.7.0.4



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

* [master & danny][PATCH 4/6] ti-tisdk-makefile: Add oprofile-example to SDK top level Makefile
  2013-07-02 17:15 [master & danny][PATCH 1/6] u-boot-am33x: Update to latest u-boot versoin for 3.2 kernel Franklin S. Cooper Jr
  2013-07-02 17:15 ` [master & danny][PATCH 2/6] linux-am335x-psp: Update to latest 3.2 release Franklin S. Cooper Jr
  2013-07-02 17:15 ` [master & danny][PATCH 3/6] arago-source-ipk: Enable sourceipk for oprofile-example Franklin S. Cooper Jr
@ 2013-07-02 17:15 ` Franklin S. Cooper Jr
  2013-07-02 18:45   ` Maupin, Chase
  2013-07-02 17:15 ` [master & danny][PATCH 5/6] packagegroup-arago-tisdk-addons-sdk-host: Add oprofile-example sources to SDK Franklin S. Cooper Jr
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Franklin S. Cooper Jr @ 2013-07-02 17:15 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_oprofile-example    |   18 ++++++++++++++++++
 .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb     |    4 +++-
 2 files changed, 21 insertions(+), 1 deletions(-)
 create mode 100644 meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_oprofile-example

diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_oprofile-example b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_oprofile-example
new file mode 100644
index 0000000..c7a4385
--- /dev/null
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_oprofile-example
@@ -0,0 +1,18 @@
+# oprofile-example build targets
+oprofile-example:
+	@echo =============================
+	@echo    Building OProfile Example
+	@echo =============================
+	@cd example-applications; cd `find . -name "*oprofile-example*"`; make
+
+oprofile-example_clean:
+	@echo =============================
+	@echo    Cleaning OProfile Example
+	@echo =============================
+	@cd example-applications; cd `find . -name "*oprofile-example*"`; make clean
+
+oprofile-example_install:
+	@echo =============================================
+	@echo     Installing OProfile Example - Debug version
+	@echo =============================================
+	@cd example-applications; cd `find . -name "*oprofile-example*"`; make install
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 0f14341..e0aea9a 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
@@ -30,9 +30,10 @@ SRC_URI = "\
     file://Makefile_quick-playground \
     file://Makefile_wireless \
     file://Makefile_omapconf \
+    file://Makefile_oprofile-example \
 "
 
-PR = "r12"
+PR = "r13"
 
 MAKEFILES_COMMON = "linux \
                     matrix-gui \
@@ -41,6 +42,7 @@ MAKEFILES_COMMON = "linux \
                     matrix-gui-browser \
                     refresh-screen \
                     qt-tstat \
+                    oprofile-example \
 "
 MAKEFILES = ""
 
-- 
1.7.0.4



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

* [master & danny][PATCH 5/6] packagegroup-arago-tisdk-addons-sdk-host: Add oprofile-example sources to SDK
  2013-07-02 17:15 [master & danny][PATCH 1/6] u-boot-am33x: Update to latest u-boot versoin for 3.2 kernel Franklin S. Cooper Jr
                   ` (2 preceding siblings ...)
  2013-07-02 17:15 ` [master & danny][PATCH 4/6] ti-tisdk-makefile: Add oprofile-example to SDK top level Makefile Franklin S. Cooper Jr
@ 2013-07-02 17:15 ` Franklin S. Cooper Jr
  2013-07-02 18:45   ` Maupin, Chase
  2013-07-02 17:15 ` [master & danny][PATCH 6/6] packagegroup-arago-tisdk-addons: Only include parted utility for omap-a15 Franklin S. Cooper Jr
  2013-07-02 18:43 ` [master & danny][PATCH 1/6] u-boot-am33x: Update to latest u-boot versoin for 3.2 kernel Maupin, Chase
  5 siblings, 1 reply; 12+ messages in thread
From: Franklin S. Cooper Jr @ 2013-07-02 17:15 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

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

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb
index 0f13c46..1285d68 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Task to install sources for additional utilities/demos for SDKs"
 LICENSE = "MIT"
-PR = "r5"
+PR = "r6"
 
 inherit packagegroup
 
@@ -9,6 +9,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
 UTILS = " \
     am-sysinfo-src \
     arm-benchmarks-src \
+    oprofile-example-src \
 "
 
 # Add pru and profibus sources for omapl138 devices
-- 
1.7.0.4



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

* [master & danny][PATCH 6/6] packagegroup-arago-tisdk-addons: Only include parted utility for omap-a15
  2013-07-02 17:15 [master & danny][PATCH 1/6] u-boot-am33x: Update to latest u-boot versoin for 3.2 kernel Franklin S. Cooper Jr
                   ` (3 preceding siblings ...)
  2013-07-02 17:15 ` [master & danny][PATCH 5/6] packagegroup-arago-tisdk-addons-sdk-host: Add oprofile-example sources to SDK Franklin S. Cooper Jr
@ 2013-07-02 17:15 ` Franklin S. Cooper Jr
  2013-07-02 18:46   ` Maupin, Chase
  2013-07-02 18:43 ` [master & danny][PATCH 1/6] u-boot-am33x: Update to latest u-boot versoin for 3.2 kernel Maupin, Chase
  5 siblings, 1 reply; 12+ messages in thread
From: Franklin S. Cooper Jr @ 2013-07-02 17:15 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* As of right now only omap-a15 can utilize a tool like parted.
* Only pull in parted for omap-a15.

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

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
index 9efcb73..4537de1 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Task to install additional utilities/demos for SDKs"
 LICENSE = "MIT"
-PR = "r8"
+PR = "r9"
 
 inherit packagegroup
 
@@ -16,7 +16,6 @@ UTILS = " \
     arm-benchmarks \
     dropbear \
     openssh-sftp-server \
-    parted \
 "
 
 # Add PRU examples for am180x-evm devices
@@ -24,6 +23,7 @@ UTILS_append_am180x-evm = " ti-pru-sw-examples"
 
 UTILS_append_omap3 = " canutils"
 UTILS_append_ti33x = " canutils"
+UTILS_append_omap-a15 = "parted"
 
 RDEPENDS_${PN} = "\
     ${UTILS} \
-- 
1.7.0.4



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

* Re: [master & danny][PATCH 1/6] u-boot-am33x: Update to latest u-boot versoin for 3.2 kernel
  2013-07-02 17:15 [master & danny][PATCH 1/6] u-boot-am33x: Update to latest u-boot versoin for 3.2 kernel Franklin S. Cooper Jr
                   ` (4 preceding siblings ...)
  2013-07-02 17:15 ` [master & danny][PATCH 6/6] packagegroup-arago-tisdk-addons: Only include parted utility for omap-a15 Franklin S. Cooper Jr
@ 2013-07-02 18:43 ` Maupin, Chase
  5 siblings, 0 replies; 12+ messages in thread
From: Maupin, Chase @ 2013-07-02 18:43 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: Tuesday, July 02, 2013 12:16 PM
>To: meta-arago@arago-project.org
>Cc: Cooper Jr., Franklin
>Subject: [meta-arago] [master & danny][PATCH 1/6] u-boot-am33x:
>Update to latest u-boot versoin for 3.2 kernel
>
>* Update to latest u-boot included in AMSDK 6.0.
>
>Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
>---
> .../u-boot/u-boot-am33x_2013.01.01.bbappend        |    4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/meta-arago-distro/recipes-bsp/u-boot/u-boot-
>am33x_2013.01.01.bbappend b/meta-arago-distro/recipes-bsp/u-
>boot/u-boot-am33x_2013.01.01.bbappend
>index e62018b..d849fb5 100644
>--- a/meta-arago-distro/recipes-bsp/u-boot/u-boot-
>am33x_2013.01.01.bbappend
>+++ b/meta-arago-distro/recipes-bsp/u-boot/u-boot-
>am33x_2013.01.01.bbappend
>@@ -1,5 +1,5 @@
>-PR_append = "-arago0"
>+PR_append = "-arago1"
>
> # PSPREL and UVER are used by arago-source-ipk.conf
>-PSPREL = "05.07.00.00"
>+PSPREL = "06.00.00.00"
> UVER = "2013.01.01"
>--
>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] 12+ messages in thread

* Re: [master & danny][PATCH 2/6] linux-am335x-psp: Update to latest 3.2 release
  2013-07-02 17:15 ` [master & danny][PATCH 2/6] linux-am335x-psp: Update to latest 3.2 release Franklin S. Cooper Jr
@ 2013-07-02 18:43   ` Maupin, Chase
  0 siblings, 0 replies; 12+ messages in thread
From: Maupin, Chase @ 2013-07-02 18:43 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: Tuesday, July 02, 2013 12:16 PM
>To: meta-arago@arago-project.org
>Cc: Cooper Jr., Franklin
>Subject: [meta-arago] [master & danny][PATCH 2/6] linux-am335x-
>psp: Update to latest 3.2 release
>
>* Update to latest Linux kernel release that adds support for the
>PG 2.1 evms
>  and 1 Ghz.
>
>Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
>---
> .../linux/linux-am335x-psp_3.2.bbappend            |    4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/meta-arago-distro/recipes-kernel/linux/linux-am335x-
>psp_3.2.bbappend b/meta-arago-distro/recipes-kernel/linux/linux-
>am335x-psp_3.2.bbappend
>index 701666f..b881190 100644
>--- a/meta-arago-distro/recipes-kernel/linux/linux-am335x-
>psp_3.2.bbappend
>+++ b/meta-arago-distro/recipes-kernel/linux/linux-am335x-
>psp_3.2.bbappend
>@@ -1,6 +1,6 @@
>-PR_append = "-arago4"
>+PR_append = "-arago5"
>
> # KVER is used by arago-source-ipk.conf
>-KVER = "3.2.0-psp04.06.00.10"
>+KVER = "3.2.0-psp04.06.00.11"
>
> require copy-defconfig.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] 12+ messages in thread

* Re: [master & danny][PATCH 3/6] arago-source-ipk: Enable sourceipk for oprofile-example
  2013-07-02 17:15 ` [master & danny][PATCH 3/6] arago-source-ipk: Enable sourceipk for oprofile-example Franklin S. Cooper Jr
@ 2013-07-02 18:43   ` Maupin, Chase
  0 siblings, 0 replies; 12+ messages in thread
From: Maupin, Chase @ 2013-07-02 18:43 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: Tuesday, July 02, 2013 12:16 PM
>To: meta-arago@arago-project.org
>Cc: Cooper Jr., Franklin
>Subject: [meta-arago] [master & danny][PATCH 3/6] arago-source-
>ipk: Enable sourceipk for oprofile-example
>
>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 11a66ca..63cad0d 100644
>--- a/meta-arago-distro/conf/distro/arago-source-ipk.conf
>+++ b/meta-arago-distro/conf/distro/arago-source-ipk.conf
>@@ -73,6 +73,9 @@ SRCIPK_INSTALL_DIR_pn-refresh-screen = "example-
>applications/${PN}-${PV}"
> CREATE_SRCIPK_pn-am-sysinfo = "1"
> SRCIPK_INSTALL_DIR_pn-am-sysinfo = "example-applications/${PN}-
>${PV}"
>
>+CREATE_SRCIPK_pn-oprofile-example = "1"
>+SRCIPK_INSTALL_DIR_pn-oprofile-example = "example-
>applications/${PN}"
>+
> CREATE_SRCIPK_pn-arm-benchmarks = "1"
> SRCIPK_INSTALL_DIR_pn-arm-benchmarks = "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] 12+ messages in thread

* Re: [master & danny][PATCH 4/6] ti-tisdk-makefile: Add oprofile-example to SDK top level Makefile
  2013-07-02 17:15 ` [master & danny][PATCH 4/6] ti-tisdk-makefile: Add oprofile-example to SDK top level Makefile Franklin S. Cooper Jr
@ 2013-07-02 18:45   ` Maupin, Chase
  0 siblings, 0 replies; 12+ messages in thread
From: Maupin, Chase @ 2013-07-02 18:45 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: Tuesday, July 02, 2013 12:16 PM
>To: meta-arago@arago-project.org
>Cc: Cooper Jr., Franklin
>Subject: [meta-arago] [master & danny][PATCH 4/6] ti-tisdk-
>makefile: Add oprofile-example to SDK top level Makefile
>
>Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
>---
> .../ti-tisdk-makefile/Makefile_oprofile-example    |   18
>++++++++++++++++++
> .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb     |    4 +++-
> 2 files changed, 21 insertions(+), 1 deletions(-)
> create mode 100644 meta-arago-distro/recipes-tisdk/ti-tisdk-
>makefile/ti-tisdk-makefile/Makefile_oprofile-example
>
>diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-
>tisdk-makefile/Makefile_oprofile-example b/meta-arago-
>distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_oprofile-example
>new file mode 100644
>index 0000000..c7a4385
>--- /dev/null
>+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/Makefile_oprofile-example
>@@ -0,0 +1,18 @@
>+# oprofile-example build targets
>+oprofile-example:
>+	@echo =============================
>+	@echo    Building OProfile Example
>+	@echo =============================
>+	@cd example-applications; cd `find . -name "*oprofile-
>example*"`; make
>+
>+oprofile-example_clean:
>+	@echo =============================
>+	@echo    Cleaning OProfile Example
>+	@echo =============================
>+	@cd example-applications; cd `find . -name "*oprofile-
>example*"`; make clean
>+
>+oprofile-example_install:
>+	@echo =============================================
>+	@echo     Installing OProfile Example - Debug version
>+	@echo =============================================
>+	@cd example-applications; cd `find . -name "*oprofile-
>example*"`; make install
>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 0f14341..e0aea9a 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
>@@ -30,9 +30,10 @@ SRC_URI = "\
>     file://Makefile_quick-playground \
>     file://Makefile_wireless \
>     file://Makefile_omapconf \
>+    file://Makefile_oprofile-example \
> "
>
>-PR = "r12"
>+PR = "r13"
>
> MAKEFILES_COMMON = "linux \
>                     matrix-gui \
>@@ -41,6 +42,7 @@ MAKEFILES_COMMON = "linux \
>                     matrix-gui-browser \
>                     refresh-screen \
>                     qt-tstat \
>+                    oprofile-example \
> "
> MAKEFILES = ""
>
>--
>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] 12+ messages in thread

* Re: [master & danny][PATCH 5/6] packagegroup-arago-tisdk-addons-sdk-host: Add oprofile-example sources to SDK
  2013-07-02 17:15 ` [master & danny][PATCH 5/6] packagegroup-arago-tisdk-addons-sdk-host: Add oprofile-example sources to SDK Franklin S. Cooper Jr
@ 2013-07-02 18:45   ` Maupin, Chase
  0 siblings, 0 replies; 12+ messages in thread
From: Maupin, Chase @ 2013-07-02 18:45 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: Tuesday, July 02, 2013 12:16 PM
>To: meta-arago@arago-project.org
>Cc: Cooper Jr., Franklin
>Subject: [meta-arago] [master & danny][PATCH 5/6] packagegroup-
>arago-tisdk-addons-sdk-host: Add oprofile-example sources to SDK
>
>Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
>---
> .../packagegroup-arago-tisdk-addons-sdk-host.bb    |    3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
>diff --git a/meta-arago-distro/recipes-
>core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb
>b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-
>tisdk-addons-sdk-host.bb
>index 0f13c46..1285d68 100644
>--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-
>arago-tisdk-addons-sdk-host.bb
>+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-
>arago-tisdk-addons-sdk-host.bb
>@@ -1,6 +1,6 @@
> DESCRIPTION = "Task to install sources for additional
>utilities/demos for SDKs"
> LICENSE = "MIT"
>-PR = "r5"
>+PR = "r6"
>
> inherit packagegroup
>
>@@ -9,6 +9,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
> UTILS = " \
>     am-sysinfo-src \
>     arm-benchmarks-src \
>+    oprofile-example-src \
> "
>
> # Add pru and profibus sources for omapl138 devices
>--
>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] 12+ messages in thread

* Re: [master & danny][PATCH 6/6] packagegroup-arago-tisdk-addons: Only include parted utility for omap-a15
  2013-07-02 17:15 ` [master & danny][PATCH 6/6] packagegroup-arago-tisdk-addons: Only include parted utility for omap-a15 Franklin S. Cooper Jr
@ 2013-07-02 18:46   ` Maupin, Chase
  0 siblings, 0 replies; 12+ messages in thread
From: Maupin, Chase @ 2013-07-02 18:46 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: Tuesday, July 02, 2013 12:16 PM
>To: meta-arago@arago-project.org
>Cc: Cooper Jr., Franklin
>Subject: [meta-arago] [master & danny][PATCH 6/6] packagegroup-
>arago-tisdk-addons: Only include parted utility for omap-a15
>
>* As of right now only omap-a15 can utilize a tool like parted.
>* Only pull in parted for omap-a15.
>
>Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
>---
> .../packagegroup-arago-tisdk-addons.bb             |    4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/meta-arago-distro/recipes-
>core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-
>arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-
>addons.bb
>index 9efcb73..4537de1 100644
>--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-
>arago-tisdk-addons.bb
>+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-
>arago-tisdk-addons.bb
>@@ -1,6 +1,6 @@
> DESCRIPTION = "Task to install additional utilities/demos for
>SDKs"
> LICENSE = "MIT"
>-PR = "r8"
>+PR = "r9"
>
> inherit packagegroup
>
>@@ -16,7 +16,6 @@ UTILS = " \
>     arm-benchmarks \
>     dropbear \
>     openssh-sftp-server \
>-    parted \
> "
>
> # Add PRU examples for am180x-evm devices
>@@ -24,6 +23,7 @@ UTILS_append_am180x-evm = " ti-pru-sw-examples"
>
> UTILS_append_omap3 = " canutils"
> UTILS_append_ti33x = " canutils"
>+UTILS_append_omap-a15 = "parted"
>
> RDEPENDS_${PN} = "\
>     ${UTILS} \
>--
>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] 12+ messages in thread

end of thread, other threads:[~2013-07-02 18:46 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-02 17:15 [master & danny][PATCH 1/6] u-boot-am33x: Update to latest u-boot versoin for 3.2 kernel Franklin S. Cooper Jr
2013-07-02 17:15 ` [master & danny][PATCH 2/6] linux-am335x-psp: Update to latest 3.2 release Franklin S. Cooper Jr
2013-07-02 18:43   ` Maupin, Chase
2013-07-02 17:15 ` [master & danny][PATCH 3/6] arago-source-ipk: Enable sourceipk for oprofile-example Franklin S. Cooper Jr
2013-07-02 18:43   ` Maupin, Chase
2013-07-02 17:15 ` [master & danny][PATCH 4/6] ti-tisdk-makefile: Add oprofile-example to SDK top level Makefile Franklin S. Cooper Jr
2013-07-02 18:45   ` Maupin, Chase
2013-07-02 17:15 ` [master & danny][PATCH 5/6] packagegroup-arago-tisdk-addons-sdk-host: Add oprofile-example sources to SDK Franklin S. Cooper Jr
2013-07-02 18:45   ` Maupin, Chase
2013-07-02 17:15 ` [master & danny][PATCH 6/6] packagegroup-arago-tisdk-addons: Only include parted utility for omap-a15 Franklin S. Cooper Jr
2013-07-02 18:46   ` Maupin, Chase
2013-07-02 18:43 ` [master & danny][PATCH 1/6] u-boot-am33x: Update to latest u-boot versoin for 3.2 kernel 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.