diff options
| author | Michael Lauer <mickey@vanille-media.de> | 2005-08-09 10:46:10 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-09 10:46:10 +0000 |
| commit | f603ad225becb7149cfde643c3f868dd4db275db (patch) | |
| tree | 3320f67dd63a7d8f2b2af79cf20605645a6e01c7 /conf | |
| parent | 0395f0f5e840805c6ac53cec294a732de4c03b44 (diff) | |
| parent | 9ae08745a2995e0bbde7358d7491e7685f1861b7 (diff) | |
merge of 27ce3dcb3ae4cdeafc78be0419448c83a31e6c86
and b545254923165588edbe4ef88061c70e7283ec17
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/beagle.conf | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/conf/machine/beagle.conf b/conf/machine/beagle.conf deleted file mode 100644 index ecc99ff5a7..0000000000 --- a/conf/machine/beagle.conf +++ /dev/null @@ -1,62 +0,0 @@ -#@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-irlan kernel-module-irnet \ -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 \ -kernel-module-ircomm kernel-module-ircomm-tty \ -kernel-module-serial kernel-module-slhc " -BOOTSTRAP_EXTRA_RRECOMMENDS = "hostap-modules-cs " - - -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/tune-strongarm.conf - - -SERIAL_CONSOLE = "115200 ttySA0" - - - -# Configuration bits for "generic handheld" from handhelds-common.conf -HANDHELD_MODULES_COPY = "ipv6 \ -ipsec \ -nvrd \ -mip6-mn \ -tun \ -ide-cs ide-disk \ -loop \ -vfat ext2 \ -sunrpc nfs \ -btuart-cs dtl1-cs bt3c-cs rfcomm bnep l2cap sco hci_uart \ -pcnet-cs serial-cs \ -af_packet \ -ppp-async ppp-deflate ppp-mppe \ -ip-gre ip-tables ipip \ -irda irlan irnet irport irtty \ -input uinput \ -" - - -BOOTSTRAP_EXTRA_DEPENDS += "pcmcia-cs apmd ppp wireless-tools irda-utils" -BOOTSTRAP_EXTRA_RDEPENDS += "pcmcia-cs apm irda-utils" -BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools ${@linux_module_packages('${HANDHELD_MODULES_COPY}', d)}" - -INHERIT += "linux_modules" |
