diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-13 11:13:48 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-13 11:35:11 +0100 |
commit | 0e60d044361ad69e5b75ad9f2f4c155795903e79 (patch) | |
tree | 0f6f2e59127344a3253048adbac7f68dfac822b3 /meta | |
parent | 6cbd557cf5bf53003db1d733e1503e280b968988 (diff) | |
download | poky-0e60d044361ad69e5b75ad9f2f4c155795903e79.tar.gz |
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')
-rw-r--r-- | meta/conf/distro/include/poky-default-revisions.inc | 11 | ||||
-rw-r--r-- | meta/packages/linux/linux-wrs_git.bb | 4 |
2 files changed, 9 insertions, 6 deletions
diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc index d3747669b3..40c47607aa 100644 --- a/meta/conf/distro/include/poky-default-revisions.inc +++ b/meta/conf/distro/include/poky-default-revisions.inc | |||
@@ -68,11 +68,12 @@ SRCREV_pn-libxext-nativesdk ??= "d1f3bc77a48c8e42771579e3fdf3370b35d3209d" | |||
68 | SRCREV_pn-libxi ??= "d0326fe8cdbb08d4f52d79fd3fd4e1b2a0951d5e" | 68 | SRCREV_pn-libxi ??= "d0326fe8cdbb08d4f52d79fd3fd4e1b2a0951d5e" |
69 | SRCREV_pn-linux-openmoko ??= "5ccaca2adb1c37b5955a4733f68ae08a755e3d78" | 69 | SRCREV_pn-linux-openmoko ??= "5ccaca2adb1c37b5955a4733f68ae08a755e3d78" |
70 | SRCREV_pn-linux-omap3-pm ??= "totallybroken" | 70 | SRCREV_pn-linux-omap3-pm ??= "totallybroken" |
71 | SRCREV_pn-linux-wrs_qemuarm ??= "caf3b232f003ac136f0fc99143cac027863af74b" | 71 | SRCREV_pn-linux-wrs_machine_qemuarm ??= "caf3b232f003ac136f0fc99143cac027863af74b" |
72 | SRCREV_pn-linux-wrs_qemumips ??= "5a7c9d5a35cd43308a2afd212824b670553179af" | 72 | SRCREV_pn-linux-wrs_machine_qemumips ??= "5a7c9d5a35cd43308a2afd212824b670553179af" |
73 | SRCREV_pn-linux-wrs_qemuppc ??= "bc33a1f5b5703df9ac169835161dc963abc55f6b" | 73 | SRCREV_pn-linux-wrs_machine_qemuppc ??= "bc33a1f5b5703df9ac169835161dc963abc55f6b" |
74 | SRCREV_pn-linux-wrs_qemux86 ??= "09a39c638dd65dc27c549c119abe1af2631b2ae0" | 74 | SRCREV_pn-linux-wrs_machine_qemux86 ??= "09a39c638dd65dc27c549c119abe1af2631b2ae0" |
75 | SRCREV_pn-linux-wrs_qemux86-64 ??= "09a39c638dd65dc27c549c119abe1af2631b2ae0" | 75 | SRCREV_pn-linux-wrs_machine_qemux86-64 ??= "09a39c638dd65dc27c549c119abe1af2631b2ae0" |
76 | SRCREV_pn-linux-wrs_meta ??= "a7fd16db16aa37296d5cef8db9707cacc084131d" | ||
76 | SRCREV_pn-linux-libc-headers-wrs ??= "09a39c638dd65dc27c549c119abe1af2631b2ae0" | 77 | SRCREV_pn-linux-libc-headers-wrs ??= "09a39c638dd65dc27c549c119abe1af2631b2ae0" |
77 | SRCREV_pn-matchbox-config-gtk ??= "2081" | 78 | SRCREV_pn-matchbox-config-gtk ??= "2081" |
78 | SRCREV_pn-matchbox-desktop-sato ??= "76" | 79 | SRCREV_pn-matchbox-desktop-sato ??= "76" |
diff --git a/meta/packages/linux/linux-wrs_git.bb b/meta/packages/linux/linux-wrs_git.bb index d201994fd2..60248f931c 100644 --- a/meta/packages/linux/linux-wrs_git.bb +++ b/meta/packages/linux/linux-wrs_git.bb | |||
@@ -5,12 +5,14 @@ LICENSE = "GPL" | |||
5 | # Set this to 'preempt_rt' in the local.conf if you want a real time kernel | 5 | # Set this to 'preempt_rt' in the local.conf if you want a real time kernel |
6 | LINUX_KERNEL_TYPE ?= standard | 6 | LINUX_KERNEL_TYPE ?= standard |
7 | DEPENDS = "kern-tools-native" | 7 | DEPENDS = "kern-tools-native" |
8 | SRCREV_FORMAT = "meta_machine" | ||
8 | PV = "2.6.34+git${SRCPV}" | 9 | PV = "2.6.34+git${SRCPV}" |
9 | 10 | ||
10 | # To use a staged, on-disk bare clone of a Wind River Kernel, use a | 11 | # To use a staged, on-disk bare clone of a Wind River Kernel, use a |
11 | # variant of the below | 12 | # variant of the below |
12 | # SRC_URI = "git://///path/to/kernel/default_kernel.git;fullclone=1" | 13 | # SRC_URI = "git://///path/to/kernel/default_kernel.git;fullclone=1" |
13 | SRC_URI = "git://git.pokylinux.org/linux-2.6-windriver.git;protocol=git;fullclone=1;branch=${WRMACHINE}-${LINUX_KERNEL_TYPE}" | 14 | SRC_URI = "git://git.pokylinux.org/linux-2.6-windriver.git;protocol=git;fullclone=1;branch=${WRMACHINE}-${LINUX_KERNEL_TYPE};name=machine \ |
15 | git://git.pokylinux.org/linux-2.6-windriver.git;protocol=git;noclone=1;branch=wrs_meta;name=meta" | ||
14 | 16 | ||
15 | 17 | ||
16 | WRMACHINE = "${MACHINE}" | 18 | WRMACHINE = "${MACHINE}" |