Argh. My tools that update the SRCREVs picked up a temporary branch from
Darren and I got the wrong SRCREVs.

Use this replacement patch .. and you'll be better off :)

Bruce

On Thu, Nov 14, 2013 at 11:55 AM, Bruce Ashfield
<bruce.ashfi...@windriver.com> wrote:
> Updating the meta branch SRCREV to update the USB configuration:
>
>     The Beagleboard needs the USB PHY drivers in the kernel in order to enable
>     USB and Ethernet functionality. This fix ensures that they are built in
>     by tweaking the kernel config.
>
>     Tested on Beagleboard xM Rev. C2.
>
> Signed-off-by: Bruce Ashfield <bruce.ashfi...@windriver.com>
> ---
>  meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb   | 2 +-
>  meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 3 +--
>  meta/recipes-kernel/linux/linux-yocto_3.10.bb      | 2 +-
>  3 files changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb 
> b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
> index ab95ad1..ab36e6a 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
> @@ -5,7 +5,7 @@ KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
>
>  SRCREV_machine ?= "97499dfaea61934719b91f1347f468c6f0125b2c"
>  SRCREV_machine_qemuppc ?= "54cb4efa033af86301934d58d890a5324cc95a75"
> -SRCREV_meta ?= "f1c9080cd27f99700fa59b5375d1ddd0afe625ad"
> +SRCREV_meta ?= "c16a2cf7b06c92a0217d61569bd0293233fe6ba7"
>
>  SRC_URI = 
> "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
>
> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb 
> b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
> index c15c311..d503d44 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
> @@ -10,8 +10,7 @@ LINUX_VERSION ?= "3.10.17"
>  KMETA = "meta"
>
>  SRCREV_machine ?= "c03195ed6e3066494e3fb4be69154a57066e845b"
> -SRCREV_meta ?= "f1c9080cd27f99700fa59b5375d1ddd0afe625ad"
> -
> +SRCREV_meta ?= "c16a2cf7b06c92a0217d61569bd0293233fe6ba7"
>
>  PV = "${LINUX_VERSION}+git${SRCPV}"
>
> diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb 
> b/meta/recipes-kernel/linux/linux-yocto_3.10.bb
> index eff245d..383e645 100644
> --- a/meta/recipes-kernel/linux/linux-yocto_3.10.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto_3.10.bb
> @@ -10,7 +10,7 @@ SRCREV_machine_qemux86 ?= 
> "c03195ed6e3066494e3fb4be69154a57066e845b"
>  SRCREV_machine_qemux86-64 ?= "c03195ed6e3066494e3fb4be69154a57066e845b"
>  SRCREV_machine_qemumips64 ?= "8d21f71847640fc052bda1bf1f3792634cae5bb1"
>  SRCREV_machine ?= "c03195ed6e3066494e3fb4be69154a57066e845b"
> -SRCREV_meta ?= "f1c9080cd27f99700fa59b5375d1ddd0afe625ad"
> +SRCREV_meta ?= "c16a2cf7b06c92a0217d61569bd0293233fe6ba7"
>
>  SRC_URI = 
> "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
>
> --
> 1.8.1.2
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"
From 1ecdbb737cd09b2b184ab103dcf4c422f3d27df5 Mon Sep 17 00:00:00 2001
From: Bruce Ashfield <bruce.ashfi...@windriver.com>
Date: Wed, 13 Nov 2013 11:40:10 -0500
Subject: [PATCH] linux-yocto/3.10:  meta: ARM: OMAP3: Add USB PHY driver for
 Beagleboard

Updating the meta branch SRCREV to update the USB configuration:

    The Beagleboard needs the USB PHY drivers in the kernel in order to enable
    USB and Ethernet functionality. This fix ensures that they are built in
    by tweaking the kernel config.

    Tested on Beagleboard xM Rev. C2.

Signed-off-by: Bruce Ashfield <bruce.ashfi...@windriver.com>
---
 meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb   | 2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 3 +--
 meta/recipes-kernel/linux/linux-yocto_3.10.bb      | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
index ab95ad1..ab36e6a 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
@@ -5,7 +5,7 @@ KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
 
 SRCREV_machine ?= "97499dfaea61934719b91f1347f468c6f0125b2c"
 SRCREV_machine_qemuppc ?= "54cb4efa033af86301934d58d890a5324cc95a75"
-SRCREV_meta ?= "f1c9080cd27f99700fa59b5375d1ddd0afe625ad"
+SRCREV_meta ?= "c16a2cf7b06c92a0217d61569bd0293233fe6ba7"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
 
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
index c15c311..6bd8ae6 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
@@ -10,8 +10,7 @@ LINUX_VERSION ?= "3.10.17"
 KMETA = "meta"
 
 SRCREV_machine ?= "c03195ed6e3066494e3fb4be69154a57066e845b"
-SRCREV_meta ?= "f1c9080cd27f99700fa59b5375d1ddd0afe625ad"
-
+SRCREV_meta ?= "6ad20f049abd52b515a8e0a4664861cfd331f684"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
 
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb
index eff245d..1f1a9dc 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.10.bb
@@ -10,7 +10,7 @@ SRCREV_machine_qemux86 ?= "c03195ed6e3066494e3fb4be69154a57066e845b"
 SRCREV_machine_qemux86-64 ?= "c03195ed6e3066494e3fb4be69154a57066e845b"
 SRCREV_machine_qemumips64 ?= "8d21f71847640fc052bda1bf1f3792634cae5bb1"
 SRCREV_machine ?= "c03195ed6e3066494e3fb4be69154a57066e845b"
-SRCREV_meta ?= "f1c9080cd27f99700fa59b5375d1ddd0afe625ad"
+SRCREV_meta ?= "6ad20f049abd52b515a8e0a4664861cfd331f684"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
 
-- 
1.8.1.2

_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to