summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-12-30ti-xdctools 3.20.06.81: hack linkerscript generator to make c6accel compile ↵tested_2010-12-30Koen Kooi
with the angstrom next toolchain Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-30ti-c6accel: add 1.01.00.03Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-30busybox: update 1.18.0 to 1.18.1Eric BENARD
* 1.18.1 is considered as the latest stable version * add the lastest fixes from http://busybox.net/downloads/fixes-1.18.1/ * default 1.18.1 for SlugOS Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com> Cc: Mike Westerhof <mwester@dls.net> Acked-by: Mike Westerhof <mwester@dls.net>
2010-12-30classes/cpan: fix bin/script/man1/man3 installation dirsRoman I Khimov
Strange that it wasn't done before, but if some perl module wants to install man pages or some binaries or scripts they all were installed with wrong prefix. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-12-30perl 5.10.1: fix archlib(exp) and privlib(exp) vars in target configsRoman I Khimov
These vars can be used to derive build flags for perl modules and thus should point to build-time directories in staged configs. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-12-30ti-linuxutils 2.26.01.02: fix up the last BKL removal breakageKoen Kooi
Upstream fixed everything minus this one Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-30ti-c6accel: fix up linkerpaths a bitKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-30ti-xdctools: add 3.20.06.81Koen Kooi
2010-12-30linux-nokia900: set compatible machineKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-30gnome-power-manager: fix compilation: `libtool: Command not found`Eric BENARD
* libtool is hardcoded in src/Makefile and leads to libtool: Command not found Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
2010-12-30glib 2.26.1: fix compilation failureEric BENARD
during configure, pkgconfig detects dbus-1.pc which was installed by dbus-native and thus the compilation fails because it can't find dbus/dbus.h which is not yet installed for in the target's sysroot. This patch workaround this problem by not compiling the test program which depends on dbus's headers. Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-29linux(-kexecboot): bump SRCREV for rc8Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-29linux-omap 2.6.37rc: enable USRP in main configKoen Kooi
* this will only get built for machines that have the usrp patch set, but this allows to use use a single config for all machines Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-29linux-omap 2.6.37rc: add more sakoman patches and fix COMPATIBLE_MACHINEKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-29linux-omap 2.6.37rc: update SRCREV and add more machinesKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-29shr: prefer newer perl 5.10.1Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-28SlugOS: sysvinit_2.86.bb - override dependency that pulls in sysvinit-utilsMike Westerhof
(SlugOS, like micro, uses busybox to provide the sysvinit-utils functionality)
2010-12-28SlugOS: fix module loading problem and image size problems:Mike Westerhof
- add explicit dependency so that cross depmod will at image creation - switch to busybox 1.18.0 and add defconfig for SlugOS - remove cpio from image (experiment with busybox version) - remove sysvinit-pidof and dependencies from image - clean up syntax and add qemuarm for compatible machines
2010-12-29linux-kexecboot: bump INC_PR to follow kexecboot changes. Signed-off-by: ↵Andrea Adami
Andrea Adami <andrea.adami@gmail.com>
2010-12-29kexecboot: bump SRCREV and include upstream fixes.Andrea Adami
* moved to 98c5cfb883f61c5f69c56cd44846d8db19c76067 today. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2010-12-28openssl: update 1.0.0b to 1.0.0cRoman I Khimov
* fixes CVE-2010-4180 and CVE-2010-4252 * considered as safe upgrade Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-12-28perl: fix some arch-specific config.sh variablesRoman I Khimov
* d_nv_preserves_uv, d_u32align, longlongsize: arch-specific, doesn't belong to generic config.sh * d_printf_format_null: missed definition for 32-bit archs * gidformat: wrong definition for 32-bit archs * uquadtype: defined twice, clean up * sGMTIME_max, sGMTIME_min, sLOCALTIME_max, sLOCALTIME_min: missed definition for 64-bit archs * d_u32align should be defined for ARM, although it's 32-bit arch Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-12-28perl-5.10.1: fix config var. 'need_va_copy'Vladimir Sorokin
On x86_64, powerpc & s390 architectures need to copy va_list variable, if it got from overlying function, before it passed to underlying function. Signed-off-by: Vladimir Sorokin <sorokin@altell.ru> Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-12-28perl-native: fix ExtUtils::Liblist::Kid library check for cross-buildRoman I Khimov
MakeMaker uses it to check for libraries presence and if the library is not found in host dirs (/lib, /usr/lib, etc) it fails with messages like: Note (probably harmless): No library found for -lpcap Unfortunately it's not harmless, since MakeMaker removes such libs from flags passed to link target modules which obviously breaks them. Seen that on Net::PCAP, the package built fine, but the actual library wasn't linked to pcap, thus not working. In order for target perl libraries to build properly native perl needs to be patched. As I don't know exact semantic and all use-cases of libpth config variable I've workarounded this issue by prepending ldflags (and this does contain the right path) to lib flags. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-12-28perl 5.10.1: fix Time::HiRes cross-compilationRoman I Khimov
We can't do 'run' check, so let's hope compile check is enough. Fixes Time::HiRes::nanosleep(): unimplemented in this platform error. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-12-28perl: fix PERLCONFIGTARGET for multimach builds, move cpan varsRoman I Khimov
Multimachine builds race staging Config_heavy-target.pl to native directory. Solve that by changing PERLCONFIGTARGET variable semantics, now it will contain $TARGET_SYS. Change perl patch and stage functions accordingly. Also, move PERLCONFIGTARGET and other target-specific variable settings from cpan to cpan-base as I think they're also useful for cpan_build and anywhere else cpan-base is needed. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-12-28python-cheetah 2.4.4: fix overwriting of DEPENDS causing do_install to fail ↵Koen Kooi
if python-setuptools hasn't been built yet Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-28Merge branch 'typing'Chris Larson
* typing: base: start leveraging oe.types Add flags for variable typing Implement variable typing
2010-12-28base: start leveraging oe.typesChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-12-28Add flags for variable typingChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-12-28Implement variable typingChris Larson
This implementation consists of two components: - oe.types python module, whose job it is to construct objects of the defined type for a given variable in the metadata - typecheck.bbclass, which iterates over all configuration variables with a type defined and uses oe.types to check the validity of the values This gives us a few benefits: - Automatic sanity checking of all configuration variables with a defined type - Avoid duplicating the "how do I make use of the value of this variable" logic between its users. For variables like PATH, this is simply a split(), for boolean variables, the duplication can result in confusing, or even mismatched semantics (is this 0/1, empty/nonempty, what?) - Make it easier to create a configuration UI, as the type information could be used to provide a better interface than a text edit box (e.g checkbox for 'boolean', dropdown for 'choice') This functionality is entirely opt-in right now. To enable the configuration variable type checking, simply INHERIT += "typecheck". Example of a failing type check: BAZ = "foo" BAZ[type] = "boolean" $ bitbake -p FATAL: BAZ: Invalid boolean value 'foo' $ Examples of leveraging oe.types in a python snippet: PACKAGES[type] = "list" python () { import oe.types for pkg in oe.types.value("PACKAGES", d): bb.note("package: %s" % pkg) } LIBTOOL_HAS_SYSROOT = "yes" LIBTOOL_HAS_SYSROOT[type] = "boolean" python () { import oe.types assert(oe.types.value("LIBTOOL_HAS_SYSROOT", d) == True) } Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-12-28linux_2.6.35: use mmcblk1p1 for rootfs on nokia900Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-28xserver-xorg-conf: bump PR after nokia900 changes in ↵Martin Jansa
896ea1b88bf1b1c2e3b0080e9dee19b9d9110ad6 and fix EmulateRightButton in om-gta0* Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-28fsodeviced: disable support for libcanberra, which seldomly builds these days.Michael 'Mickey' Lauer
2010-12-27python-cheetah: add 2.4.4Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-27connman: add 0.65Michael 'Mickey' Lauer
NOTE: connman needs iptables, namely libXtables.so now
2010-12-27ttf-linlibertine: new recipe; TTF from the Linux Libertine projectMichael 'Mickey' Lauer
2010-12-27ti-c6accel: fixes and cleanupsKoen Kooi
* this makes c6accel really regenerate the needed files * doesn't pass -L/lib to the linker anymore Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-27nautilus-cd-burner: make it work with cdrkitKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-27freesmartphone: bump cornucopia SRCREV a bit moreMartin Jansa
* mterm2 and fsogsmd lowlevel_nokia_n900 plugin builds fine now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-26james-image: update for cwiid splitFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-12-26cwiid_0.6.00: removedFrans Meulenbroeks
git version is 0.6.00+ and in use for quite a while Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-12-26cwiid: split deliverables in separate packages (similar to debian)Frans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-12-26SlugOS: slugos-packages.bb - demote man and groff, due to groff build failures.Mike Westerhof
2010-12-26Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Michael 'Mickey' Lauer
into org.openembedded.dev
2010-12-26vala: 0.11.2.2 -> 0.11.2.3Michael 'Mickey' Lauer
2010-12-26vim:: elimiated applypatch taskFrans Meulenbroeks
by renaming it to do_patch as patch was empty) Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-12-25qextserialport: Add qextserialport recipe.Marc Reilly
Signed-off-by: Marc Reilly <marc@cpdesign.com.au> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-12-25minimal: enable QA (as discussed on irc with Mickey)Frans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-12-25qmake2: also define OE_QMAKE_AR in the environment filesKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>