All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] omapconf: update to 1.70 version, add am335x support
@ 2014-08-14 23:06 Denys Dmytriyenko
  2014-08-14 23:06 ` [PATCH 2/2] packagegroups*: install omapconf for ti33x platforms as well Denys Dmytriyenko
  2014-08-15 12:12 ` [PATCH 1/2] omapconf: update to 1.70 version, add am335x support Maupin, Chase
  0 siblings, 2 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2014-08-14 23:06 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb b/meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb
index 2170d9e..590b3a5 100644
--- a/meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb
+++ b/meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb
@@ -4,13 +4,13 @@ HOMEPAGE = "https://github.com/omapconf/omapconf"
 LICENSE = "GPLv2 BSD"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=205c83c4e2242a765acb923fc766e914"
 
-PV = "1.68"
+PV = "1.70"
 PR = "r0"
 
-COMPATIBLE_MACHINE = "omap-a15|omap4"
+COMPATIBLE_MACHINE = "ti33x|omap-a15|omap4"
 
 BRANCH ?= "master"
-SRCREV = "51fa0acb6ae24a9f14b11bc4b56c4f764b017f3f"
+SRCREV = "f24676c8283b94216a8cb1d398bdb00ec1324946"
 
 SRC_URI = "git://github.com/omapconf/omapconf.git;protocol=git;branch=${BRANCH}"
 
-- 
2.0.4



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

* [PATCH 2/2] packagegroups*: install omapconf for ti33x platforms as well
  2014-08-14 23:06 [PATCH 1/2] omapconf: update to 1.70 version, add am335x support Denys Dmytriyenko
@ 2014-08-14 23:06 ` Denys Dmytriyenko
  2014-08-15 12:12   ` Maupin, Chase
  2014-08-15 12:12 ` [PATCH 1/2] omapconf: update to 1.70 version, add am335x support Maupin, Chase
  1 sibling, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2014-08-14 23:06 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 .../recipes-core/packagegroups/packagegroup-arago-test.bb           | 6 +++++-
 .../packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb       | 6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb
index fdca3fb..0f3d01e 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Extended task to get System Test specific apps"
 LICENSE = "MIT"
-PR = "r19"
+PR = "r20"
 
 inherit packagegroup
 
@@ -31,6 +31,10 @@ ARAGO_TI_TEST = "\
     cpuloadgen \
     "
 
+ARAGO_TI_TEST_append_ti33x = " \
+    omapconf \
+    "
+
 ARAGO_TI_TEST_append_omap-a15 = " \
     omapconf \
     ipc-test-fw \
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 1285d68..298ba57 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 = "r6"
+PR = "r7"
 
 inherit packagegroup
 
@@ -21,6 +21,10 @@ UTILS_append_omap-a15 = " \
     omapconf-src \
 "
 
+UTILS_append_ti33x = " \
+    omapconf-src \
+"
+
 RDEPENDS_${PN} = "\
     ${UTILS} \
 "
-- 
2.0.4



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

* Re: [PATCH 1/2] omapconf: update to 1.70 version, add am335x support
  2014-08-14 23:06 [PATCH 1/2] omapconf: update to 1.70 version, add am335x support Denys Dmytriyenko
  2014-08-14 23:06 ` [PATCH 2/2] packagegroups*: install omapconf for ti33x platforms as well Denys Dmytriyenko
