Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-05-13 | checksums: add more checksums | Koen Kooi | 1 | |
2009-05-13 | glibc 2.7/2.9: add march-i686.patch | Roman I Khimov | 2 | |
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-13 | local.conf.sample: Add description of BB_NUMBER_THREADS and ad US locale to ↵ | Florian Boor | 1 | |
the example list which is necessary for Angstrom. | ||||
2009-05-13 | netbook-pro.conf: fix bogus 755 permissions on checkout | Andrea Adami | 1 | |
2009-05-12 | linux_2.6.29+2.6.30: jump to RC5 | Andrea Adami | 2 | |
2009-05-12 | hildon-thumbnail: fix dependencies from gdk-pixbuf -> gtk+ | Andrea Adami | 1 | |
- 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-12 | linux-rt-2.6.24: Fixed missing defconfig for mpc8315e-rdb. | Leon Woestenberg | 1 | |
2009-05-12 | patch.bbclass: use hashlib with Python 2.5+ - removes DeprecationWarning | Marcin Juszkiewicz | 1 | |
2009-05-12 | gsoko: Apply fix to suppress strip installing binary. | Florian Boor | 2 | |
2009-05-12 | topas910.conf: Enable building images with summary information. | Florian Boor | 1 | |
2009-05-12 | micro2440.conf: Prefer an up to date kernel. | Florian Boor | 1 | |
2009-05-12 | Allow use of Itanium as build machine | Peter Chubb | 1 | |
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-12 | Added myself in MANTAINERS as KaeilOS mantainer | Marco Cavallini | 1 | |
Signed-off-by: Marco Cavallini <m.cavallini@koansoftware.com> Signed-off-by: Marcin Juszkiewicz <hrw@openembedded.org> | ||||
2009-05-11 | gcc*4.2.4: Switch to using INC_PR (r6). | Tom Rini | 5 | |
2009-05-11 | gcc-canadian-sdk: Drop gcc-package-canadian-sdk.inc as we don't really need it. | Tom Rini | 2 | |
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-11 | conf/distro/include/{eglibc,glibc,uclibc}.inc: Change OVERRIDES to libc-foo | Tom Rini | 3 | |
Suggested by Koen, Richard and Graeme Signed-off-by: Tom Rini <trini@embeddedalley.com> | ||||
2009-05-11 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Koen Kooi | 1 | |
into org.openembedded.dev | ||||
2009-05-11 | fennec: bump SRCREV | Koen Kooi | 1 | |
* runtime tested on beagleboard/angstrom | ||||
2009-05-11 | linux-omap 2.6.29: enable networking and staging drivers in beagleboard ↵ | Koen Kooi | 2 | |
defconfig | ||||
2009-05-11 | connman: add 0.16 | Koen Kooi | 2 | |
2009-05-11 | startup-monitor: Add missing PR | Florian Boor | 1 | |
2009-05-11 | gpe-mixer: add 0.50 | Florian Boor | 1 | |
2009-05-11 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Koen Kooi | 9 | |
into org.openembedded.dev | ||||
2009-05-11 | ti-codec-engine: update to 2.23.1 now it has been released | Koen Kooi | 2 | |
* https://www-a.ti.com:443/downloads/sds_support/targetcontent/CE/ce_2_23/index.html | ||||
2009-05-11 | glibc.inc: temporarily comment out the OVERRIDE so that we can build while folks | Mike Westerhof | 1 | |
sort out what they want to call the override. | ||||
2009-05-10 | madwifi-ng: (SlugOS only) re-instate "unset LDFLAGS" in do_compile() in order | Mike Westerhof | 1 | |
to make madwifi link successfully after some over-aggressive LDFLAGS changes. | ||||
2009-05-10 | SlugOS: remove bluez 3 from the package feeds; won't build with newer | Mike Westerhof | 2 | |
kernel headers. | ||||
2009-05-10 | openobex_1.5.bb: fix missing openobex.m4 file in staging. | Mike Westerhof | 1 | |
2009-05-10 | monit: add patch to remove -s in install. | Mike Westerhof | 2 | |
2009-05-10 | logrotate: remove -s on install | Mike Westerhof | 1 | |
2009-05-10 | netpbm: remove -s on install (sigh) | Mike Westerhof | 1 | |
2009-05-10 | angstrom-gpe-task-base: move themes to RRECOMMENDS | Koen Kooi | 1 | |
2009-05-10 | pixman: add git version | Koen Kooi | 1 | |
2009-05-10 | linux-omap: update beagle defconfig to include TT_NEWSCHED and tweak overo ↵ | Koen Kooi | 3 | |
PM config | ||||
2009-05-10 | liboil_0.3.15: Consider the soft-float case. | Khem Raj | 2 | |
__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-10 | gnuradio : Stage files so we can build other packages that use gnuradio. | Philip Balister | 1 | |
2009-05-10 | telepathy: update empathy and telepathy bits | Koen Kooi | 12 | |
2009-05-10 | libcanberra: fix packaging and DEPENDS | Koen Kooi | 1 | |
2009-05-09 | startup-monitor: fix makefile - don't strip on install | Andrea Adami | 2 | |
2009-05-09 | gpe-mixer: fix Makefile - don't strip on install | Andrea Adami | 2 | |
2009-05-09 | checksums.ini : Sort checksums. | Philip Balister | 1 | |
2009-05-09 | u-boot_git.bb : Update FILESPATHPKG to include u-boot-git directory. | Philip Balister | 1 | |
2009-05-09 | ortp-0.13.1 : Add later version of ortp. Convert to use .inc. | Philip Balister | 4 | |
* There are later versions, but this version is needed for openbts. | ||||
2009-05-09 | gpe-clock: skip fix-install patch: sources are ok since 0.27 | Andrea Adami | 5 | |
- apply patch only to revisions between 0.21 and 0.25 | ||||
2009-05-09 | midori: add 0.1.6 | Koen Kooi | 2 | |
2009-05-09 | webkit-gtk: bump SRCREV, fix gtk-doc, fix packaging | Koen Kooi | 6 | |
* runtime tested on beagleboard with midori and epiphany | ||||
2009-05-09 | ecore: bump PR | Koen Kooi | 1 | |
2009-05-09 | checksums.ini: add some checksums | Koen Kooi | 1 | |
2009-05-08 | ti-dmai: bump SRCREV to support a wider range of kernels | Koen Kooi | 1 | |
2009-05-08 | evas: make splitting magic match PACKAGES_DYNAMIC | Koen Kooi | 2 | |