Chris Larson [Sun, 20 Jun 2010 21:35:05 +0000 (14:35 -0700)]
Siteinfo cleanup v2
- 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.
- Drop the ${FILE_DIRNAME}/site-<bits> stuff, there are other ways to do it.
- SITEINFO_ENDIANESS -> SITEINFO_ENDIANNESS.
Signed-off-by: Chris Larson <clarson@kergoth.com>
Chris Larson [Mon, 26 Jul 2010 22:09:08 +0000 (15:09 -0700)]
Revert "Siteinfo cleanup"
Will revisit.
This reverts commit
87dc166bade8722af4076c8644cac6a0a437826f.
Thomas Zimmermann [Mon, 26 Jul 2010 20:29:45 +0000 (22:29 +0200)]
aceofpenguins-launcher: update to 0.5 to add button for spider game
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
Thomas Zimmermann [Mon, 26 Jul 2010 20:28:04 +0000 (22:28 +0200)]
aceofpenguins: update to version 1.3
* new game: spider
* some fixes
* renamed files folder to aceofpenguins
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
Chris Larson [Sun, 20 Jun 2010 21:35:05 +0000 (14:35 -0700)]
Siteinfo cleanup
- 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>
Evgeniy Dushistov [Mon, 26 Jul 2010 16:43:19 +0000 (09:43 -0700)]
oe.patch: don't error when the symlink already exists and is correct
Adds oe.path.symlink convenience function.
Signed-off-by: Evgeniy Dushistov <dushistov@mail.ru>
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Frans Meulenbroeks [Sun, 25 Jul 2010 16:25:49 +0000 (18:25 +0200)]
cpan.bbclass: removed legacy staging
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>
Chris Larson [Mon, 26 Jul 2010 15:57:57 +0000 (08:57 -0700)]
sanity.bbclass: Run our checking at BuildStarted, not ConfigParsed
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>
Koen Kooi [Mon, 26 Jul 2010 13:41:03 +0000 (15:41 +0200)]
ncurses: proPagate is with a p, not a g
Xerxes Rånby [Mon, 26 Jul 2010 12:41:49 +0000 (14:41 +0200)]
openjdk: Bump INC_PR after merge.
Xerxes Rånby [Mon, 26 Jul 2010 11:30:04 +0000 (13:30 +0200)]
openjdk-6-6b18: Fix cacao on soft-float systems.
* 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.
Koen Kooi [Mon, 26 Jul 2010 09:38:52 +0000 (11:38 +0200)]
linux-omap-psp 2.6.32: add multiconfig for beagle with cpuidle and g_ether built in
Khem Raj [Sun, 25 Jul 2010 17:55:32 +0000 (10:55 -0700)]
proxy-libintl: Fix soname.patch to include the funtions from libintl.c
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Chris Larson [Sun, 25 Jul 2010 02:28:22 +0000 (22:28 -0400)]
Work around ncurses-sdk & zlib-sdk build failures on CentOS 5.4
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>
Chris Larson [Wed, 21 Jul 2010 23:57:01 +0000 (16:57 -0700)]
ncurses: make certain that the rxvt-unicode dir exists
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Wed, 21 Jul 2010 23:56:37 +0000 (16:56 -0700)]
ncurses: don't rely on bitbake's expansion of undefined variables behavior
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Khem Raj [Sat, 24 Jul 2010 09:19:12 +0000 (02:19 -0700)]
bitbake.conf: Add thumb-interwork to DISTRO_FEATURES if machine supports it.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Sat, 24 Jul 2010 21:26:02 +0000 (14:26 -0700)]
proxy-libintl: Eliminate the compile rule in makefile
* 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>
Michael Kurz [Sun, 25 Jul 2010 10:54:40 +0000 (12:54 +0200)]
freesmartphone: bump SRCREV and sync PVs with upstream
Signed-off-by: Michael Kurz <betheg@bitcloner.org>
Henning Heinold [Fri, 23 Jul 2010 10:25:27 +0000 (12:25 +0200)]
gdbm: switch to BBCLASSEXTENDED and bump PR
Henning Heinold [Fri, 23 Jul 2010 10:01:09 +0000 (12:01 +0200)]
libpng: update to version 1.2.44 because of CVE-2010-1205 and converted to BBCLASSEXTENDED
* removed insecure versions
Stanislav Brabec [Sat, 24 Jul 2010 22:03:32 +0000 (22:03 +0000)]
encdec-updater: Get rid of legacy staging.
Stanislav Brabec [Sat, 24 Jul 2010 22:01:24 +0000 (22:01 +0000)]
geda-gattrib: Undeleted gattrib-gtk218.patch accidentally removed by d264d0f.
Chase Maupin [Thu, 22 Jul 2010 19:35:05 +0000 (14:35 -0500)]
psplash-ti: add ti logo progress bar
* 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>
Stanislav Brabec [Sat, 24 Jul 2010 14:21:03 +0000 (14:21 +0000)]
gnome-bluetooth: Remove support for help file generator to not depend on host system docbook XSL processing.
Signed-off-by: Stanislav Brabec <utx@penguin.cz>
Stanislav Brabec [Sat, 24 Jul 2010 14:16:19 +0000 (14:16 +0000)]
geda-gattrib: Drop support for gtk+ < 2.18. It was broken since 4e7aae5 that tried to fix 995db54, which failed to parse on some systems.
Signed-off-by: Stanislav Brabec <utx@penguin.cz>
Stanislav Brabec [Sat, 24 Jul 2010 13:59:30 +0000 (13:59 +0000)]
Merge branch 'org.openembedded.dev' of git.openembedded.net:openembedded into org.openembedded.dev
Stanislav Brabec [Sat, 24 Jul 2010 13:55:48 +0000 (15:55 +0200)]
angstrom-2008-preferred-versions.inc: Remove spitz and akita specific udev version, opkg upgrade would break the system. Reverts 48dd1c1.
Signed-off-by: Stanislav Brabec <utx@penguin.cz>
Stanislav Brabec [Sat, 24 Jul 2010 13:51:39 +0000 (15:51 +0200)]
akita.conf, spitz.conf: Set PREFERRED_PROVIDER for udev-compat to udev-compat141.
Stanislav Brabec [Sat, 24 Jul 2010 13:47:26 +0000 (15:47 +0200)]
udev: Fix sanity_check errors of requires/provides in udev-compat introduction.
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-July/021848.html
Signed-off-by: Stanislav Brabec <utx@penguin.cz>
Stanislav Brabec [Sat, 24 Jul 2010 13:39:52 +0000 (15:39 +0200)]
udev: Fix possible multiple mounting of /dev, increment PR.
* 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>
Stanislav Brabec [Sat, 24 Jul 2010 13:37:21 +0000 (15:37 +0200)]
udev: Added support for udev-compat.
* 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>
Stanislav Brabec [Sat, 24 Jul 2010 13:35:55 +0000 (15:35 +0200)]
udev-compat141: Added compatibility udev package for old kernels.
* 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>
Jason Kridner [Thu, 22 Jul 2010 00:36:21 +0000 (19:36 -0500)]
beagleboard-test-image: contents for test ramdisk
* 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.
Jason Kridner [Thu, 22 Jul 2010 00:38:11 +0000 (19:38 -0500)]
beagleboard-test-scripts: created
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 '='.
Koen Kooi [Sat, 24 Jul 2010 13:07:24 +0000 (15:07 +0200)]
angstrom-gpe-task-settings: remove gpe-package
Koen Kooi [Sat, 24 Jul 2010 11:39:26 +0000 (13:39 +0200)]
gpe-package: switch to IPKG_VARIANT, clean up and fix license
Koen Kooi [Sat, 24 Jul 2010 11:06:57 +0000 (13:06 +0200)]
u-boot git: sync i2c and button patch with 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
Koen Kooi [Sat, 24 Jul 2010 10:54:37 +0000 (12:54 +0200)]
x-load git: add patch to detect the different memories on beagleboard xM
Koen Kooi [Sat, 24 Jul 2010 09:47:21 +0000 (11:47 +0200)]
ffmpeg svn: enable ffserver
* ffplay needs an sdl patch
Koen Kooi [Sat, 24 Jul 2010 08:46:28 +0000 (10:46 +0200)]
ffmpeg: fix packaging
ffmpeg svn: make it distributable
Marco Cavallini [Sat, 24 Jul 2010 07:45:26 +0000 (09:45 +0200)]
Merge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into org.openembedded.dev
Marco Cavallini [Sat, 24 Jul 2010 07:43:24 +0000 (09:43 +0200)]
kaeilos-2010.conf: switched opkg stuff to opkg-nogpg-nocurl
Koen Kooi [Sat, 24 Jul 2010 07:38:25 +0000 (09:38 +0200)]
angstrom: add ipkg to blacklist
Koen Kooi [Sat, 24 Jul 2010 07:36:43 +0000 (09:36 +0200)]
base-image: switch to IPKG_VARIANT
Koen Kooi [Sat, 24 Jul 2010 07:35:18 +0000 (09:35 +0200)]
linux-omap-psp 2.6.32: additional bugfixes for the camera drivers
Khem Raj [Wed, 21 Jul 2010 22:42:40 +0000 (15:42 -0700)]
distro: Add new feature to indicate thumb-interworking.
* 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>
Marco Cavallini [Sat, 24 Jul 2010 07:30:34 +0000 (09:30 +0200)]
Merge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into org.openembedded.dev
Nicolas Boichat [Fri, 23 Jul 2010 09:28:32 +0000 (11:28 +0200)]
tcpdump-4.1.1
Ported most patches from 4.0.0, except no-ipv6-tcpdump4.patch (fixed upstream).
Signed-off-by: Koen Kooi <koen@openembedded.org>
Nicolas Boichat [Fri, 23 Jul 2010 09:27:05 +0000 (11:27 +0200)]
libpcap 1.1.1 recipe.
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>
Khem Raj [Fri, 23 Jul 2010 14:42:07 +0000 (07:42 -0700)]
yaffs2: Remove legacy staging (from poky)
* yaffs2-util remove native recipe in favor of BBBLASSEXTEND.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Fri, 23 Jul 2010 07:27:09 +0000 (00:27 -0700)]
libbedic_1.1.bb, encdec-updater-native.bb: Remove legacy staging
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Pramod Poudel [Thu, 22 Jul 2010 21:36:14 +0000 (16:36 -0500)]
opencv-dsp-acceleration: Revision changed to 128
*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>
Khem Raj [Fri, 23 Jul 2010 06:05:19 +0000 (23:05 -0700)]
gcc-4.5: Fix rev instruction generation on armv6+ (backport PR 43698)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Fri, 23 Jul 2010 06:03:55 +0000 (23:03 -0700)]
quilt-native: Dont configure with --without-date
* This ends up quilt installing its little perl
handler for date which does not understand -r
option used in quilt refresh
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Fri, 23 Jul 2010 06:01:29 +0000 (23:01 -0700)]
uclibc-git: Bump SRCREV
* Remove upstream patch.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Martin Jansa [Fri, 23 Jul 2010 05:18:41 +0000 (07:18 +0200)]
task-shr-feed: add maxima
David Lanzendörfer [Thu, 22 Jul 2010 13:34:58 +0000 (13:34 +0000)]
maxima: add recipe, tool for algebraic calculation
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Michael 'Mickey' Lauer [Fri, 23 Jul 2010 21:00:56 +0000 (23:00 +0200)]
fsogsmd: temporarily disable palm pre support, until upstream has been sorted out
Marco Cavallini [Fri, 23 Jul 2010 13:57:30 +0000 (15:57 +0200)]
tiff_3.9.2.bb: updated sources link because the old one was broken
* now is http://download.osgeo.org/libtiff
Martin Jansa [Thu, 22 Jul 2010 22:34:53 +0000 (00:34 +0200)]
EFL: bump SRCREV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 19 Jul 2010 12:52:17 +0000 (14:52 +0200)]
linux_git: bump SRCREV for rc6, enable PLATFORM_PATA for spitz
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Frans Meulenbroeks [Thu, 22 Jul 2010 20:47:21 +0000 (22:47 +0200)]
conf/machine/include/nios2.inc: removed pinnings
removed the pinnings of gcc, glibc, binutils etc
these are not needed any more now the recipes involved
have COMPATIBLE_TARGET_SYS to protect against usage
of recipes that do not support nios2
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Thu, 22 Jul 2010 20:45:48 +0000 (22:45 +0200)]
binutils_2.20.1: commented out enabling for nios2
commented out enabling for nios2 as there is an open issue
with ld; will enable again once I fixed the issue
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Thu, 22 Jul 2010 20:42:45 +0000 (22:42 +0200)]
gcc: added COMPATIBLE_TARGET_SYS
added COMPATIBLE_TARGET_SYS ?= "(?!nios2)" to the gcc-common.inc file
and COMPATIBLE_TARGET_SYS = "." to the only recipe that does
support nios2 (gcc-4.2.1.bb)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Martin Jansa [Wed, 21 Jul 2010 12:20:32 +0000 (14:20 +0200)]
linux-openmoko-2.6.32: make defconfig more modularized and disable preempt
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Wed, 21 Jul 2010 09:03:25 +0000 (11:03 +0200)]
linux-openmoko-2.6.32: update stable patch to 2.6.32.16, rebase some patches and add possible WS fix
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Klaus Kurzmann [Thu, 22 Jul 2010 19:46:53 +0000 (21:46 +0200)]
cornucopia.inc: bump FSO_CORNUCOPIA_SRCREV to get SetFunctionality fixes of fsogsmd
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Frans Meulenbroeks [Thu, 22 Jul 2010 19:24:03 +0000 (21:24 +0200)]
glibc.inc: changned = to ?= in COMPATIBLE_TARGET_SYS assignment
replaced = by ?= apparently this fell out of the file somewhere
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Thu, 22 Jul 2010 19:21:28 +0000 (21:21 +0200)]
glibc: added COMPATIBLE_TARGET_SYS
added COMPATIBLE_TARGET_SYS ?= "(?!nios2)" to the glibc.inc file
and COMPATIBLE_TARGET_SYS = "." to the only recipe that does
support nios2 (glibc_2.5.bb)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Khem Raj [Thu, 22 Jul 2010 18:31:59 +0000 (11:31 -0700)]
gcc-4.5.inc: Bump SRCREV to latest git tip.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Wed, 21 Jul 2010 17:55:59 +0000 (10:55 -0700)]
sanity.bbclass, abi_version.conf: Bump the ABI to inform that cross has died.
* tmpdir layout is changed bump ABI version to force a rebuild.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Tom Rini <tom_rini@mentor.com>
Acked-by: Richard Purdie <rpurdie@rpsys.net>
Ackef-by: Chris Larson <clarson@kergoth.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Khem Raj [Wed, 21 Jul 2010 17:54:53 +0000 (10:54 -0700)]
recipes: Fix references to CROSS_DIR
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Tom Rini <tom_rini@mentor.com>
Acked-by: Richard Purdie <rpurdie@rpsys.net>
Ackef-by: Chris Larson <clarson@kergoth.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Khem Raj [Wed, 21 Jul 2010 17:51:16 +0000 (10:51 -0700)]
toolchain: Remove references to CROSS_DIR
* Toolchain is installed into native sysroot now.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Tom Rini <tom_rini@mentor.com>
Acked-by: Richard Purdie <rpurdie@rpsys.net>
Ackef-by: Chris Larson <clarson@kergoth.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Khem Raj [Wed, 21 Jul 2010 17:42:38 +0000 (10:42 -0700)]
classes,bitbake.conf: Remove CROSS_DIR, install cross-packages into native sysroot
* Update references to CROSS_DIR in classes and bitbake.conf.
* This patch is based on Joshua Lock's work in poky.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Tom Rini <tom_rini@mentor.com>
Acked-by: Richard Purdie <rpurdie@rpsys.net>
Ackef-by: Chris Larson <clarson@kergoth.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Koen Kooi [Thu, 22 Jul 2010 12:18:44 +0000 (14:18 +0200)]
linux-omap-psp 2.6.32: fix cpuidle in multiconfig
Koen Kooi [Thu, 22 Jul 2010 12:09:54 +0000 (14:09 +0200)]
python-pygtk2: install .pc file
Koen Kooi [Thu, 22 Jul 2010 11:15:14 +0000 (13:15 +0200)]
linux-omap-psp 2.6.32: add patch to fix USER button on xM and turn on core dumps
Marc Olzheim [Wed, 21 Jul 2010 23:26:18 +0000 (23:26 +0000)]
coreutils: LICENSE for versions after 6.9 is GPLv3.
Signed-off-by: Koen Kooi <koen@openembedded.org>
Henning Heinold [Thu, 22 Jul 2010 07:49:59 +0000 (09:49 +0200)]
openjdk-6: fix filespath so jvm.cfg is found and remove poky-stuff
Andrea Adami [Wed, 21 Jul 2010 23:41:50 +0000 (01:41 +0200)]
kexecboot: add runtime dependency on losetup (klibc-static)
Andrea Adami [Wed, 21 Jul 2010 23:38:45 +0000 (01:38 +0200)]
klibc: bump PR after relocating losetup
Andrea Adami [Wed, 21 Jul 2010 23:35:33 +0000 (01:35 +0200)]
klibc-utils: move losetup in /sbin
* as done for modprobe
Khem Raj [Wed, 21 Jul 2010 22:32:58 +0000 (15:32 -0700)]
qemumips.conf, qemumipsel.conf: Add FEED_ARCH
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Wed, 21 Jul 2010 22:19:59 +0000 (15:19 -0700)]
arm-thumb.inc: Make OVERRIDE TARGET_CC_ARCH TARGET_CC_KERNEL_ARCH conditionally apply for arm only.
* Thumb is only relevant for ARM architecture so dont override if architecture is not arm.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Frans Meulenbroeks [Wed, 21 Jul 2010 20:13:33 +0000 (22:13 +0200)]
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Tom Rini [Wed, 21 Jul 2010 20:02:45 +0000 (13:02 -0700)]
arm-thumb.inc: Don't modify TARGET_CC_*ARCH on non-arm/armeb
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Wed, 21 Jul 2010 19:57:25 +0000 (12:57 -0700)]
stage-manager-ipkg: Make the workaround for tar + SIGPIPE more robust
Signed-off-by: Gilbert Coville <gilbert_coville@mentor.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Frans Meulenbroeks [Fri, 16 Jul 2010 17:09:55 +0000 (19:09 +0200)]
linux-libc-headers: added COMPATIBLE_TARGET_SYS
added COMPATIBLE_TARGET_SYS ?= "(?!nios2)" to the inc file
and COMPATIBLE_TARGET_SYS = "." to the only recipe that does
support nios2
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Fri, 16 Jul 2010 17:04:08 +0000 (19:04 +0200)]
binutils: added COMPATIBLE_TARGET_SYS
added COMPATIBLE_TARGET_SYS ?= "(?!nios2)" to the inc file
and COMPATIBLE_TARGET_SYS = "." to the few recipes that do
support nios2
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Khem Raj [Wed, 21 Jul 2010 17:27:22 +0000 (10:27 -0700)]
uclibc-git: Update cpu to be arm926t in config for qemuarm
* Fix PIE execution when uclibc is compiled with thumb
* Update defconfig for armv5te architecture
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Sun, 18 Jul 2010 22:18:55 +0000 (22:18 +0000)]
distro: Move thumb into distro features
* Currenlty we define the thumb specific overrides in machine tune files
and as machine conf files are included before the distro conf files
the overrides dont get right values and set incorrectly.
* This patch moves the tune-thumb.inc from machine/include into
distro/include and lets distro decide on thumb and thumb-interworking
features based on the machine selected. If a machine which does not
support thumb like all armv4 based machines is selected then distro
makes correct decision now to disable thumb and thumb-interworking
based upon the machine seletected.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Henning Heinold [Wed, 21 Jul 2010 13:50:39 +0000 (15:50 +0200)]
openjdk: fix sed scripts for jvm.cfg postinst/prerm
* bump INC_PR
Henning Heinold [Wed, 21 Jul 2010 12:17:23 +0000 (14:17 +0200)]
openjdk-6-6b18: updating comment about armv7 support
Koen Kooi [Wed, 21 Jul 2010 15:03:48 +0000 (17:03 +0200)]
squashfstools: pin to today instead of using a floating srcdate
Xerxes Rånby [Wed, 21 Jul 2010 11:15:21 +0000 (13:15 +0200)]
llvm2.7: backported llvm2.8svn r104558, r104652 & r104653 fixes.
* llvm2.7/r104558-VFPmisc.patch: Add missing implementation
to the materialization of VFP misc. instructions
(vmrs, vmsr and vmov (immediate)).
* llvm2.7/r104652-VFPLoadStoreMultiple.patch: LLVM PR7221
Makes VFP calculations correct.
* llvm2.7/r104653-BFC-BFI.patch: LLVM PR7222
Fixes LLVM ERROR: ARMv6t2 JIT is not yet supported.
* llvm2.7_2.7.bb: Added above patches and bumped PR.
Martin Jansa [Wed, 21 Jul 2010 11:14:30 +0000 (13:14 +0200)]
linux-openmoko: upgrade kernel in NAND partition also if rootfs is ubi (not only mtdblock)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Koen Kooi [Wed, 21 Jul 2010 10:16:38 +0000 (12:16 +0200)]
xbmc: fix up recipe a bit
Koen Kooi [Wed, 21 Jul 2010 10:12:55 +0000 (12:12 +0200)]
linux-omap-psp 2.6.32: add patches to make the VGA and 3MP cameras work on the beagelboard xM
Koen Kooi [Wed, 21 Jul 2010 09:48:25 +0000 (11:48 +0200)]
gst-plugins-bad 0.10.19: add missing dep on libcdaudio