diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-15 10:32:52 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-20 15:31:23 +0100 |
commit | 11293d9f5a7f3167c37fa9da441684e740ead4f7 (patch) | |
tree | 17009aead501f24df58b4dc6645b973fe500bf5a | |
parent | 339ecae26e308259fb1a3b705a91211e3d11b8ff (diff) | |
download | poky-11293d9f5a7f3167c37fa9da441684e740ead4f7.tar.gz |
linux-yocto-3.8/meta: enable ALTIVEC for qemuppc
As part of the qemuppc tuning activities, we are aligning on ppc74xx, and
as a result we can enable ALTIVEC support in the base BSP config.
[YOCTO #1914]
(From OE-Core rev: 81c5c93fb0589dc24c10a4d3722da72d4774db22)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.8.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb index 47e76d4f92..647ace6162 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb | |||
@@ -10,7 +10,7 @@ KMETA = "meta" | |||
10 | 10 | ||
11 | SRCREV_machine ?= "4fb187301ca153d496b2a96293dffde34d3b1a56" | 11 | SRCREV_machine ?= "4fb187301ca153d496b2a96293dffde34d3b1a56" |
12 | SRCREV_machine_qemuppc ?= "547c4ea570933ab7ece9f10d2c46875b460cd337" | 12 | SRCREV_machine_qemuppc ?= "547c4ea570933ab7ece9f10d2c46875b460cd337" |
13 | SRCREV_meta ?= "f706bd410c80a20ff437a53bb3f9f076ba31a17e" | 13 | SRCREV_meta ?= "e7f42a416a60499db3771181357b29b3b3c424cc" |
14 | 14 | ||
15 | PR = "${INC_PR}.1" | 15 | PR = "${INC_PR}.1" |
16 | PV = "${LINUX_VERSION}+git${SRCPV}" | 16 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb index 04cf22b56d..06d6b129a4 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb | |||
@@ -13,7 +13,7 @@ LINUX_VERSION ?= "3.8.13" | |||
13 | KMETA = "meta" | 13 | KMETA = "meta" |
14 | 14 | ||
15 | SRCREV_machine ?= "f20047520a57322f05d95a18a5fbd082fb15cb87" | 15 | SRCREV_machine ?= "f20047520a57322f05d95a18a5fbd082fb15cb87" |
16 | SRCREV_meta ?= "f706bd410c80a20ff437a53bb3f9f076ba31a17e" | 16 | SRCREV_meta ?= "e7f42a416a60499db3771181357b29b3b3c424cc" |
17 | 17 | ||
18 | PR = "${INC_PR}.1" | 18 | PR = "${INC_PR}.1" |
19 | PV = "${LINUX_VERSION}+git${SRCPV}" | 19 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.8.bb b/meta/recipes-kernel/linux/linux-yocto_3.8.bb index d47d3b7d0c..790e3e351f 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.8.bb | |||
@@ -10,7 +10,7 @@ SRCREV_machine_qemuppc ?= "698eada61d9385b42dd117858b943655b565084b" | |||
10 | SRCREV_machine_qemux86 ?= "f20047520a57322f05d95a18a5fbd082fb15cb87" | 10 | SRCREV_machine_qemux86 ?= "f20047520a57322f05d95a18a5fbd082fb15cb87" |
11 | SRCREV_machine_qemux86-64 ?= "f20047520a57322f05d95a18a5fbd082fb15cb87" | 11 | SRCREV_machine_qemux86-64 ?= "f20047520a57322f05d95a18a5fbd082fb15cb87" |
12 | SRCREV_machine ?= "f20047520a57322f05d95a18a5fbd082fb15cb87" | 12 | SRCREV_machine ?= "f20047520a57322f05d95a18a5fbd082fb15cb87" |
13 | SRCREV_meta ?= "f706bd410c80a20ff437a53bb3f9f076ba31a17e" | 13 | SRCREV_meta ?= "e7f42a416a60499db3771181357b29b3b3c424cc" |
14 | 14 | ||
15 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 15 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |
16 | 16 | ||