mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
tune-*: Use more specific DEFAULTTUNE
These files are using a more generic DEFAULTTUNE in their targeted tune file. This is contrary to what is being done in other tune files, and this changes them to match. It is still possible to use the more generic DEFAULTTUNE in a machine's config file by simply specifying it. (From OE-Core rev: e35205a9803692d72eb92b86d740821c667b527e) Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d2b0f230e0
commit
a4b23e131e
@@ -1,4 +1,4 @@
|
||||
DEFAULTTUNE ?= "armv4t"
|
||||
DEFAULTTUNE ?= "arm920t"
|
||||
|
||||
require conf/machine/include/arm/arch-armv4.inc
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DEFAULTTUNE ?= "armv4t"
|
||||
DEFAULTTUNE ?= "arm9tdmi"
|
||||
|
||||
require conf/machine/include/arm/arch-armv4.inc
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DEFAULTTUNE ?= "armv4"
|
||||
DEFAULTTUNE ?= "strongarm"
|
||||
|
||||
require conf/machine/include/arm/arch-armv4.inc
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DEFAULTTUNE ?= "armv7vethf-neon"
|
||||
DEFAULTTUNE ?= "cortexa15thf-neon"
|
||||
|
||||
require conf/machine/include/arm/arch-armv7ve.inc
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DEFAULTTUNE ?= "armv7vethf-neon"
|
||||
DEFAULTTUNE ?= "cortexa17thf-neon"
|
||||
|
||||
require conf/machine/include/arm/arch-armv7ve.inc
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DEFAULTTUNE ?= "armv7athf-neon"
|
||||
DEFAULTTUNE ?= "cortexa5thf-neon"
|
||||
|
||||
require conf/machine/include/arm/arch-armv7a.inc
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DEFAULTTUNE ?= "armv7vethf-neon"
|
||||
DEFAULTTUNE ?= "cortexa7thf-neon"
|
||||
|
||||
require conf/machine/include/arm/arch-armv7ve.inc
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DEFAULTTUNE ?= "armv7athf-neon"
|
||||
DEFAULTTUNE ?= "cortexa8thf-neon"
|
||||
|
||||
require conf/machine/include/arm/arch-armv7a.inc
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DEFAULTTUNE ?= "armv7athf-neon"
|
||||
DEFAULTTUNE ?= "cortexa9thf-neon"
|
||||
|
||||
require conf/machine/include/arm/arch-armv7a.inc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user