summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-07-26Siteinfo cleanupChris Larson
- Don't supply site files for native - Split up the site information, so we don't need to add every single combination of os and architecture to the siteinfo.bbclass - Instead of specifically looking for '${FILE_DIRNAME}/site-${PV}/<sitefile>', leverage FILESPATH. Now it searches the paths in both BBPATH and FILESPATH for "site/<sitefile>". - SITEINFO_ENDIANESS -> SITEINFO_ENDIANNESS Signed-off-by: Chris Larson <clarson@kergoth.com>
2010-07-26oe.patch: don't error when the symlink already exists and is correctEvgeniy Dushistov
Adds oe.path.symlink convenience function. Signed-off-by: Evgeniy Dushistov <dushistov@mail.ru> Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-07-26cpan.bbclass: removed legacy stagingFrans Meulenbroeks
bumped PR for the main perl recipes so this change takes effect Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Roman I Khimov <khimov@altell.ru>
2010-07-26sanity.bbclass: Run our checking at BuildStarted, not ConfigParsedChris Larson
ConfigParsed is often utilized to do programmatic changes to the configuration metadata. If these other event handlers set any variables which sanity.bbclass needs to check, there's a problem, since we can't ensure those handlers run before this one. So, we move the sanity checking to when the build is about to start, this ensures that the configuration metadata is entirely ready to go. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-07-26ncurses: proPagate is with a p, not a gKoen Kooi
2010-07-26openjdk: Bump INC_PR after merge.Xerxes Rånby
2010-07-26openjdk-6-6b18: Fix cacao on soft-float systems.Xerxes Rånby
* openjdk-6-common.inc: Configure cacao with --enable-softfloat on systems that are not equipped with a FPU. This fixes openjdk + cacao on ARMv4 and ARMv5 systems. Bumped PR.
2010-07-26linux-omap-psp 2.6.32: add multiconfig for beagle with cpuidle and g_ether ↵Koen Kooi
built in
2010-07-25proxy-libintl: Fix soname.patch to include the funtions from libintl.cKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-25Work around ncurses-sdk & zlib-sdk build failures on CentOS 5.4Chris Larson
The issue here is that we're building ncurses with HOST==BUILD!=TARGET, aka 'cross', yet we're applying a CFLAGS override based on the target, not the host, which results in passing -fforward-propagate to the build machine's gcc, which isn't supported in older versions. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-07-25ncurses: make certain that the rxvt-unicode dir existsChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-07-25ncurses: don't rely on bitbake's expansion of undefined variables behaviorChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-07-25bitbake.conf: Add thumb-interwork to DISTRO_FEATURES if machine supports it.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-25proxy-libintl: Eliminate the compile rule in makefileKhem Raj
* This rule is not needed because we do not pass correct CFLAGS so on architectures where PIC really matters it does not work. Therefore make is more consistent and let -shared decide what flag to use for PIC'ness Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-25freesmartphone: bump SRCREV and sync PVs with upstreamMichael Kurz
Signed-off-by: Michael Kurz <betheg@bitcloner.org>
2010-07-25gdbm: switch to BBCLASSEXTENDED and bump PRHenning Heinold
2010-07-25libpng: update to version 1.2.44 because of CVE-2010-1205 and converted to ↵Henning Heinold
BBCLASSEXTENDED * removed insecure versions
2010-07-24encdec-updater: Get rid of legacy staging.Stanislav Brabec
2010-07-24geda-gattrib: Undeleted gattrib-gtk218.patch accidentally removed by d264d0f.Stanislav Brabec
2010-07-24psplash-ti: add ti logo progress barChase Maupin
* Added recipe to provide TI logo on splash screen during booting. This is for use with TI processors. Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-07-24gnome-bluetooth: Remove support for help file generator to not depend on ↵Stanislav Brabec
host system docbook XSL processing. Signed-off-by: Stanislav Brabec <utx@penguin.cz>
2010-07-24geda-gattrib: Drop support for gtk+ < 2.18. It was broken since 4e7aae5 that ↵Stanislav Brabec
tried to fix 995db54, which failed to parse on some systems. Signed-off-by: Stanislav Brabec <utx@penguin.cz>
2010-07-24Merge branch 'org.openembedded.dev' of git.openembedded.net:openembedded ↵Stanislav Brabec
into org.openembedded.dev
2010-07-24angstrom-2008-preferred-versions.inc: Remove spitz and akita specific udev ↵Stanislav Brabec
version, opkg upgrade would break the system. Reverts 48dd1c1. Signed-off-by: Stanislav Brabec <utx@penguin.cz>
2010-07-24akita.conf, spitz.conf: Set PREFERRED_PROVIDER for udev-compat to ↵Stanislav Brabec
udev-compat141.
2010-07-24udev: Fix sanity_check errors of requires/provides in udev-compat introduction.Stanislav Brabec
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-July/021848.html Signed-off-by: Stanislav Brabec <utx@penguin.cz>
2010-07-24udev: Fix possible multiple mounting of /dev, increment PR.Stanislav Brabec
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-July/021663.html Signed-off-by: Stanislav Brabec <utx@penguin.cz> Acked-by: Andrea Adami <andrea.adami@gmail.com>
2010-07-24udev: Added support for udev-compat.Stanislav Brabec
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-July/021662.html Signed-off-by: Stanislav Brabec <utx@penguin.cz> Acked-by: Andrea Adami <andrea.adami@gmail.com>
2010-07-24udev-compat141: Added compatibility udev package for old kernels.Stanislav Brabec
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-July/021661.html Signed-off-by: Stanislav Brabec <utx@penguin.cz> Acked-by: Andrea Adami <andrea.adami@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org>
2010-07-24beagleboard-test-image: contents for test ramdiskJason Kridner
* Used standard mplayer (avoid creation of a limited function mplayer). * Included cpufrequtils. * Updated by Koen's feedback * Build x-load, u-boot, and the kernel with every image.
2010-07-24beagleboard-test-scripts: createdJason Kridner
These are scripts from the validation repository used to test various functions on the board. Updated by Koen's feedback fixed shell script error: Setting variables in shell script (do_install) need to not have spaces between the variable and the '='.
2010-07-24angstrom-gpe-task-settings: remove gpe-packageKoen Kooi
2010-07-24gpe-package: switch to IPKG_VARIANT, clean up and fix licenseKoen Kooi
2010-07-24u-boot git: sync i2c and button patch with ↵Koen Kooi
http://gitorious.org/beagleboard-validation/u-boot/commits/validation-20100723 u-boot git: change default env for beagle to run user.scr or ramdisk when the USER button is pressed
2010-07-24x-load git: add patch to detect the different memories on beagleboard xMKoen Kooi
2010-07-24ffmpeg svn: enable ffserverKoen Kooi
* ffplay needs an sdl patch
2010-07-24ffmpeg: fix packagingKoen Kooi
ffmpeg svn: make it distributable
2010-07-24Merge branch 'org.openembedded.dev' of ↵Marco Cavallini
git://git.openembedded.org/openembedded into org.openembedded.dev
2010-07-24kaeilos-2010.conf: switched opkg stuff to opkg-nogpg-nocurlMarco Cavallini
2010-07-24angstrom: add ipkg to blacklistKoen Kooi
2010-07-24base-image: switch to IPKG_VARIANTKoen Kooi
2010-07-24linux-omap-psp 2.6.32: additional bugfixes for the camera driversKoen Kooi
2010-07-24distro: Add new feature to indicate thumb-interworking.Khem Raj
* This would be used to decide if we can use BX in return instructions in uclibc. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-24Merge branch 'org.openembedded.dev' of ↵Marco Cavallini
git://git.openembedded.org/openembedded into org.openembedded.dev
2010-07-23tcpdump-4.1.1Nicolas Boichat
Ported most patches from 4.0.0, except no-ipv6-tcpdump4.patch (fixed upstream). Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-07-23libpcap 1.1.1 recipe.Nicolas Boichat
Notes about patches from 1.0.0: - ieee80215-arphrd.patch: ported to 1.1.1 - aclocal.patch: does not seem to be needed (unsure) - 0001-Fix-some-problems-that-show-up-in-autoconf-2.64-and-.patch: same - ldflags.patch: fixed upstream Other main difference: - pcap-config is installed in the dev package, as well as in the staging directory. Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-07-23yaffs2: Remove legacy staging (from poky)Khem Raj
* yaffs2-util remove native recipe in favor of BBBLASSEXTEND. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-23libbedic_1.1.bb, encdec-updater-native.bb: Remove legacy stagingKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-23opencv-dsp-acceleration: Revision changed to 128Pramod Poudel
*IMGLIB_PATH is changed to path where other TI tools are found. Signed-off-by: Pramod Poudel <ktmpole@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-07-23gcc-4.5: Fix rev instruction generation on armv6+ (backport PR 43698)Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>