Koen Kooi [Thu, 17 Mar 2011 07:33:37 +0000 (08:33 +0100)]
linux-omap-psp 2.6.32: bump PR
Signed-off-by: Koen Kooi <koen@openembedded.org>
Andrea Adami [Thu, 17 Mar 2011 00:18:51 +0000 (01:18 +0100)]
linux: add initial 2.6.38 defconfigs for collie and tosa.
* Uniform other minor settings.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Stanislav Brabec [Thu, 17 Mar 2011 00:03:56 +0000 (00:03 +0000)]
linux-kexecboot-2.6.26, linux-rp-2.6.26: Fix Makefile rules to be compatible with the new GNU make.
Signed-off-by: Stanislav Brabec <utx@penguin.cz>
Yuri Bushmelev [Wed, 16 Mar 2011 22:54:39 +0000 (01:54 +0300)]
contrib/testing/testbuilder: Update to 0.6.1
Khem Raj [Wed, 16 Mar 2011 21:51:58 +0000 (14:51 -0700)]
qemu_0.14.0.bb: Do not build all possible qemus
* We only build the targets that we support
it reduces the compile time to half and
averts the build failure on ubuntu 11.04
where it dies compiling sparc-softmmu which
we dont really need
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Wed, 16 Mar 2011 21:51:20 +0000 (14:51 -0700)]
gnutls_2.10.4.bb: Workaround gcc 4.5 ICE on ARM
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Wed, 16 Mar 2011 19:16:12 +0000 (12:16 -0700)]
gcc-4.5: Fix segfault in dwarf2out
Currently following fails
rm-oe-linux-uclibceabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon
-mfloat-abi=softfp -mthumb-interwork -mno-thumb
--sysroot=/oe/build-minimal-uclibc/minimal-uclibc-dev/sysroots/armv7a-oe-linux-uclibceabi
-DHAVE_CONFIG_H -I. -I.. -DASN1_BUILDING -I./../gl -I./../gl -I./..
-fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os
-pipe -g -MT coding.lo -MD -MP -MF .deps/coding.Tpo -c coding.c -o
coding.o
coding.c: In function 'asn1_length_der':
coding.c:101:1: internal compiler error: in
dwarf2out_frame_debug_expr, at dwarf2out.c:2221
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
{standard input}: Assembler messages:
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Henning Heinold [Wed, 16 Mar 2011 20:47:26 +0000 (21:47 +0100)]
cacao-native: bumpg PR as sugessted by khem
Koen Kooi [Wed, 16 Mar 2011 19:57:29 +0000 (20:57 +0100)]
linux-omap-psp 2.6.32: add support for xM revision C
Signed-off-by: Koen Kooi <koen@openembedded.org>
Tom Rini [Wed, 16 Mar 2011 19:03:53 +0000 (12:03 -0700)]
In a large number of patches, remove unneeded '..' in paths.
In most cases we had both ../foopkg/foopkg as the first path and
this simply became foopkg (the second path was already correct for
the default strip level which is why the patch applies normally).
In a few cases the second path was '.' which is valid but not as
clear as 'b' (which is what git shows for example) so update
that while we're at it.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Wed, 16 Mar 2011 18:53:21 +0000 (11:53 -0700)]
xqt2: Rework the patches for xqt2 (vs the core part).
The way this package builds, xqt2 isn't the main place for
${S}. So we add in another task to apply the patches in that
directory (as there's 4 of them).
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Wed, 16 Mar 2011 18:48:17 +0000 (11:48 -0700)]
tk 8.4.19: Rework disable-xim.patch
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Wed, 16 Mar 2011 18:32:41 +0000 (11:32 -0700)]
poboxserver: Rework unicode.patch
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Wed, 16 Mar 2011 18:30:12 +0000 (11:30 -0700)]
qscintilla 1.65-gpl-1.6: Rework no-external-lexers.patch
Also drop do_stage and update do_install while in here.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Wed, 16 Mar 2011 18:29:41 +0000 (11:29 -0700)]
opie-sh 1.2.4: Rework opie-sh-fsmounter-name.patch
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Wed, 16 Mar 2011 18:28:17 +0000 (11:28 -0700)]
ftpd-topfield: Rework usb-header-name-2-6-23.patch
While in here, clean up the recipe a bit. It's not autotools based
and if we move the library in with an unpack2 the patch can be
applied with striplevel=0. There are other problems with this recipe
at present (CFLAGS/LDFLAGS in our env override the Makefile).
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Wed, 16 Mar 2011 17:54:50 +0000 (10:54 -0700)]
db: Rework arm-thumb-mutex_db5.patch
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Wed, 16 Mar 2011 15:43:42 +0000 (08:43 -0700)]
tcl: Rework mips-tclstrtod.patch
We can't portably use .. in paths in patches so we stop applying this
in do_patch and instead apply it at the start of do_configure.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Henning Heinold [Wed, 16 Mar 2011 13:33:58 +0000 (14:33 +0100)]
sane-toolchain-java: switch to cacao-native here too
Henning Heinold [Wed, 16 Mar 2011 10:23:36 +0000 (11:23 +0100)]
angstrom-jalimo: use cacao-native hg version for javac-native
* build java packages is more stable than with jamvm
Signed-off-by: Henning Heinold <h.heinold@tarent.de>
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
Henning Heinold [Mon, 14 Mar 2011 11:36:46 +0000 (12:36 +0100)]
icedtea6-native: update to 1.7.10 version
* remove sizer.patch we will use qemu on openjdk
* delete 1.7.6 recipe for security reasons
* update angstroem-jalimo to prefer 1.7.10
Signed-off-by: Henning Heinold <h.heinold@tarent.de>
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
Henning Heinold [Mon, 14 Mar 2011 16:15:38 +0000 (17:15 +0100)]
cacao-hg: update to latest revision
Henning Heinold [Mon, 14 Mar 2011 16:12:45 +0000 (17:12 +0100)]
openjdk: use qemu now for the awt sizer binary too
* bump INC_PR
Koen Kooi [Wed, 16 Mar 2011 09:21:37 +0000 (10:21 +0100)]
beagleboard-*-image: change contents based on latest feedback
Signed-off-by: Koen Kooi <koen@openembedded.org>
Koen Kooi [Wed, 16 Mar 2011 09:10:05 +0000 (10:10 +0100)]
task-beagleboard*: add changes from latest round of feedback
Signed-off-by: Koen Kooi <koen@openembedded.org>
Khem Raj [Wed, 16 Mar 2011 07:18:29 +0000 (00:18 -0700)]
qemu-0.14.0: Removed redundant parallel-build.patch
* Import patches from ubuntu
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Tom Rini [Tue, 15 Mar 2011 21:55:12 +0000 (14:55 -0700)]
mysql5-native: Drop PSTAGING_DISABLED
In
1775a986a1c063198ddacea0575623c0ef8c6de3 we dropped the rm_work hack
as not being applicable anymore. That hack was also why I had added
PSTAGING_DISABLED but have confirmed it's not needed now.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Ben Gardiner [Tue, 15 Mar 2011 18:13:55 +0000 (14:13 -0400)]
bitbake.conf: use .ubifs.img extension in IMAGE_CMD_ubi
The current IMAGE_CMD_ubi creates an interim image with a .rootfs.ubifs
extension.
The ubifs image created is not considered a valid rootfs without a UBI
container.
Change the filename of the iterim ubifs image used by IMAGE_CMD_ubi to
.ubifs.img to match the IMAGE_CMD_ubifs command.
Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca>
Acked-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Ben Gardiner [Tue, 15 Mar 2011 18:13:54 +0000 (14:13 -0400)]
image.bbclass: add link to .rootfs.<type> or .<type>.img
The current image link-creation code will unconditionaly create a link
from .<type> pointing to the .rootfs.<type> output.
This is not compatible with the UBIFS images produced which have
.<type>.img extension since they are not considered to be valid rootfs
images when they are not included in a UBI container.
Check for existence of the link target .rootfs.<type> before creating the
link and fallback to a check for the .<type>.img target after that.
Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca>
Acked-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Yuri Bushmelev [Wed, 16 Mar 2011 00:55:43 +0000 (03:55 +0300)]
contrib/testing/testbuilder: Update to 0.6
Andrea Adami [Wed, 16 Mar 2011 00:44:28 +0000 (01:44 +0100)]
linux: add 2.6.38 initial defconfigs for c7x0, poodle, akita, spitz.
* collie and tosa following soon
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Andrea Adami [Wed, 16 Mar 2011 00:11:19 +0000 (01:11 +0100)]
linux: commit initial 2.6.38 recipe.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Andrea Adami [Tue, 15 Mar 2011 23:59:25 +0000 (00:59 +0100)]
linux-kexecboot: add 2.6.38 defconfigs for Zaurus family.
* Keep DEFAULT_PREFERENCE = "-1" until we have 2.6.38 as default.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Andrea Adami [Tue, 15 Mar 2011 23:27:40 +0000 (00:27 +0100)]
linux-kexecboot: remove Zaurus support in 2.6.37.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Andrea Adami [Tue, 15 Mar 2011 23:25:54 +0000 (00:25 +0100)]
linux-kexecboot: remove 2.6.36 version used only for Zaurus devel.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Andrea Adami [Tue, 15 Mar 2011 22:26:38 +0000 (23:26 +0100)]
linux-2.6.37: add more Zaurus defconfigs.
* adding akita c7x0 and poodle
* editing spitz to allow boot from CF/HDD
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Andrea Adami [Tue, 15 Mar 2011 22:23:30 +0000 (23:23 +0100)]
linux-kexecboot_git: update Zaurus defconfigs and prepare for 2.6.38
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Koen Kooi [Tue, 15 Mar 2011 20:52:48 +0000 (21:52 +0100)]
opencv 2.2: bump SRCREV to where the patch has been applied upstream
Signed-off-by: Koen Kooi <koen@openembedded.org>
Tom Rini [Tue, 15 Mar 2011 20:45:43 +0000 (13:45 -0700)]
guile-native: Put gettext-native back into DEPENDS
guile must have gettext to build.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Koen Kooi [Tue, 15 Mar 2011 14:49:47 +0000 (15:49 +0100)]
angstrom v2010.x: blacklist bash-noemu
It doesn't build and has the dreaded replaces/conflicts combo
Signed-off-by: Koen Kooi <koen@openembedded.org>
Koen Kooi [Tue, 15 Mar 2011 14:23:31 +0000 (15:23 +0100)]
policykit-gnome: append to EXTRA_OECONF instead of overriding it
This is needed to disable introspection
Signed-off-by: Koen Kooi <koen@openembedded.org>
Martin Jansa [Tue, 15 Mar 2011 09:29:27 +0000 (10:29 +0100)]
ffmpeg_git: bump PR
* because SRC_URI change from
a96b9ad7525812574d7b719241472fc0e9e95b83 resets LOCALCOUNT in SRCPV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 14 Mar 2011 10:12:39 +0000 (11:12 +0100)]
navit: bump SRCREV and PV
* since r3705 it's development for 0.5.0 version
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 14 Mar 2011 08:12:22 +0000 (09:12 +0100)]
freesmartphone: bump cornucopia, msmcomm, fso-specs, libfso-glib SRCREV
* fsoaudiod doesn't compile with old SRCREV because it didn't exist in that rev
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Paul Menzel [Thu, 17 Feb 2011 23:32:01 +0000 (00:32 +0100)]
mango-lassi: Typo. s/ESCRIPTION/DESCRIPTION/
• Also bump PR after discussion on list openembedded-devel [1].
[1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-March/030940.html
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Steffen Sledz [Fri, 11 Mar 2011 10:59:34 +0000 (11:59 +0100)]
net-snmp: disable libnl use
Fixes compile error
| ./.libs/libnetsnmpmibs.so: undefined reference to `nl_handle_destroy'
| ./.libs/libnetsnmpmibs.so: undefined reference to `nl_handle_alloc'
which occurred sometimes depending on build order (not in clean package
only builds).
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Acked-by: Khem Raj <raj.khem@gmail.com>
Steffen Sledz [Thu, 10 Mar 2011 17:44:00 +0000 (18:44 +0100)]
linux-2.6.24: add support for AMIC flashes (e.g. A29L160AT)
Similar patch is on its way to the mainline kernel:
http://thread.gmane.org/gmane.linux.kernel/1111144
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Khem Raj [Tue, 15 Mar 2011 05:47:46 +0000 (22:47 -0700)]
uclibc_git: Upgrade to latest 0.9.32 snapshot
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Paul Menzel [Fri, 11 Feb 2011 14:04:33 +0000 (15:04 +0100)]
linux-omap-psp_2.6.32: convert tabulator to spaces
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Khem Raj [Mon, 14 Mar 2011 19:06:54 +0000 (12:06 -0700)]
qemu: Add recipes for 0.14.0 release and remove 0.13.0
0.13.0 was not DP and was not parallel buildable, could
not boot SH4 and segfaulted in locale generation. Therefore
its removed.
0.14 is preferred over 0.12.5 by default
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Tom Rini [Mon, 14 Mar 2011 16:35:34 +0000 (09:35 -0700)]
php: Add findutils-native to DEPENDS
find -readable / -writeable is recent to find.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Koen Kooi [Mon, 14 Mar 2011 15:19:15 +0000 (16:19 +0100)]
ffmpeg: switch to libav, that's where the sane people are at
Signed-off-by: Koen Kooi <koen@openembedded.org>
Martin Jansa [Mon, 14 Mar 2011 09:10:18 +0000 (10:10 +0100)]
shr: bump libshr-glib, shr-specs, libphone-ui, phonefsod SRCREV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Eric Bénard [Sun, 13 Mar 2011 16:50:34 +0000 (17:50 +0100)]
busybox: remove 1.18.3
now that 1.18.4 is default for angstrom and slugos
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Eric Bénard [Sun, 13 Mar 2011 16:50:08 +0000 (17:50 +0100)]
slugos: prefer busybox 1.18.4
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Mike Westerhof <mike@mwester.net>
Khem Raj [Fri, 11 Mar 2011 23:47:23 +0000 (15:47 -0800)]
gcc-4.5: Fix ICE on i586
Upgrade to latest svnrev
Get new linaro patches
Delete patches that are not applied
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Tested-by: Yuri Bushmelev <jay4mail@gmail.com>
Eric Bénard [Fri, 11 Mar 2011 21:39:06 +0000 (22:39 +0100)]
qt4: remove 4.7.1
now that 4.7.2 is prefered for shr & minimal & angstrom
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Eric Bénard [Fri, 11 Mar 2011 21:37:10 +0000 (22:37 +0100)]
shr: prefer qt 4.7.2
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Eric Bénard [Sat, 12 Mar 2011 16:32:51 +0000 (17:32 +0100)]
php: remove php-native 5.3.2
now that we have 5.3.5
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Eric Bénard [Sat, 12 Mar 2011 16:32:04 +0000 (17:32 +0100)]
php: add 5.3.5
which is the latest version
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Eric Bénard [Sun, 13 Mar 2011 15:01:01 +0000 (16:01 +0100)]
libc-client: remove 2007b
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Eric Bénard [Sun, 13 Mar 2011 14:34:59 +0000 (15:34 +0100)]
libc-client: add 2007e
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Eric Bénard [Sun, 13 Mar 2011 14:55:56 +0000 (15:55 +0100)]
apache2: remove 2.2.14
which doesn't build and is replaced by 2.2.17
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Eric Bénard [Fri, 11 Mar 2011 23:12:37 +0000 (00:12 +0100)]
apache2: add 2.2.17
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Eric Bénard [Sun, 13 Mar 2011 14:57:49 +0000 (15:57 +0100)]
apr: remove old versions
recent apr was not building, others are not pinned anywhere.
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Eric Bénard [Sun, 13 Mar 2011 14:32:48 +0000 (15:32 +0100)]
apr-util: add 1.3.10
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Eric Bénard [Sun, 13 Mar 2011 14:32:37 +0000 (15:32 +0100)]
apr: add 1.4.2
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Eric Bénard [Sun, 13 Mar 2011 16:49:33 +0000 (17:49 +0100)]
angstrom-2010: use busybox 1.18.4
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
Eric Bénard [Sun, 13 Mar 2011 16:48:37 +0000 (17:48 +0100)]
busybox: add 1.18.4
which is 1.18.3 + all the fixes we already have in OE
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Henning Heinold [Sun, 13 Mar 2011 16:19:52 +0000 (17:19 +0100)]
alsa-utils: replacing exp10 with pow for uclibc
* bump PR
Eric Bénard [Fri, 11 Mar 2011 23:44:26 +0000 (00:44 +0100)]
angstrom-2010: prefer qt 4.7.2
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
Eric Bénard [Fri, 11 Mar 2011 21:37:47 +0000 (22:37 +0100)]
minimal: prefer qt 4.7.2
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Eric Bénard [Fri, 11 Mar 2011 22:33:15 +0000 (23:33 +0100)]
libpcre: add latest 8.10 version
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Eric Bénard [Fri, 11 Mar 2011 23:33:43 +0000 (00:33 +0100)]
bluez-hcidump: add 2.0
Signed-off-by: Eric Bénard <eric@eukrea.com>
Eric Bénard [Fri, 11 Mar 2011 23:33:14 +0000 (00:33 +0100)]
obexd: add 0.40
Signed-off-by: Eric Bénard <eric@eukrea.com>
Eric Bénard [Fri, 11 Mar 2011 21:29:21 +0000 (22:29 +0100)]
nodejs: update to 0.4.2
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Andrea Adami [Sun, 13 Mar 2011 01:37:51 +0000 (02:37 +0100)]
linux.inc: fix CMDLINE_DEBUG injection.
* CMDLINE_append = " ${CMDLINE_DEBUG} " was not the way
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Andrea Adami [Sun, 13 Mar 2011 01:34:53 +0000 (02:34 +0100)]
ben-nanonote.conf: define default kernel CMDLINE to be used in boot.cfg
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Andrea Adami [Sun, 13 Mar 2011 01:33:21 +0000 (02:33 +0100)]
zaurus-2.6.inc: specify default kernel CMDLINE here.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Andrea Adami [Sun, 13 Mar 2011 00:25:02 +0000 (01:25 +0100)]
kexecboot-cfg: inherit CMDLINE from machine.conf. Cleaning.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Simon Busch [Sun, 13 Mar 2011 13:18:47 +0000 (14:18 +0100)]
palmpre: add wifi related packages to MACHINE_EXTRA_RDEPENDS and bump PR of task-base
Signed-off-by: Simon Busch <morphis@gravedo.de>
Simon Busch [Thu, 10 Mar 2011 20:37:24 +0000 (21:37 +0100)]
task-fso2-compliance: add fsoaudiod as dependency
Signed-off-by: Simon Busch <morphis@gravedo.de>
Simon Busch [Tue, 8 Mar 2011 06:12:08 +0000 (07:12 +0100)]
fsoaudiod: add recipe for new audio management daemon
Signed-off-by: Simon Busch <morphis@gravedo.de>
Andrea Adami [Sat, 12 Mar 2011 23:39:39 +0000 (00:39 +0100)]
zaurus: set LZMA_COMPRESSION_LEVEL to lower defaults
* with -9 we see failures to decompress the initramfs
* on devices with 32Mb RAM
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Peter Gsellmann [Thu, 10 Mar 2011 22:53:27 +0000 (22:53 +0000)]
vsftpd-2.0.5: added dependency for correct build order
vsftpd needs the cap_* functions; if the library libcap is not built before vsftpd, an error occurs.
Signed-off-by: Peter Gsellmann <pgsellmann@portner-elektronik.at>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Pau Espin Pedrol [Wed, 2 Mar 2011 21:35:28 +0000 (21:35 +0000)]
xserver-xorg-conf: add xorg.conf config file for exopcslate machine.
Signed-off-by: Pau Espin Pedrol <pespin.shar@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Pau Espin Pedrol [Wed, 2 Mar 2011 21:35:29 +0000 (21:35 +0000)]
linux: add defconfig file for exopcslate machine.
Signed-off-by: Pau Espin Pedrol <pespin.shar@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Pau Espin Pedrol [Wed, 2 Mar 2011 21:35:27 +0000 (21:35 +0000)]
netbase: add interfaces config file for exopcslate machine.
Signed-off-by: Pau Espin Pedrol <pespin.shar@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Pau Espin Pedrol [Wed, 2 Mar 2011 21:35:26 +0000 (21:35 +0000)]
exocpslate.conf: add support for exoPC Slate tablet machine.
Signed-off-by: Pau Espin Pedrol <pespin.shar@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Andreas Müller [Mon, 7 Mar 2011 22:43:30 +0000 (22:43 +0000)]
collect-qa-errors.sh: Simplify and make it work again
Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Paul Menzel [Tue, 8 Mar 2011 11:27:26 +0000 (12:27 +0100)]
xfce4-session_4.6.{1,2}: add `libwnck` to `DEPENDS`
Task `configure` fails with the following error.
checking for pkg-config >= 0.9.0... 0.23
checking for libxfce4util-1.0 >= 4.6.0... 4.6.2
checking LIBXFCE4UTIL_CFLAGS... -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/xfce4 -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/glib-2.0 -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/lib/glib-2.0/include
checking LIBXFCE4UTIL_LIBS... -lxfce4util -lglib-2.0
checking for libxfcegui4-1.0 >= 4.6.0... 4.6.4
checking LIBXFCEGUI4_CFLAGS... -pthread -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/xfce4 -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/gtk-2.0 -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/lib/gtk-2.0/include -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/pango-1.0 -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/glib-2.0 -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/lib/glib-2.0/include -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/cairo -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/pixman-1 -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/freetype2 -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/libpng12 -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/atk-1.0
checking LIBXFCEGUI4_LIBS... -pthread -lxfcegui4 -lgtk-x11-2.0 -lxfce4util -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0
checking for libwnck-1.0 >= 2.12... not found
*** The required package libwnck-1.0 was not found on your system.
*** Please install libwnck-1.0 (atleast version 2.12) or adjust
*** the PKG_CONFIG_PATH environment variable if you
*** installed the package in a nonstandard prefix so that
*** pkg-config is able to find it.
Adding `libwnck` to `DEPENDS` makes this error go away.
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Acked-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Peter Gsellmann [Fri, 11 Mar 2011 18:38:37 +0000 (18:38 +0000)]
gsoap_2.7.13 build errors
There is a compiler error about an impossible cast from QUIRKS* to const QUIRKS*
The patches are from Fedora12 which has the exact same gsoap-version
They can be found at http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/12/Everything/source/SRPMS/gsoap-2.7.13-2.fc12.src.rpm
In the native package, the generated binary is installed in STAGING_BINDIR_NATIVE where expected by the gsoap-package
Otherwise the gsoap-package uses a soapcpp2 delivered as 32bit-executable in the source-package! This fails on x86_64 hosts.
Signed-off-by: Peter Gsellmann <pgsellmann@portner-elektronik.at>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Lukas-David Gorris [Sat, 12 Mar 2011 11:35:38 +0000 (11:35 +0000)]
htcleo: update xorg.conf
Am Freitag, den 11.03.2011, 15:59 -0800 schrieb Khem Raj:
> On (11/03/11 11:14), Lukas-David Gorris wrote:
> > Attached patch updates xorg.conf for htcleo machine. It's needed to
> > disable tslib. Tested on the device.
> >
>
> needs a PR bump.
Thanks! Patch with added PR bump attached.
Best,
Lukas
>From
fef8c5c43547b9fe83a1d76120e499596d47afcc Mon Sep 17 00:00:00 2001
From: Lukas-David Gorris <lukas.gorris@gmail.com>
Date: Sat, 12 Mar 2011 04:31:50 +0100
Subject: [PATCH] xserver-xorg-conf: Update htcleo/xorg.conf and bump PR
Thanks to Khem for the review
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Otavio Salvador [Fri, 11 Mar 2011 22:29:37 +0000 (22:29 +0000)]
p910nd: update to 0.95 and improve packaging
* fix SRC_URI to use SOURCEFORGE_MIRROR;
* use LDFLAGS to include GNU_HASH info;
* move avahi support to p910nd-avahi package;
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Fri, 11 Mar 2011 20:37:38 +0000 (20:37 +0000)]
cmake: depends on libarchive
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Fri, 11 Mar 2011 20:34:42 +0000 (20:34 +0000)]
libarchive: add
This library provides C library and command-line tools for reading and
writing tar, cpio, zip, ISO, and other archive formats.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Wed, 9 Mar 2011 21:37:13 +0000 (18:37 -0300)]
linux (2.6.37): update to 2.6.37.3 stable patch
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Wed, 9 Mar 2011 21:17:48 +0000 (21:17 +0000)]
xkeyboard-config (git): update to current version - 2.1 plus fixes
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Wed, 9 Mar 2011 21:16:43 +0000 (21:16 +0000)]
xkeyboard-config: use --with-xkb-rules-symlink=xorg option
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Wed, 9 Mar 2011 17:06:24 +0000 (17:06 +0000)]
bitbake.conf: add XZ_INTEGRITY_CHECK and LZMA_COMPRESSION_LEVEL variables
Linux kernel has support for XZ Embedded and it has limited support
for integrity checking. Currently only 'crc32' and 'none' are
supported.
This patch allows change it and defaults it to 'crc32' for safeness.
The LZMA_COMPRESSION_LEVEL variable has been add for cpio.lzma image
format since the XZ equivalent variable has already available and in
use. It defaults for best compression ratio.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>