diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-05-18 17:18:17 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-21 11:59:34 +0100 |
commit | 6bb0fdda409de696a1a15e1830ac3a8057ac9a95 (patch) | |
tree | 55b3034f20518d3772fd1ab6eb3603aa74916af5 | |
parent | 5ad28e97e65750aa6557be8cb76fb94623e656f1 (diff) | |
download | poky-6bb0fdda409de696a1a15e1830ac3a8057ac9a95.tar.gz |
linux-yocto: policy cleanups
Updating the meta SRCREVs to pickup configuration policy cleanups:
49f931b meta/fishriver: remove redundant features and options
51a6d3f meta/emenlow: remove redundant features and options
101dd7f meta/crownbay: remove redundant features and options
4110ecd meta/sugarbay: remove redundant features and options
0f1304a meta/jasperforest: remove redundant features and options
0a56a3b meta/common-pc-64: factor out SCSI CDROM option
b71938a meta/common-pc-64: use usb-mass-storage feature
0724f40 meta: add scsi cdrom feature
438bca8 meta/common-pc: use usb-mass-storage feature
c970881 meta: factor out SCSI options from the usb-mass-storage feature
4c8135e meta: add scsi disk feature
6872a81 meta: add scsi feature
e706ec5 meta/sugarbay: factor out policy-related options
8b7fbc2 meta/jasperforest: factor out policy-related options
fea1b0e meta/fishriver: factor out policy-related options
13bf9ab meta/emenlow: factor out policy-related options
4748d50 meta/crownbay: factor out policy-related options
44f592f meta/common-pc-64: factor out policy-related options
5a3f5c7 meta/common-pc: factor out policy-related options
1f5a10b meta/common-pc-64: use usb features
4b87723 meta/common-pc: use usb features
594ba05 meta: add ROOT_HUB_TT config option to the usb/ehci-hcd feature
(From OE-Core rev: db35cd40c7abe13a9701eb74099d69d461cadb0a)
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.2.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb index 5395d2493f..21cd84dc95 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb | |||
@@ -16,7 +16,7 @@ LINUX_KERNEL_TYPE = "preempt-rt" | |||
16 | 16 | ||
17 | SRCREV_machine ?= "3ebf4d172cf4a41d2abf09e4036f0850e08064e7" | 17 | SRCREV_machine ?= "3ebf4d172cf4a41d2abf09e4036f0850e08064e7" |
18 | SRCREV_machine_qemuppc ?= "7cebfe717987f4ffa9ae90558c28f45049847c1c" | 18 | SRCREV_machine_qemuppc ?= "7cebfe717987f4ffa9ae90558c28f45049847c1c" |
19 | SRCREV_meta ?= "1dfd60fa1250259eed38ae5b2840eb37e3758a1b" | 19 | SRCREV_meta ?= "49f931bc294d5b6be60502bbd448cff5aa766235" |
20 | 20 | ||
21 | PR = "r1" | 21 | PR = "r1" |
22 | PV = "${LINUX_VERSION}+git${SRCPV}" | 22 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb index 5d6450e7ab..f50e12e491 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb | |||
@@ -12,7 +12,7 @@ KCONFIG_MODE = "--allnoconfig" | |||
12 | LINUX_VERSION ?= "3.2.11" | 12 | LINUX_VERSION ?= "3.2.11" |
13 | 13 | ||
14 | SRCREV_machine ?= "61960ba8e910d54b5525d5e9b6a7469bc399c246" | 14 | SRCREV_machine ?= "61960ba8e910d54b5525d5e9b6a7469bc399c246" |
15 | SRCREV_meta ?= "1dfd60fa1250259eed38ae5b2840eb37e3758a1b" | 15 | SRCREV_meta ?= "49f931bc294d5b6be60502bbd448cff5aa766235" |
16 | 16 | ||
17 | PR = "r0" | 17 | PR = "r0" |
18 | PV = "${LINUX_VERSION}+git${SRCPV}" | 18 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.2.bb b/meta/recipes-kernel/linux/linux-yocto_3.2.bb index 80e2dc90df..c228794d4d 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.2.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.2.bb | |||
@@ -23,7 +23,7 @@ SRCREV_machine_qemuppc ?= "cf3e188cf2a18c48a0e6f9ca54c36e6ac39512ec" | |||
23 | SRCREV_machine_qemux86 ?= "46f1007ad22b6790224c66a8dc4e80fdbd21eea1" | 23 | SRCREV_machine_qemux86 ?= "46f1007ad22b6790224c66a8dc4e80fdbd21eea1" |
24 | SRCREV_machine_qemux86-64 ?= "00e5ec2393bada6723bd9a07ded3d001c02fa727" | 24 | SRCREV_machine_qemux86-64 ?= "00e5ec2393bada6723bd9a07ded3d001c02fa727" |
25 | SRCREV_machine ?= "f4f8ba730e7783e09413872414d0a17c142c816d" | 25 | SRCREV_machine ?= "f4f8ba730e7783e09413872414d0a17c142c816d" |
26 | SRCREV_meta ?= "1dfd60fa1250259eed38ae5b2840eb37e3758a1b" | 26 | SRCREV_meta ?= "49f931bc294d5b6be60502bbd448cff5aa766235" |
27 | 27 | ||
28 | PR = "r1" | 28 | PR = "r1" |
29 | PV = "${LINUX_VERSION}+git${SRCPV}" | 29 | PV = "${LINUX_VERSION}+git${SRCPV}" |