summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include/poky-default.inc
AgeCommit message (Collapse)Author
2011-05-11distro: Add defaultsetup.conf, a set of default configuration providing sane ↵Richard Purdie
overrridable default for commonly used options The intent is to allow distros to share common core config but still allow customisations. The core should work with no distro set but users can still customise in any ways needed. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-28poky-default.inc: Weakly assign gettext to provide virtual/gettextKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-08poky-default.inc: Change LINUXLIBCVERSION "2.6.36" -> "2.6.37.2"Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-01-21poky-default.inc: bump binutils preferred version to 2.21Scott Garman
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-11-18poky-default.inc: update gcc & linux-libc-headers versionsNitin A Kamble
This would avoid warnings like these: NOTE: preferred version 4.5.0 of gcc-runtime not available libgcc-dev) NOTE: preferred version 2.6.34 of linux-libc-headers not available item linux-libc-headers-dev) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-09-27poky-default.inc: change the hardcoded glibc-initial to ${POKYLIBC}-initialDexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-09-22upgrade gcc to 4.5.0 for mips architectureDongxiao Xu
Fix the out of memory when building webkit-gtk with gcc-4.5.0 The new feature added after 4.3.3 "http://www.pubbs.net/200909/gcc/94048-patch-add-support-for-rmipsjalr.html" will cause cc1plus eat up all the system memory when build webkit-gtk. The function mips_get_pic_call_symbol keeps on recursively calling itself. Disable this feature to walk aside the bug. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-09-17 gcc: upgrade gcc for powerpc to version 4.5.0Dongxiao Xu
Fix one parameter order issue for base_contains function, which impacts glibc build under new gcc. Add new judge code to determine whether <altivec.h> is needed. This fixes the mpeg2dec build failure under new gcc. Use O2 as the optimization flag to tinylogin as it will meet segfault if compiled by gcc-4.5.0 when enable both frename-registers and Os options. Use O2 instead. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-09-07poky-default.inc: Use standard udev version for PPC, seems to work fineRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-06poky-default.inc: Make sure sdk version of gcc is fixed and doesn't changeRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-03eglibc: Set BBCLASSEXTEND to include nativesdkRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-17poky-default: fix a warning caused by preferred libc-initial being unsetJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-08-13sdk-task: make libc dependancies genericNitin A Kamble
This change specifies the libc dependancies in a generic fashion. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-08-10poky-default.inc: Make gcc 4.5.0 the default but not for mips and powerpc yetRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-24gcc family : upgrade to 4.5.0Nitin A Kamble
Imported OE patches into the poky recipes. - Use elfutils instead of libelf Converted OE's svn source into tar ball & a patch. Added a patch to revert the baseversion to 4.5.0 Merge OE & poky extra_oeconf_options Fix the zlib (inside gcc) make issue by providing the --with-system-zlib switch in EXTRA_OECONF Found out that some header file dirs were soft linked to non-existing locations like c_std. Changed the configure options to point them to existing locations like c_global. gcc-cross-canadian_4.5.0: fix configure issue Thanks to Saul Wold for providing poky gcc patches rebased to the 4.5.0 sources. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-07-24expat: use gzip-native for unpackKevin Tian
expat 2.0.1 archive is generated with DOS format, which causes CRC error for some version of gzip (<1.4), e.g. on Unbuntu 10.04. This commit adds do_unpack dependency to gzip-native, and thus to use local compiled binary to address this issue. Since 1.4 is a known version solving this issue, also specify a default version for gzip-native also move most lines into expat.inc as cleanup Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-07-21elfutils: upgrade to version 0.148Yu Ke
reuse the open embedded elfutils_0.143.bb recipe to fix the cross compiling issue. Also pick patches from debian elfutils-0.148-1 pkg Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-07-13glibc: Upgraded to version 2.10.1Dongxiao Xu
remove tls_i486.patch and glibc-2.9-use-_begin.patch since they have already been in new version of package Also fix metadata Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-07-02linux-libc-headers: upgrade from 2.6.33 to 2.6.34Nitin A Kamble
added a new patch to fix glibc build issue on powerpc ppc_glibc_build_fix.patch Added attribution to the hayes-gone.patch. And updated the metadata variables like LICENSE & LIC_CHKSUM_FILES And removing all the older recipes and related files Change the linux-libc-header version inpoky-default.inc Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-06-10make 2.20.1 as new default version for binutilsNitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-05-25poky-default.inc: Bump linux-libc-headers to 2.6.33Joshua Lock
Now that we have a Busybox (and strace) which we can build we can use the same kernel-headers version as our default kernel version. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-24poky-default.inc: roll-back preferred linux-libc-headers to 2.6.30Joshua Lock
Our current Busybox version doesn't support 2.6.33 headers. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-20linux-libc-headers: add 2.6.33 headersJoshua Lock
Add kernel headers to match our preferred/default kernel version and set them as the preferred version for the Poky and Moblin distributions. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-06Latest versions of GCC are safe on PowerPCGary Thomas
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
2010-04-27poky-default.inc: set PPC preferred version for gcc-runtimeJoshua Lock
We use an older toolchain for PPC so we need to set the PREFERRED_VERSION for gcc-runtime too. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-04-27conf/poky-default.inc: Fix PPC preferred binutilsJoshua Lock
At some stage the PPC preferred binutils seems to have been changed, we still need 2.19 for now. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-29classes/conf: Update to handle gcc-runtimeRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-23poky/moblin: Switch to binutils 2.20Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-10poky-default: bump preferred glibc version to 2.9 for Poky distroJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-04poky-default: Upgrade binutils to 2.19Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-01-28conf/distro/poky: Rename poky-eabi to poky-default to make more senseRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>