mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
tune-power[5-7].inc: Fix DEFAULTTUNE values
It is ppcpX, not ppcprX, where X is 6 or 7. While there select 32bit tune for P5 machine to bring it inline with P6 and P7. (From OE-Core rev: 220eee184a4f510cdf7c55e2aed00330abee1553) Signed-off-by: Serhey Popovych <serhe.popovych@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
71ec61ed7a
commit
e2901424ed
@@ -1,4 +1,4 @@
|
||||
DEFAULTTUNE ?= "ppc64p5"
|
||||
DEFAULTTUNE ?= "ppcp5"
|
||||
|
||||
require conf/machine/include/powerpc/arch-powerpc64.inc
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DEFAULTTUNE ?= "ppcpr6"
|
||||
DEFAULTTUNE ?= "ppcp6"
|
||||
|
||||
require conf/machine/include/powerpc/arch-powerpc64.inc
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DEFAULTTUNE ?= "ppcpr7"
|
||||
DEFAULTTUNE ?= "ppcp7"
|
||||
|
||||
require conf/machine/include/powerpc/arch-powerpc64.inc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user