mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-07 19:32:58 +00:00
machine files: start removing TARGET_ARCH
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#@TYPE: Machine
|
||||
#@NAME: AM3517 EVM
|
||||
#@DESCRIPTION: Machine configuration for the TI Sitara AM3517 EVM
|
||||
TARGET_ARCH = "arm"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
|
||||
XSERVER = "xserver-xorg \
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#@TYPE: Machine
|
||||
#@NAME: AM37x EVM
|
||||
#@DESCRIPTION: Machine configuration for the TI AM37x EVM
|
||||
TARGET_ARCH = "arm"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
|
||||
XSERVER = "xserver-xorg \
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#@TYPE: Machine
|
||||
#@NAME: Beagleboard machine
|
||||
#@DESCRIPTION: Machine configuration for the http://beagleboard.org/ board
|
||||
TARGET_ARCH = "arm"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
|
||||
XSERVER = "xserver-xorg \
|
||||
|
||||
@@ -3,7 +3,6 @@ require conf/machine/include/tune-arm926ejs.inc
|
||||
# Increase this everytime you change something in the kernel
|
||||
MACHINE_KERNEL_PR = "r51"
|
||||
|
||||
TARGET_ARCH = "arm"
|
||||
|
||||
KERNEL_IMAGETYPE = "uImage"
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
SOC_FAMILY = "omap3"
|
||||
TARGET_ARCH = "arm"
|
||||
|
||||
require conf/machine/include/tune-cortexa8.inc
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
TARGET_ARCH = "arm"
|
||||
SOC_FAMILY = "ti814x"
|
||||
|
||||
require conf/machine/include/tune-cortexa8.inc
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
TARGET_ARCH = "arm"
|
||||
SOC_FAMILY = "ti816x"
|
||||
|
||||
require conf/machine/include/tune-cortexa8.inc
|
||||
|
||||
Reference in New Issue
Block a user