summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-04-19xorg-headers-native: haven't been updated since 2006, do so nowDenys Dmytriyenko63
Update the combined headers from the following packages: * xproto-7.0.16 * libx11-1.3.3 * libxau-1.0.5 * libxdmcp-1.0.3 * libxt-1.0.8 For example, GenericEvent is new since xproto-7.0.13 and prevents libx11-native from building on an X-less host. Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-04-19pixman: Add perl-native dependencyMickaël CHAZAUX1
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-04-19angstrom-gnome-image-big: add "big" GNOME image that includes more appsKoen Kooi1
Comparing it to the 'regular' GNOME images gives: 324M images/beagleboard/Angstrom-GNOME-image-big-glibc-ipk-2010.4-test-20100419-beagleboard.rootfs.tar.bz2 260M images/beagleboard/Angstrom-GNOME-image-glibc-ipk-2010.4-test-20100419-beagleboard.rootfs.tar.bz2
2010-04-19angstrom-task-gnome: make task-gnome-apps optionalKoen Kooi1
2010-04-19connman: remove obsolete recipesSebastian Spaeth9
As previously announced on the ML, I am removing really old connman recipes, leaving the latest of them around Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-04-19qt4-embedded-gles 4.6.2: move patch down so that it will actually get appliedKoen Kooi1
2010-04-19module bbclass: sync depmod code with kernel.bbclass a bitKoen Kooi1
2010-04-19xserver-xorg 1.8.0: update udev as config manager for angstromKoen Kooi1
2010-04-19qt4-*-gles 4.6.2: small updatesKoen Kooi5
* don't forcefully disable openVG * don't forcefully disable cursor for QT/e, not everything is a touchscreen
2010-04-19qt4-tools-native: convert to new style stagingKoen Kooi1
2010-04-19iliwi: newer upstream versionSebastian Spaeth1
Also, some wording cleanup in the description and shorten a comment to fit on one line.
2010-04-19task-shr-feed: add linphone and iliwiMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-19iliwi: new recipe for wlan manager I LIke WIfiEsben Damgaard1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-19recipes: use SRCPV in few more git recipesMartin Jansa27
* sometimes without PE bump, because nobody complained that we were bumping SRCREV without PV changes and we were using SRCPV in our branch before * please bump PE if you're using one of those and you need to increment PV, otherwise it will be "corrected" with next PV bump Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-19shr recipes: use SRCPV in git recipesMartin Jansa56
* recipes probably used only in SHR distribution * usually without PE bump, because nobody complained that we were bumping SRCREV without PV changes and we were using SRCPV in our branch before Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-19freesmartphone: use SRCPV in git recipesMartin Jansa47
* with PE bump * FSO people usually use fso-autorev.inc already, so this change won't change PV scheme Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-19linux-openmoko: use SRCPV in git recipesMartin Jansa7
* without PE bump, because nobody complained that we were bumping SRCREV without PV changes and we were using SRCPV in our branch before Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-19SHR: disable BB_LOCALCOUNT_OVERRIDE as we're using autoincremented SRCPV and ↵Martin Jansa1
AUTOREV in git recipes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-19bitbake.conf: enable BB_LOCALCOUNT_OVERRIDE by default, please disable if ↵Martin Jansa1
you're using AUTOREV * For now disable autoincrement of revision counter in SRCPV, whoever wants it, should enable it in local.conf or distro config. (Set it empty BB_LOCALCOUNT_OVERRIDE = "") * Revision counter is incremented only locally (bad for multiple builders filling shared feeds), LOCALCOUNT can be used to maintain counter globally in OE metadata (LOCALCOUNT value set in recipe). * Make sure you disable it, if you want always upgradable paths for git recipes without bumping LOCALCOUNT with every SRCREV change or if you're using AUTOREV feature. * LOCALCOUNT == value for revision counter in GIT recipes (NNNN in PV="1.0+gitrNNNN+a7401084a72285c8d3485bacf4eed593f303b1b7-r4.4") Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-18mpd,mpd-alsa : fix init script(start and stop were swaped in restart),bump ↵Denis 'GNUtoo' Carikli5
all PR In the mpd init script,in the restart case,it first started then stopped. Thanks to jconnolly for having noticed that it didn't restart at all
2010-04-18xchat 2.8.6: fix CVE-2009-0315 and a building issues with 2 debian patches ↵Denis 'GNUtoo' Carikli3
and bump PR The building issue was the following: | fe-gtk.o: In function `fe_gui_info': | [...]/src/fe-gtk/fe-gtk.c:822: undefined reference to `GTK_WIDGET_VISIBLE' | menu.o: In function `menu_canacaccel': | [...]/src/fe-gtk/menu.c:1673: undefined reference to `GTK_WIDGET_IS_SENSITIVE' | maingui.o: In function `mg_hide_empty_pane': | [...]/src/fe-gtk/maingui.c:812: undefined reference to `GTK_WIDGET_VISIBLE' | [...]/src/fe-gtk/maingui.c:813: undefined reference to `GTK_WIDGET_VISIBLE' | maingui.o: In function `mg_show_generic_tab': | [...]/src/fe-gtk/maingui.c:602: undefined reference to `GTK_WIDGET_HAS_FOCUS' I noticied the security issue while looking into the debian patches of xchat: They had a file named 46_CVE-2009-0315.dpatch. Then I looked at that CVE to see if it was relevant ,and applied the patch
2010-04-18linux-omap-zoomsync_2.6.32.bb : enable thumb interwork errataGraeme Gregory2
required so I can boot Ubuntu Lucid using this kernel, Lucid uses thumb2 and hits this bug a lot
2010-04-17udev-static 124: prototype for a static udevd and udevadm that can be used ↵Koen Kooi7
as fallback on old kernels (e.g. 2.6.26 or earlier)
2010-04-17kernel.bbclass: fix ASMDIR regressionsKoen Kooi1
2010-04-17xf86-video-s3c64xx: add accelerated (XAA + Xv) driver for s3c64xx SoCsKoen Kooi4
2010-04-17task-cli-tools: move some tools to the -debug subpackageMichael 'Mickey' Lauer1
2010-04-17evtest: rewrite recipe and bump to 1.25; it's using autotools nowMichael 'Mickey' Lauer2
2010-04-17smartq5.conf: Fix NAME and DESCRIPTIONStefan Schmidt1
Its not a Samsung SMDK.
2010-04-17smartq5: add machine file for smartq5 tabletKoen Kooi1
2010-04-17chromium: bump PR for nss changeKoen Kooi1
2010-04-17nss 3.12.6: the jalimo recipe was trying to be way to clever with shared ↵Koen Kooi3
libs, breaking dynamic linking at runtime, so simplify recipe
2010-04-17linux-kexecboot: bump 2.6.33+2.6.34-rc3 to 2.6.33+2.6.34-rc4Andrea Adami8
2010-04-16u-boot: update DaVinci platforms, fix some wrong PVsDenys Dmytriyenko1
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-04-16libxml2: fix python badness on targetKoen Kooi1
2010-04-16dfu-programmer: USB Device Firmware Upgrade utility (special atmel-version)Vitus Jensen2
Add recipes for version 0.5.2 and the current head of the subversion repository. dfu-programmer is DFU utility supporting Atmel chips with a USB bootloader (which aren't supported by dfu-util). Signed-off-by: Vitus Jensen <vjensen@gmx.de> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-04-16chromium: import updates from AI repoKoen Kooi3
* The workaround for depot-tools is gross, but I lack the time to fix this
2010-04-16xserver-xorg-conf: add dm3730-am3715-evm support and add generic fallback ↵Koen Kooi3
for omap3
2010-04-16nss: more pkgconfig fixes...Koen Kooi4
2010-04-16dm3730-am3715-evm: Add dm3730-am3715-evm machineChase Maupin1
* Create the machine configuration file for the dm3730-am3715-evm machine type. This machine type supports EVMs based on the DM37xx or AM37xx SoCs. * Specified the PREFERRED_PROVIDER and VERSION for u-boot Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-04-16u-boot_git: Add dm3730-am3715-evm u-boot supportChase Maupin1
* Added support for the dm3730-am3715-evm machine type to obtain the u-boot source from the PSP repository. * Set SRCREV for the dm3730-am3715-evm machine type to the 03.00.00.05 PSP version. Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-04-16linux-omap-psp_2.6.32: Add dm3730-am3715 supportChase Maupin2
* Created the dm3730-am3715-evm directory in linux-omap-psp-2.6.32 to contain the defconfig for the kernel build for dm3730-am3715-evm. * Added the defconfig file for the dm3730-am3715-evm kernel build. * Added dm3730-am3715-evm machine type to the COMPATIBLE_MACHINE entry for the linux-omap-psp_2.6.32.bb recipe. Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-04-16clutter: Add dm3730-am3715-evm machine typeChase Maupin1
* Added dm3730-am3715-evm machine type to COMPATIBLE_MACHINE values for clutter. Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-04-16sort: Added dm3730-am3715-evm machine typeChase Maupin1
* Added the dm3730-am3715-evm machine type to the sort.sh file. Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-04-16linux-uml: fix after kernel.bbclass changesKoen Kooi1
2010-04-16nss: update to 3.12.6Koen Kooi18
2010-04-16recipes/linux: convert users of do_stage_append to new style stagingkoen.kooi@gmail.com14
Acked-by: Graeme Gregory <dp@xora.org.uk> Acked-by: Philip Balister <philip@balister.org> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-04-16kernel bbclass: convert to new style staging (from poky)koen.kooi@gmail.com1
Acked-by: Graeme Gregory <dp@xora.org.uk> Acked-by: Philip Balister <philip@balister.org> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-04-16linux-2.6.24: deactivate the LEON co-processor for hipox machinet.fromm3
There are massive network problems when transmitting UDP packets using the LEON copro. UDP packet contents get overwritten at the sender side, UDP checksums are incorrect, and the like. The problem can be triggered by writing small (< MTU size) packets into a socket in rapid succession to multiple receivers on a system without any other load. Until we can fix the LEON firmware we disable it. Signed-off-by: Thilo Fromm <t.fromm@dresearch.de> Acked-by: Steffen Sledz <sledz@dresearch.de>
2010-04-16nss: make .pc file match do_install layoutKoen Kooi2
2010-04-16nss: add pkgconfig supportKoen Kooi2