All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] linux-yocto-tiny_3.17: Update to actually use 3.17 git repo
@ 2015-02-04 16:22 Saul Wold
  2015-02-04 16:26 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Saul Wold @ 2015-02-04 16:22 UTC (permalink / raw)
  To: openembedded-core; +Cc: dvhart

The named release was still using the -dev git repo which did not contain
the SRCREV referenced in the numbered/named version.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb
index 1a4f9a8..bf2076f 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb
@@ -13,7 +13,7 @@ SRCREV_meta ?= "b81030f9ec2de3dc6c048e142dcbff62e305cc40"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
 
-SRC_URI = "git://git.yoctoproject.org/linux-yocto-dev.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
+SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.17.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
 
 COMPATIBLE_MACHINE = "(qemux86)"
 
-- 
2.1.0



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

* Re: [PATCH] linux-yocto-tiny_3.17: Update to actually use 3.17 git repo
  2015-02-04 16:22 [PATCH] linux-yocto-tiny_3.17: Update to actually use 3.17 git repo Saul Wold
@ 2015-02-04 16:26 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2015-02-04 16:26 UTC (permalink / raw)
  To: Saul Wold, openembedded-core; +Cc: dvhart

On 15-02-04 11:22 AM, Saul Wold wrote:
> The named release was still using the -dev git repo which did not contain
> the SRCREV referenced in the numbered/named version.

Argh yes. I'm surprised that slipped by for so long.

Acked-by: Bruce Ashfield <bruce.ashfield@windriver.com>

>
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> ---
>   meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb
> index 1a4f9a8..bf2076f 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb
> @@ -13,7 +13,7 @@ SRCREV_meta ?= "b81030f9ec2de3dc6c048e142dcbff62e305cc40"
>
>   PV = "${LINUX_VERSION}+git${SRCPV}"
>
> -SRC_URI = "git://git.yoctoproject.org/linux-yocto-dev.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
> +SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.17.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
>
>   COMPATIBLE_MACHINE = "(qemux86)"
>
>



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

end of thread, other threads:[~2015-02-04 16:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-04 16:22 [PATCH] linux-yocto-tiny_3.17: Update to actually use 3.17 git repo Saul Wold
2015-02-04 16:26 ` Bruce Ashfield

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.