summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-01-26SlugOS: slugos.inc, task-slugos.bb - Debugging improvementsMike Westerhof
Adds devshell, rootfs directory is qualified by machine and libc, and add kexec to the base image. Signed-off-by: Mike Westerhof <mike@mwester.net>
2011-01-26omapfbplay: fix patch dirKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-26Add install wrapper rather than coreutils-nativeChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Eric Bénard <eric@eukrea.com> Acked-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2011-01-26Move stage-manager-* into bin/ rather than a recipeChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Eric Bénard <eric@eukrea.com>
2011-01-26bitbake.conf: include bin dirs from BBPATH in PATHChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Eric Bénard <eric@eukrea.com>
2011-01-26omapfbplay: import 3 patches from git to fix playing weird sized videosKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-26samba: Fix build issue on uclibc/arm/thumbKhem Raj
We get following errors as of now. This patch fixes those /scratch/oe/sysroots/x86_64-linux/usr/armv5te/lib/gcc/arm-oe-linux-uclibceabi/4.5.3/../../../../arm-oe-linux-uclibceabi/bin/ld: /scratch/oe/sysroots/armv5te-oe-linux-uclibceabi/usr/lib//uclibc_nonshared.a(atexit.os)(.text+0x12): unresolvable R_ARM_THM_CALL relocation against symbol `__cxa_atexit' Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Tom Rini <tom_rini@mentor.com>
2011-01-26gst-plugins-bad: add 0.10.21Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-26gst-plugins-base: add 0.10.32Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-26gstreamer: add 0.10.32Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-26tzdata: updated to 2011aFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2011-01-26opencv,opencv-samples: add 2.2Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-26xf86-video-omapfb: bump SRCREV to latest, apply patches to keep XV workingKoen Kooi
Removing patch #3 will get you working xrandr, but broken Xv Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-26xf86-video-omapfb: bump SRCREV a bitKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-25python-zopeinterface-3.5.1: fix packagingAndreas Oberritter
* Inherit setuptools instead of distutils. Install paths with distutils (built on x86_64 for mipsel): usr/lib/python2.6/site-packages/zope.interface-3.5.1-py2.6-linux-x86_64.egg/zope/interface/*.py Install paths with setuptools: usr/lib/python2.6/site-packages/zope/interface/*.py * Package tests into ${PN}-tests. * Package .c files into ${PN}-dev. * Package .txt files into ${PN}-doc. * oe-stylized. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> CC: Michael 'Mickey' Lauer <mlauer@vanille-media.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-25python-scons_1.3.0: fix licence typeVíctor Manuel Jáquez Leal
According to the wiki [1], the licence of the project [2] is MIT, not GPL. 1. http://www.scons.org/wiki/FrequentlyAskedQuestions#head-4fe23271137d5e5e95370a1360909ca303157c0d 2. http://scons.tigris.org/source/browse/scons/trunk/LICENSE?revision=557&view=markup Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-25python-scons_1.3.0: add missing dependenciesVíctor Manuel Jáquez Leal
In order to launch scons in a board it depends on a couple python packages which were not managed by the recipe. This patch adds them. Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com> Acked-by: Koen Kooi <koen@openembedded.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-25uclibc: Add copysignl implementation for powerpc to uclibcKhem Raj
* On some ppc architectures like ppce500 gcc generates calls to copysignl but this function is not provided by uclibc or gcc itself we add it to uclibc. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-25Recipes: Replace ipkg-utils with opkg-utilsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Graham Gower <graham.gower@gmail.com>
2011-01-25stage-manager: Use opkg utilitiesKhem Raj
* Rename stage-manager-ipkg -> stage-manager-opkg * Rename stage-manager-ipkg-build -> stage-manager-opkg-build Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Graham Gower <graham.gower@gmail.com>
2011-01-25angstrom/personal-feed.sh,angstrom/sort.sh: Replace ipkg-make-index with ↵Khem Raj
opkg-make-index Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Graham Gower <graham.gower@gmail.com>
2011-01-25bitbake.conf,nylon.conf,openwrt-sdk.conf: Use opkg-build instead of ipkg-buildKhem Raj
* Rename IPKGBUILDCMD to OPKGBUILDCMD Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Graham Gower <graham.gower@gmail.com>
2011-01-25classes: Replace ipkg-make-index with opkg-make-indexKhem Raj
* STAGE_PKGMANAGER use opkg * rename IPKGBUILDCMD to OPKGBUILDCMD * Use opkg-build instead of ipkg-build Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Graham Gower <graham.gower@gmail.com>
2011-01-25ipkg-utils: Remove the recipesKhem Raj
* So that they are not accidently used in future Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Graham Gower <graham.gower@gmail.com>
2011-01-25slugos.inc: Dont lock SRCDATE for ipkg, its not used anymoreKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Graham Gower <graham.gower@gmail.com>
2011-01-25recipes/meta recipes/tasks: Replace ipkg-utils with opkg-utilsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Graham Gower <graham.gower@gmail.com>
2011-01-25classes/package_ipk.bbclass,classes/sourceipk.bbclass: Use opkg-utils-native ↵Khem Raj
instead of ipkg-utils-native Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Graham Gower <graham.gower@gmail.com>
2011-01-25tzcode: moved to 2011aFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2011-01-25minimal.conf: inherit devshell taskVíctor Manuel Jáquez Leal
Everybody loves devshell Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com> Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2011-01-25linux-kexecboot: reset DEFAULT_PREFERENCE = "-1"Andrea Adami
* changed by mistake with commit 9c72d93981212efdbfb87ad2b3c1ac4a8f43daf7 * def. pref. will be set only for specific machines (Zaurus) soon * sorry for the noise
2011-01-25p2020rdb: Add xserver-xorg stuffTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-01-25pixman: upgrade from 0.21.2 to 0.21.4Martin Jansa
Acked-by: Koen Kooi <koen@openembedded.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-01-25midpath: Make sdl-fixes patch externalAlex Ferguson
Deleted sdl-fixes patch and uploaded it to an external repository because it needs CRLF line endings to apply and git automatically converts CRLF to LF. This should provide a working solution. Bumped PR. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2011-01-25buglabs-ppp-scripts: Some scripts to enable BUG for different broadband ↵Stefan Schmidt
providers
2011-01-25p2020rdb: New Freescale QorQ P2 machine, based on p1020rdb (P1)Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2011-01-25htop: update to 0.9Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-25linux-omap4: tweak panda defconfig a bitKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-25libxp: move from 1.0.0 to 1.0.1Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-01-24opkg-utils_svn.bb: Sync with yoctoKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-24Fail if the cpio command is missing (v3)Martin Panter
This one is rebased against today's git master, with an extra line for cpio.xz -Martin >From 388638cf72e6224fba4b96cda8db26fbc43bb20d Mon Sep 17 00:00:00 2001 From: Martin Panter <vadmium à gmail.com> Date: Sun, 16 Jan 2011 04:38:03 +0000 Subject: [PATCH] IMAGE_CMD: Fail if the cpio command is missing Previously my cpio.gz image was an empty gzip file because the missing cpio command was ignored and gzip was blindly run with no input. Signed-off-by: Martin Panter <vadmium+floss@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-24qt-demo-init: Corrected a typo in qtdemo-init scriptAlessandro Sappia
Signed-off-by: Alessandro Sappia <a.sappia@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-24matrix-gui: Update to the latest SRCREVJeff Lance
* update SRCREV to integrate in new platforms am35x, am180x and am181x. * Making support files identical across platforms * Adding new applications for PRU for am180x. * Adding application descriptions. * Adding support files updates for CCSv5. * Fixing a potential lockup problem when test descripion mode is turned off * Fixing a text display issue, where some application text output is not display promptly. Signed-off-by: Jeff Lance <j-lance1@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-24matrix-gui-common: Support SVG iconsJeff Lance
* Add support to install *.svg icons as well as *.png icons * Bump up the recipe revision Signed-off-by: Jeff Lance <j-lance1@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-24sudo: upgrade to 1.7.4p6Scott Garman
Addresses the following CVEs: * CVE-2010-2956 * CVE-2010-1646 * CVE-2011-0010 Signed-off-by: Scott Garman <sgarman@zenlinux.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-24udev: Remove duplicate udev firmware loading ruleKhem Raj
A duplicate udev rule calling firmware.sh exists in 50-udev-default.rules and udev.rules This causes the kernel to sometimes get the wrong the firmware due to a race between the two calls. This is with udev124 from the stable2009 openembedded branch however a quick glance suggests that the same problem exists on the dev branch. 50-udev-default.rules comes from the upstream tarball udev.rules is in the openembedded recipe. This causes the infamous "Error number -110" while uploading firmware, i.e: [ 4171.357272] firmware: requesting zd1211/zd1211b_ub [ 4171.375779] firmware: requesting zd1211/zd1211b_uphr [ 4193.981056] firmware: requesting zd1211/zd1211b_ub [ 4193.986433] firmware: requesting zd1211/zd1211b_uphr [ 4195.033695] usb 8-3: USB control request for firmware upload failed. Error number -110 * Fixes Bugzilla/5334 Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org>
2011-01-24openssl.inc: Simplify our check for a 'linux' OS.Tom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-01-24omap3.inc: bump MACHINE_KERNEL_PR for kernel changesKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-24linux-omap4: push to a newer SRCREVVíctor Manuel Jáquez Leal
Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
2011-01-24linux-omap4: fix break caused by the new binutilsVíctor Manuel Jáquez Leal
According to this discussion [1], a couple patches where required by the kernel using the latest binutils (2.21). This patch add those patches, which were posted in the Ubuntu's kernel repository. 1. http://comments.gmane.org/gmane.comp.handhelds.openembedded/40650 Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-24u-boot-sakoman: fix break caused by the new binutilsVíctor Manuel Jáquez Leal
New assemblers need -march=armv7-a+sec on command line or .arch_extension sec inline to enable use of the smc instruction. This patch adds as-instr to check the latter to conditionally enable the former in AFLAGS for files that use smc. Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com> Signed-off-by: Koen Kooi <koen@openembedded.org>