diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-07 21:48:48 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-07 21:48:48 +0000 |
commit | 3a13085808e4df5c25d2e4b0dda1d2b258e93b41 (patch) | |
tree | 1683dd1afabbb810387ecf1dc8858d3162ee30ea /conf/machine/beagle.conf | |
parent | 182da72823822128068a0717ed0e6e7ab05174f8 (diff) |
unbreak conf/ inclusion caused by kergoth's batch rename
BKrev: 4165b9c01stiHQ1gecbRR9Qr3w_nzQ
Diffstat (limited to 'conf/machine/beagle.conf')
-rw-r--r-- | conf/machine/beagle.conf | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/conf/machine/beagle.conf b/conf/machine/beagle.conf index e69de29bb2..edb07fa1b4 100644 --- a/conf/machine/beagle.conf +++ b/conf/machine/beagle.conf @@ -0,0 +1,35 @@ +#@TYPE: Machine +#@NAME: MasterIA PA100 +#@DESCRIPTION: Machine configuration for the SA1100 based MasterIA PA-100 device + +TARGET_ARCH = "arm" +IPKG_ARCHS = "all arm ${MACHINE}" +PREFERRED_PROVIDER_xserver = "xserver-kdrive" +PREFERRED_PROVIDER_virtual/kernel = "montavista-sa" +BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel modutils hostap-modules orinoco-modules " +BOOTSTRAP_EXTRA_RDEPENDS = " kernel-module-net-fd \ +kernel-module-sa1100-bi kernel-module-usbdcore kernel-module-usbdmonitor \ +kernel-module-pcnet-cs kernel-module-8390 kernel-module-unix \ +kernel-module-sa1100-ir \ +kernel-module-usb-eth kernel-module-sa1100usb-core \ +kernel-module-ppp-generic kernel-module-ppp-async kernel-module-mtdchar \ +kernel-module-fat kernel-module-vfat " +BOOTSTRAP_EXTRA_RRECOMMENDS = "hostap-modules-cs " + + +# FIXME: the modules list is not complete yet! + +EXTRA_IMAGECMD_jffs2 = "--pad=0xec0000 --little-endian --eraseblock=0x40000" +EXTRA_IMAGEDEPENDS = "cetools-native" + +IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --faketime \ + --output=${T}/${IMAGE_NAME}.rootfs.jffs2 \ + ${EXTRA_IMAGECMD}; bin2rom ${T}/${IMAGE_NAME}.rootfs.jffs2 \ + ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.img \ + ffffffff ffffffff d0140000" + +include conf/machine/handheld-common.conf +include conf/machine/tune-strongarm.conf + +SERIAL_CONSOLE = "115200 ttySA0" + |