aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-02-03help2man: fix drag in of target perl for the native packagetested_2010-02-03testing-next-testHenning Heinold
2011-02-03minimal.conf: removed pinning of perl 5.10.1 now it has become the defaultFrans Meulenbroeks
as discussed with and agreed by Mickey. Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2011-02-03nokia900.conf: added ubifs argumentsDenis 'GNUtoo' Carikli
Thanks JaMa on #openmoko-cdevel on Freenode on irc for help on the sub-pages: Feb 02 11:41:58 <JaMa|Wrk> GNUtoo|laptop: also for gta02 I had to sacrifise sub-pages, -s same as -m otherwise it always failed Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2011-02-03perl-native: Switch to using create_wrapper to make perl relocatable.Tom Rini
This is taken from poky. In addition to problems in upstream perl 5.12.x, Martin Jansa discovered that the regex perl uses during install is broken for things like /OE/whatever (due to not escapipng the periods in the regex perl uses). Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-03perl: Make this not be MACHINE-specific in pstaging+signaturesTom Rini
Based on d332f1881f362cef88f2b9f40186482ac612c2d0 and b02a4addca8a4727767e24953b98f30399e3592b in poky. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-03linux-2.6.24: enable oprofile support/modules for hipox machineSteffen Sledz
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2011-02-03xserver-nodm-init: switch to ndm-init 2.0 to get a working matchbox session ↵Stefan Schmidt
under Xorg Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org> Acked-by: Graeme Gregory <dp@xora.org.uk> Acked-by: Koen Kooi <koen@openembedded.org>
2011-02-03connman: Don't prefer connman git version over the latest release in angstromStefan Schmidt
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org> Acked-by: Graeme Gregory <dp@xora.org.uk> Acked-by: Koen Kooi <koen@openembedded.org>
2011-02-03bug2v4l2: Add recipe bug20 v4l2 interfaceStefan Schmidt
2011-02-03com.buglabs.app.bugdash2: Bump for newer versionStefan Schmidt
2011-02-03buglabs-autorev.inc: Add include file for BugLabs AUTOREV buildsStefan Schmidt
2011-02-03linux-bug20-linaro_2.6.35: Add experimental recipeStefan Schmidt
2011-02-03bug-image-production.bb: Add BugLabs production image shipped on our devices.Stefan Schmidt
2011-02-03bug-ramdisk: Add ramdisk image for QA testingStefan Schmidt
2011-02-03task-poky.bb: Add poky and sato tasks we are using in our imagesStefan Schmidt
2011-02-03task-bug-feed-extra.bb: Add tasks for our feedStefan Schmidt
2011-02-03task-bug-apps.bb: Add tasks for BugLabs applicationsStefan Schmidt
2011-02-03task-bug.bb: Add bug core tasks used in our imagesStefan Schmidt
2011-02-03buglabs-apps: BugLabs java applications.Stefan Schmidt
Tons of small apps that live on buglabs.net and are mostly arch independent. These recipes make them available for images and feeds.
2011-02-03ofono: Add recipes from poky.Stefan Schmidt
Also add the newest, 0.40, release.
2011-02-03wpa-supplicant_0.7: Package dbus system-service activation files an bump PR.Stefan Schmidt
Without these files wpa-supplicant will not lauchn on-demand when the bus name get called.
2011-02-03angstrom-2008-preferred-versions: Bump wpa-supplicant version to 0.7.3Stefan Schmidt
This allows the use of the new DBUS API which is needed by connman 0.68 and higher. Signed-off-by: Stefan Schmidt <stefan@buglabs.net> Acked-by: Koen Kooi <koen@openembedded.org>
2011-02-02sourceipk: fix race condition with compileconfigs/multi-kernelchase maupin
* This patch adds an empty compileconfigs function to the sourceipk class. * This is required because when making a sourceipk of a package using the multi-kernel.inc functionality you will have a race condition between the compileconfigs of the multi-kernel file building the kernel and sourceipk trying to copy and patch the sources. The resulting conditions can then occur: - You will package some interim build files, yielding a sourceipk that is not consistent between builds - You will try to copy interim build files as they are being deleted which will result in an error and break the build. * The empty compileconfigs function is overwritten by the real compileconfigs function when the multi-kernel.inc file is used. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2011-02-03kexecboot: add --enable-delay=2 for collie too.Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-02-03opkg.inc: bump SRCREV to pull in a couple of important fixes.Graham Gower
Signed-off-by: Graham Gower <graham.gower@gmail.com>
2011-02-02perl-rdepends_5.8.8.inc: Remove orphaned fileTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-02help2man: Update for using our perl-nativeTom Rini
Now that we have perl-native going early, we want to wait for it to be done, along with autoconf/automake. But that's just race prevention as we still don't want to re-run autoconf. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-02automake: Updates for taking advantage of our own perlTom Rini
We don't need to modify what perl is used since we always mangle the results to use /usr/bin/env perl. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-02autoconf: Clean up slightly our mangle for /usr/bin/envTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-02SlugOS: slugos-pacakges.bb - change kexec back to kexec-toolsMike Westerhof
(DEPENDS requires the recipe name, not the package name) Signed-off-by: Mike Westerhof <mike@mwester.net>
2011-02-02connman_0.68: Update configure options and enable ofono pluginStefan Schmidt
2011-02-02wpa-supplicant_0.7.3: Enable the new DBUS API and bump PR.Stefan Schmidt
The new dbus API is needed for at least connman >= 0.68 maybe others as well.
2011-02-02linux-kexecboot: refresh Zaurus defconfigs for new SRCREV (2.6.38-rc3)Andrea Adami
* try to unbreak collie mtd Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-02-02linux-kexecboot: move SRCREV of git recipe to 2.6.38-rc3Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-02-01postgresql: Pass --disable-spinlocks on SH4, use INC_PRTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-01bitbake.conf: Drop unused perl-native-runtime ASSUME_PROVIDEDTom Rini
Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-01autoconf: Add perl-native as a depTom Rini
Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-01automake: Add perl-native as a dep rather than perl-runtime-nativeTom Rini
Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-01perl-native: Switch to userelocatableinc and not shared libperlTom Rini
While in here, we didn't use db nor gdbm so remove those as deps. This recipe is safe with no other deps so add INHIBIT_DEFAULT_DEPS and switch to patch as PATCHTOOL. Being relocatable means we don't need the config.sh mangling we had been doing and we want to be more clear about our mangling of scripts to use /usr/bin/env perl Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-01perl: Drop 5.8.8, bump PR in all perl recipesTom Rini
Also remove DEFAULT_PREFERENCE = -1 from 5.10.1 Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-01site info: Move ac_cv_conv_longlong_to_float to common-linuxTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-01barebox: add patch for vmx25Marek Sujak
* memory timing, custom init scripts, mach id's * default config file * tested with angstrom 2010.x eglibc compiler Signed-off-by: Marek Sujak <sujak.marek@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2011-02-01site infos: Move ac_cv_sys_restartable_syscalls to common-linuxTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-01sh-common: Add postgresql infoTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-01angstrom-uboot-scripts: add some more scriptsKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-02-01connman: Add recipe for 0.68 releaseStefan Schmidt
2011-01-31qmake_base.bbclass: Add cases for linux-gnuspe/linux-uclibcspeTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-01-31kernel: added support for vmx25 into recipe 2.6.35 kernelMarek Sujak
* modified recipe linux_2.6.35.bb * added kernel-2.6.35 defconfig for vmx25 * added kernel-2.6.35 patch for vmx25 ** Most of significant pheripherals was tested on (x11-image, qt4e image) ** ethernet -> ok ** video -> 640x480, 800x480, 800x600 ** sd -> ok ** audio -> ok Signed-off-by: Marek Sujak <sujak.marek@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2011-01-31barebox: update barebox 2010.10 to support vmx25sujak.marek
Signed-off-by: Marek Sujak <sujak.marek@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2011-01-31VMX25: Add machine support for vmx25sujak.marek
* i.mx25 cpu based module * removed PREFERRED_VERSION_linux line * added correct UBI VOLNAME * tested on angstom console, terminal, x11, qt4e image * depends on vmx25 barebox 2010.10 patch, vmx25 kernel 2.5.35 patch Signed-off-by: Marek Sujak <sujak.marek@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>