summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-06-02task-sdk-native: conform to OE packaging guidelines, spotted by Martin JansaKoen Kooi1
2010-06-02task-sdk-native: add cvs to RRECOMMENDS for autopointKoen Kooi1
2010-06-02m4: Fix m4-native-1.4.14 build on Fedora13...Holger Hans Peter Freyther2
The build error was a link failure not finding S_ISDIR which is a macro provided for the stat syscall..
2010-06-02klibc: fix packaging without moving PACKAGES and FILES_ back to recipesMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-02Revert "klibc: fix packaging"Martin Jansa7
This reverts commit e020cd9b2c61fd19bb55ec3fd38abcfdbd3f651c. Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-02xinput-calibrator: add INC_PR, move machine specific file to separate recipeMartin Jansa9
* sorry for making whole xinput-calibrator machine specific before, this way it should be better for upgrades (as proved by normal pointercal for tslib) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-02scrollkeeper: add 0.3.14. Only -native portion works, but that's what we are ↵Koen Kooi1
interested in
2010-06-02cheese: remove scrollkeeper-native, it doesn't exist in OE so we shouldn't ↵Koen Kooi1
be adding it to DEPENDS
2010-06-02cairo 1.8.10: add patch to get rid of some double precision FP math and ↵Koen Kooi3
convert to new style staging
2010-06-02opkg: bump SRCREV to 530Koen Kooi1
The commits since 527 are: * Don't try to print cmd_name before its initialised. From Amanous, Issue #48 * Add a message for the case that no installation candidate can be found. * Bump maximum message length from 256 to 4096.
2010-06-02linux-n1200_2.6.27-rc9+git: change KERNEL_OUTPUT to a relative pathVitus Jensen1
deploy method in kernel.bbclass automatically adds {S} Signed-off-by: Vitus Jensen <vjensen@gmx.de> Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-06-02cheese: add gst-plugins-base to DEPENDSMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-02libvpx: remove --enable-ccache configure optionEric Bénard1
libvpx-0.9.0-r1/temp/log.do_compile.1458 ... /bin/sh: ccache: command not found ... Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-06-01libmicrohttpd: add 0.4.6Koen Kooi1
2010-06-01wavpack: add 4.60.1Koen Kooi1
2010-06-01klibc: fix packagingAndrea Adami7
* insmod was removed after klibc_1.5 * dmesg, sync and ls have been added with 1.5.15 * wc and losetup are provided by OpenEmbedded patches * bump INC_PR and recipe's PR to propagate the changes to klibc-utils
2010-06-01live555: add 20100529 and create includeEric Bénard3
Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-06-01xfce46: remove checksum name atribute from bbclassMartin Jansa3
* ie xfce-base/libxfce4util_4.6.1.bb cannot find it's checksums anymore * commit e3df76459f7710af61d1b51066e0685c822dbe7b introduced name=archive in xfce46.bbclass without adding archive name to all recipes using xfce46 * I agree that in case someone will need additional SRC_URI item in recipe inheriting xfce46 he will have to add it to this bbclass AND update all recipes using it. * Feel free to fix it the other way around if you expect more SRC_URIs/recipe. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-01gst-plugins-ugly: add 0.10.15Koen Kooi1
2010-06-01gst-plugins-bad: add 0.10.19Koen Kooi1
2010-06-01gst-plugins-good: add 0.10.23Koen Kooi1
2010-06-01gst-plugins-base: add 0.10.29Koen Kooi1
2010-06-01gst-plugins: dependency tweaks, enable more pluginsKoen Kooi1
2010-06-01gstreamer: add 0.10.29Koen Kooi1
2010-06-01libvpx: stage headers in ${includedir}/vpxKoen Kooi1
2010-06-01x264: update snapshot and convert to new style stagingKoen Kooi1
2010-06-01cheese: add 2.30.1Koen Kooi1
2010-05-31klibc: major clean out of intermediate recipes.Andrea Adami35
* keep klibc_1.5 (first prototype) * keep up-to-date klibc_1.5.18 patched to compile with 2.6.2x and 2.6.3x * runtime tested on armv5te
2010-05-31gcc-4.5: rename 4.5.0 to 4.5 and update to latest svn revision.Khem Raj14
* GCC 4.5.0 has issues with arm that the resulting root file system is not bootable. These are fixed upstream which would become 4.5.1 so rename the recipes to 4.5 and use the svn revision to get the latest branch snapshot. * If some one wants to use it then it could be chosen by setting PREFERRRED_VERSION = "4.5" Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-31linux-bug_2.6.27.2.bb: Fix install.Stefan Schmidt1
We have been in trying to copy the files from the wrong base dir resulting in a file not found. Starting from ${S} is the right path.
2010-05-31bug20.conf: Sync with Bug Labs repoStefan Schmidt1
This brings the bug20 machine file in sync with the Bug Labs internal version. The difference was only ubi as FSTYPE and some jffs2 tweaking.
2010-05-31tslib: add git versionEric Bénard1
Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-05-31glamo-dri-tests: hack CC variable to respect OE LDFLAGSMartin Jansa1
* workaround for: ERROR: QA Issue with glamo-dri-tests: No GNU_HASH in the elf binary Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-31dbus-daemon-proxy: don't ignore OE LDFLAGSMartin Jansa1
* workaround for: ERROR: QA Issue with dbus-daemon-proxy: No GNU_HASH in the elf binary Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-31fso-specs: don't break QA while staging pkgconfig fileMartin Jansa2
* move STAGING_DIR_HOST prefix to recipes using it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-31phonefsod: add missing dependency on libfso-glibMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-31beagleboard: remove u-boot preferred versionKoen Kooi1
2010-05-31u-boot git: add patch to power on USB on beagleboard xM rev AKoen Kooi2
2010-05-31midori 0.2.4: bump PRKoen Kooi1
2010-05-31libvpx: add 0.9.0Koen Kooi1
2010-05-31busybox 1.16.1: add recipeKoen Kooi12
2010-05-31epiphany: add 2.30.2Koen Kooi1
2010-05-31webkit-gtk: bump SRCREVKoen Kooi4
2010-05-31task-shr-feed: add omhacksJussi Timperi1
Signed-off-by: Jussi Timperi <jussi.timperi@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-31omhacks: new recipeJussi Timperi1
C library of useful functions to control OpenMoko hardware. Signed-off-by: Jussi Timperi <jussi.timperi@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-31klibc: add some patches to 1.5.18 and make it build vs. old kernels.Andrea Adami4
* increase default preference, tested on arm
2010-05-31klibc: add some patches to 1.5.17 and make it build vs. old kernels.Andrea Adami4
* increase default preference, tested on arm
2010-05-31klibc: initial commit of ver. 1.5.16. Tested on arm.Andrea Adami8
2010-05-30klibc: remove forgotten cruft in klibc_1.5.15+1.5.16.incAndrea Adami1
2010-05-30klibc: rework socket.h.patch for v. 1.5.15+1.5.16. Fix ugly c&p bug.Andrea Adami2