summaryrefslogtreecommitdiff
path: root/conf/machine
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2005-08-08 22:33:33 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-08 22:33:33 +0000
commit4e7bab8d108caa7a732bf7132031d447c9825686 (patch)
tree9ad8e5a56d1df57250c90955758af4e0c62a1532 /conf/machine
parent5a2f83baff10d031b62d610c23b3d63f1afffde2 (diff)
Beagle (MasterIA Hardware):
Drop beagle related files (kernel, machine configuration)
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/beagle.conf62
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"