summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-09-16angstrom-codec-engine-versions: Update latest versionsRoger Monk1
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-09-16linux-omap-psp: Add latest pending kernel patchesRoger Monk11
* Fixes for 1GHz operation * EHCI * Build * DSS * Bump Kernel PR Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-09-16linux-2.6.24: build additional wlan modules for hipox machinesledz1
Signed-off-by: Steffen Sledz <sledz@dresearch.de> git-svn-id: https://svn.dresearch.de/repos/openembedded/branches/2010-02-24_initial@110 ba11ecae-741b-462f-8724-1218f99f5906
2010-09-16removal.txt: removed Maemo proposalFrans Meulenbroeks1
as asked by hrw on irc Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-16nodejs 0.2.1: fix regressions introduced by 0.2.0 -> 0.2.1 upgradeKoen Kooi1
please be more carefull next time!
2010-09-15phalanx_22.bb: Rename the tar file to whats fetchable todayKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-15gtkhtml2, libxosd_svn.bb: Move the recipe to fetch from git instead of ↵Khem Raj3
obsolete svn libxosd_svn.bb fix compilation issue. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-15openmoko2.bbclass, openmoko-base.bbclass: Fix openmoko_two_get_license and ↵Khem Raj2
openmoko_two_get_subdir Usually openmoko inheriting recipes have SECTION like openmoko/libs etc then the code works well but for packages e.g. -dev -dbg same section is not true and the functions fail File "openmoko2.bbclass", line 2, in openmoko_two_get_subdir ValueError: need more than 1 value to unpack This patch makes sure to split the string only if SECTION contains '/' Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-15kernel.bbclass: Fix INITRAMFS_IMAGE logicTom Rini3
Due to a bitbake bug to be fixed in 1.10.1, EXPORT_FUNCTIONS isn't remapping kernel_do_compile[depends] to do_compile[depends], so make a comment about cleaning this up once we depend on a working bitbake. Next, it needs to add to do_configure (like the users have manually set a dependancy on) rather than do_compile so that the initramfs is copied into place in time. Since we're fixing the logic in kernel.bbclass, we can drop the workarounds that linux-kexecboot and linux-preboot have added. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-09-16babbage.conf: Add framebuffer video driver to XSERVERFlorian Boor1
2010-09-16gpe-conf: add 0.2.9Florian Boor1
2010-09-15libjingle-tapioca_0.3.10.bb: Fix compilation and install issues.Khem Raj3
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-15dnsmasq: add version 2.55 from upstreamHenry von Tresckow2
Signed-off-by: Henry von Tresckow <hvontres@gmail.com> Acked-by: Roman I Khimov <khimov@altell.ru> Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-09-15dnsmasq: remove versions prior to 2.52Roman I Khimov5
These have known unpatched security issues, 2.52 is in the repo for quite some time, anyone who cares should be using that already. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-15libsdl-qpe_1.2.9.bb: Add patch to not include asm/page.hKhem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-15msmcomm.inc: Fix SRCREVKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-15db_{4.3.29, 5.0.21}.bb: increase PR to force a rebuild.Michael Kurz2
Signed-off-by: Michael Kurz <betheg@bitcloner.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-15db{4,5}.inc: fix QA: non -dev contains .soMichael Kurz2
Signed-off-by: Michael Kurz <betheg@bitcloner.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-15fsogsmd: set PACKAGE_ARCH_palmpre = "${MACHINE_ARCH}"Simon Busch1
Set PACKAGE_ARCH for palmpre as we add some palmpre specific stuff for the palmpre machine and no other machine needs this actually. Signed-off-by: Simon Busch <morphis@gravedo.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-15nkf_2.07.bb: fixed build error (QA Issue with nkf: No GNU_HASH in the elf ↵Fahad Usman1
binary) * added TARGET_CC_ARCH += "${LDFLAGS}" * added PR = "r1" Signed-off-by: Fahad Usman <fahad_usman@mentor.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-15gettext-0.18: use included libcroco instead of one provided by build systemVasily Khoruzhick1
gettext-native uses system libcroco if it's available, and breaks compilation in this case. Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-15nodejs: replaced v0.2.0 with v0.2.1AJ ONeal5
* now includes node-waf and node-repl * updated pathname in libev-cross-cc and libev-cross-cc * removed patch which is no longer necessary (applied upstream) Signed-off-by: AJ ONeal <coolaj86@gmail.com>
2010-09-15linux-efikamx_git+2.6.31.14.bb: Set default preference to -1Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-15angstrom-eglibc.inc: Update SPE checkTom Rini1
Use BASE_PACKAGE_ARCH to determine if we should be SPE, or not which is what sane-toolchain.inc does. This saves us having to update this file every time a new e500 machine is added. Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-09-14mpc8544ds: Add this machineTom Rini5
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-09-14p2020ds: Pull in tune-ppce500v2.confTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-09-14apr, apr-util: Remove 1.2.* versionsTom Rini4
These don't patch and aren't pinned by anyone. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-09-14startup-notification_0.9.bb: Remove evas from DEPENDSKhem Raj1
* This Reverts 697af28264704d9711d716504b809f0edaffbdb2 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-14libgles-omap3_3.01.00.07.bb: Add recipeKhem Raj3
* Fix omap3-sgx-modules_1.4.14.2616.bb to use new SDK Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-14eglibc: Do not specify ports multiple time to --enable-addonsKhem Raj5
* While building for mips64 I noticed a problem where eglibc configure did not get the mips sub arch correct during configure the reason was we had ports twice in configure commandline which ran a ports configure twice and appended machines multiple times to paths which then were wrong and it failed to select correct ABI to compile eglibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-14fftw: added --enable-threads to the 3.2.2 recipesFrans Meulenbroeks3
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-14foonas-init: remove broken and unused recipe.Graham Gower8
This recipe has references to non existant files in its SRC_URI, I could not find them in the git logs either. A grep -r foonas-init shows no in tree users. Signed-off-by: Graham Gower <graham.gower@gmail.com> Verified with Tim Ellis and Oyvind Repvik that this can be deleted Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-14dspgw-utils_3.3.1.bb,soundtracker-gtk2_0.6.7.bb: Add missing checksumsKhem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-14python-native: configure unicode to ucs4Eric BENARD1
* while trying to run gdb from an SDK created by OE, I got the following errors: /usr/local/angstrom/arm/bin/arm-angstrom-linux-gnueabi-gdb: undefined symbol: PyUnicodeUCS2_FromEncodedObject * the reason is that the workstation (ubuntu 10.04 or 9.01)'s Python is compiled using ucs4 and the python-native used to create arm-angstrom-linux-gnueabi-gdb is using ucs2, the problem is detailed here : http://docs.python.org/faq/extending#when-importing-module-x-why-do-i-get-undefined-symbol-pyunicodeucs2 * configuring python-native with ucs=4 solves this problem. Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-09-14task-qte-toolchain-target: add libqt-embeddedmultimedia4-devEric BENARD1
Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-09-14busybox/mdev.conf: add net/tunEric BENARD1
having tun in /dev/net/tun allows openvpn to run without any hack on the target Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-09-14preferred-xorg-versions-X11R7.5-latest.inc: Move to pixman 0.18.4Leon Woestenberg1
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Acked-by: Frans Meulenbroeks <frans.meulenbroeks@gmail.com>
2010-09-14linux-palmpre: enable uinput support in defconfigSimon Busch2
Signed-off-by: Simon Busch <morphis@gravedo.de>
2010-09-14netbase: add interface file for palmpre machine and bump PRSimon Busch2
Signed-off-by: Simon Busch <morphis@gravedo.de>
2010-09-14tslib_git.bb: bump SRCREVSimon Busch1
Newer version of tslib contains better support for the cy8mrln touchscreen used on the palmpre machine. Signed-off-by: Simon Busch <morphis@gravedo.de>
2010-09-14xserver-common: patch to add a section for nokia900 to xserver-commonKlaus Kurzmann3
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-09-14watchdog_5.6.bb: add config for the nokia900 machineKlaus Kurzmann4
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-09-14angstrom 2008: switch to cairo 1.10Koen Kooi1
2010-09-14libdecodeqr: add 0.9.4+gitKoen Kooi1
2010-09-14ti-codec-engine: Add initial recipe for latest ce 2.26.00.08Roger Monk2
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-09-14ti-codec-engine_2.26.00.08: add new codec engine version.Brijesh Singh2
ti-codec-engine_2.26.00.08: add new codec engine version. * Add CE 2.26 GA release version. * .make target is no longer supported on 2.26 hence commenting out from .inc. Signed-off-by: Brijesh Singh <bksingh@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Roger Monk <r-monk@ti.com>
2010-09-13cpuburn_1.4.bb: Set COMPATIBLE_HOST to x86 and x86_64 only.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-13cpuburn-neon.bb: Only build for arm hostsKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-13freesmartphone/msmcomm.inc: Bump SRCREVKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-14openssl 1.0.0a: fix CVE-2010-2939Roman I Khimov2
0.9.8 is also affected, please try the same patch if using that. Signed-off-by: Roman I Khimov <khimov@altell.ru>