diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-10-15 09:53:11 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-10-15 09:53:11 +0000 |
commit | 00ff0f2d7d838fbb1a0922ab1835ea11f903a12a (patch) | |
tree | 41b3e5ad9646678196a4914ddf87230df6e71414 /conf/machine/fic-gta02.conf | |
parent | 031679b20bbc9ac219206dbc74a458b4ee49229d (diff) |
distro/openmoko.conf : make gta01/02 equivalent machines for packages
where the resulting packages are in fact identical.
Diffstat (limited to 'conf/machine/fic-gta02.conf')
-rw-r--r-- | conf/machine/fic-gta02.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/machine/fic-gta02.conf b/conf/machine/fic-gta02.conf index ac85afc48c..1760424fc8 100644 --- a/conf/machine/fic-gta02.conf +++ b/conf/machine/fic-gta02.conf @@ -5,7 +5,8 @@ #----------------------------------------------------------------------------- TARGET_ARCH = "arm" -PACKAGE_EXTRA_ARCHS = "armv4t" +MACHINE_CLASS = "neo1973" +PACKAGE_EXTRA_ARCHS = "armv4t ${MACHINE_CLASS}" PREFERRED_PROVIDER_virtual/kernel = "linux-openmoko" UBOOT_ENTRYPOINT = "30008000" @@ -46,4 +47,4 @@ EXTRA_IMAGEDEPENDS += "sjf2410-linux-native dfu-util-native" include conf/machine/include/tune-arm920t.inc # build YAFFS2 -IMAGE_FSTYPES =+ "yaffs2" +IMAGE_FSTYPES ?= "jffs2 yaffs2" |