summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* native, nativesdk, crosssdk: reset TARGET_FPUIlya Yanok2011-04-053-0/+3
| | | | | | | | | | | | | | | | | When building one of the native, nativesdk or crosssdk packages TARGET_* variables' values are no longer related to the target we set via MACHINE variable, they are now related to the BUILD (native) or SDK (nativesdk, crosssdk) targets instead. We need to change TARGET_FPU variable accordingly or some of the recipes (the ones that check for TARGET_FPU value, most notably gcc and eglibc) might be confused. It's probably cleaner not to reset TARGET_FPU but to change it to something like ${BUILD_FPU} (for native) or ${SDK_FPU} (for crosssdk and nativesdk) but as long as BUILD and SDK are x86 it's safe to just reset TARGET_FPU. Signed-off-by: Ilya Yanok <yanok@emcraft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ldconfig-native-2.12.1: newer recipe with eglibc sourcesNitin A Kamble2011-04-0410-113/+672
| | | | | | | | | | | | This fixes [YOCTO #780] Handle the input/output data with different endian-ness correctly Also fix the definition of LD_SO for cross environment And remove the older 2.5 version of ldconfig-native recipe Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* libxcb: fix for broken library link in the imageNitin A Kamble2011-04-044-3/+6
| | | | | | | | | | | | | | log.do_package: NOTE: the following files were installed but not shipped in any package: NOTE: /usr/lib/libxcb-dri2.so.0 NOTE: /usr/lib/libxcb-dri2.so.0.0.0 NOTE: libxcb-dev contains dangling symlink to /usr/lib/libxcb-dri2.so.0.0.0 Then because of the dangling symlink, ldconfig fails at the time of rootfs creation of image. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* image.bbclass: make execution ldconfig verboseNitin A Kamble2011-04-041-1/+2
| | | | | | The failure of ldconfig was not getting logged anywhere before. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* xproto: Fix configure commandline option whitespaceRichard Purdie2011-04-041-1/+1
| | | | | | Thanks to Martin Jansa for reporting. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* docbook-dsssl-stylesheets-native: run install-catalog only during ↵Scott Garman2011-04-041-5/+8
| | | | | | do_populate_sysroot Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* openjade-native: run install-catalog only during do_populate_sysrootScott Garman2011-04-041-5/+8
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* docbook-sgml-dtd-native.inc: run install-catalog only during do_populate_sysrootScott Garman2011-04-041-5/+8
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* Revert "elfutils: fix builds with gcc 4.6"Richard Purdie2011-04-041-4/+0
| | | | | | This change does not work with previous versions of gcc. This reverts commit a02eb31697cd977f3587f42bb09b8a9ebcca7a4b.
* qemu-nativesdk: fix do_configureIlya Yanok2011-04-041-1/+1
| | | | | | | | qemu 0.14 does not need --cross-prefix switch as it uses CC environment variables (and friends) which contains the cross prefix already. Signed-off-by: Ilya Yanok <yanok@emcraft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qemuppc: add libqtopengl4 for ppcMei Lei2011-04-043-0/+6
| | | | | | | Modify some configs for ppc to enable the libqtopengl4 support. This fixes [YOCTO #848] Signed-off-by: Mei Lei <lei.mei@intel.com>
* documentation/poky-ref-manual/development.xml: Edits for Eclipse and AnjutaScott Rifenbark2011-04-041-9/+37
| | | | | | | | | | I commented out a large section of the chapter, which went into detail on how to locate, install, configure, and use the Yocto Ecliple plug-in. This information is redundant in this book and is better explained in the ADT Manual. I am referencing the information from this chapter now. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/poky-ref-manual/poky-ref-manual.xml: Updated rev-history tableScott Rifenbark2011-04-041-2/+2
| | | | | | Updated the revision history table for the manual. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* bitbake.conf: fix MACHINE_ARCHQing He2011-04-041-2/+1
| | | | | | Replaces all '-' in $MACHINE to '_', fixes [YOCTO #946] Signed-off-by: Qing He <qing.he@intel.com>
* linux-yocto/meta: cleanup and streamline kernel meta dataBruce Ashfield2011-04-041-1/+1
| | | | | | | | | | | | | | | | Fixes [YOCTO #945] As part of the update to 2.6.37 existing configuration and patches from the -stable kernel were left in place as a reminder of features and configuration carry forward. A lot of these reminders are no longer necessary and the kernel meta data needs to be cleaned up to prepare for activities related to newer kernels. Also in this meta update are configuration changes to allow common_pc derived BSPs to have a clean baseline configuration. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* linux-yocto/crownbay: update configurationBruce Ashfield2011-04-041-1/+1
| | | | | | | | | | | The crownbay has been updated for 2.6.37, the BSP branch already contans the changes, and this is the update of meta to the new config values: crownbay: update eg20t config crownbay: set cpu type to MATOM Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* db: Switch to patchdir rather than applying in do_configureTom Rini2011-04-041-5/+1
| | | | Signed-off-by: Tom Rini <tom_rini@mentor.com>
* patch.bbclass: allow importing patches into other dirsTom Rini2011-04-041-3/+16
| | | | | | | | | | | | | | | | | This is taken from openembedded.master: commit 9d0d70da60ca8ef278916f442125d41161846f38 Author: Chris Larson <chris_larson@mentor.com> Date: Mon Aug 23 13:03:55 2010 -0400 patch: allow importing patches into other dirs Use the 'patchdir' flag. If relative, it's assumed to be relative to ${S}. It creates a patchset class per patch directory, so for quilt this results i multiple .pc/patches directories to manage each of the patchsets. Signed-off-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
* xserver-xf86: explicitly disable fop document generationJoshua Lock2011-04-041-0/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* openjade: fix build with GCC 4.6Joshua Lock2011-04-042-2/+91
| | | | | | | | | | In GCC 4.6 the compiler no longer allows objects of const-qualified type to be default initialized unless the type has a user-declared default constructor. Patch from Gentoo bugzilla: http://bugs.gentoo.org/show_bug.cgi?id=358021 Signed-off-by: Joshua Lock <josh@linux.intel.com>
* libx11: disable building of specsJoshua Lock2011-04-041-1/+1
| | | | | | | Generating Postscript specs fails on Fedora 15, I don't *think* we need them so disable them. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* xorg-[lib-common|proto-common]: disable use of fop document generationJoshua Lock2011-04-042-1/+2
| | | | | | | | | On Fedora 15 I see a huge Java backtrace when document generation runs for some xorg libs. As fop is automatically detected, with the possibility of detecting fop on the host whilst doing target builds, the safest bet is to explicitly disable fop for document generation. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* libx11: add missing SRC_URI hashesJoshua Lock2011-04-041-0/+3
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* python-native: add missing SRC_URI hashesJoshua Lock2011-04-041-0/+3
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* elfutils: fix builds with gcc 4.6Joshua Lock2011-04-041-0/+4
| | | | | | | | | gcc 4.6 (as used in Fedora 15) adds some extra warnings which are included with Werror. The new unused-but-set variable warning causes an error in libasm of elfutils. Work around this by removing unused-but-set from Werror. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* libexif_0.6.16.bb: inherit gettext class instead of adding gettext to ↵Khem Raj2011-04-041-2/+1
| | | | | | DEPENDS directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcap.inc: Pass SYSTEM_HEADERS to makeKhem Raj2011-04-041-1/+1
| | | | | | Libpcap reports faulures in finding headers Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnutls.inc: inherit gettext class instead of adding gettext to DEPENDS directlyKhem Raj2011-04-041-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gstreamer_0.10.31.bb: inherit gettext class instead of adding gettext to ↵Khem Raj2011-04-041-2/+2
| | | | | | DEPENDS directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
* util-macros_1.11.0.bb: inherit gettext class instead of adding gettext to ↵Khem Raj2011-04-041-1/+1
| | | | | | DEPENDS directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxcb.inc: Replace XCBPROTO_XCBPYTHONDIR to point to staging areaKhem Raj2011-04-041-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* clutter.inc: inherit gettext class instead of adding gettext to DEPENDS directlyKhem Raj2011-04-041-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpg-error: inherit gettext class instead of adding gettext to DEPENDS ↵Khem Raj2011-04-041-2/+1
| | | | | | directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
* popt_1.16.bb: inherit gettext class instead of adding gettext to DEPENDS ↵Khem Raj2011-04-041-2/+1
| | | | | | directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgdata_0.7.1.bb: inherit gettext class instead of adding gettext to ↵Khem Raj2011-04-041-2/+2
| | | | | | DEPENDS directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gdk-pixbuf_2.22.1.bb: inherit gettext class instead of adding gettext to ↵Khem Raj2011-04-041-2/+2
| | | | | | DEPENDS directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xz_5.0.0.bb: inherit gettext class instead of adding gettext to DEPENDS directlyKhem Raj2011-04-041-3/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libzypp_git.bb: inherit gettext class instead of adding gettext to DEPENDS ↵Khem Raj2011-04-041-2/+2
| | | | | | directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libuser_0.57.1.bb: inherit gettext class instead of adding gettext to ↵Khem Raj2011-04-041-2/+2
| | | | | | DEPENDS directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
* chkconfig_1.3.49.bb: inherit gettext class instead of adding gettext to ↵Khem Raj2011-04-041-2/+2
| | | | | | DEPENDS directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sed: inherit gettext class instead of adding gettext to DEPENDS directlyKhem Raj2011-04-042-6/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xorg-proto: inherit gettext class instead of adding gettext to DEPENDS directlyKhem Raj2011-04-044-8/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gcc-runtime_4.5.1.bb: Do not filter out -feliminate-dwarf2-dupsKhem Raj2011-04-041-5/+0
| | | | | | This is already taken care by bitbake.conf Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flex.inc: inherit gettext class instead of adding gettext to DEPENDS directlyKhem Raj2011-04-041-2/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* e2fsprogs.inc: inherit gettext class instead of adding gettext to DEPENDS ↵Khem Raj2011-04-041-2/+2
| | | | | | directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liboil_0.3.17.bb: Enable x86_64 unaligned memory accessKhem Raj2011-04-042-2/+21
| | | | | | Patch imported from OE Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpam_1.1.3.bb: Fix compilation on uclibc when innetgr is absentKhem Raj2011-04-042-0/+94
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* diffstat_1.54.bb: inherit gettext class instead of adding gettext to DEPENDS ↵Khem Raj2011-04-041-2/+1
| | | | | | directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bison: Make compilable on uclibcKhem Raj2011-04-043-6/+27
| | | | | | | | Import patch from OE to fix compilation on uclibc Let inherit gettext take care of gettext dependencies Signed-off-by: Khem Raj <raj.khem@gmail.com>
* binutils: Use arm*-*-linux-uclibceabi instead of arm*-*-linux-uclibcgnueabiKhem Raj2011-04-041-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>