Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-03-21 | cross.bbclass: set autoconf's program prefix to keep TARGET_SYS and ↵ | Chris Larson | 1 | |
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-21 | base.bbclass: make oe_unpack_file of dirs use FILESPATH, not FILESDIR. | Chris Larson | 1 | |
Signed-off-by: Chris Larson <clarson@mvista.com> | ||||
2009-03-21 | classes/base.bbclass: Locate the scm base path via BBPATH. | Chris Larson | 1 | |
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-21 | base.bbclass: Kill the 'Pkg' messages in the event handler. | Chris Larson | 1 | |
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-21 | bitbake.conf: rework FILESPATH generation. | Chris Larson | 2 | |
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-21 | console-tools: clean up the way it handles its .m4 files | Chris Larson | 1 | |
Signed-off-by: Chris Larson <clarson@mvista.com> | ||||
2009-03-21 | bzip2-full-native: Kill the manual copy of install-sh, autoreconf will ↵ | Chris Larson | 1 | |
handle that. Signed-off-by: Chris Larson <clarson@mvista.com> | ||||
2009-03-21 | omext: Unbork the S variable. | Chris Larson | 1 | |
Signed-off-by: Chris Larson <clarson@mvista.com> | ||||
2009-03-21 | automake-native: use require, not include. | Chris Larson | 1 | |
Signed-off-by: Chris Larson <clarson@mvista.com> | ||||
2009-03-21 | ffmpeg: don't forget to stage pixfmt.h, and bump PRs of affected recipes. | Mike Westerhof | 4 | |
2009-03-21 | linux-msm7xxx: enable NFS and CIFS for htcraphael | Michael 'Mickey' Lauer | 2 | |
2009-03-21 | minimal.conf: override OVERRIDES to include the MACHINE_CLASS | Michael 'Mickey' Lauer | 1 | |
2009-03-21 | libeflvala: new recipe; Vala bindings for the Enlightenment Foundation Libraries | Michael 'Mickey' Lauer | 2 | |
2009-03-21 | frameworkd: bump to current HEAD; add configuration for htc-msm7 ↵ | Michael 'Mickey' Lauer | 5 | |
MACHINE_CLASS and motorola-ezx MACHINE_CLAS | ||||
2009-03-21 | motorola-ezx-base.inc: set MACHINE_CLASS for overrides | Michael 'Mickey' Lauer | 1 | |
2009-03-21 | libproxy: add libxmu to depends | Koen Kooi | 1 | |
2009-03-20 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Khem Raj | 2 | |
into org.openembedded.dev | ||||
2009-03-20 | rpm_4.4.2.3.bb: Define EXTRA_OECONF inside do_configure_prepend() | Khem Raj | 1 | |
* We use some python vars inside EXTRA_OECONF. So we move The evaluation to execute time from parse time. | ||||
2009-03-20 | SlugOS: bump automake-native to 1.10.2 | Mike Westerhof | 1 | |
2009-03-20 | sane-srcrevs.inc: Bump the sane srcrev for uclibc. | Khem Raj | 1 | |
2009-03-20 | uclibc: Get uclibc working in thumb mode. | Khem Raj | 9 | |
* 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-20 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Khem Raj | 17 | |
into org.openembedded.dev | ||||
2009-03-20 | binutils_cvs: Various fixes to get it building. | Khem Raj | 7 | |
* 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-20 | package_rpm.bbclass: files needs to start from / | Marcin Juszkiewicz | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5116 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2009-03-20 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Koen Kooi | 6 | |
into org.openembedded.dev | ||||
2009-03-20 | angstrom 2009.X: bump gtk+ and glib-2.0, runtime tests don't show obvious ↵ | Koen Kooi | 1 | |
regressions | ||||
2009-03-20 | beecrypt: Fixed x64fix.patch to follow standard libdir. | Stanislav Brabec | 2 | |
2009-03-20 | fennec: update from alpha to beta release, work around latest mozilla bugs ↵ | Koen Kooi | 2 | |
(filed upstream) | ||||
2009-03-20 | sqlite3: update to 3.6.5 | Koen Kooi | 2 | |
2009-03-20 | rpm-native: Requires gettext-native. | Stanislav Brabec | 1 | |
2009-03-20 | rpm: Fixed build if libdir != prefix/lib. | Stanislav Brabec | 2 | |
2009-03-20 | rpm, yum: Reverted back python "site-recipes" to "site-packages". | Stanislav Brabec | 2 | |
2009-03-20 | llvm 2.5: New recipe. | Robert Schuster | 2 | |
2009-03-20 | checksums.ini: Added swt-gtk 3.4.2 entry. | Robert Schuster | 1 | |
2009-03-20 | swt3.4-gtk 3.4.2: New recipe. | Robert Schuster | 2 | |
swt3.4-gtk-hildon 3.4.2: New recipe. | ||||
2009-03-20 | cmake.bbclass: Put mandatory cmake option to end | Robert Schuster | 1 | |
2009-03-20 | cmake.bbclass: Allow out of tree builds with cmake. | Robert Schuster | 1 | |
2009-03-20 | cmake.bbclass: Allow overriding path-to-source argument for cmake call. | Robert Schuster | 1 | |
2009-03-19 | wireless-tools: do ifconfig down before the ifconfig up is done. | Mike Westerhof | 2 | |
Required to reliably re-initialize the interface if it was running previously. | ||||
2009-03-20 | preferred-om-2008-versions.inc: Update jamvm preference to 1.5.2. | Robert Schuster | 1 | |
2009-03-20 | task-maemo.bb: Changed osso-gnome-vfs2 to gnome-vfs. | Robert Schuster | 1 | |
2009-03-20 | osso-gnome-vfs2: Removed. | Robert Schuster | 2 | |
- its basically the same as gnome-vfs and conflicts with it in staging | ||||
2009-03-20 | cacao-native 0.99.4: Added note about unusability on amd64 hosts. | Robert Schuster | 1 | |
2009-03-20 | cacao-native 0.99.3: Retrieve recipe back. | Robert Schuster | 1 | |
2009-03-20 | chinook-compat.conf: Declare preference on automake-native 1.9.6. | Robert Schuster | 1 | |
2009-03-20 | automake 1.9.6: Retrieve recipe from history. | Robert Schuster | 2 | |
automake-native 1.9.6: Retrieve recipe from history. | ||||
2009-03-20 | swt3.4-gtk.inc: Depends on classpath explicitly. | Robert Schuster | 2 | |
swt3.4-gtk-hildon 3.4: Increase PR, since it is affected by glib-2.0 change. | ||||
2009-03-20 | glib-2.0.inc: Provide a change in packaging for chinook-compat specifically. | Robert Schuster | 1 | |
2009-03-20 | libosso 2.13: Fixed build | Robert Schuster | 2 | |
- updated libosso-dont-use-inline.patch to really make some formerly hidden functions visible | ||||
2009-03-20 | hildon-thumbnail 0.14: Fixed dependencies. | Robert Schuster | 1 | |