summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include/poky-default.inc
Commit message (Collapse)AuthorAgeFilesLines
* distro: Add defaultsetup.conf, a set of default configuration providing sane ↵Richard Purdie2011-05-111-55/+0
| | | | | | | | | | | | 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. (From OE-Core rev: c0a148077ae27a1ef57c55ac22953c68d001af57) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-default.inc: Weakly assign gettext to provide virtual/gettextKhem Raj2011-04-281-0/+1
| | | | | | | (From OE-Core rev: 1ad22722a4e35c52610983172e41982e21881c6c) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-default.inc: Change LINUXLIBCVERSION "2.6.36" -> "2.6.37.2"Khem Raj2011-03-081-1/+1
| | | | | | | (From OE-Core rev: 9a86fa5235ab8715319709ff2171864a074aed37) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-default.inc: bump binutils preferred version to 2.21Scott Garman2011-01-211-1/+1
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* poky-default.inc: update gcc & linux-libc-headers versionsNitin A Kamble2010-11-181-3/+3
| | | | | | | | | | 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>
* poky-default.inc: change the hardcoded glibc-initial to ${POKYLIBC}-initialDexuan Cui2010-09-271-1/+1
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* upgrade gcc to 4.5.0 for mips architectureDongxiao Xu2010-09-221-1/+0
| | | | | | | | | | | | 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>
* gcc: upgrade gcc for powerpc to version 4.5.0Dongxiao Xu2010-09-171-1/+0
| | | | | | | | | | | | | | 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>
* poky-default.inc: Use standard udev version for PPC, seems to work fineRichard Purdie2010-09-071-1/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-default.inc: Make sure sdk version of gcc is fixed and doesn't changeRichard Purdie2010-09-061-5/+5
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* eglibc: Set BBCLASSEXTEND to include nativesdkRichard Purdie2010-09-031-1/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-default: fix a warning caused by preferred libc-initial being unsetJoshua Lock2010-08-171-0/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* sdk-task: make libc dependancies genericNitin A Kamble2010-08-131-1/+1
| | | | | | This change specifies the libc dependancies in a generic fashion. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* poky-default.inc: Make gcc 4.5.0 the default but not for mips and powerpc yetRichard Purdie2010-08-101-1/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc family : upgrade to 4.5.0Nitin A Kamble2010-07-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* expat: use gzip-native for unpackKevin Tian2010-07-241-0/+3
| | | | | | | | | | | | | 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>
* elfutils: upgrade to version 0.148Yu Ke2010-07-211-1/+1
| | | | | | | | | 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>
* glibc: Upgraded to version 2.10.1Dongxiao Xu2010-07-131-1/+1
| | | | | | | | | 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>
* linux-libc-headers: upgrade from 2.6.33 to 2.6.34Nitin A Kamble2010-07-021-1/+1
| | | | | | | | | | | | | | | 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>
* make 2.20.1 as new default version for binutilsNitin A Kamble2010-06-101-1/+1
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* poky-default.inc: Bump linux-libc-headers to 2.6.33Joshua Lock2010-05-251-1/+1
| | | | | | | 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>
* poky-default.inc: roll-back preferred linux-libc-headers to 2.6.30Joshua Lock2010-05-241-1/+1
| | | | | | Our current Busybox version doesn't support 2.6.33 headers. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* linux-libc-headers: add 2.6.33 headersJoshua Lock2010-05-201-1/+1
| | | | | | | 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>
* Latest versions of GCC are safe on PowerPCGary Thomas2010-05-061-4/+0
| | | | Signed-off-by: Gary Thomas <gary@mlbassoc.com>
* poky-default.inc: set PPC preferred version for gcc-runtimeJoshua Lock2010-04-271-0/+1
| | | | | | | 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>
* conf/poky-default.inc: Fix PPC preferred binutilsJoshua Lock2010-04-271-1/+1
| | | | | | | 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>
* classes/conf: Update to handle gcc-runtimeRichard Purdie2010-03-291-0/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky/moblin: Switch to binutils 2.20Richard Purdie2010-02-231-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-default: bump preferred glibc version to 2.9 for Poky distroJoshua Lock2010-02-101-4/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* poky-default: Upgrade binutils to 2.19Richard Purdie2010-02-041-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* conf/distro/poky: Rename poky-eabi to poky-default to make more senseRichard Purdie2010-01-281-0/+53
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>