summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-01-24package_deb.bbclass: make the PACKAGES check earlier so if there is nothing ↵Ricardo Salveti de Araujo1
to package we don't read potentially stale pkgdata from staging. This is basically the commit 27b9bc946eeb3faa7b10d92689ab527af42727bd that got lost when merging poky stuff into the repo. The behavior is much like what we already have with package_ipk. Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@openbossa.org>
2010-01-24conf/machine/include/htc-msm7.inc: Remove IMAGE_FSTYPES assignmentDavid Lanzendörfer1
Removed filesystems declaration from conf/machine/include/htc-msm7.inc because it should been already decleared in ${build}/conf/local.conf.
2010-01-24conf/machine/rx1950.conf: Correct information of the config fileVasily Khoruzhick1
The HP iPAQ RX1950 has no bluetooth, and its flash size is 64M. Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
2010-01-24icecc: introduce ICECC_FALLBACK_PARALLELRoman Khimov1
icecc-blacklisted packages currently built not only without icecc environment set but also without any parallel options enabled. The original intention was not to kill the build machine, I guess, since having a good icecc cluster it's easy to set '-j16' or '-j32' or whatever else which could do so. However as the toolchain packages are blacklisted for icecc they're becoming a bottleneck in the build process, while they can be built with local-machine parallelism. So, in order to solve it, introducing ICECC_FALLBACK_PARALLEL option. It's simply used as PARALLEL_MAKE for icecc-blacklisted packages.
2010-01-24icecc: remove bb.errors on un-built compilersRoman Khimov1
Building things with icecc and BB_NUMBER_THREADS more then 1 you could see a lot of messages: ERROR: no cross compiler built yet? before gcc-cross would be properly built. There is technically nothing wrong, cross compiler is not there yet and it's not needed when bitbake does fetch-unpack-patch and other things to prepare package build. But it makes people uncomfortable. We can safely kill this messages.
2010-01-24xserver-kdrive-common/xserver-kdrive-common/Xserver: Add settings for ↵Marco Cavallini1
Ronetix boards LCD Tested with display TX09D71VM1CCA. Signed-off-by: Marco Cavallini <m.cavallini@koansoftware.com>
2010-01-24linux-openmoko-2.6.32: bump srcrev for latest pcf50633 fixMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-24linux-kexecboot_2.6.32+2.6.33-rc5: add LZMA pending patch for ARMAndrea Adami2
2010-01-23linux: upgrade 2.6.33-rc4->2.6.33-rc5Martin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-23linux-kexecboot: upgrade 2.6.33-rc4->2.6.33-rc5Martin Jansa4
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-23linux-openmoko-2.6.32: update to latest stable 2.6.32.5Martin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-23rpm: fix qa stage error (non-debug package contains .debug dir)Lynn Lin1
Signed-off-by: Rolf Leggewie <oe-devel@rolf.leggewie.biz>
2010-01-23abiword: build the mathview pluginDenis 'Gnutoo' Carikli1
Without the gtkmathview dependency the abiword mathview plugin is not built,which prevent the edition of the math formulas(mathml or latex formulation) I also had issues displaying the formulas on my eeepc 701 (machine support will be commited soon) without the plugin: *The 3 top formulas of my document had a black rectangle on a part of them *the part after the black rectangle was truncated and mixed Installing the plugin fixed both issues,but I noticied an issue with the latex notation where a \cdot was transformed in a C with a vertical bar in it(like the $)
2010-01-23pygtk 2.10.4 : fix bug #44974 (gnome bugzilla)Denis 'Gnutoo' Carikli2
See https://bugzilla.gnome.org/show_bug.cgi?id=444974 for more details I encountred this bug when trying to run an application, that made use of the 2 screens of the bug device(see bug.conf in machines dir) The patch is already in the trunk of pygtk,and so is already upstream
2010-01-23grub 0.97: added config for eee701Denis 'Gnutoo' Carikli1
I took the default config and changed the following things: hda1->sda1: eee710 uses the new pata/sata subsystem driver in the linux kenrel,and the devices nodes changed from hdxx (in use in the old ata subsbsystem) to sdxx (in use in the new unified pata/sata one) ro was temporarly remplaced by rw because of the problem where the boot process hung. Udev could not write his cache on the disk, should have been fixed by commit 2b835db69e6b838fa8628dd85b11b4f930d5f5f9 but it was not (same issue than before...maybe this commit fix something else then)
2010-01-23xorg.conf: added eee701 supportDenis 'Gnutoo' Carikli1
The eeepc 701 has a synaptics touchpad,so we use the synaptics driver which gives us more features and is more convenient to use,specially with the TapButton1 option,which permit to emulate the fact of holding the mouse button while moving Even if evdev was in the kernel,evdev didn't seem to work for: *internal keyboard *external keyboard *external mouse So it uses the mouse and kbd driver
2010-01-23eee701 : added machine configDenis 'Gnutoo' Carikli1
Using standard vanilla linux kernel because everything is supported in it Also using the 2.6.32 version because 2.6.33 is not out yet and I only made a defconfig for 2.6.32 added MACHINE_DRI_MODULES = "i915" instead of "intel" because intel didn't work: | make[5]: Entering directory `.../Mesa-7.6/src/mesa/drivers/dri/intel' | make[5]: *** No targets specified and no makefile found. Stop. Copied the glibc part from ion.conf(I didn't test it yet) I also added the xf86-input-synaptics at the last moment and I didn't have the time to test that modification but I tested xf86-input-synaptics and it works fine It also uses xf86-input-mouse and xf86-input-keyboard as xorg.conf will use them (evdev didn't work for me even if it was compiled in the kernel,there was xf86-input-evdev installed and there was an entry in xorg.conf)
2010-01-23linux-2.6.32: added eee701 supportDenis 'Gnutoo' Carikli2
Here how it was configured: *All internal hardware support was built-in *All external hardware which could be possibly attached was compiled as module *All hardware which can't be attached such as other pci cards than the builtin ones are removed(note that the eeepc 701 doesn't have pc-card) *The net filtering parts (needed for iptables) were compiled as modules when possible Hardware details: *The sd-card controler uses the mass storage driver *The synaptics driver was built as evdev and would need the synaptics xorg driver for working,Also note that it can also function as a basic mouse but it wouldn't benefit from the synaptics features *The webcam is uvc *the network card needs the atl2 driver to work *the wifi driver is ath5k *there is an eeepc driver for hotkeys in the kernel named eeepc-laptop *the graphic card is an intel i915 card
2010-01-23gnumeric 1.9.14 : temporally removed dolt,build-only failure =>no PR bumpDenis 'Gnutoo' Carikli2
This patch will not be needed anymore(and should not be rebased) when upstream dolt m4 macros will land into future gnumeric versions For more background about the dolt problem, refer to the commit message in this revision 29c63b640c4e4c852cf3084232ef67c8fd9d3214
2010-01-23boost: move to INC_PRRolf Leggewie11
2010-01-23boost-1.33.1: Corrected GNU_HASH error.Przemyslaw Wesolek2
Signed-off-by: Przemyslaw Wesolek <przemyslaw.wesolek@cs.put.poznan.pl> Signed-off-by: Rolf Leggewie <oe-devel@rolf.leggewie.biz>
2010-01-23libsdl-mixer: drop version 1.2.9 (md5sum mismatch)Bernhard Kaindl2
* as discussed and agreed on the mailing list Signed-off-by: Rolf Leggewie <oe-devel@rolf.leggewie.biz>
2010-01-22libx11: keysymdef_include.patch must be applied, otherwise host-installed ↵Stanislav Brabec1
includes are checked.
2010-01-22recipe_sanity: check RRECOMMENDS/RCONFLICTS and make the message more ↵Chris Larson1
comprehensible Signed-off-by: Chris Larson <clarson@mvista.com>
2010-01-22shadow: Extend securetty file to include more common ttys (inc. ones used on ↵David-John Willis3
OMAP3 platforms). Small correction for login pam file. Signed-off-by: Chris Larson <clarson@mvista.com>
2010-01-22shadow.inc: Correctly install /etc/securetty and add back support for ↵David-John Willis1
creating /etc/skel as part of the recipe. Signed-off-by: Chris Larson <clarson@mvista.com>
2010-01-22uclibc: Add new recipes for 0.9.30.2 release.Khem Raj61
* Tested on arm and mips using minimal-uclibc and gcc_svn. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-01-22Lets rename conf/amend-recipes.inc to amend.bbclass, for consistencyChris Larson1
Signed-off-by: Chris Larson <clarson@mvista.com>
2010-01-22package_dbg: kill the explicit dir listChris Larson1
Signed-off-by: Chris Larson <clarson@mvista.com>
2010-01-22iptables: unbork the 1.3.8 build, merge iptables-utils into iptables.Chris Larson7
In recent iptables versions, the -save and -restore files are just symlinks pointing to the main, merged binary, so the separate package is a bit unnecessary. Signed-off-by: Chris Larson <clarson@mvista.com>
2010-01-22shadow: reorg into .inc, pull some mvl6 changes over, use a 'pam' distro ↵Chris Larson4
feature. Signed-off-by: Chris Larson <clarson@mvista.com>
2010-01-22shadow: unbork the dependencies.. its DEPENDS, not DEPEND.Chris Larson1
Signed-off-by: Chris Larson <clarson@mvista.com>
2010-01-22libcap: BUILD_CFLAGS can need the libcap/include tooChris Larson1
Signed-off-by: Chris Larson <clarson@mvista.com>
2010-01-22man: fix ldflags typoChris Larson1
Signed-off-by: Chris Larson <clarson@mvista.com>
2010-01-22postfix: kill funky FILESDIR usage in SRC_URIChris Larson1
Signed-off-by: Chris Larson <clarson@mvista.com>
2010-01-22libxml-libxml-perl: Adds perl module XML::LibXMLMichael Lippautz2
Signed-off-by: Philip Balister <philip@balister.org>
2010-01-22libxml2 : Convert to INC_PR. Bump PR for earlier commit.Philip Balister2
2010-01-22libxml2: Add catalog and docbook supportMichael Lippautz1
* Adds catalog and docbook support, which is needed for libxml-libxml-perl recipe. Signed-off-by: Philip Balister <philip@balister.org>
2010-01-22Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded ↵Marcin Juszkiewicz111
into org.openembedded.dev
2010-01-22Fix a bug of COMPATIBLE_HOST defination in linux-sun4cdm_*.bbGuo Hongruan2
* Correct the defination of COMPATIBLE_HOST in linux-sun4cdm_2.4.26.bb and linux-sun4cdm_2.6.8.1.bb, the previous defination causes linux-sun4cdm never been selected. Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-01-22iproute2: Remove unneeded bash dependencyMarc Olzheim4
* Even though the recipes did not list it in REDEPENDS, two scripts in this package depended on bash. Since this was unneeded, I removed that dependency. (Upstream notified) Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-01-21htop_0.7.bb: Fix htop do_configure: Ensure that ncurses is staged.Bernhard Kaindl1
* htop's do_configure needs ncurses, but htop did only have an RDEPENDS on ncurses which only triggers a build of of ncurses after or in parallel to htop's do_configure, which is too late. Fix this: Since htop is dynamically linked against ncurces, OE detects the REDEPENDS to ncurses automatically and we can simply change the RDEPENDS to DEPENDS. Signed-off-by: Bernhard Kaindl <bernhard.kaindl@gmx.net> Acked-by: Leon Woestenberg <leon@sidebranch.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-01-21binutils_2.17.bb: Fix setscene of binutils-cross-sdk_2.17, switch ↵Bernhard Kaindl1
binutils_2.17.bb to INC_PR * All of the binutils-cross-sdk_*.bb recipes rely on their binutils_*.bb recipe to define INC_PR, but binutils_2.17.bb does not define it, so setscene of binutils-cross-sdk_2.17 fails because it does a mkdir of work/.../binutils-cross-sdk-2.17-\$\{INC_PR\}.1/ which causes an abort when trying to find the setscene scripts later. Fix this by switching binutils_2.17.bb to INC_PR like silbings have done. Signed-off-by: Bernhard Kaindl <bernhard.kaindl@gmx.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-01-21wxsqlite3: Add version 1.9.7 recipe.Khem Raj3
* Fix linker failure due to gcc inline issue (gcc-inline.patch). * Fix broken unicode builds (wxtranslate.patch). Signed-off-by: Johan Hovold <johan.hovold@lundinova.se> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-01-21eglibc-svn: Bump SRCREV to tip of trunk.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-01-22gettext: add extra package for libintlHenning Heinold1
* add extra package for libintl because it is mostly enough for running the stuff on targets * let runtime conflict it with proxy-libintl * bump PR
2010-01-22gettext: move to BBCLASSEXTEND, taken from popkyHenning Heinold4
* delete all native recipes now handled by BBCLASSEXTEND * bump PR's
2010-01-22Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded ↵Stanislav Brabec75
into org.openembedded.dev
2010-01-22eggdbus_0.6.bb : add this new recipe which is gobject bindings for dbusGraeme Gregory3
This is required by the newer policykit packages which I am working on pulling into OE.
2010-01-22pidgin: Update to version 2.6.5 (security: CVE-2010-0013).Stanislav Brabec4
* Fixes, security update for MSN plugin. * Removed unreferred recipes for vulnerable versions.