diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2010-09-21 16:40:59 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-21 23:37:29 +0100 |
commit | f342f3ba68d8cbd5b5b58129ba16324f280de6b1 (patch) | |
tree | daa7a698190e8c4f23408e493c107cf19ecc1119 | |
parent | 8c33bfc84a2c8226e03a85b3eab3206db7509ef1 (diff) | |
download | poky-f342f3ba68d8cbd5b5b58129ba16324f280de6b1.tar.gz |
poky.conf: use eglibc rather than glibc
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
-rw-r--r-- | meta/conf/distro/poky.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 0117fff163..41577476cb 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
@@ -56,7 +56,7 @@ UCLIBCTARGETOS = "linux${@['-uclibc','-uclibcgnueabi'][bb.data.getVar('TARGET_AR | |||
56 | POKYMODE ?= "default" | 56 | POKYMODE ?= "default" |
57 | require conf/distro/include/poky-${POKYMODE}.inc | 57 | require conf/distro/include/poky-${POKYMODE}.inc |
58 | 58 | ||
59 | POKYLIBC ?= "glibc" | 59 | POKYLIBC ?= "eglibc" |
60 | require conf/distro/include/poky-${POKYLIBC}.inc | 60 | require conf/distro/include/poky-${POKYLIBC}.inc |
61 | 61 | ||
62 | SDK_NAME = "${DISTRO}-${POKYLIBC}-${SDK_ARCH}-${TARGET_ARCH}" | 62 | SDK_NAME = "${DISTRO}-${POKYLIBC}-${SDK_ARCH}-${TARGET_ARCH}" |