[oe-commits] org.oe.dev alix: added machine config for PC Engines Alix1c board

hrw commit openembedded-commits at lists.openembedded.org
Tue Aug 7 13:21:07 UTC 2007


alix: added machine config for PC Engines Alix1c board

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: a8f105d480857c488d8c43e2bcd2a1618c0040fa
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a8f105d480857c488d8c43e2bcd2a1618c0040fa
Files:
1
conf/machine/alix.conf
Diffs:

#
# mt diff -rd8e888f7b1252474db26b712de2e81bf251f69f0 -ra8f105d480857c488d8c43e2bcd2a1618c0040fa
#
# 
# 
# add_file "conf/machine/alix.conf"
#  content [76cc73f8bf7af8542d445c5d919516e000352bb2]
# 
============================================================
--- conf/machine/alix.conf	76cc73f8bf7af8542d445c5d919516e000352bb2
+++ conf/machine/alix.conf	76cc73f8bf7af8542d445c5d919516e000352bb2
@@ -0,0 +1,24 @@
+#@TYPE: Machine
+#@NAME: Alix
+#@DESCRIPTION: Machine configuration for PC Engines Alix1c board
+#
+# http://pcengines.ch/alix1c.htm
+
+# i386 doesn't work with NTPL, see http://ecos.sourceware.org/ml/libc-ports/2006-03/msg00030.html
+TARGET_ARCH = "i686"
+
+PACKAGE_EXTRA_ARCHS = "x86 i386 i486 i586"
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
+
+OLDEST_KERNEL = "2.6.17"
+GLIBC_ADDONS = "nptl"
+GLIBC_EXTRA_OECONF = "--with-tls"
+
+MACHINE_FEATURES = "kernel26 usbhost ext2 pci screen alsa acpi"
+
+IMAGE_FSTYPES += "tar.gz"
+
+MACHINE_EXTRA_RRECOMMENDS = "\
+	kernel-modules \
+	"






More information about the Openembedded-commits mailing list