diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-28 22:12:58 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-28 22:12:58 +0000 |
commit | 589a797e9846f97a35b9a68ef76f37df35ada007 (patch) | |
tree | 74f247ab1896d50e6f42d2581ed384961edad822 /meta/conf | |
parent | 3ce2be9e77eb218adb7e1d45e431106ea2d4e043 (diff) | |
download | poky-589a797e9846f97a35b9a68ef76f37df35ada007.tar.gz |
conf/distro/poky: Rename poky-eabi to poky-default to make more sense
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/poky-default.inc (renamed from meta/conf/distro/include/poky-eabi.inc) | 0 | ||||
-rw-r--r-- | meta/conf/distro/poky.conf | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/distro/include/poky-eabi.inc b/meta/conf/distro/include/poky-default.inc index a0dc10196b..a0dc10196b 100644 --- a/meta/conf/distro/include/poky-eabi.inc +++ b/meta/conf/distro/include/poky-default.inc | |||
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index ccbd4869b6..2bf4be8c04 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
@@ -48,11 +48,11 @@ KERNEL_CONSOLE = "ttyS0" | |||
48 | #DEBUG_BUILD = "1" | 48 | #DEBUG_BUILD = "1" |
49 | #INHIBIT_PACKAGE_STRIP = "1" | 49 | #INHIBIT_PACKAGE_STRIP = "1" |
50 | 50 | ||
51 | # Default to TARGETOS values for EABI | 51 | # Default to TARGETOS values for EABI on arm |
52 | GLIBCTARGETOS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}" | 52 | GLIBCTARGETOS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}" |
53 | UCLIBCTARGETOS = "linux${@['-uclibc','-uclibcgnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}" | 53 | UCLIBCTARGETOS = "linux${@['-uclibc','-uclibcgnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}" |
54 | 54 | ||
55 | POKYMODE ?= "eabi" | 55 | POKYMODE ?= "default" |
56 | require conf/distro/include/poky-${POKYMODE}.inc | 56 | require conf/distro/include/poky-${POKYMODE}.inc |
57 | 57 | ||
58 | POKYLIBC ?= "glibc" | 58 | POKYLIBC ?= "glibc" |