summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-05-18external-toolchain-csl: set the individual licesnes for packagesDenys Dmytriyenko1
* glibc is LGPLv2.1 * libgcc/libstdc++ is GPL (v2/v3) with GCC Runtime Library Exception Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-05-18docs/ spelling fixesMichael Jones8
Just a few things in the documentation I noticed while reading up on OE. I don't understand why 'git diff' included "\ No newline at end of file" for some of these, or how I could instruct it not to, but I also didn't want to pick apart my patch outside of git. Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>
2010-05-18linux-openmoko-2.6.34: add new versionMartin Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-18freesmartphone: bump cornucopia SRCREV for fixed +CMT format and other fixesMartin Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-18angstrom feed sorter: add more machinesKoen Kooi1
2010-05-18extract-feedarch: script to extract machine and feedarch from ↵Koen Kooi1
angstrom-feed-config packages
2010-05-18module-base.bbclass: keep PR if MACHINE_KERNEL_PR is not setEric Bénard1
Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Phil Blundell <philb@gnu.org>
2010-05-18cross.bbclass: fix build of meta-toolchainEric Bénard1
* without this bitbake meta-toolchain fails because it doesn't find who provides gdb-cross-sdk * found thanks to a hint from Phil Blundell on IRC * tested with Angstrom/ARMv5te Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-18uclibc-git: Add libm.so to dummy shared objectsKhem Raj26
* Generate dummy libm.so in uclibc-initial because ppc gcc-cross libgcc links with libm and it needs the notion of libm when building gcc-cross-intermediate * Cleanup machine config files and rename from .config to .machine * Bump SRCREV to latest master Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-18ti-eula-unpack: Force Console Mode, add Error PrintsRoger Monk1
* ti-eula-unpack runs installjammer installers to install ti components * installjammer can run in GUI mode or console mode * ti-eula-unpack passes options and string paths to the installer which need to be run in console mode * GUI mode is automatically selected if an X11 Display is found which means that script options won't get passed to the installer * This patch forces use of console mode in the installer, so that the GUI will never be invoked for these scripted installs even if an X Display is found * Downside is ti-eula-unpack is now tighter coupled to installjammer, but all current ti installers are ij based so not an issue currently * Extra error checks and prints added with failure returns on error * This also helps if the installer can't run, for example if run on 64bit host without 32bit compat libs (currently required by these installjammer installers) Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-17Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Denys Dmytriyenko32
into org.openembedded.dev
2010-05-17obexftp: set the LICENSE to more specific GPLv2/LGPLv2 (not 2.1?)Denys Dmytriyenko1
2010-05-17openobex: set the LICENSE to more specific GPLv2/LGPLv2.2Denys Dmytriyenko1
2010-05-17bluez-hcidump: set the LICENSE to more specific GPLv2Denys Dmytriyenko1
2010-05-17bluez4: set the LICENSE to more specific GPLv2/LGPLv2.1Denys Dmytriyenko1
2010-05-17fbset-modes: set the LICENSE to MIT by defaultDenys Dmytriyenko1
2010-05-17pointercal: set the LICENSE to MIT by defaultDenys Dmytriyenko1
2010-05-17linux-openmoko-2.6.32: add patches from gdrm-for-merging instead of ↵Martin Jansa31
gdrm-2.6.32 branch and rebase Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-17fsonetworkd_git.bb: add RDEPENDS for iptablesKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-05-17busybox/syslogs: use update-alternatives for syslog selectionSteffen Sledz5
* u-a for init scripts of busybox-syslog, sysklogd, and rsyslog * syslog-ng needs to be integrated too! Signed-off-by: Steffen Sledz <sledz@dresearch.de> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-17linux-openmoko-2.6.32: move to 2.6.32.13, add 2 more patchesMartin Jansa5
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-17ti-devshell: fix method conflictKoen Kooi1
2010-05-17libframeworkd-glib: bump SRCREVMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-17linux: add 2.6.34 with spitz defconfigMartin Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-17linux-kexecboot_git: bump SRCREV for 2.6.34Martin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-17linux_git: bump SRCREV for 2.6.34Martin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-17gcc-4.3.3: Fix spurious leak of build sysroot into .la files.Khem Raj5
* ldflags were being passed unnessarily so set LDFLAGS to nothing in Makefile.tpl and regenerate top level Makefile.in * Divide the patches individually earlier the patches were combined into one big patch * Shuffle the order of patches. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-17qemu-0.12.4: Add recipes for 0.12.4Khem Raj12
* Tested by booting arm, ppc, mips, sh4, and x86 systems Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-17EFL: bump SRCREV a bit more for batget module fixMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-17cross bbclass: add extra sed for gcc 4.3.x adding -L${STAGING_LIBDIR_NATIVE} ↵Koen Kooi1
to cross libstdc++.la
2010-05-17linux-qsd8: updates srcrev, htcleo defconfigLukas Gorris2
2010-05-17htcleo: use uncompressed kernel iamgeLukas Gorris1
2010-05-16shr: drop PREFERRED_VERSIONs for toolchain, now in sync with ↵Martin Jansa1
sane-toolchain.inc again Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-16psplash: unbreak recipeEric Benard6
psplash was broken by my previous patch for several machines / distro http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=31402cd6f9d1e7887926bfde465bb25b07f6dbea this patch should fix this and is compile tested for kaeilos and angstrom distro and for boc01 and omap3pandora machines Signed-off-by: Eric Benard <eric@eukrea.com>
2010-05-16psplash: Rename HAND_* defines to POKY_* in all remaining psplash-poky-img.hKhem Raj5
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-16linux-qsd8: move to new branchStiffmaster2
2010-05-16psplash: fix angstrom logoKoen Kooi2
2010-05-16rfkill: new recipe; rfkill configuration utilityMichael 'Mickey' Lauer1
2010-05-16libdiscid: convert to new style stagingKoen Kooi1
2010-05-16task-cli-tools: add nmonMichael 'Mickey' Lauer1
2010-05-16nmon: new recipe; flexible ncurses-based performance monitorMichael 'Mickey' Lauer1
2010-05-16eglibc: append SRCPV to PRMartin Jansa3
* Automatically pick SRCREV changes without bumping PR manually Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-16evtest: add libxml2 in DEPENDSEric BENARD1
else I get the following log as libxml2 is not yet built : | evtest-capture.c:33:29: error: libxml/encoding.h: No such file or directory | evtest-capture.c:34:30: error: libxml/xmlwriter.h: No such file or directory Signed-off-by: Eric Benard <eric@eukrea.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-16svgalib : add svgalib-1.9.25Eric BENARD4
- original recipe comes from : http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-January/016607.html - added fix for compilation against recent kernel - updated and tested on x86 - disable helper module - configuration file /etc/vga/libga.config is not included in any package Signed-off-by: Eric Benard <eric@eukrea.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-16psplash : update to latest SVNEric BENARD12
- update to latest SVN - update file names : psplash-hand-img.h -> psplash-poky-img.h - fix comments - fix psplash-18bpp.patch (missing break in the switch) Signed-off-by: Eric Benard <eric@eukrea.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-16linux-2.6.33: Make 2.6.33 as default kernel for qemux86Khem Raj3
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-15linux-2.6.33: Make 2.6.33 default kernel for qemumips.Khem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-16giflib: add dependency to libsm from xorg-libsHenning Heinold1
2010-05-15machine/qemush4: Add new machine for SH4 on qemuKhem Raj4
* Make improvements to run-qemu script. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-16jikes: use BBCLASSEXTEND = "native"Henning Heinold3
* removed native recipe * version 1.22 is now default