summaryrefslogtreecommitdiff
path: root/recipes
AgeCommit message (Collapse)AuthorFiles
2010-05-25psplash: update OE logoEric Bénard2
* use the shiny new logo Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25alsa-state: update beagleboard state file for 2.6.32-pspKoen Kooi2
2010-05-25u-boot-2009.03: abortboot behaviour changed for hipox machineSteffen Sledz2
* ignore all chars sent before boot prompt * accept only '.' to abort boot Signed-off-by: Mario Schuknecht <m.schuknecht@dresearch.de> Acked-by: Steffen Sledz <sledz@dresearch.de>
2010-05-25imote2-image: The main ibrdtn package is now called ibrdtnd.Stefan Schmidt1
The new version is split into different modules. To drag everything in we want we include ibrdtnd now.
2010-05-25ibrdtn.inc: Remove DP = -1Stefan Schmidt1
The new versions have been tested enough now to be the new default.
2010-05-25vala-terminal: bump SRCREVMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-25linux-openmoko-2.6.34: add rebased gdrm and qtmoko patches, use ↵Martin Jansa15
gta02_drm_defconfig again Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-25zaurus-updater: force back PACKAGE_ARCH = "${MACHINE_ARCH}"Andrea Adami1
* though not machine specific, the recipe uses package_stagefile_shell * and being DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${MACHINE}" * in case of multimachine builds only the first one has a valid staging ipk.
2010-05-24uclibc_git.bb: Bump SRCREVKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-24xserver-xorg-conf: Add xilinx-ml507 configAdrian Alonso2
* xorg config file for xilinx-ml507 target platform Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-05-24linux-xilinx-ml507: Update kernel version and add fb fixAdrian Alonso2
* kernel version 2.6.33 * frame buffer fix patch add support for new xps_tft display modules Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-05-24linux-xilinx-ml507: Enable video framebuffer in defconfigAdrian Alonso1
Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-05-24u-boot-mkimage: fix target buildKoen Kooi1
2010-05-23msmcommd: bump SRCREV to latest compatible with current cornucopia SRCREVMartin Jansa1
2010-05-23qemu: Fix running linux user programs on iWMMXt processors.Khem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-23linux-kexecboot: initial linux-kexecboot_2.6.34Andrea Adami13
* still disabling some important options (probably overkill): * # CONFIG_BLK_DEV_BSG is not set (no need for udev) * # CONFIG_SYSFS is not set # CONFIG_TMPFS is not set (no sys, devtmpfs) * * remove now unused kernel version committed by Zaurus developers
2010-05-23pixman 0.18.0: add NEON fixKoen Kooi10
pixman 0.18.2: add recipe and rediff patches, make default for angstrom
2010-05-23tcl 8.5.8: fix header locationKoen Kooi1
* remember to do 'bitbake glibc' after building tcl so packaged-staging can restore its headers
2010-05-22linux-rp: fix SRC_URI of poodle_pm-r7.patchAndrea Adami1
* patch is not yet in ${RPSRC}
2010-05-21cornucopia.inc: bump rev to get working fsonetworkd connection sharingKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-05-21openbmap-logger_0.4.0.bb: add a patch to make it compatible with fsogsmdKlaus Kurzmann2
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-05-21linux-openmoko-devel_git.bb: apply getline fix for scripts/unidef.cKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-05-21linux-omap-psp 2.6.32: tweak reported powervalue for MUSB on beagleboardKoen Kooi1
2010-05-21binutils-cross-sdk_cvs.bb: Use special do_install for cvs version.Khem Raj2
* Remove do_stage for binutils_cvs * do_install is special for binutils cvs becasue binutils cvs checks out whole src tree hence it can not use autotools install funciton because that will install all tools that are in sourceware src repo. We only want all-ld all-binutils and all-gas. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-21linux-rp: make 2.6.26 compile for poodleHenry von Tresckow6
* first try: kernel compiles * still hangs at: "Uncompressing Linux..... done, booting the kernel." Signed-off-by: Henry von Tresckow <hvontres@gmail.com> Acked-by: Andrea Adami <andrea.adami@gmail.com>
2010-05-21linux.inc: Rename getline in unifdef.c to parseline to avoid conflict.Andrea Adami2
* move patch from linux-kexecboot.inc * see https://patchwork.kernel.org/patch/11166/ * committed in 2.6.29 (commit d15bd1067b1fcb2b7250d22bc0c7c7fea0b759f7) * Acked-by: Tom Rini <tom_rini@mentor.com> * Acked-by: Henning Heinold <heinold@inf.fu-berlin.de> * Acked-by: Koen Kooi <koen@openembedded.org>
2010-05-20automake_1.11.1.bb: Remove DEFAULT_PREFERENCE = "-1"Khem Raj1
Hi, I was working on upgrading gettext and some other packages to latest versions but they use features from automake 1.11. We have this recipe but it not enabled. I ask for approval to make it default. I have build few images thus far without any problems and SHR already uses it as preferred automake. Some distributions ask for specific versions they wont be affected. Thanks -Khem * This would enable it by default for distributions who do not stick to a particular version of automake. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Tom Rini <tom_rini@mentor.com>
2010-05-20jamvm: update to versiom 1.5.3Henning Heinold1
2010-05-20u-boot-mkimage: convert to new style staging and bbclassextendKoen Kooi2
2010-05-20eglibc-2.12: Add new recipes for 2.12Khem Raj3
* Update svn recipe to latest revision on trunk. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-20uclibc-git: Update machine config for SH3 and SH4Khem Raj3
* Bump the SRCREV to latest on git master Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-19xf86-video-glamo: bump SRCREV, remove pushed patch and -pedantic removal ↵Martin Jansa2
(already in git) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-19alsa-utils: inherit gettext instead of adding it in DEPENDSDenys Dmytriyenko1
2010-05-19net-tools: use bitbake variables rather than shell variables in do_compileChris Larson1
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-05-19cherokee: use the bitbake BUILD_CC variable rather than the exported shell ↵Chris Larson3
variable Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-05-19Fix a couple shell syntax errors in recipesChris Larson2
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-05-19firmware-marvell-sd8688: add recipeEric Bénard2
* 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 Monk1
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 Monk1
* 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-19navit: bump SRCREV (also for navit-icons) and add new osd layout from ↵Martin Jansa3
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 Monk6
* 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 Monk1
* 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 Kooi1
2010-05-19python-xmpppy: Add recipeMichael Lippautz1
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
2010-05-19gpsd: Add version 2.94Michael Lippautz3
* Makes python-pygps usable again (2.91 lacks bindings)
2010-05-19tk: add 8.5.8Koen Kooi11
2010-05-19tcl: add 8.5.8Koen Kooi10
2010-05-19orc: add version 0.4.4Eric Bénard2
Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-05-19orc-native: fix temporary files'pathEric Bénard2
* 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énard1
Signed-off-by: Eric Bénard <eric@eukrea.com>