diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-02-07 14:04:51 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-11 11:56:57 +0000 |
commit | ab9c3456f555aff89c2eb7996e85b62b3fefa83e (patch) | |
tree | 04b94f5ee2d762810b45bef17cc0688d2069cbb4 /meta | |
parent | 897d13a28461d306c5de0e8c4fafdca6224474b9 (diff) | |
download | poky-ab9c3456f555aff89c2eb7996e85b62b3fefa83e.tar.gz |
linux-yocto/3.10: add powermanagement config to 32 bit common-pc
The introduction of LTSI has exposed a missing dependency on cpufreq
being enabled. To fix the build, we enable power management in the
32 bit BSP, which aligns it with 64 bit.
(From OE-Core rev: e859ebf08e73091640bd4d7329bbbe44270c4bf0)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.10.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb index dd1ec52626..fa6415aa4f 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | |||
@@ -5,7 +5,7 @@ KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" | |||
5 | 5 | ||
6 | SRCREV_machine ?= "14651317755a87f03f8399299f2eb0b4042a2d0c" | 6 | SRCREV_machine ?= "14651317755a87f03f8399299f2eb0b4042a2d0c" |
7 | SRCREV_machine_qemuppc ?= "2918b5d9ee82304d67aae61a427fcb02d3edee8f" | 7 | SRCREV_machine_qemuppc ?= "2918b5d9ee82304d67aae61a427fcb02d3edee8f" |
8 | SRCREV_meta ?= "4d658aa580df62232a4a84957b02496436dc17c4" | 8 | SRCREV_meta ?= "713abc0efa9fc21234b2f342d0a849e4a4a36c65" |
9 | 9 | ||
10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" | 10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" |
11 | 11 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb index a852f75ff4..923f912332 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | |||
@@ -10,7 +10,7 @@ LINUX_VERSION ?= "3.10.25" | |||
10 | KMETA = "meta" | 10 | KMETA = "meta" |
11 | 11 | ||
12 | SRCREV_machine ?= "78d2a615b13a1c307d482eaa9499c1b2dee40599" | 12 | SRCREV_machine ?= "78d2a615b13a1c307d482eaa9499c1b2dee40599" |
13 | SRCREV_meta ?= "4d658aa580df62232a4a84957b02496436dc17c4" | 13 | SRCREV_meta ?= "713abc0efa9fc21234b2f342d0a849e4a4a36c65" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | PV = "${LINUX_VERSION}+git${SRCPV}" |
16 | 16 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb index f7f4dabea8..8b90d6b5ed 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.10.bb | |||
@@ -18,7 +18,7 @@ SRCREV_machine_qemux86 ?= "78d2a615b13a1c307d482eaa9499c1b2dee40599" | |||
18 | SRCREV_machine_qemux86-64 ?= "78d2a615b13a1c307d482eaa9499c1b2dee40599" | 18 | SRCREV_machine_qemux86-64 ?= "78d2a615b13a1c307d482eaa9499c1b2dee40599" |
19 | SRCREV_machine_qemumips64 ?= "de555074575d2997a8cd7a4b2d6dbf22e7ddfc9b" | 19 | SRCREV_machine_qemumips64 ?= "de555074575d2997a8cd7a4b2d6dbf22e7ddfc9b" |
20 | SRCREV_machine ?= "78d2a615b13a1c307d482eaa9499c1b2dee40599" | 20 | SRCREV_machine ?= "78d2a615b13a1c307d482eaa9499c1b2dee40599" |
21 | SRCREV_meta ?= "4d658aa580df62232a4a84957b02496436dc17c4" | 21 | SRCREV_meta ?= "713abc0efa9fc21234b2f342d0a849e4a4a36c65" |
22 | 22 | ||
23 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 23 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |
24 | 24 | ||