All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 6/6] mtd-utils: add PV variable into recipe
Date: Fri, 12 Jul 2013 21:22:51 -0700	[thread overview]
Message-ID: <51E0D61B.7010907@linux.intel.com> (raw)
In-Reply-To: <a3cf8140f2ad28328df73a9d7d9cc6a9bcf04da3.1373641734.git.emilia.maria.silvia.ciobanu@intel.com>

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!



  reply	other threads:[~2013-07-13  4:22 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2013-07-12 18:36 ` [PATCH 0/6] Fix typos Saul Wold

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51E0D61B.7010907@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=emilia.maria.silvia.ciobanu@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.