summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-01-08 21:02:07 +0000
committerRichard Purdie <richard@openedhand.com>2007-01-08 21:02:07 +0000
commit4db17d9cb38a115645a6f3d1af1f924a3d486f13 (patch)
treede9c028f0ce12c49405cba452a823be6f0d8d22f
parentba22e89b8e97f5008571957234bb3a1382c21628 (diff)
downloadpoky-4db17d9cb38a115645a6f3d1af1f924a3d486f13.tar.gz
Poky: Switch to use EABI for arm images. Also implies a switch to gcc4, glibc 2.5 and binutils 2.17.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1121 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--build/conf/local.conf.sample7
-rw-r--r--meta/conf/distro/poky.conf2
2 files changed, 8 insertions, 1 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample
index e5d14301b4..7f5e8499ed 100644
--- a/build/conf/local.conf.sample
+++ b/build/conf/local.conf.sample
@@ -51,6 +51,13 @@ IMAGE_FEATURES = "dbg-tools test-tools debug-tweaks"
51#PACKAGE_CLASSES ?= "package_deb package_ipk" 51#PACKAGE_CLASSES ?= "package_deb package_ipk"
52PACKAGE_CLASSES ?= "package_ipk" 52PACKAGE_CLASSES ?= "package_ipk"
53 53
54# POKYMODE controls the characteristics of the generated packages/images.
55# Options include several different EABI combinations and a
56# compatibility mode for the OABI mode poky use to use. Use "oabi" for machines
57# with kernels < 2.6.18 for example. The default is "eabi". These changes only
58# really apply for ARM machines.
59# POKYMODE = "oabi"
60
54# Uncomment this to specify where BitBake should create its temporary files. 61# Uncomment this to specify where BitBake should create its temporary files.
55# Note that a full build of everything in OpenEmbedded will take GigaBytes of hard 62# Note that a full build of everything in OpenEmbedded will take GigaBytes of hard
56# disk space, so make sure to free enough space. The default TMPDIR is 63# disk space, so make sure to free enough space. The default TMPDIR is
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index 2f090b24ea..04c6fa4fca 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -33,7 +33,7 @@ KERNEL_CONSOLE = "ttyS0"
33#DEBUG_BUILD = "1" 33#DEBUG_BUILD = "1"
34#INHIBIT_PACKAGE_STRIP = "1" 34#INHIBIT_PACKAGE_STRIP = "1"
35 35
36POKYMODE ?= "oabi" 36POKYMODE ?= "eabi"
37 37
38require conf/distro/include/poky-${POKYMODE}.inc 38require conf/distro/include/poky-${POKYMODE}.inc
39 39