All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Fix typos
@ 2013-07-12 15:10 Emilia Ciobanu
  2013-07-12 15:10 ` [PATCH 1/6] rt-tests: add PV variable into recipe Emilia Ciobanu
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Emilia Ciobanu @ 2013-07-12 15:10 UTC (permalink / raw)
  To: openembedded-core

Add/Update PV variable into git recipes

The following changes since commit a63229917a5708de2d161aba0d67168ce0da6365:

  meta-yocto-bsp: update reference board SRCREVs (2013-07-10 09:45:51 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib emac/add_pv_to_recipes
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=emac/add_pv_to_recipes

Emilia Ciobanu (6):
  rt-tests: add PV variable into recipe
  kmod: add PV variable into recipe
  hwlatdetect: add PV variable into recipe
  lttng-ust: add PV variable into recipe
  connman-gnome: add PV variable into recipe
  mtd-utils: add PV variable into recipe

 .../connman/connman-gnome_0.7.bb                   |    2 ++
 meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb       |    2 +-
 meta/recipes-kernel/kmod/kmod_git.bb               |    1 +
 meta/recipes-kernel/lttng/lttng-ust_2.2.0.bb       |    2 +-
 meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb       |    1 +
 meta/recipes-rt/rt-tests/rt-tests_0.85.bb          |    1 +
 6 files changed, 7 insertions(+), 2 deletions(-)

-- 
1.7.9.5



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

* [PATCH 1/6] rt-tests: add PV variable into recipe
  2013-07-12 15:10 [PATCH 0/6] Fix typos Emilia Ciobanu
@ 2013-07-12 15:10 ` Emilia Ciobanu
  2013-07-12 15:10 ` [PATCH 2/6] kmod: " Emilia Ciobanu
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Emilia Ciobanu @ 2013-07-12 15:10 UTC (permalink / raw)
  To: openembedded-core

Git packages should include git token inside the PV variable.

Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com>
---
 meta/recipes-rt/rt-tests/rt-tests_0.85.bb |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-rt/rt-tests/rt-tests_0.85.bb b/meta/recipes-rt/rt-tests/rt-tests_0.85.bb
index c3964d2..522fb9c 100644
--- a/meta/recipes-rt/rt-tests/rt-tests_0.85.bb
+++ b/meta/recipes-rt/rt-tests/rt-tests_0.85.bb
@@ -10,6 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
 require rt-tests.inc
 
 PR = "${INC_PR}.0"
+PV = "0.85+git${SRCPV}"
 
 # Do not install hwlatdetect
 EXTRA_OEMAKE += "PYLIB=''"
-- 
1.7.9.5



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

* [PATCH 2/6] kmod: add PV variable into recipe
  2013-07-12 15:10 [PATCH 0/6] Fix typos Emilia Ciobanu
  2013-07-12 15:10 ` [PATCH 1/6] rt-tests: add PV variable into recipe Emilia Ciobanu
@ 2013-07-12 15:10 ` Emilia Ciobanu
  2013-07-12 15:10 ` [PATCH 3/6] hwlatdetect: " Emilia Ciobanu
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Emilia Ciobanu @ 2013-07-12 15:10 UTC (permalink / raw)
  To: openembedded-core

Git packages should include git token inside the PV variable.

Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com>
---
 meta/recipes-kernel/kmod/kmod_git.bb |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-kernel/kmod/kmod_git.bb b/meta/recipes-kernel/kmod/kmod_git.bb
index ca6b004..6afaca6 100644
--- a/meta/recipes-kernel/kmod/kmod_git.bb
+++ b/meta/recipes-kernel/kmod/kmod_git.bb
@@ -4,6 +4,7 @@
 require kmod.inc
 
 PR = "${INC_PR}.0"
+PV = "9+git${SRCPV}"
 
 PROVIDES += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools"
 RPROVIDES_${PN} += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools"
-- 
1.7.9.5



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

* [PATCH 3/6] hwlatdetect: add PV variable into recipe
  2013-07-12 15:10 [PATCH 0/6] Fix typos Emilia Ciobanu
  2013-07-12 15:10 ` [PATCH 1/6] rt-tests: add PV variable into recipe Emilia Ciobanu
  2013-07-12 15:10 ` [PATCH 2/6] kmod: " Emilia Ciobanu
