From 589a797e9846f97a35b9a68ef76f37df35ada007 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 28 Jan 2010 22:12:58 +0000 Subject: conf/distro/poky: Rename poky-eabi to poky-default to make more sense Signed-off-by: Richard Purdie --- meta/conf/distro/poky.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/conf/distro/poky.conf') diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index ccbd4869b..2bf4be8c0 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -48,11 +48,11 @@ KERNEL_CONSOLE = "ttyS0" #DEBUG_BUILD = "1" #INHIBIT_PACKAGE_STRIP = "1" -# Default to TARGETOS values for EABI +# Default to TARGETOS values for EABI on arm GLIBCTARGETOS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}" UCLIBCTARGETOS = "linux${@['-uclibc','-uclibcgnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}" -POKYMODE ?= "eabi" +POKYMODE ?= "default" require conf/distro/include/poky-${POKYMODE}.inc POKYLIBC ?= "glibc" -- cgit v1.2.3