summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2009-05-13topas910.conf: Add cleanmarkers to jffs2 filesystemFlorian Boor1
2009-05-13checksums.ini: Add gpe-mixer 0.50 and xserver-common 0.24Florian Boor1
2009-05-13xserver-common: Add 1.24Florian Boor1
2009-05-13glib.inc: Packaging workaround for chinook-compat.Robert Schuster1
2009-05-13llvm2.6: Updated to newer SVN snapshot (includes some patches developed in OE).Robert Schuster4
llvm2.6-native: Dito.
2009-05-13cacao-native 0.99.4: Set default preference to -1.Robert Schuster1
2009-05-13angstrom feed uploader: upload to unstable feed, the 2008 feeds are ↵Koen Kooi1
populated from stable/2009
2009-05-13Merge branch 'org.openembedded.dev' of ↵Dmitry Eremin-Solenikov39
git://git.openembedded.net/openembedded into org.openembedded.dev
2009-05-13checksums: add more checksumsKoen Kooi1
2009-05-13glibc 2.7/2.9: add march-i686.patchRoman I Khimov2
This patch is there for 2.6.1, but for some reason was not carried on to 2.7 and 2.9. Without it build for i686 machine fails. Acked-by: Denys Dmytriyenko <denis@denix.org>
2009-05-13local.conf.sample: Add description of BB_NUMBER_THREADS and ad US locale to ↵Florian Boor1
the example list which is necessary for Angstrom.
2009-05-13netbook-pro.conf: fix bogus 755 permissions on checkoutAndrea Adami1
2009-05-12linux_2.6.29+2.6.30: jump to RC5Andrea Adami2
2009-05-12hildon-thumbnail: fix dependencies from gdk-pixbuf -> gtk+Andrea Adami1
- the dep was triggering the build of gdk_pixbuf_2.10.14 - with the nasty effect of overwriting the .pc files in staging - (old gtk+ version and wrong target=linux-fb)
2009-05-12linux-rt-2.6.24: Fixed missing defconfig for mpc8315e-rdb.Leon Woestenberg1
2009-05-12patch.bbclass: use hashlib with Python 2.5+ - removes DeprecationWarningMarcin Juszkiewicz1
2009-05-12gsoko: Apply fix to suppress strip installing binary.Florian Boor2
2009-05-12topas910.conf: Enable building images with summary information.Florian Boor1
2009-05-12micro2440.conf: Prefer an up to date kernel.Florian Boor1
2009-05-12Allow use of Itanium as build machinePeter Chubb1
Hi, I have access to a cluster of Itaniums that I want to use as build machines for openembedded. This patch enables Itanium as a build environment. Signed-off-by: Marcin Juszkiewicz <hrw@openembedded.org>
2009-05-12Added myself in MANTAINERS as KaeilOS mantainerMarco Cavallini1
Signed-off-by: Marco Cavallini <m.cavallini@koansoftware.com> Signed-off-by: Marcin Juszkiewicz <hrw@openembedded.org>
2009-05-11gcc*4.2.4: Switch to using INC_PR (r6).Tom Rini5
2009-05-11gcc-canadian-sdk: Drop gcc-package-canadian-sdk.inc as we don't really need it.Tom Rini2
The contents of gcc-package-canadian-sdk.inc aren't actually installed / used for a canadian-sdk, and duplicating the unneeded python function lead to lockfile errors to boot (noted by David Huggins-Daines <dhuggins@cs.cmu.edu>). Signed-off-by: Tom Rini <trini@embeddedalley.com>
2009-05-11conf/distro/include/{eglibc,glibc,uclibc}.inc: Change OVERRIDES to libc-fooTom Rini3
Suggested by Koen, Richard and Graeme Signed-off-by: Tom Rini <trini@embeddedalley.com>
2009-05-11Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Koen Kooi1
into org.openembedded.dev
2009-05-11fennec: bump SRCREVKoen Kooi1
* runtime tested on beagleboard/angstrom
2009-05-11linux-omap 2.6.29: enable networking and staging drivers in beagleboard ↵Koen Kooi2
defconfig
2009-05-11connman: add 0.16Koen Kooi2
2009-05-11startup-monitor: Add missing PRFlorian Boor1
2009-05-11gpe-mixer: add 0.50Florian Boor1
2009-05-11Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Koen Kooi9
into org.openembedded.dev
2009-05-11ti-codec-engine: update to 2.23.1 now it has been releasedKoen Kooi2
* https://www-a.ti.com:443/downloads/sds_support/targetcontent/CE/ce_2_23/index.html
2009-05-11glibc.inc: temporarily comment out the OVERRIDE so that we can build while folksMike Westerhof1
sort out what they want to call the override.
2009-05-10madwifi-ng: (SlugOS only) re-instate "unset LDFLAGS" in do_compile() in orderMike Westerhof1
to make madwifi link successfully after some over-aggressive LDFLAGS changes.
2009-05-10SlugOS: remove bluez 3 from the package feeds; won't build with newerMike Westerhof2
kernel headers.
2009-05-10openobex_1.5.bb: fix missing openobex.m4 file in staging.Mike Westerhof1
2009-05-10monit: add patch to remove -s in install.Mike Westerhof2
2009-05-10logrotate: remove -s on installMike Westerhof1
2009-05-10netpbm: remove -s on install (sigh)Mike Westerhof1
2009-05-11Merge branch 'org.openembedded.dev' of ↵Dmitry Eremin-Solenikov72
git://git.openembedded.net/openembedded into org.openembedded.dev
2009-05-10angstrom-gpe-task-base: move themes to RRECOMMENDSKoen Kooi1
2009-05-10pixman: add git versionKoen Kooi1
2009-05-10linux-omap: update beagle defconfig to include TT_NEWSCHED and tweak overo ↵Koen Kooi3
PM config
2009-05-10liboil_0.3.15: Consider the soft-float case.Khem Raj2
__VFP_FP__ means that the floating point format in use is that of the ARM VFP. It does not tell if one has VFP unit or not. So using this define will still use VFP instructions on cpus which do not have VFP. To know that we also need to consider __SOFTFP__ which means that instead of floating point instructions, library calls are being generated for floating point math operations so that the code will run on a processor without an FPU.
2009-05-10gnuradio : Stage files so we can build other packages that use gnuradio.Philip Balister1
2009-05-10telepathy: update empathy and telepathy bitsKoen Kooi12
2009-05-10libcanberra: fix packaging and DEPENDSKoen Kooi1
2009-05-09startup-monitor: fix makefile - don't strip on installAndrea Adami2
2009-05-09gpe-mixer: fix Makefile - don't strip on installAndrea Adami2
2009-05-09checksums.ini : Sort checksums.Philip Balister1