@ 2013-07-12 15:10 ` Emilia Ciobanu
  2013-07-12 15:10 ` [PATCH 4/6] lttng-ust: " Emilia Ciobanu
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Emilia Ciobanu @ 2013-07-12 15:10 UTC (permalink / raw)
  To: openembedded-core

Git packages should include git token inside the PV variable.

Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com>
---
 meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb b/meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb
index 634b609..c4fba8e 100644
--- a/meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb
+++ b/meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb
@@ -10,6 +10,7 @@ RRECOMMENDS_${PN} = "kernel-module-hwlat-detector"
 require rt-tests.inc
 
 PR = "${INC_PR}.0"
+PV = "0.85+git${SRCPV}"
 
 EXTRA_OEMAKE += "PYLIB=${libdir}/python${PYTHON_BASEVERSION}/dist-packages"
 
-- 
1.7.9.5



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

* [PATCH 4/6] lttng-ust: add PV variable into recipe
  2013-07-12 15:10 [PATCH 0/6] Fix typos Emilia Ciobanu
                   ` (2 preceding siblings ...)
  2013-07-12 15:10 ` [PATCH 3/6] hwlatdetect: " Emilia Ciobanu
@ 2013-07-12 15:10 ` Emilia Ciobanu
  2013-07-12 15:10 ` [PATCH 5/6] connman-gnome: " Emilia Ciobanu
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Emilia Ciobanu @ 2013-07-12 15:10 UTC (permalink / raw)
  To: openembedded-core

Git packages should include git token inside the PV variable.

Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com>
---
 meta/recipes-kernel/lttng/lttng-ust_2.2.0.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.2.0.bb b/meta/recipes-kernel/lttng/lttng-ust_2.2.0.bb
index d03f207..3028200 100644
--- a/meta/recipes-kernel/lttng/lttng-ust_2.2.0.bb
+++ b/meta/recipes-kernel/lttng/lttng-ust_2.2.0.bb
@@ -18,7 +18,7 @@ RREPLACES_${PN} = "lttng2-ust"
 RCONFLICTS_${PN} = "lttng2-ust"
 
 SRCREV = "cfaee541fea7f5760b5501913c6902f5e4da9dba"
-PV = "2.2.0"
+PV = "2.2.0+git${SRCPV}"
 PE = "2"
 
 SRC_URI = "git://git.lttng.org/lttng-ust.git;protocol=git \
-- 
1.7.9.5



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

* [PATCH 5/6] connman-gnome: add PV variable into recipe
  2013-07-12 15:10 [PATCH 0/6] Fix typos Emilia Ciobanu
                   ` (3 preceding siblings ...)
  2013-07-12 15:10 ` [PATCH 4/6] lttng-ust: " Emilia Ciobanu
@ 2013-07-12 15:10 ` Emilia Ciobanu
  2013-07-12 15:10 ` [PATCH 6/6] mtd-utils: " Emilia Ciobanu
  2013-07-12 18:36 ` [PATCH 0/6] Fix typos Saul Wold
  6 siblings, 0 replies; 9+ messages in thread
From: Emilia Ciobanu @ 2013-07-12 15:10 UTC (permalink / raw)
  To: openembedded-core

Git packages should include git token inside the PV variable.

Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com>
---
 .../connman/connman-gnome_0.7.bb                   |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb
index 6299e70..a755b3c 100644
--- a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb
+++ b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb
@@ -10,6 +10,8 @@ DEPENDS = "gtk+ dbus-glib intltool-native"
 
 # 0.7 tag
 SRCREV = "cf3c325b23dae843c5499a113591cfbc98acb143"
+PV = "0.7+git${SRCPV}"
+
 SRC_URI = "git://github.com/connectivity/connman-gnome.git;protocol=git \
 	   file://0001-Removed-icon-from-connman-gnome-about-applet.patch \
 	   file://images/* \
-- 
1.7.9.5



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

* [PATCH 6/6] mtd-utils: add PV variable into recipe
  2013-07-12 15:10 [PATCH 0/6] Fix typos Emilia Ciobanu
                   ` (4 preceding siblings ...)
  2013-07-12 15:10 ` [PATCH 5/6] connman-gnome: " Emilia Ciobanu
@ 2013-07-12 15:10 ` Emilia Ciobanu
  2013-07-13  4:22   ` Saul Wold
  2013-07-12 18:36 ` [PATCH 0/6] Fix typos Saul Wold
  6 siblings, 1 reply; 9+ messages in thread
