1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

conf/distro/poky: Rename poky-eabi to poky-default to make more sense

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-01-28 22:12:58 +00:00
parent 3ce2be9e77
commit 589a797e98
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -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"