aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-05-05cross.bbclass: In sysroot_stage_all, only process src dirs if they exist.rpurdie/work-in-progressTom Rini
Fixes module-init-tools-cross on DISTRO=minimal MACHINE=mpc8315e-rdb Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-05-05flex: This package requires gettext so inherit the classRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-05enchant: Add missing glib-2.0 dependencyRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-05aspell: This package requires gettext so inherit the classRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-05cross/staging.bbclass: Make sure .la files get mangled and add extra ↵Richard Purdie
mangling for problematic cross paths Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-05autotools.bbclass: merge recent changes from PokyJoshua Lock
Includes an important change to the prepackage_lamangler method which changes which directories we fix la files in to operate with the new directory layout. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-05relocatable.bbclass: Handle files which don't have read/write permissionsJoshua Lock
It's possible to have files in our sysroot which don't have the write (or in some cases even the read) bit set. Test for these and if they are not set temporarily set them so that we can chrpath the binaries. Also remove following of symlinks because if it links to a file created by the package install we already handle it when we process the sysroot. Further, by ignoring symlinks here we don't cause a build to fail when the symlink is to somewhere in the host OS. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-05packaged-staging.bbclass: Remove hardcoded paths in binconfig files for ↵Joshua Lock
target packages Amend the default PSTAGE_SCAN_CMD, as used when scanning target packages, to include binconfig scripts in the results and remove their hardcoded paths. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-05docs: Fix references to do_staging now that we have changed to sysrootJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-05gettext enhancements: Make it easier to use the right gettextJoshua Lock
This patch adds a check to insane to ensure that gettext exists in the dependancy list when it is used in the configure.[ac|in] Further we enhance the gettext class to enable easy addition of the required gettext dependancies by inheriting the gettext class. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-05relocatable: Class to post-process packages for relocatabilityJoshua Lock
This class helps make packages relocatable by post-processing the binaries and using chrpath to set the RPATH relative to $ORIGIN. Patch also enables this post-processing for native packages and adds chrpath to the required utilties. Based on ideas from a patch from Tom Rini <tom_rini@mentor.com> Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-05packaged-staging: enhancements from Poky for fetching and relocatabilityJoshua Lock
Firstly adds tooling from Poky to scan packages and fix up paths in libtool files, we then build on this to further post-process native packages (native, cross, sdk) and fix up any references to the STAGING_DIR in non-binary files. Secondly adds support for fetching packaged staging packages from a mirror by setting PSTAGE_MIRROR to point to the root of a pstaging directory. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-05bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the ↵Joshua Lock
populate_staging task to populate_sysroot This change, pulled from Poky, makes the purpose of the staging directory more obvious and the taskname more true to what it now actually does. The layout version number is increased due to the change in layout but code to convert existing directories and insert a symlink for backwards compatibility is included. This patch also includes fixes for all recipes which reference the directory. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-05packaged-staging: Fix mkdir to actually create destinationJoshua Lock
Patch from Poky fixes fallout from recent packaged-staging fix for cross packages. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-05gcc-configure-cross.inc: The install function is used, stage is no longer ↵Richard Purdie
required Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-05gcc-cross: Use NATIVEDEPSRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-05gcc-cross-sdk: Use NATIVEDEPS and drop unneeded DEPENDSRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-05glibc-2.3.6: Drop strange staging addition - the patch is already applied in ↵Richard Purdie
SRC_URI anyway? Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-05gcc: Create and use EXTRA_OECONF_INITIAL and EXTRA_OECONF_INTERMEDIATE variablesRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-05gcc: Move -native dependencies into the base gcc version configuration fileRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-05gcc: Simplfy some require statementsRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-05gconf.bbclass: Sync with PokyRichard Purdie
* Only add the postinstall script header if an existing postinstall isn't set * Remove the unneeded python import * Fix the indentation in the postinstall function Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-05module-init-tools: Convert from legacy staging function (from Poky)Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-05gdb: Convert to new staging mode (from Poky)Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-05binutils: Convert to non-legacy stagingRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-05binutils-cross: Convert to non-legacy stagingRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-05cross.bbclass: Add special sysroot_stage_all function for cross packages and ↵Richard Purdie
change default staging functions to non-legacy mode Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-05gcc-cross: Convert to remove legacy staging functionsRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-05gcc-pacpake-cross.inc: Clean up do_install function massively (from Poky)Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-05cross.bbclass: Move target_ variable definitions from gcc recipes to main ↵Richard Purdie
class. Cross recipes need these in general (from Poky) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-05glibc-initial: Convert from legacy staging model (from Poky)Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-05glibc: Remove now unneeded legacy staging function (from Poky)Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-05base.bbclass: Stage etc directory for native packages and add a ↵Richard Purdie
use_do_install_for_stage special staging hint (from poky) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-05base.bbclass: Remove pointless data expand call (from Poky)Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-05python 2.6: add ssl to python-ioJesse Gilles
2010-05-05shr-settings: adjust Categories in .desktop file because of changed Efreet ↵Martin Jansa
filter in ELF_SRCREV 48174 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-05pisi: upgrade to 0.5.3Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-05gdb: disable-lto as suggested by zecke on #oeMartin Jansa
* workaround for CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include/libelf in gdb_7.1 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-05starling: depend on gst-plugin-mad only for not enterprise distroMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-05podboy: depend on gst-plugin-mad only for not enterprise distroMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-05linux: spitz defconfig, readd CONFIG_PMMartin Jansa
* lost somewhere during defconfig merges/upgrades * also missing in 2.6.33 defconfig * suspend/resume works again :) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-05aspell: convert to new style stagingKoen Kooi
2010-05-05perl-native: attempt to repair staging, bump PRKoen Kooi
this should make things work again after http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=12c5d82663ff4436f4d979b4de1d4475694c7b9f
2010-05-05e-wm-config-angstrom: remove exebuf and msgbus_langKoen Kooi
2010-05-05u-boot_2009.03: additional image processing for hipox machinesledz
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-05-05oxnas-boot-tools: new recipesledz
Boot tools for OXNAS boards Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-05-05efl: bump SRCREV to get fixes for the eina_stringshare typosKoen Kooi
2010-05-04eglibc_svn.bb: Move SRCREV to latest trunk.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-04gdb-7.1: Add recipes for version 7.1Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-05opie-init: uncomment c7x0 specific stuffAndrea Adami
* was commented in ver 1.2.4 but there are still bits in opie-init.inc * unbreak the build for the moment * still needs testing about w100 in opie