From: Emilia Ciobanu @ 2013-07-12 15:10 UTC (permalink / raw)
  To: openembedded-core

Git packages should include git token inside the PV variable.

Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com>
---
 meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb b/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb
index 5797204..5e65a69 100644
--- a/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb
+++ b/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb
@@ -12,7 +12,7 @@ SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git \
         file://mtd-utils-fix-corrupt-cleanmarker-with-flash_erase--j-command.patch "
 
 S = "${WORKDIR}/git/"
-
+PV = "1.5.0+git${SRCPV}"
 PR = "r3"
 
 EXTRA_OEMAKE = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} -I${S}/include -DWITHOUT_XATTR' 'BUILDDIR=${S}'"
-- 
1.7.9.5



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

* Re: [PATCH 0/6] Fix typos
  2013-07-12 15:10 [PATCH 0/6] Fix typos Emilia Ciobanu
                   ` (5 preceding siblings ...)
  2013-07-12 15:10 ` [PATCH 6/6] mtd-utils: " Emilia Ciobanu
@ 2013-07-12 18:36 ` Saul Wold
  6 siblings, 0 replies; 9+ messages in thread
From: Saul Wold @ 2013-07-12 18:36 UTC (permalink / raw)
  To: Emilia Ciobanu; +Cc: openembedded-core

On 07/12/2013 08:10 AM, Emilia Ciobanu wrote:
> Add/Update PV variable into git recipes
>

Have you checked that these change and the other do not cause packages 
to go backwards?  We need to make sure on-target updates still work 
correctly.

Please send an updated patch set consolidating all your changes.

Thanks
	Sau!

> The following changes since commit a63229917a5708de2d161aba0d67168ce0da6365:
>
>    meta-yocto-bsp: update reference board SRCREVs (2013-07-10 09:45:51 +0100)
>
> are available in the git repository at:
>
>    git://git.yoctoproject.org/poky-contrib emac/add_pv_to_recipes
>    http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=emac/add_pv_to_recipes
>
> Emilia Ciobanu (6):
>    rt-tests: add PV variable into recipe
>    kmod: add PV variable into recipe
>    hwlatdetect: add PV variable into recipe
>    lttng-ust: add PV variable into recipe
>    connman-gnome: add PV variable into recipe
>    mtd-utils: add PV variable into recipe
>
>   .../connman/connman-gnome_0.7.bb                   |    2 ++
>   meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb       |    2 +-
>   meta/recipes-kernel/kmod/kmod_git.bb               |    1 +
>   meta/recipes-kernel/lttng/lttng-ust_2.2.0.bb       |    2 +-
>   meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb       |    1 +
>   meta/recipes-rt/rt-tests/rt-tests_0.85.bb          |    1 +
>   6 files changed, 7 insertions(+), 2 deletions(-)
>


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

* Re: [PATCH 6/6] mtd-utils: add PV variable into recipe
  2013-07-12 15:10 ` [PATCH 6/6] mtd-utils: " Emilia Ciobanu
