summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-03-06 09:03:09 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 11:55:34 -0800
commita8e78d527e4b86106e789243f49c4b0a64e03ac2 (patch)
tree8a1a9fae9f56ce9c1d689491b61adc9880666f6e /meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
parentcddd52a4428ef7b6d57c21a55a2cc51e95fa220f (diff)
downloadpoky-a8e78d527e4b86106e789243f49c4b0a64e03ac2.tar.gz
linux-yocto: use bareclone option
Instead of specifying nocheckout=1, it provides a better workflow if the linux-yocto recipes use the new bareclone=1 option to get a mirrored copy of the source repository. This allows all local and remote branches to be available during the kernel build and development cycle. (From OE-Core rev: 2281e14a342639bfd2656ffa220dc023168cb35e) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
index 8090535f9e..81203005df 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
@@ -18,10 +18,10 @@ SRCREV_machine ?= "03705f7f066d83b4cd3a6088781d47e3b9e45b71"
18SRCREV_machine_qemuppc ?= "c8b184e8171f6f5a8017be4c5bf1e7a38c3f3002" 18SRCREV_machine_qemuppc ?= "c8b184e8171f6f5a8017be4c5bf1e7a38c3f3002"
19SRCREV_meta ?= "d7b46785d6781e2c23d754f35f09bebd3b74b5bb" 19SRCREV_meta ?= "d7b46785d6781e2c23d754f35f09bebd3b74b5bb"
20 20
21PR = "r1" 21PR = "r2"
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"
23 23
24SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.0.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" 24SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.0.git;protocol=git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
25 25
26# Omit broken machines from COMPATIBLE_MACHINE 26# Omit broken machines from COMPATIBLE_MACHINE
27# qemuppc hangs at boot 27# qemuppc hangs at boot