[meta-ti] Denys Dmytriyenko : keystone: unify and cleanup configs
Arago Project git
git at arago-project.org
Fri Mar 8 13:18:19 PST 2013
Module: meta-ti
Branch: danny
Commit: 4c7413253080f4e5eaf1d293c248f3949efe9e68
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=4c7413253080f4e5eaf1d293c248f3949efe9e68
Author: Denys Dmytriyenko <denys at ti.com>
Date: Tue Mar 5 16:29:17 2013 -0500
keystone: unify and cleanup configs
* Centralize common/SoC settings in keystone.inc SOC_FAMILY config.
* Set/override uncommon specifics in machine configs.
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
conf/machine/include/keystone.inc | 4 ++++
conf/machine/keystone-evm.conf | 13 -------------
2 files changed, 4 insertions(+), 13 deletions(-)
diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/keystone.inc
index bd447d4..047cc18 100644
--- a/conf/machine/include/keystone.inc
+++ b/conf/machine/include/keystone.inc
@@ -11,8 +11,12 @@ MACHINE_KERNEL_PR = "r5"
KERNEL_IMAGETYPE = "uImage"
+UBOOT_MACHINE = "tci6638_evm_config"
+
UBOOT_ENTRYPOINT = "0x80008000"
UBOOT_LOADADDRESS = "0x80008000"
EXTRA_IMAGEDEPENDS += "u-boot"
EXTRA_IMAGEDEPENDS += "boot-monitor"
+
+MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat"
diff --git a/conf/machine/keystone-evm.conf b/conf/machine/keystone-evm.conf
index 13df843..a2c05f8 100644
--- a/conf/machine/keystone-evm.conf
+++ b/conf/machine/keystone-evm.conf
@@ -2,17 +2,7 @@
#@NAME: Keystone 2 machine
#@DESCRIPTION: Machine configuration for the TI Keystone 2
-PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
-XSERVER = "xserver-xorg \
- xf86-input-evdev \
- xf86-video-fbdev"
-
-GUI_MACHINE_CLASS = "bigscreen"
-
require conf/machine/include/keystone.inc
-#EXTRA_IMAGEDEPENDS = "u-boot"
-
-PREFERRED_PROVIDER_virtual/kernel = "linux-keystone"
IMAGE_FSTYPES += "ubi tar.bz2 cpio"
@@ -20,9 +10,6 @@ SERIAL_CONSOLE = "115200 ttyS0"
SYSVINIT_ENABLED_GETTYS = ""
-UBOOT_MACHINE = "tci6638_evm_config"
-
-MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"
# do ubiattach /dev/ubi_ctrl -m 4
# From dmesg:
# UBI: smallest flash I/O unit: 2048
More information about the meta-ti
mailing list