r277 - in trunk/oe: classes conf/machine


Fri Dec 1 08:07:52 CET 2006


Author: 
Date: 2006-12-01 07:07:52 +0000 (Fri, 01 Dec 2006)
New Revision: 277

Added:
   trunk/oe/conf/machine/x86-sdk.conf
Modified:
   trunk/oe/classes/openmoko-base.bbclass
Log:
oe: commit missing file, add more sections to openmoko-base


Modified: trunk/oe/classes/openmoko-base.bbclass
===================================================================
--- trunk/oe/classes/openmoko-base.bbclass	2006-12-01 06:40:24 UTC (rev 276)
+++ trunk/oe/classes/openmoko-base.bbclass	2006-12-01 07:07:52 UTC (rev 277)
@@ -7,6 +7,7 @@
     import bb
     openmoko, section = bb.data.getVar('SECTION', d, 1).split("/")
     if section == 'base' or section == 'libs': return ""
+    elif section in 'apps tools pim'.split(): return "applications"
     else: return section
 
 SUBDIR = "${@openmoko_base_get_subdir(d)}"

Added: trunk/oe/conf/machine/x86-sdk.conf
===================================================================
--- trunk/oe/conf/machine/x86-sdk.conf	2006-12-01 06:40:24 UTC (rev 276)
+++ trunk/oe/conf/machine/x86-sdk.conf	2006-12-01 07:07:52 UTC (rev 277)
@@ -0,0 +1,34 @@
+#-----------------------------------------------------------------------------
+#@TYPE: Machine
+#@NAME: x86-sdk
+#@DESCRIPTION: Machine configuration for x86 SDK
+#-----------------------------------------------------------------------------
+
+TARGET_ARCH = "i386"
+TARGET_VENDOR = "-oe"
+IPKG_EXTRA_ARCHS = "x86"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-x86"
+
+MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget"
+
+MACHINE_EXTRA_RDEPENDS = ""
+MACHINE_EXTRA_RRECOMMENDS = ""
+
+MACHINE_TASK_PROVIDER = "task-base"
+
+# used by sysvinit_2
+SERIAL_CONSOLE = "-h 115200 ttyS0"
+
+# used by some images
+ROOT_FLASH_SIZE = "60M"
+# extra jffs2 tweaks
+EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 --pad -n"
+
+# build tools
+EXTRA_IMAGEDEPENDS += "s3c2410-boot-usb-native sjf2410-linux-native"
+
+udevdir = "/dev"
+OLDEST_KERNEL = "2.6.5"
+GLIBC_ADDONS = "nptl"
+GLIBC_EXTRA_OECONF = "--with-tls"





More information about the commitlog mailing list