summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-02-25gpsd: Bump version to 2.90 and clean recipeMichael Lippautz6
* Removed board related stuff from the main gpsd recipe * Add udev hotplugging support (seperate package 'gpsd-udev') * Modified configuration and initscript in a way that a gps device could either be added by /etc/default/gpsd OR via recipe using the local gpsd socket. * gpsd API changed! look at http://gpsd.berlios.de/#news Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-02-25pixman: move 0.17.6 to obsoleteMartin Jansa7
* This version wasn't as well tested as 0.17.8 probably is, 0.17.6 * wasn't probably used except SHR, which also moved to 0.17.8 now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-25pixman: increase preference of 0.17.8 for SHRMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-25preferred-xorg-versions-live.inc: update pixman versionMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-25xserver-xorg_git: bump SRCREV, rebase one patch and remove one already appliedMartin Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-25pixman 0.17.8: add and make default for angstromKoen Kooi9
2010-02-25qt4-embedded-gles 4.6.2: try harder to build fb and sgx pluginsKoen Kooi2
* reported by Varun Shah
2010-02-25linux-openmoko: move srcrevs to recipes, bump 2.6.32 versionMartin Jansa8
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-25linux-kexecboot: add 2.6.33 versionMartin Jansa6
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-25linux: add 2.6.33 versionMartin Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-25testlab.bbclass: use opkg.conf from staging, always specify tmp_dir in ↵Martin Jansa1
opkg-cl call with -t parameter * Use opkg.conf from staging in the same way as do_rootfs does * When option tmp_dir is used in opkg.conf installed on rootfs then it's used also in do_rootfs call and points to probably non-existent directory on buildhost like /var/lib/opkg/tmp. * The value of tmp_dir from rootfs is used even with another config file specified with -c parameter * Before this, it was using default value (/tmp) on buildhost, now it will use own "${IMAGE_ROOTFS}-tmp" and remove it after do_rootfs finish (usually already empty inside, cleaned by opkg itself) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Koen Kooi <koen@openembedded.org>
2010-02-25mc: Fix build of 4.6.2 by not deleting required config.rpathFlorian Boor1
2010-02-24linux.inc: Use package_stagefile_shell in do_devicetree_imageTom Rini1
2010-02-24shr-theme-neo: bump SRCREVS for illume, elementary, phoneui theme, remove ↵Martin Jansa8
last traces of libframeworkd-phonegui-efl-theme-neo even from RSUGGESTS, add idle_screen.edj.neo Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-24mcnavi: add edje-native dependency, thanks to Dieter ThimmMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-24evopedia: bump SRCREV and update recipeThomas Zimmermann1
* depencie on kernel-module-squashfs is no longer needed * python-compression is needed to read bz2 dumps Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-24sofia-sip: upgrade to latest version (1.12.10)Thomas Zimmermann2
* 1.12.7 doesn't compile with newer autotools Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-24opkg: add tmp_dir option to opkg.conf for SHRMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-24rootfs_ipk.bbclass: always specify tmp_dir in opkg-cl call with -t parameterMartin Jansa1
* When option tmp_dir is used in opkg.conf installed on rootfs then it's used also in do_rootfs call and points to probably non-existent directory on buildhost like /var/lib/opkg/tmp. * The value of tmp_dir from rootfs is used even with another config file specified with -c parameter * Before this, it was using default value (/tmp) on buildhost, now it will use own "${IMAGE_ROOTFS}-tmp" and remove it after do_rootfs finish (usually already empty inside, cleaned by opkg itself) * Similar patch for testlab.bbclass will follow Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-24task-shr-feed: remove eve, removed from upstream svn repository in svnr45979Martin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-24e17: add some modules: cpu, forecasts, uptime and screenshot (+ emprint dep)Koen Kooi5
2010-02-24efl: bump SRCREV to fix a stuttering issue in the first-run wizardKoen Kooi1
2010-02-24libgles-omap3: fix DEPENDS as wellKoen Kooi1
2010-02-24libgles-omap3: complete the previous commit, I suck at using git mergetoolKoen Kooi15
2010-02-24libgles-omap3: complete overhaulKoen Kooi27
* convert to new-style staging * (re)build demos with proper toolchain and flags * build trainingcourses * generate .desktop files on the fly * delete old versions
2010-02-24libsyncml: bump PR for -O2 from sane-toolchain-eglibc.incMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-24preferred-shr-versions: use qt 4.6.2Martin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-24task-shr-feed: fix machine overrideMartin Jansa1
* Never += to override variable as it appends to empty override variable which is later used instead of that variable without override Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-24sane-toolchain-eglibc: use -O2 for qt4-x11-free and libsyncml (needed for ↵Martin Jansa1
gcc-4.4) * I'll report gcc bug upstream as soon as I prepare simplier test-case Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-24shr: use eglibc-2.11Martin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-23gdb-cross-sdk: Add zlib-sdk to DEPENDS.Tom Rini3
No PR bump since we don't actually link vs the -sdk libs.
2010-02-24task-shr-feed: add mcnaviMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-24mcnavi: new recipeThomas Zimmermann1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-23insane: check for .debug as a path component, not part of the path stringChris Larson1
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-02-23eggdbus: add dependency on dbus-glibDenys Dmytriyenko1
2010-02-23python-pysqlite2-native: New recipeTom Rini1
2010-02-23initscripts: Make umountfs a bit more robust, bump PRTom Rini2
2010-02-23Merge branch 'org.openembedded.dev' of ↵Cliff Brake1
git://git.openembedded.net/openembedded into org.openembedded.dev
2010-02-23weekly-changelog-report.py: add staging-branchCliff Brake1
2010-02-23ffalarms: kill SRCPVMartin Jansa1
2010-02-23ffalarms: oe-stylizeMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-23ffalarms: moved from svn to git, update PV, remove applied patchMartin Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-23xserver-kdrive-common: SHR - don't force user to calibrate his screen after ↵Martin Jansa2
first boot, but restore calibration if available. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-23xserver-xorg_git: add more pending patches for latest dri2 changesMartin Jansa8
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-23preferred-shr-versions: use mesa-dri from gitMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-23EFL: bump SRCREV a bit, latest illume2 fixes and big python-efl cleanupMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-23gnome-system-tools: add 2.28.2Koen Kooi1
2010-02-23cpufrequtils 006: add patch from upstream to fix /proc/stat readingKoen Kooi2
* This brings 006 up to 007 functionally, without all the buildsystem changes in between
2010-02-23transmission_1.91.bb : add new version, few minor bug fixesGraeme Gregory1
2010-02-23angstrom-2008-preferred-versions.inc : network manager updatesGraeme Gregory1