From: Tim 'timtim' Ellis Date: Thu, 15 Jan 2009 23:14:35 +0000 (+0000) Subject: lsarm: This machine was supersceded by the lspro and kuropro machines some time ago... X-Git-Tag: Release-2010-05/1~4358 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b2a5827211ecc77d74e89df47ade19977739af7;p=openembedded.git lsarm: This machine was supersceded by the lspro and kuropro machines some time ago - remove it --- diff --git a/conf/machine/lsarm.conf b/conf/machine/lsarm.conf deleted file mode 100644 index 4760d64e30..0000000000 --- a/conf/machine/lsarm.conf +++ /dev/null @@ -1,30 +0,0 @@ -#@TYPE: Machine -#@NAME: ARM based Buffalo Linkstation -#@DESCRIPTION: Machine configuration for various different ARM based linkstations -TARGET_ARCH = "arm" -PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te" -INHERIT += "lsarm-image" - -MACHINE_EXTRA_RDEPENDS = "miconapl micro-evtd" -MACHINE_FEATURES = "kernel26 usbhost ext2 pci uboot" - - -PREFERRED_PROVIDER_virtual/bootloader = "" - -USE_DEVFS = "0" - -require conf/machine/include/tune-arm926ejs.inc - -IMAGE_FSTYPES = "tar.gz" - -# serial console port on devboard rev. B3 -SERIAL_CONSOLE = "115200 ttyS0" - -HOTPLUG = "udev" -udevdir = "/dev" - -IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt" - -BOOTSTRAP_EXTRA_RDEPENDS = "udev module-init-tools kernel-modules" -PREFERRED_PROVIDER_virtual/kernel = "linux-linkstationarm" -