From 7c14381194d33e802bcafd0b1aa9dfea0e949bb2 Mon Sep 17 00:00:00 2001 From: Rahul Saxena Date: Tue, 20 Mar 2012 16:25:03 -0700 Subject: meta-cedartrail: Update SRC_URI in kernel recipe append files to point to linux-yocto_3.0 Current poky/edison points to linux-yocto-3.0-1.1.x.git repo. However this repo does not have cedartrail branch. Hence point to linux-yocto_3.0 via kernel recipe append files Signed-off-by: Rahul Saxena Signed-off-by: Tom Zanussi --- meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend | 3 +++ meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend | 2 ++ 2 files changed, 5 insertions(+) diff --git a/meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend index 828e6fd5..759c3b74 100755 --- a/meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend +++ b/meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend @@ -1,4 +1,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.0.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" + COMPATIBLE_MACHINE_cedartrail = "cedartrail" KMACHINE_cedartrail = "cedartrail" diff --git a/meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend index 14c0b9dc..0a05d8b6 100755 --- a/meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend +++ b/meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend @@ -1,5 +1,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.0;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" + COMPATIBLE_MACHINE_cedartrail-nopvr = "cedartrail" KMACHINE_cedartrail-nopvr = "yocto/standard/cedartrail" KERNEL_FEATURES_append_cedartrail-nopvr += " cfg/smp.scc" -- cgit v1.2.3-54-g00ecf