summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2008-11-19libtasn1: add 1.7Koen Kooi2
2008-11-19metacity: add 2.24Koen Kooi2
2008-11-19mesa: reinstate granular packaging that got lost in poky mergeKoen Kooi2
2008-11-19checksums.ini: fix rpm2cpio checksumsOtavio Salvador1
2008-11-19xorg-xserver-common.inc: disable xfbdev, xnest and kdrive-vesaOtavio Salvador1
2008-11-19xorg-xserver-common.inc: depends on libxv due xephyr new packageOtavio Salvador1
2008-11-19glibc-package: use qemu-i386 when building for i486 architectureOtavio Salvador1
2008-11-19geodelx: include x86 tune to set the arch for i486 or glibc fails to buildOtavio Salvador1
2008-11-19eten-m800: Basic machine supportStefan Schmidt4
E-Ten Glofiish M800 support: * Machine config, similar to om-gta02 (Same SoC, LCM) * Sane SRCREV * Defconfig fso-image builds and boots fine with this.
2008-11-19gimp: don't use headers from /usr/include, don't attempt to build file-wmf ↵Steve Sakoman1
since we don't have libwmf
2008-11-19dsplink: remove damage done by gitKoen Kooi1
* what tool stores inline conflicts in files in this day and age!?
2008-11-19build linux-kexecboot for supported machinesThomas Kunze1
2008-11-19gumstix: remove package extra archsKoen Kooi1
2008-11-19angstrom image builder: only do uclibc for the old-style initramfs stuffKoen Kooi1
2008-11-19dsplink-module: bump PR for buildsystem changeKoen Kooi1
2008-11-19dsplink: add a dsplink-module recipe that uses Kbuild to build a kernel moduleKoen Kooi5
* also start transitioning monolithis recipe to build kernel parts as seperate recipes
2008-11-19module.bbclass: also supply KDIR, some projects use that to get to the ↵Koen Kooi1
kernel source
2008-11-19libxt: fix build when host and target endiannes don't matchKoen Kooi1
* http://tinderbox.openembedded.net/packages/236699/
2008-11-19u-boot: UBOOT_MACHINE belongs in the machine file, not in the uboot recipeKoen Kooi1
2008-11-19beagleboard,omap3evm: set UBOOT_MACHINEKoen Kooi2
2008-11-19u-boot git: update omap3 srcrevs, groups srcrevs, pv and machine to make ↵Koen Kooi1
this mess a bit easier to understand
2008-11-19angstrom feed builder: also clean packages during machine specific buildsKoen Kooi1
2008-11-19etoys: use mime info from shared-mime-infoKoen Kooi1
2008-11-19nautilus: prefer shared-mime-info data over the one from nautilusKoen Kooi1
2008-11-19angstrom feed builder: add nautilusKoen Kooi1
2008-11-19iputils: make ${PN} a meta package depending on all sub utilsKoen Kooi1
* this fixes task-proper-tools
2008-11-18fbida 2.07: fix do_compile and do_install as it's not autotools basedDenys Dmytriyenko1
2008-11-19cumulus: fix do_compile and do_installPaul Eggleton2
* Fix compile for gcc removal of OPEN_MAX macro * Fix install for missing bin path creation
2008-11-18zmerlin: fix do_installPaul Eggleton1
2008-11-18puzz-le: fix do_installPaul Eggleton1
2008-11-18zipsc: fix do_installPaul Eggleton1
2008-11-18checksums.ini: update tickypip checksumsPaul Eggleton1
* Add checksum for tickypip * Update URI for tickypip-levels since change to package
2008-11-18tickypip: fix fetching and path issuesPaul Eggleton3
* Fetch source from OZ 3.5.4 sources since current ones are unavailable * Look for levels in directory where they are now being installed
2008-11-18git: fix configure failing on snprintf-returns-bogus check when cross-compilingDenys Dmytriyenko2
2008-11-18fftw: upgrade to 3.2 release from 3.2alpha3Koen Kooi4
2008-11-18mesa 7.2: install internal headers like 7.0.2 did, xorg 1.5.x needs them, ↵Koen Kooi3
also enable swrast next to proper GL drivers * the missing headers where masked by a bug in packaged-staging where it seems to get confused by PE
2008-11-18opencv: fix pythonpathKoen Kooi1
2008-11-18angstrom feed builder: add povrayKoen Kooi1
2008-11-18tslib: add svn versionChris Larson2
2008-11-18tslib: refactor into .incChris Larson2
2008-11-18gnome-mplayer: remove "OnlyShowIn=GNOME" from .desktop file so that iconSteve Sakoman1
gnome-mplayer: remove "OnlyShowIn=GNOME" from .desktop file so that icon will show up in e17
2008-11-18xmms: update desktop file - Categories setting was absent, now set to AudioVideoSteve Sakoman1
2008-11-18e-wm: modify applications.menu so that Games menu item contains apps with ↵Steve Sakoman2
either "Game" or "Games" as the Category, and Internet contains apps with either "Internet" or "Network"
2008-11-18beagleboard-demo-image: use angstrom-gnome-icon-theme-enableKoen Kooi1
2008-11-18angstrom-gnome-icon-theme-enable: meta-package to enable gnome-icon-theme in ↵Koen Kooi1
gtkrc
2008-11-18frameworkd: Use ti_calypso_deep_sleep = never by default for GTA0{1,2}Daniel Willmann4
sane-srcrevs: Bump frameworkd version
2008-11-18nautilus: update to 2.24.1Koen Kooi3
2008-11-18enterprise.conf: remove uncritical packages and solve the *ugly* part by ↵Michael 'Mickey' Lauer1
skipping the packages directly from the recipes
2008-11-18gst-plugins-ugly-sid 0.10.7: don't include gst-plugins-ugly, otherwise we ↵Michael 'Mickey' Lauer1
might already be skipped ;)
2008-11-18insane.bbclass: Optimisation to speed up the package qa phaseHolger Hans Peter Freyther1
If you have a package with many data files (like xserver-xorg-print) the overhead of forking and executing scanelf/objdump on these files is way too high. Change the code to open the file and check if it is an elf file. Pass the result to the checking functions. If we do not have an elf file in front of us do not execute scanelf/objdump. This is a speed increase, it still detects GNU hash, the other parts should continue to work as well but needs some verificiation.