@ 2013-07-13  4:22   ` Saul Wold
  0 siblings, 0 replies; 9+ messages in thread
From: Saul Wold @ 2013-07-13  4:22 UTC (permalink / raw)
  To: Emilia Ciobanu; +Cc: openembedded-core

On 07/12/2013 08:10 AM, Emilia Ciobanu wrote:
> Git packages should include git token inside the PV variable.
>
> Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com>
> ---
>   meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb b/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb
> index 5797204..5e65a69 100644
> --- a/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb
> +++ b/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb
> @@ -12,7 +12,7 @@ SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git \
>           file://mtd-utils-fix-corrupt-cleanmarker-with-flash_erase--j-command.patch "
>
>   S = "${WORKDIR}/git/"
> -
> +PV = "1.5.0+git${SRCPV}"
>   PR = "r3"
>
>   EXTRA_OEMAKE = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} -I${S}/include -DWITHOUT_XATTR' 'BUILDDIR=${S}'"
>

This change seems to have caused a fetcher failure,

> ERROR: Task 5645 (/srv/ssd/sgw/poky/meta/recipes-connectivity/avahi/avahi_0.6.31.bb, do_install) failed with exit code '1'
> WARNING: Failed to fetch URL file://add-exclusion-to-mkfs-jffs2-git-2.patch, attempting MIRRORS if available
> ERROR: Fetcher failure: Unable to find file file://add-exclusion-to-mkfs-jffs2-git-2.patch anywhere. The paths that were searched were:
>     /srv/ssd/sgw/poky/meta/recipes-devtools/mtd/mtd-utils-1.5.0+gitAUTOINC+ca39eb1d98/x86-64
>     /srv/ssd/sgw/poky/meta/recipes-devtools/mtd/mtd-utils-1.5.0+gitAUTOINC+ca39eb1d98/qemuall
>     /srv/ssd/sgw/poky/meta/recipes-devtools/mtd/mtd-utils-1.5.0+gitAUTOINC+ca39eb1d98/qemux86-64
>     /srv/ssd/sgw/poky/meta/recipes-devtools/mtd/mtd-utils-1.5.0+gitAUTOINC+ca39eb1d98/poky
>     /srv/ssd/sgw/poky/meta/recipes-devtools/mtd/mtd-utils-1.5.0+gitAUTOINC+ca39eb1d98/
>     /srv/ssd/sgw/poky/meta/recipes-devtools/mtd/mtd-utils/x86-64
>     /srv/ssd/sgw/poky/meta/recipes-devtools/mtd/mtd-utils/qemuall
>     /srv/ssd/sgw/poky/meta/recipes-devtools/mtd/mtd-utils/qemux86-64
>     /srv/ssd/sgw/poky/meta/recipes-devtools/mtd/mtd-utils/poky
>     /srv/ssd/sgw/poky/meta/recipes-devtools/mtd/mtd-utils/
>     /srv/ssd/sgw/poky/meta/recipes-devtools/mtd/files/x86-64
>     /srv/ssd/sgw/poky/meta/recipes-devtools/mtd/files/qemuall
>     /srv/ssd/sgw/poky/meta/recipes-devtools/mtd/files/qemux86-64
>     /srv/ssd/sgw/poky/meta/recipes-devtools/mtd/files/poky
>     /srv/ssd/sgw/poky/meta/recipes-devtools/mtd/files/
>     /intel/downloads
> ERROR: Function failed: Fetcher failure for URL: 'file://add-exclusion-to-mkfs-jffs2-git-2.patch'. Unable to fetch URL from any source.
> ERROR: Logfile of failure stored in: /srv/ssd/sgw/builds/world/tmp/work/x86_64-poky-linux/mtd-utils/1.5.0+gitAUTOINC+ca39eb1d98-r3/temp/log.do_fetch.32159

Likely because the patches are in a versioned directory:

meta/recipes-devtools/mtd/mtd-utils-1.5.0/add-exclusion-to-mkfs-jffs2-git-2.patch

You will need to rename that directory also to not have the version.

Sau!



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

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

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-12 15:10 [PATCH 0/6] Fix typos Emilia Ciobanu
2013-07-12 15:10 ` [PATCH 1/6] rt-tests: add PV variable into recipe Emilia Ciobanu
2013-07-12 15:10 ` [PATCH 2/6] kmod: " Emilia Ciobanu
2013-07-12 15:10 ` [PATCH 3/6] hwlatdetect: " Emilia Ciobanu
2013-07-12 15:10 ` [PATCH 4/6] lttng-ust: " Emilia Ciobanu
2013-07-12 15:10 ` [PATCH 5/6] connman-gnome: " Emilia Ciobanu
2013-07-12 15:10 ` [PATCH 6/6] mtd-utils: " Emilia Ciobanu
2013-07-13  4:22   ` Saul Wold
2013-07-12 18:36 ` [PATCH 0/6] Fix typos Saul Wold

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.