From: Phil Blundell Date: Sun, 10 Oct 2004 19:04:18 +0000 (+0000) Subject: fix include paths to conf/machine/* X-Git-Tag: Release-2010-05/1~16671 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1143e8af56f35a9258cd5883b419de07977d3776;p=openembedded.git fix include paths to conf/machine/* BKrev: 416987b2IQ7xyUa9Ls2XDyDRQO70vg --- diff --git a/conf/machine/simpad.conf b/conf/machine/simpad.conf index e69de29bb2..3bbff0656c 100644 --- a/conf/machine/simpad.conf +++ b/conf/machine/simpad.conf @@ -0,0 +1,29 @@ +#@TYPE: Machine +#@NAME: SIEMENS SIMpad SL4, SIEMENS SIMpad CL4, SIEMENS SIMpad SLC, Telekom T-Sinus PAD +#@DESCRIPTION: Machine configuration for the SA1100 based SIEMENS SIMpad and Telekom T-Sinus PAD devices + +TARGET_ARCH = "arm" +IPKG_ARCHS = "all arm ${MACHINE}" +PREFERRED_PROVIDER_xserver = "xserver-kdrive" +PREFERRED_PROVIDER_virtual/kernel = "opensimpad-64+0" +BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel hostap-modules orinoco-modules freeswan mipv6 atmelwlandriver" +BOOTSTRAP_EXTRA_RDEPENDS = "kernel" +BOOTSTRAP_EXTRA_RRECOMMENDS = "freeswan mipv6 hostap-modules-cs orinoco-modules atmelwlandriver \ +kernel-module-sa1100-ir kernel-module-sa1100usb-core kernel-module-usb-eth \ +kernel-module-pcnet-cs kernel-module-8390" + +# This is needed for the ramdisk script to work +BOOTSTRAP_EXTRA_DEPENDS += "e2fsprogs" +BOOTSTRAP_EXTRA_RDEPENDS += "e2fsprogs-mke2fs" + +EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" +EXTRA_IMAGEDEPENDS = "" +INHERIT += "simpad_flashimg" +SERIAL_CONSOLE = "ttySA0 38400 vt100" + +USE_DEVFS = "1" +GPE_MACHINE_CLASS = "bigscreen" + +include conf/machine/handheld-common.conf +include conf/machine/tune-strongarm.conf +