summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2009-03-21cross.bbclass: set autoconf's program prefix to keep TARGET_SYS and ↵Chris Larson1
TARGET_PREFIX decoupled Currently, we rely on autoconf's implicit prefixing of outputted binaries for -cross, but that names them based on TARGET_SYS, not TARGET_PREFIX, which keeps the two tightly coupled. By explicitly setting the prefix to the latter, we get around that. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-21base.bbclass: make oe_unpack_file of dirs use FILESPATH, not FILESDIR.Chris Larson1
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-21classes/base.bbclass: Locate the scm base path via BBPATH.Chris Larson1
Currently, if the first item in BBFILES isn't in the main OE repository, the build fails entirely due to a ValueError. This isn't optimal. Rather than searching through BBFILES to find it, which could be slow when BBFILES contains thousands of files, let's just find base.bbclass and use that repository. Also, use better methods to find the git revision and branch, and identify the scm based on the existance of .svn/.git/_MTN to avoid calling out subprocesses unnecessarily. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-21base.bbclass: Kill the 'Pkg' messages in the event handler.Chris Larson1
Now that bitbake operates at a task level, not a package level, the package messages are, at best, useless, and at worst, confusing for the user. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-21bitbake.conf: rework FILESPATH generation.Chris Larson2
Rework FILESPATH generation to be done in bitbake.conf, avoiding the confusion about it being in multiple places. Adds FILESPATHBASE and FILESPATHPKG which can be manipulated rather than manipulating FILESPATH directly. One usage possibility: FILESPATHBASE =. "${TOPDIR}/files:" Which would let me provide a custom busybox config for this build by copying the defconfig from the openembedded metadata into my build/files/busybox-1.0/ directory, for example. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-21console-tools: clean up the way it handles its .m4 filesChris Larson1
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-21bzip2-full-native: Kill the manual copy of install-sh, autoreconf will ↵Chris Larson1
handle that. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-21omext: Unbork the S variable.Chris Larson1
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-21automake-native: use require, not include.Chris Larson1
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-21ffmpeg: don't forget to stage pixfmt.h, and bump PRs of affected recipes.Mike Westerhof4
2009-03-21linux-msm7xxx: enable NFS and CIFS for htcraphaelMichael 'Mickey' Lauer2
2009-03-21minimal.conf: override OVERRIDES to include the MACHINE_CLASSMichael 'Mickey' Lauer1
2009-03-21libeflvala: new recipe; Vala bindings for the Enlightenment Foundation LibrariesMichael 'Mickey' Lauer2
2009-03-21frameworkd: bump to current HEAD; add configuration for htc-msm7 ↵Michael 'Mickey' Lauer5
MACHINE_CLASS and motorola-ezx MACHINE_CLAS
2009-03-21motorola-ezx-base.inc: set MACHINE_CLASS for overridesMichael 'Mickey' Lauer1
2009-03-21libproxy: add libxmu to dependsKoen Kooi1
2009-03-20Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Khem Raj2
into org.openembedded.dev
2009-03-20rpm_4.4.2.3.bb: Define EXTRA_OECONF inside do_configure_prepend()Khem Raj1
* We use some python vars inside EXTRA_OECONF. So we move The evaluation to execute time from parse time.
2009-03-20SlugOS: bump automake-native to 1.10.2Mike Westerhof1
2009-03-20sane-srcrevs.inc: Bump the sane srcrev for uclibc.Khem Raj1
2009-03-20uclibc: Get uclibc working in thumb mode.Khem Raj9
* WARNING!! Do not use bintils 2.19 or 2.19.1 when compiling in thumb mode. The veneer generation does not work as expected. Use binutils 2.18 or binutils_cvs * Move LEAD_SONAME into uclibc.inc * Use no optimizations while compiling ldso.c to over come a gcc ICE * Use ARM mode resolver for thumb mode. The resolver depends on ip register and if we use thumb function for _dl_linux_resolve then it adds a veneer which corrupts ip.
2009-03-20Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Khem Raj17
into org.openembedded.dev
2009-03-20binutils_cvs: Various fixes to get it building.Khem Raj7
* Port patched needed from binutils 2.19. * Refresh the old patches. * Cover for bitbake fetcher lameness where it checks out the while src tree when we only asked for binutils module. So we have to build selective targets.
2009-03-20package_rpm.bbclass: files needs to start from /Marcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5116 311d38ba-8fff-0310-9ca6-ca027cbcb966
2009-03-20Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Koen Kooi6
into org.openembedded.dev
2009-03-20angstrom 2009.X: bump gtk+ and glib-2.0, runtime tests don't show obvious ↵Koen Kooi1
regressions
2009-03-20beecrypt: Fixed x64fix.patch to follow standard libdir.Stanislav Brabec2
2009-03-20fennec: update from alpha to beta release, work around latest mozilla bugs ↵Koen Kooi2
(filed upstream)
2009-03-20sqlite3: update to 3.6.5Koen Kooi2
2009-03-20rpm-native: Requires gettext-native.Stanislav Brabec1
2009-03-20rpm: Fixed build if libdir != prefix/lib.Stanislav Brabec2
2009-03-20rpm, yum: Reverted back python "site-recipes" to "site-packages".Stanislav Brabec2
2009-03-20llvm 2.5: New recipe.Robert Schuster2
2009-03-20checksums.ini: Added swt-gtk 3.4.2 entry.Robert Schuster1
2009-03-20swt3.4-gtk 3.4.2: New recipe.Robert Schuster2
swt3.4-gtk-hildon 3.4.2: New recipe.
2009-03-20cmake.bbclass: Put mandatory cmake option to endRobert Schuster1
2009-03-20cmake.bbclass: Allow out of tree builds with cmake.Robert Schuster1
2009-03-20cmake.bbclass: Allow overriding path-to-source argument for cmake call.Robert Schuster1
2009-03-19wireless-tools: do ifconfig down before the ifconfig up is done.Mike Westerhof2
Required to reliably re-initialize the interface if it was running previously.
2009-03-20preferred-om-2008-versions.inc: Update jamvm preference to 1.5.2.Robert Schuster1
2009-03-20task-maemo.bb: Changed osso-gnome-vfs2 to gnome-vfs.Robert Schuster1
2009-03-20osso-gnome-vfs2: Removed.Robert Schuster2
- its basically the same as gnome-vfs and conflicts with it in staging
2009-03-20cacao-native 0.99.4: Added note about unusability on amd64 hosts.Robert Schuster1
2009-03-20cacao-native 0.99.3: Retrieve recipe back.Robert Schuster1
2009-03-20chinook-compat.conf: Declare preference on automake-native 1.9.6.Robert Schuster1
2009-03-20automake 1.9.6: Retrieve recipe from history.Robert Schuster2
automake-native 1.9.6: Retrieve recipe from history.
2009-03-20swt3.4-gtk.inc: Depends on classpath explicitly.Robert Schuster2
swt3.4-gtk-hildon 3.4: Increase PR, since it is affected by glib-2.0 change.
2009-03-20glib-2.0.inc: Provide a change in packaging for chinook-compat specifically.Robert Schuster1
2009-03-20libosso 2.13: Fixed buildRobert Schuster2
- updated libosso-dont-use-inline.patch to really make some formerly hidden functions visible
2009-03-20hildon-thumbnail 0.14: Fixed dependencies.Robert Schuster1