diff options
Diffstat (limited to 'meta-yocto/conf/distro/poky.conf')
-rw-r--r-- | meta-yocto/conf/distro/poky.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index a19d344f7d..01ff45e383 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/conf/distro/poky.conf | |||
@@ -54,7 +54,7 @@ KERNEL_CONSOLE = "ttyS0" | |||
54 | 54 | ||
55 | # Default to TARGETOS values for EABI on arm | 55 | # Default to TARGETOS values for EABI on arm |
56 | GLIBCTARGETOS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}" | 56 | GLIBCTARGETOS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}" |
57 | UCLIBCTARGETOS = "linux${@['-uclibc','-uclibcgnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}" | 57 | UCLIBCTARGETOS = "linux${@['-uclibc','-uclibceabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}" |
58 | 58 | ||
59 | POKYMODE ?= "default" | 59 | POKYMODE ?= "default" |
60 | require conf/distro/include/poky-${POKYMODE}.inc | 60 | require conf/distro/include/poky-${POKYMODE}.inc |