[oe-commits] org.oe.dev netvista.conf: Update to more modern standards and kernel 2.6

florian commit openembedded-commits at lists.openembedded.org
Tue Apr 3 16:13:35 UTC 2007


netvista.conf: Update to more modern standards and kernel 2.6

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: 77f6efffed28f6906a5c205cb00e11fba9fa3888
ViewMTN: http://monotone.openembedded.org/revision.psp?id=77f6efffed28f6906a5c205cb00e11fba9fa3888
Files:
1
conf/machine/netvista.conf
Diffs:

#
# mt diff -r4420d8a7b8ef55c1718f7689414ef8a435acf3b0 -r77f6efffed28f6906a5c205cb00e11fba9fa3888
#
# 
# 
# patch "conf/machine/netvista.conf"
#  from [f79ef3ffb420f380b7e9fb4f40d2897e7cc48686]
#    to [19709545d6871f1ba341a70763296e1e5f78dd25]
# 
============================================================
--- conf/machine/netvista.conf	f79ef3ffb420f380b7e9fb4f40d2897e7cc48686
+++ conf/machine/netvista.conf	19709545d6871f1ba341a70763296e1e5f78dd25
@@ -1,23 +1,22 @@
 #@TYPE: Machine
-#@NAME: IBM Netvista
-#@DESCRIPTION: Machine configuration for the IBM Netvista thin client
+#@NAME: X86
+#@DESCRIPTION: Machine configuration for a Linux running on x86 compatible machines
 
-TARGET_ARCH = "i386"
-PREFERRED_PROVIDER_xserver = "xserver-xorg"
-PREFERRED_PROVIDER_virtual/kernel = "linux-netvista"
-BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils"
-#BOOTSTRAP_EXTRA_RRECOMMENDS = "hostap-modules"
-#IMAGE_FSTYPES = "cramfs"
-EXTRA_IMAGEDEPENDS = ""
-SERIAL_CONSOLE = "ttyS0 115200 vt100"
+# i386 doesn't work with NTPL, see http://ecos.sourceware.org/ml/libc-ports/2006-03/msg00030.html
+TARGET_ARCH = "i486"
+# TARGET_VENDOR = "-oe"
+PACKAGE_EXTRA_ARCHS = "netvista"
+PREFERRED_PROVIDER_virtual/kernel = "linux-x86"
+# todo: convert to task-base
+# BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules"
+MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
 
-TARGET_VENDOR = "-oe"
-PREFERRED_PROVIDERS_append = " virtual/kernel:linux-netvista"
-IMAGE_FSTYPES = "ext2"
-GUI_MACHINE_CLASS = "bigscreen"
-GPE_EXTRA_INSTALL += "gaim sylpheed gpe-mini-browser abiword"
+MACHINE_TASK_PROVIDER = "task-base"
 
-#BOOTSTRAP_EXTRA_RDEPENDS = "pciutils udev module-init-tools kernel-modules strace
-#udevdir = "/dev"
+MACHINE_FEATURES = "kernel26 pci usbhost ext2 screen keyboard irda apm alsa"
+ROOT_FLASH_SIZE = "32"
 
+udevdir = "/dev"
+OLDEST_KERNEL = "2.6.17"
+GLIBC_ADDONS = "nptl"
+GLIBC_EXTRA_OECONF = "--with-tls"
-






More information about the Openembedded-commits mailing list