diff options
Diffstat (limited to 'meta/conf/machine/om-gta02.conf')
-rw-r--r-- | meta/conf/machine/om-gta02.conf | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/conf/machine/om-gta02.conf b/meta/conf/machine/om-gta02.conf index 0a6d579f3c..55f4bec21d 100644 --- a/meta/conf/machine/om-gta02.conf +++ b/meta/conf/machine/om-gta02.conf | |||
@@ -6,9 +6,10 @@ | |||
6 | 6 | ||
7 | TARGET_ARCH = "arm" | 7 | TARGET_ARCH = "arm" |
8 | MACHINE_CLASS = "neo1973" | 8 | MACHINE_CLASS = "neo1973" |
9 | PACKAGE_EXTRA_ARCHS = "armv4t ${MACHINE_CLASS}" | 9 | PACKAGE_EXTRA_ARCHS = "armv4t fic-gta02 ${MACHINE_CLASS}" |
10 | 10 | ||
11 | PREFERRED_PROVIDER_virtual/kernel = "linux-openmoko" | 11 | PREFERRED_PROVIDER_virtual/kernel = "linux-openmoko" |
12 | PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-glamo" | ||
12 | UBOOT_ENTRYPOINT = "30008000" | 13 | UBOOT_ENTRYPOINT = "30008000" |
13 | 14 | ||
14 | MACHINE_FEATURES = "kernel26 apm alsa bluetooth gps usbgadget usbhost phone wifi vfat ext2" | 15 | MACHINE_FEATURES = "kernel26 apm alsa bluetooth gps usbgadget usbhost phone wifi vfat ext2" |
@@ -26,7 +27,6 @@ MACHINE_EXTRA_RRECOMMENDS = "\ | |||
26 | kernel-module-gta01kbd \ | 27 | kernel-module-gta01kbd \ |
27 | kernel-module-s3cmci \ | 28 | kernel-module-s3cmci \ |
28 | kernel-module-snd-soc-neo1973-gta02-wm8753 \ | 29 | kernel-module-snd-soc-neo1973-gta02-wm8753 \ |
29 | kernel-module-snd-soc-smdk2440 \ | ||
30 | " | 30 | " |
31 | 31 | ||
32 | SERIAL_CONSOLE = "115200 ttySAC2" | 32 | SERIAL_CONSOLE = "115200 ttySAC2" |
@@ -35,6 +35,7 @@ SERIAL_CONSOLE = "115200 ttySAC2" | |||
35 | ROOT_FLASH_SIZE = "256" | 35 | ROOT_FLASH_SIZE = "256" |
36 | 36 | ||
37 | # extra jffs2 tweaks | 37 | # extra jffs2 tweaks |
38 | IMAGE_FSTYPES ?= "jffs2" | ||
38 | EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 \ | 39 | EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 \ |
39 | --no-cleanmarkers --pad -n ; sumtool --eraseblock=0x20000 --no-cleanmarkers \ | 40 | --no-cleanmarkers --pad -n ; sumtool --eraseblock=0x20000 --no-cleanmarkers \ |
40 | --littleendian --pad \ | 41 | --littleendian --pad \ |
@@ -46,6 +47,3 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 \ | |||
46 | 47 | ||
47 | # tune for S3C24x0 | 48 | # tune for S3C24x0 |
48 | include conf/machine/include/tune-arm920t.inc | 49 | include conf/machine/include/tune-arm920t.inc |
49 | |||
50 | # build YAFFS2 | ||
51 | IMAGE_FSTYPES ?= "jffs2 yaffs2" | ||