]> code.ossystems Code Review - openembedded-core.git/commitdiff
Poky: Switch to use EABI for arm images. Also implies a switch to gcc4, glibc 2.5...
authorRichard Purdie <richard@openedhand.com>
Mon, 8 Jan 2007 21:02:07 +0000 (21:02 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 8 Jan 2007 21:02:07 +0000 (21:02 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1121 311d38ba-8fff-0310-9ca6-ca027cbcb966

build/conf/local.conf.sample
meta/conf/distro/poky.conf

index e5d14301b41c75313e69c9d47fffe927e42d557c..7f5e8499edf8867a35e5d9b8f22e957e7b7478b2 100644 (file)
@@ -51,6 +51,13 @@ IMAGE_FEATURES = "dbg-tools test-tools debug-tweaks"
 #PACKAGE_CLASSES ?= "package_deb package_ipk"
 PACKAGE_CLASSES ?= "package_ipk"
 
+# POKYMODE controls the characteristics of the generated packages/images.
+# Options include several different EABI combinations and a
+# compatibility mode for the OABI mode poky use to use. Use "oabi" for machines 
+# with kernels < 2.6.18 for example. The default is "eabi". These changes only 
+# really apply for ARM machines.
+# POKYMODE = "oabi"
+
 # Uncomment this to specify where BitBake should create its temporary files.
 # Note that a full build of everything in OpenEmbedded will take GigaBytes of hard
 # disk space, so make sure to free enough space. The default TMPDIR is
index 2f090b24ea10b0da7836d658df0e3e0ada452688..04c6fa4fca8cac56d10dab766b70882492299100 100644 (file)
@@ -33,7 +33,7 @@ KERNEL_CONSOLE = "ttyS0"
 #DEBUG_BUILD = "1"
 #INHIBIT_PACKAGE_STRIP = "1"
 
-POKYMODE ?= "oabi"
+POKYMODE ?= "eabi"
 
 require conf/distro/include/poky-${POKYMODE}.inc