summaryrefslogtreecommitdiff
path: root/meta/packages/linux
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-08-13 11:13:48 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-13 11:35:11 +0100
commit0e60d044361ad69e5b75ad9f2f4c155795903e79 (patch)
tree0f6f2e59127344a3253048adbac7f68dfac822b3 /meta/packages/linux
parent6cbd557cf5bf53003db1d733e1503e280b968988 (diff)
downloadopenembedded-core-0e60d044361ad69e5b75ad9f2f4c155795903e79.tar.gz
openembedded-core-0e60d044361ad69e5b75ad9f2f4c155795903e79.tar.bz2
openembedded-core-0e60d044361ad69e5b75ad9f2f4c155795903e79.tar.xz
openembedded-core-0e60d044361ad69e5b75ad9f2f4c155795903e79.zip
linux-wrs: Enable tracking of the secondary wrs_meta branch in PV
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/linux')
-rw-r--r--meta/packages/linux/linux-wrs_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/linux/linux-wrs_git.bb b/meta/packages/linux/linux-wrs_git.bb
index d201994fd..60248f931 100644
--- a/meta/packages/linux/linux-wrs_git.bb
+++ b/meta/packages/linux/linux-wrs_git.bb
@@ -5,12 +5,14 @@ LICENSE = "GPL"
# Set this to 'preempt_rt' in the local.conf if you want a real time kernel
LINUX_KERNEL_TYPE ?= standard
DEPENDS = "kern-tools-native"
+SRCREV_FORMAT = "meta_machine"
PV = "2.6.34+git${SRCPV}"
# To use a staged, on-disk bare clone of a Wind River Kernel, use a
# variant of the below
# SRC_URI = "git://///path/to/kernel/default_kernel.git;fullclone=1"
-SRC_URI = "git://git.pokylinux.org/linux-2.6-windriver.git;protocol=git;fullclone=1;branch=${WRMACHINE}-${LINUX_KERNEL_TYPE}"
+SRC_URI = "git://git.pokylinux.org/linux-2.6-windriver.git;protocol=git;fullclone=1;branch=${WRMACHINE}-${LINUX_KERNEL_TYPE};name=machine \
+ git://git.pokylinux.org/linux-2.6-windriver.git;protocol=git;noclone=1;branch=wrs_meta;name=meta"
WRMACHINE = "${MACHINE}"