aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/lite5200.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-05-02 18:20:08 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-02 18:20:08 +0000
commit6f0a42794ed574ba83f4a67ed0b9f9de079e758e (patch)
tree11b1dd33c6573b178252f1f61b467a85adac7be4 /conf/machine/lite5200.conf
parentd08fb535971f6269da3d4f85d5cee0074efd52d3 (diff)
downloadopenembedded-6f0a42794ed574ba83f4a67ed0b9f9de079e758e.tar.gz
lite5200.conf: remove stuff that should be in $DISTRO.conf
Diffstat (limited to 'conf/machine/lite5200.conf')
-rw-r--r--conf/machine/lite5200.conf8
1 files changed, 0 insertions, 8 deletions
diff --git a/conf/machine/lite5200.conf b/conf/machine/lite5200.conf
index 8df7b51d69..68efccef32 100644
--- a/conf/machine/lite5200.conf
+++ b/conf/machine/lite5200.conf
@@ -1,18 +1,10 @@
TARGET_ARCH = "powerpc"
-TARGET_OS = "linux"
IPKG_ARCHS = "all ppc ${MACHINE}"
UBOOT_MACHINE = "Lite5200"
SERIAL_CONSOLE="38400 ttyS0"
-DISTRO = "familiar"
TARGET_PREFIX = powerpc-603e-linux-gnu-
-ASSUME_PROVIDED += "virtual/${TARGET_PREFIX}gcc virtual/libc"
-PREFERRED_PROVIDERS += "virtual/qte:qte virtual/libqpe:libqpe-opie"
-PREFERRED_PROVIDERS += " virtual/libsdl:libsdl-qpe"
-PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
-PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
-PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
IMAGE_FSTYPES = "jffs2 tar.bz2"