mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
fic-gta01: added machine config (from OE and edited)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1842 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
33
meta/conf/machine/fic-gta01.conf
Normal file
33
meta/conf/machine/fic-gta01.conf
Normal file
@@ -0,0 +1,33 @@
|
||||
#-----------------------------------------------------------------------------
|
||||
#@TYPE: Machine
|
||||
#@NAME: FIC GTA01 (Neo1973)
|
||||
#@DESCRIPTION: Machine configuration for the FIC Neo1973 GSM phone
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
TARGET_ARCH = "arm"
|
||||
PACKAGE_EXTRA_ARCHS = "armv4t"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-gta01"
|
||||
|
||||
MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost phone"
|
||||
|
||||
# package gta01 specific modules
|
||||
MACHINE_EXTRA_RRECOMMENDS = "\
|
||||
kernel-module-gta01-pm-bt \
|
||||
kernel-module-gta01-pm-gps \
|
||||
kernel-module-gta01-pm-gsm \
|
||||
kernel-module-gta01kbd \
|
||||
kernel-module-s3cmci \
|
||||
kernel-module-ext2 "
|
||||
|
||||
# used by sysvinit_2
|
||||
#SERIAL_CONSOLE = "115200 ttySAC0"
|
||||
|
||||
# used by some images
|
||||
ROOT_FLASH_SIZE = "60"
|
||||
|
||||
# extra jffs2 tweaks
|
||||
EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 -n"
|
||||
|
||||
# tune for S3C24x0
|
||||
include conf/machine/include/tune-arm920t.conf
|
||||
Reference in New Issue
Block a user