[oe-commits] org.oe.dev lsppc: Move linkstationppc.conf to lsppc.conf

nail commit openembedded-commits at lists.openembedded.org
Fri Mar 30 16:22:04 UTC 2007


lsppc: Move linkstationppc.conf to lsppc.conf

Author: nail at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 3a496d4b0b66a71de39e9753a6656fa413460aa9
ViewMTN: http://monotone.openembedded.org/revision.psp?id=3a496d4b0b66a71de39e9753a6656fa413460aa9
Files:
1
conf/machine/include/linkstationppc.conf
conf/machine/include/lsppc.conf
Diffs:

#
# mt diff -r6686f4fa57a7f10ed749332da00767c972fe05ca -r3a496d4b0b66a71de39e9753a6656fa413460aa9
#
# 
# 
# delete "conf/machine/include/linkstationppc.conf"
# 
# add_file "conf/machine/include/lsppc.conf"
#  content [fd342f3b8bd8f4731b8b17c0cf6ecd6d271e95c2]
# 
============================================================
--- conf/machine/include/lsppc.conf	fd342f3b8bd8f4731b8b17c0cf6ecd6d271e95c2
+++ conf/machine/include/lsppc.conf	fd342f3b8bd8f4731b8b17c0cf6ecd6d271e95c2
@@ -0,0 +1,27 @@
+#@TYPE: Machine configuration
+#@Name: Buffalo PPC Linkstations
+#@DESCRIPTION: Generic Machine configuration for ppc based linkstations
+
+
+TARGET_ARCH = "powerpc"
+PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
+MACHINE_FEATURES = "kernel26 usbhost ext2 pci uboot"
+TARGET_FPU = "hard"
+MACHINE_TASK_PROVIDER = "task-base"
+
+USE_DEVFS = "0"
+
+BOOTSTRAP_EXTRA_RDEPENDS = "udev module-init-tools kernel-modules"
+PREFERRED_PROVIDER_virtual/kernel = "linux-linkstationppc"
+
+#don't try to access tty1
+USE_VT = "0"
+
+HOTPLUG = "udev"
+udevdir = "/dev"
+
+IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt"
+IMAGE_FSTYPES = "tar.gz"
+
+#tune for the MPC5200B cpu
+require conf/machine/include/tune-ppc603e.conf






More information about the Openembedded-commits mailing list