@ 2014-08-15 12:12 ` Maupin, Chase
  1 sibling, 0 replies; 4+ messages in thread
From: Maupin, Chase @ 2014-08-15 12:12 UTC (permalink / raw)
  To: Denys Dmytriyenko, meta-arago

Ack


>-----Original Message-----
>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
>Sent: Thursday, August 14, 2014 6:07 PM
>To: meta-arago@arago-project.org
>Subject: [meta-arago] [PATCH 1/2] omapconf: update to 1.70
>version, add am335x support
>
>From: Denys Dmytriyenko <denys@ti.com>
>
>Signed-off-by: Denys Dmytriyenko <denys@ti.com>
>---
> meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb | 6
>+++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
>diff --git a/meta-arago-extras/recipes-
>devtools/omapconf/omapconf_git.bb b/meta-arago-extras/recipes-
>devtools/omapconf/omapconf_git.bb
>index 2170d9e..590b3a5 100644
>--- a/meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb
>+++ b/meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb
>@@ -4,13 +4,13 @@ HOMEPAGE =
>"https://github.com/omapconf/omapconf"
> LICENSE = "GPLv2 BSD"
> LIC_FILES_CHKSUM =
>"file://LICENSE;md5=205c83c4e2242a765acb923fc766e914"
>
>-PV = "1.68"
>+PV = "1.70"
> PR = "r0"
>
>-COMPATIBLE_MACHINE = "omap-a15|omap4"
>+COMPATIBLE_MACHINE = "ti33x|omap-a15|omap4"
>
> BRANCH ?= "master"
>-SRCREV = "51fa0acb6ae24a9f14b11bc4b56c4f764b017f3f"
>+SRCREV = "f24676c8283b94216a8cb1d398bdb00ec1324946"
>
> SRC_URI =
>"git://github.com/omapconf/omapconf.git;protocol=git;branch=${BRAN
>CH}"
>
>--
>2.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] 4+ messages in thread

* Re: [PATCH 2/2] packagegroups*: install omapconf for ti33x platforms as well
  2014-08-14 23:06 ` [PATCH 2/2] packagegroups*: install omapconf for ti33x platforms as well Denys Dmytriyenko
@ 2014-08-15 12:12   ` Maupin, Chase
  0 siblings, 0 replies; 4+ messages in thread
From: Maupin, Chase @ 2014-08-15 12:12 UTC (permalink / raw)
  To: Denys Dmytriyenko, meta-arago

Ack


>-----Original Message-----
>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
>Sent: Thursday, August 14, 2014 6:07 PM
>To: meta-arago@arago-project.org
>Subject: [meta-arago] [PATCH 2/2] packagegroups*: install omapconf
>for ti33x platforms as well
>
>From: Denys Dmytriyenko <denys@ti.com>
>
>Signed-off-by: Denys Dmytriyenko <denys@ti.com>
>---
> .../recipes-core/packagegroups/packagegroup-arago-test.bb
>| 6 +++++-
> .../packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb
>| 6 +++++-
> 2 files changed, 10 insertions(+), 2 deletions(-)
>
>diff --git a/meta-arago-distro/recipes-
>core/packagegroups/packagegroup-arago-test.bb b/meta-arago-
>distro/recipes-core/packagegroups/packagegroup-arago-test.bb
>index fdca3fb..0f3d01e 100644
>--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-
>arago-test.bb
>+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-
>arago-test.bb
>@@ -1,6 +1,6 @@
> DESCRIPTION = "Extended task to get System Test specific apps"
> LICENSE = "MIT"
>-PR = "r19"
>+PR = "r20"
>
> inherit packagegroup
>
>@@ -31,6 +31,10 @@ ARAGO_TI_TEST = "\
>     cpuloadgen \
>     "
>
>+ARAGO_TI_TEST_append_ti33x = " \
>+    omapconf \
>+    "
>+
> ARAGO_TI_TEST_append_omap-a15 = " \
>     omapconf \
>     ipc-test-fw \
>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 1285d68..298ba57 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 = "r6"
>+PR = "r7"
>
> inherit packagegroup
>
>@@ -21,6 +21,10 @@ UTILS_append_omap-a15 = " \
>     omapconf-src \
> "
>
>+UTILS_append_ti33x = " \
>+    omapconf-src \
>+"
>+
> RDEPENDS_${PN} = "\
>     ${UTILS} \
> "
>--
>2.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] 4+ messages in thread

end of thread, other threads:[~2014-08-15 12:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-14 23:06 [PATCH 1/2] omapconf: update to 1.70 version, add am335x support Denys Dmytriyenko
2014-08-14 23:06 ` [PATCH 2/2] packagegroups*: install omapconf for ti33x platforms as well Denys Dmytriyenko
2014-08-15 12:12   ` Maupin, Chase
2014-08-15 12:12 ` [PATCH 1/2] omapconf: update to 1.70 version, add am335x support 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.