summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-05-19net-tools: use bitbake variables rather than shell variables in do_compileChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-05-19cherokee: use the bitbake BUILD_CC variable rather than the exported shell ↵Chris Larson
variable Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-05-19python-dir: raise an Exception instance, not a stringChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-05-19Fix a couple shell syntax errors in recipesChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-05-19firmware-marvell-sd8688: add recipeEric Bénard
* introduce linux-firmware.inc which allows to easily fetch firmwares for lot of devices. Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-05-19ti-msp430-chronos: Add RDEPEND on tk, fix dos2unixRoger Monk
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-19xdotool: Change license to MITRoger Monk
* COPYRIGHT text suggests MIT license Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-19shr: add tk to DISTRO_FEATURES for python-idle->python-tkinter fixMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-19navit: bump SRCREV (also for navit-icons) and add new osd layout from ↵Martin Jansa
undrwater for SHR as default Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-19linux-davinci: Update to latest kernel for DA8xx/OMAPL1xxRoger Monk
* Update to latest kernel patches PSP 3.20.00.12 * Still 2.6.33rc4 * Update defconfigs to match updated kernel configs * Bump Kernel PR Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-19linux-davinci: Fix Hawkboard RTC configuration causing hangRoger Monk
* RTC shouldn't touch RTC registers unless the hardware driver is configured * Debug tracked down thanks to laurent.dufrechou@gmail.com Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-19tk 8.5.8: reintroduce .so workaroundKoen Kooi
2010-05-19python-xmpppy: Add recipeMichael Lippautz
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
2010-05-19gpsd: Add version 2.94Michael Lippautz
* Makes python-pygps usable again (2.91 lacks bindings)
2010-05-19tk: add 8.5.8Koen Kooi
2010-05-19tcl: add 8.5.8Koen Kooi
2010-05-19orc: add version 0.4.4Eric Bénard
Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-05-19orc-native: fix temporary files'pathEric Bénard
* orcc is using /tmp for temporary file which leads to compilation failure if /tmp is mounted with noexec thus use the actual directory for temporary files. * tested with gst-plugins-bad Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-05-19live555: add 20100409 and create packages for test programsEric Bénard
Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-05-19prelink_20090925: allow dynamic linking of prelinkEric Bénard
Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-05-19elfutils_0.143: fix packages_splitEric Bénard
* actually elfutils contains only a link to the libs and the binaries are in -dev Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-05-19libmimedir: add glib-2.0 dependencyEric Benard
* bitbake meta-toolchain with task-sdk-base fails without this when runned from scratch with the following error log : mimedir-attachment.h:24:18: error: glib.h: No such file or directory mimedir-attachment.h:25:25: error: glib-object.h: No such file or directory Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-05-19ti-msp430-chronos: Add initial recipe for msp430 chronos watch supportRoger Monk
* This recipe downloads and unpacks installer and installs the tcl scripts for the Control Center tools * Currently installing into MACHINE ARCH, which could be moved later. Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-19xdotool: Add initial support for xdotoolRoger Monk
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-18linux-ixp4xx: Add a patch to avoid a name clash with the C library onMike Westerhof
recent buildhosts. This will not change the generated binary; it merely facilitates building the kernel and modules.
2010-05-18dm3730-am3715-evm: disable virtual console, set JFFS2 erase blockDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-05-18am-benchmarks: bump the revDenys Dmytriyenko
2010-05-18matrix-tui: bump the rev, change LICENSE to BSDDenys Dmytriyenko
2010-05-18matrix-gui: bump the rev, change LICENSE to BSDDenys Dmytriyenko
2010-05-19linux-kexecboot: sed out conflicting getline in scripts/unifdef.cAndrea Adami
* mainline since 2.6.29-rc8
2010-05-18angstrom feed sorter: sort more archsKoen Kooi
2010-05-18powervr-drivers: move GFX SDK bin from FILESPATH to DL_DIRDenys Dmytriyenko
* Don't pollute the recipes/files directories with downloads - avoid git reporting the file as untracked * The same GFX SDK binary is required by libgles-omap3 and omap3-sgx-modules recipes and instructions tell to put them in separate FILESPATH directories, leading to confusion or duplication (it's half a GB file!) * Checksums are not verified for files in FILESPATH, only for DL_DIR Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-05-18gnutls.inc: Obtain gettext in DEPENDS from inheriting gettext bbclassKhem Raj
. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-18util-linux-ng.inc: Dont add -lintl when USE_NLS="no"Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-18gcc-4.4.4: Fix build failure on powerpc/uclibc.Khem Raj
* For uclibc __to_type is typedef'ed to const __ctype_touplow_t* which is a short int. So the mangled alias breaks because on glibc __to_type is int* and mangled alias is set accordingly Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-18external-toolchain-csl: set the individual licesnes for packagesDenys Dmytriyenko
* 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 Jones
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 Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-18freesmartphone: bump cornucopia SRCREV for fixed +CMT format and other fixesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-18angstrom feed sorter: add more machinesKoen Kooi
2010-05-18extract-feedarch: script to extract machine and feedarch from ↵Koen Kooi
angstrom-feed-config packages
2010-05-18module-base.bbclass: keep PR if MACHINE_KERNEL_PR is not setEric Bénard
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énard
* 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 Raj
* 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 Monk
* 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 Dmytriyenko
into org.openembedded.dev
2010-05-17obexftp: set the LICENSE to more specific GPLv2/LGPLv2 (not 2.1?)Denys Dmytriyenko
2010-05-17openobex: set the LICENSE to more specific GPLv2/LGPLv2.2Denys Dmytriyenko
2010-05-17bluez-hcidump: set the LICENSE to more specific GPLv2Denys Dmytriyenko
2010-05-17bluez4: set the LICENSE to more specific GPLv2/LGPLv2.1Denys Dmytriyenko