openembedded.git
14 years agopixman: increase preference of 0.17.8 for SHR
Martin Jansa [Thu, 25 Feb 2010 09:45:38 +0000 (10:45 +0100)]
pixman: increase preference of 0.17.8 for SHR

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agopreferred-xorg-versions-live.inc: update pixman version
Martin Jansa [Thu, 25 Feb 2010 09:40:18 +0000 (10:40 +0100)]
preferred-xorg-versions-live.inc: update pixman version

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoxserver-xorg_git: bump SRCREV, rebase one patch and remove one already applied
Martin Jansa [Thu, 25 Feb 2010 09:34:48 +0000 (10:34 +0100)]
xserver-xorg_git: bump SRCREV, rebase one patch and remove one already applied

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agopixman 0.17.8: add and make default for angstrom
Koen Kooi [Thu, 25 Feb 2010 09:17:18 +0000 (10:17 +0100)]
pixman 0.17.8: add and make default for angstrom

14 years agoqt4-embedded-gles 4.6.2: try harder to build fb and sgx plugins
Koen Kooi [Thu, 25 Feb 2010 08:19:47 +0000 (09:19 +0100)]
qt4-embedded-gles 4.6.2: try harder to build fb and sgx plugins

* reported by Varun Shah

14 years agolinux-openmoko: move srcrevs to recipes, bump 2.6.32 version
Martin Jansa [Thu, 25 Feb 2010 08:27:49 +0000 (09:27 +0100)]
linux-openmoko: move srcrevs to recipes, bump 2.6.32 version

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolinux-kexecboot: add 2.6.33 version
Martin Jansa [Thu, 25 Feb 2010 08:29:52 +0000 (09:29 +0100)]
linux-kexecboot: add 2.6.33 version

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolinux: add 2.6.33 version
Martin Jansa [Thu, 25 Feb 2010 08:29:26 +0000 (09:29 +0100)]
linux: add 2.6.33 version

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agotestlab.bbclass: use opkg.conf from staging, always specify tmp_dir in opkg-cl call...
Martin Jansa [Wed, 24 Feb 2010 09:22:47 +0000 (09:22 +0000)]
testlab.bbclass: use opkg.conf from staging, always specify tmp_dir in 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>
14 years agomc: Fix build of 4.6.2 by not deleting required config.rpath
Florian Boor [Wed, 24 Feb 2010 23:29:13 +0000 (00:29 +0100)]
mc: Fix build of 4.6.2 by not deleting required config.rpath

14 years agolinux.inc: Use package_stagefile_shell in do_devicetree_image
Tom Rini [Wed, 24 Feb 2010 22:30:59 +0000 (15:30 -0700)]
linux.inc: Use package_stagefile_shell in do_devicetree_image

14 years agoshr-theme-neo: bump SRCREVS for illume, elementary, phoneui theme, remove last traces...
Martin Jansa [Wed, 24 Feb 2010 09:54:10 +0000 (10:54 +0100)]
shr-theme-neo: bump SRCREVS for illume, elementary, phoneui theme, remove 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>
14 years agomcnavi: add edje-native dependency, thanks to Dieter Thimm
Martin Jansa [Wed, 24 Feb 2010 19:07:09 +0000 (20:07 +0100)]
mcnavi: add edje-native dependency, thanks to Dieter Thimm

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoevopedia: bump SRCREV and update recipe
Thomas Zimmermann [Wed, 24 Feb 2010 09:58:52 +0000 (09:58 +0000)]
evopedia: bump SRCREV and update recipe

* 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>
14 years agosofia-sip: upgrade to latest version (1.12.10)
Thomas Zimmermann [Wed, 24 Feb 2010 09:45:32 +0000 (09:45 +0000)]
sofia-sip: upgrade to latest version (1.12.10)

* 1.12.7 doesn't compile with newer autotools

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoopkg: add tmp_dir option to opkg.conf for SHR
Martin Jansa [Wed, 24 Feb 2010 09:16:41 +0000 (10:16 +0100)]
opkg: add tmp_dir option to opkg.conf for SHR

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agorootfs_ipk.bbclass: always specify tmp_dir in opkg-cl call with -t parameter
Martin Jansa [Wed, 24 Feb 2010 18:19:03 +0000 (19:19 +0100)]
rootfs_ipk.bbclass: always specify tmp_dir in opkg-cl call with -t parameter

* 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>
14 years agotask-shr-feed: remove eve, removed from upstream svn repository in svnr45979
Martin Jansa [Wed, 24 Feb 2010 09:52:28 +0000 (10:52 +0100)]
task-shr-feed: remove eve, removed from upstream svn repository in svnr45979

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoe17: add some modules: cpu, forecasts, uptime and screenshot (+ emprint dep)
Koen Kooi [Wed, 24 Feb 2010 16:08:53 +0000 (17:08 +0100)]
e17: add some modules: cpu, forecasts, uptime and screenshot (+ emprint dep)

14 years agoefl: bump SRCREV to fix a stuttering issue in the first-run wizard
Koen Kooi [Wed, 24 Feb 2010 15:47:13 +0000 (16:47 +0100)]
efl: bump SRCREV to fix a stuttering issue in the first-run wizard

14 years agolibgles-omap3: fix DEPENDS as well
Koen Kooi [Wed, 24 Feb 2010 11:49:01 +0000 (12:49 +0100)]
libgles-omap3: fix DEPENDS as well

14 years agolibgles-omap3: complete the previous commit, I suck at using git mergetool
Koen Kooi [Wed, 24 Feb 2010 11:47:22 +0000 (12:47 +0100)]
libgles-omap3: complete the previous commit, I suck at using git mergetool

14 years agolibgles-omap3: complete overhaul
Koen Kooi [Tue, 23 Feb 2010 15:04:51 +0000 (16:04 +0100)]
libgles-omap3: complete overhaul

* convert to new-style staging
* (re)build demos with proper toolchain and flags
* build trainingcourses
* generate .desktop files on the fly

* delete old versions

14 years agolibsyncml: bump PR for -O2 from sane-toolchain-eglibc.inc
Martin Jansa [Wed, 24 Feb 2010 07:59:19 +0000 (08:59 +0100)]
libsyncml: bump PR for -O2 from sane-toolchain-eglibc.inc

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agopreferred-shr-versions: use qt 4.6.2
Martin Jansa [Wed, 17 Feb 2010 10:38:40 +0000 (11:38 +0100)]
preferred-shr-versions: use qt 4.6.2

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agotask-shr-feed: fix machine override
Martin Jansa [Wed, 24 Feb 2010 08:03:49 +0000 (09:03 +0100)]
task-shr-feed: fix machine override

* 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>
14 years agosane-toolchain-eglibc: use -O2 for qt4-x11-free and libsyncml (needed for gcc-4.4)
Martin Jansa [Tue, 23 Feb 2010 09:22:25 +0000 (10:22 +0100)]
sane-toolchain-eglibc: use -O2 for qt4-x11-free and libsyncml (needed for 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>
14 years agoshr: use eglibc-2.11
Martin Jansa [Tue, 9 Feb 2010 12:54:59 +0000 (13:54 +0100)]
shr: use eglibc-2.11

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agogdb-cross-sdk: Add zlib-sdk to DEPENDS.
Tom Rini [Wed, 24 Feb 2010 01:35:57 +0000 (18:35 -0700)]
gdb-cross-sdk: Add zlib-sdk to DEPENDS.

No PR bump since we don't actually link vs the -sdk libs.

14 years agotask-shr-feed: add mcnavi
Martin Jansa [Tue, 23 Feb 2010 23:17:48 +0000 (00:17 +0100)]
task-shr-feed: add mcnavi

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agomcnavi: new recipe
Thomas Zimmermann [Tue, 23 Feb 2010 16:22:41 +0000 (16:22 +0000)]
mcnavi: new recipe

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoinsane: check for .debug as a path component, not part of the path string
Chris Larson [Tue, 23 Feb 2010 01:04:24 +0000 (18:04 -0700)]
insane: check for .debug as a path component, not part of the path string

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agoeggdbus: add dependency on dbus-glib
Denys Dmytriyenko [Tue, 23 Feb 2010 21:35:51 +0000 (16:35 -0500)]
eggdbus: add dependency on dbus-glib

14 years agopython-pysqlite2-native: New recipe
Tom Rini [Tue, 23 Feb 2010 18:59:04 +0000 (11:59 -0700)]
python-pysqlite2-native: New recipe

14 years agoinitscripts: Make umountfs a bit more robust, bump PR
Tom Rini [Tue, 23 Feb 2010 18:56:46 +0000 (11:56 -0700)]
initscripts: Make umountfs a bit more robust, bump PR

14 years agoMerge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into...
Cliff Brake [Tue, 23 Feb 2010 17:02:50 +0000 (12:02 -0500)]
Merge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into org.openembedded.dev

14 years agoweekly-changelog-report.py: add staging-branch
Cliff Brake [Tue, 23 Feb 2010 17:01:36 +0000 (12:01 -0500)]
weekly-changelog-report.py: add staging-branch

14 years agoffalarms: kill SRCPV
Martin Jansa [Tue, 23 Feb 2010 17:01:04 +0000 (18:01 +0100)]
ffalarms: kill SRCPV

14 years agoffalarms: oe-stylize
Martin Jansa [Tue, 23 Feb 2010 16:53:37 +0000 (17:53 +0100)]
ffalarms: oe-stylize

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoffalarms: moved from svn to git, update PV, remove applied patch
Martin Jansa [Tue, 23 Feb 2010 16:36:19 +0000 (17:36 +0100)]
ffalarms: moved from svn to git, update PV, remove applied patch

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoxserver-kdrive-common: SHR - don't force user to calibrate his screen after first...
Martin Jansa [Tue, 23 Feb 2010 14:06:49 +0000 (15:06 +0100)]
xserver-kdrive-common: SHR - don't force user to calibrate his screen after first boot, but restore calibration if available.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoxserver-xorg_git: add more pending patches for latest dri2 changes
Martin Jansa [Sun, 21 Feb 2010 13:40:26 +0000 (14:40 +0100)]
xserver-xorg_git: add more pending patches for latest dri2 changes

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agopreferred-shr-versions: use mesa-dri from git
Martin Jansa [Sun, 21 Feb 2010 08:10:51 +0000 (09:10 +0100)]
preferred-shr-versions: use mesa-dri from git

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoEFL: bump SRCREV a bit, latest illume2 fixes and big python-efl cleanup
Martin Jansa [Thu, 18 Feb 2010 16:31:35 +0000 (17:31 +0100)]
EFL: bump SRCREV a bit, latest illume2 fixes and big python-efl cleanup

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agognome-system-tools: add 2.28.2
Koen Kooi [Tue, 23 Feb 2010 11:57:04 +0000 (12:57 +0100)]
gnome-system-tools: add 2.28.2

14 years agocpufrequtils 006: add patch from upstream to fix /proc/stat reading
Koen Kooi [Tue, 23 Feb 2010 10:25:09 +0000 (11:25 +0100)]
cpufrequtils 006: add patch from upstream to fix /proc/stat reading

* This brings 006 up to 007 functionally, without all the buildsystem changes in between

14 years agotransmission_1.91.bb : add new version, few minor bug fixes
Graeme Gregory [Tue, 23 Feb 2010 11:18:31 +0000 (11:18 +0000)]
transmission_1.91.bb : add new version, few minor bug fixes

14 years agoangstrom-2008-preferred-versions.inc : network manager updates
Graeme Gregory [Tue, 23 Feb 2010 10:40:26 +0000 (10:40 +0000)]
angstrom-2008-preferred-versions.inc : network manager updates

14 years agochecksums.ini : new NM components checksums
Graeme Gregory [Tue, 23 Feb 2010 10:40:06 +0000 (10:40 +0000)]
checksums.ini : new NM components checksums

14 years agonetwork-manager-applet_0.8.bb : add new version
Graeme Gregory [Tue, 23 Feb 2010 10:39:37 +0000 (10:39 +0000)]
network-manager-applet_0.8.bb : add new version

14 years agonetworkmanager-openvpn_0.8.bb : add new version
Graeme Gregory [Tue, 23 Feb 2010 10:39:00 +0000 (10:39 +0000)]
networkmanager-openvpn_0.8.bb : add new version

14 years agonetworkmanager_0.8.bb : add new version
Graeme Gregory [Tue, 23 Feb 2010 10:38:45 +0000 (10:38 +0000)]
networkmanager_0.8.bb : add new version

14 years agoeggdbus: disable parallel make due to eggdbusenumtypes.h gen/use
Denys Dmytriyenko [Mon, 22 Feb 2010 23:11:42 +0000 (18:11 -0500)]
eggdbus: disable parallel make due to eggdbusenumtypes.h gen/use

Quick workaround to make it build again. Can probably be fixed properly in
the Makefile... No PR bump.

14 years agolibgpsmgr_0.1.bb : apply patch to remove debian requirement, update staging.
Graeme Gregory [Mon, 22 Feb 2010 22:07:47 +0000 (22:07 +0000)]
libgpsmgr_0.1.bb : apply patch to remove debian requirement, update staging.

http://wiki.navit-project.org/index.php/Navit_on_OpenEmbedded_for_n810 has
a patch that is required on non debian systems.

14 years agolibgpsbt_0.1.bb : apply patch to remove debian requirement, update staging.
Graeme Gregory [Mon, 22 Feb 2010 22:06:37 +0000 (22:06 +0000)]
libgpsbt_0.1.bb : apply patch to remove debian requirement, update staging.

http://wiki.navit-project.org/index.php/Navit_on_OpenEmbedded_for_n810 has
a patch that is required on non debian systems.

14 years agogtk+_2.18.6.bb : fix EXTRA_OECONF for native builds.
Graeme Gregory [Mon, 22 Feb 2010 22:05:45 +0000 (22:05 +0000)]
gtk+_2.18.6.bb : fix EXTRA_OECONF for native builds.

We dont have a native libjpeg so make sure its disabled.

14 years agotask-cli-tools: add mterm2 and remove from task-fso2-compliance
Michael 'Mickey' Lauer [Mon, 22 Feb 2010 19:54:54 +0000 (20:54 +0100)]
task-cli-tools: add mterm2 and remove from task-fso2-compliance

14 years agotask-cli-tools: add mdbus2 and mbuffer
Michael 'Mickey' Lauer [Mon, 22 Feb 2010 19:26:44 +0000 (20:26 +0100)]
task-cli-tools: add mdbus2 and mbuffer

14 years agombuffer: new recipe; measuring buffer
Michael 'Mickey' Lauer [Mon, 22 Feb 2010 19:21:00 +0000 (20:21 +0100)]
mbuffer: new recipe; measuring buffer

14 years agoexternal-toolchain-csl: add the list of supported locales
Denys Dmytriyenko [Mon, 22 Feb 2010 16:17:01 +0000 (11:17 -0500)]
external-toolchain-csl: add the list of supported locales

14 years agohawkboard: add ubifs support, number of LEBs might change due pending kernel partitio...
Koen Kooi [Mon, 22 Feb 2010 12:27:59 +0000 (13:27 +0100)]
hawkboard: add ubifs support, number of LEBs might change due pending kernel partition change

14 years agoangstrom feed sorter: qemux86 changed arch
Koen Kooi [Mon, 22 Feb 2010 09:47:03 +0000 (10:47 +0100)]
angstrom feed sorter: qemux86 changed arch

14 years agolibgles-omap3: depend on proper fbset, set rgba correctly for 32bpp and try to enable...
Koen Kooi [Mon, 22 Feb 2010 09:45:42 +0000 (10:45 +0100)]
libgles-omap3: depend on proper fbset, set rgba correctly for 32bpp and try to enable tripple buffering

14 years agoudev 151 OE rules: update to drop deprecated options
Koen Kooi [Mon, 22 Feb 2010 08:52:14 +0000 (09:52 +0100)]
udev 151 OE rules: update to drop deprecated options

14 years agoxf86-video-displaylink 0.3: add gentoo patch to fix build
Koen Kooi [Mon, 22 Feb 2010 08:35:41 +0000 (09:35 +0100)]
xf86-video-displaylink 0.3: add gentoo patch to fix build

14 years agokernel-module-udlfb: add git version
Koen Kooi [Mon, 22 Feb 2010 08:31:43 +0000 (09:31 +0100)]
kernel-module-udlfb: add git version

* the recipe has hints for the needed kernel config
* doesn't require special Xserver, fbdev works

14 years agoangstrom: finally fix CVE-2008-4311
Koen Kooi [Sat, 20 Feb 2010 17:48:41 +0000 (18:48 +0100)]
angstrom: finally fix CVE-2008-4311

14 years agodbus: add 1.2.20, convert to new style staging
Koen Kooi [Sat, 20 Feb 2010 16:02:40 +0000 (17:02 +0100)]
dbus: add 1.2.20, convert to new style staging

14 years agocairo: add 1.8.10
Koen Kooi [Sat, 20 Feb 2010 15:47:15 +0000 (16:47 +0100)]
cairo: add 1.8.10

14 years agoudev 151: bump PR
Koen Kooi [Thu, 18 Feb 2010 14:08:20 +0000 (15:08 +0100)]
udev 151: bump PR

14 years agonetworkmanager 0.7.999: bump PR
Koen Kooi [Thu, 18 Feb 2010 14:07:02 +0000 (15:07 +0100)]
networkmanager 0.7.999: bump PR

14 years agou-boot-git: update beagleboard patches for new XM revision
Koen Kooi [Thu, 18 Feb 2010 12:44:11 +0000 (13:44 +0100)]
u-boot-git: update beagleboard patches for new XM revision

* needs more work, but it sets the correct mux now for DVI output

14 years agoopkg-*: move to r522
Koen Kooi [Thu, 18 Feb 2010 09:08:12 +0000 (10:08 +0100)]
opkg-*: move to r522

14 years agognome-bluetooth git: raise default pref for angstrom
Koen Kooi [Thu, 18 Feb 2010 09:06:54 +0000 (10:06 +0100)]
gnome-bluetooth git: raise default pref for angstrom

14 years agoxinit: add dependency on util-linux-ng
Frans Meulenbroeks [Sun, 21 Feb 2010 17:11:30 +0000 (18:11 +0100)]
xinit: add dependency on util-linux-ng

if util-linux-ng is build before xinit, xinit will use mcookie (exported by util-linux-ng)
Howwever if util-linux-ng is not build before xinit it will not use mcookie.
This leads to an undesired scenario. E.g. the version of xinit on the angstrom feed needed
mcookie, but as my system did not have util-linux-ng installed, startx failed.
By making the dependency explicit at least we get consisency and apparently using mcookie
is the preferred solution.

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoklibc: major patch split and reordering, recipe cleaning.
Andrea Adami [Sun, 21 Feb 2010 15:37:51 +0000 (16:37 +0100)]
klibc: major patch split and reordering, recipe cleaning.

* update order of patches to include upstream changes
* bump PR for all three recipes
* fix typo in klibc_1.5 about 'sh'
* clean tabs

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
14 years agopixman: disable gtk, to break circular dependency gtk+->cairo->pixman->gtk+ and also...
Martin Jansa [Sat, 20 Feb 2010 17:29:04 +0000 (18:29 +0100)]
pixman: disable gtk, to break circular dependency gtk+->cairo->pixman->gtk+ and also libtool issue

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoklibc_1.5.15+1.5.16: initial commit. Legacy staging is broken. WIP.
Andrea Adami [Sat, 20 Feb 2010 23:41:24 +0000 (00:41 +0100)]
klibc_1.5.15+1.5.16: initial commit. Legacy staging is broken. WIP.

14 years agofsomusicd: move more gst-plugins to RRECOMMENDS as agreed with fsomusicd author,...
Martin Jansa [Sat, 20 Feb 2010 13:50:34 +0000 (14:50 +0100)]
fsomusicd: move more gst-plugins to RRECOMMENDS as agreed with fsomusicd author, fix gst-plugin-souphttpsrc name

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agofsomusicd: add gst-plugins to DEPENDS, -ugly conditionaly wrt ENTERPRISE_DISTRO
Martin Jansa [Sat, 20 Feb 2010 13:01:43 +0000 (14:01 +0100)]
fsomusicd: add gst-plugins to DEPENDS, -ugly conditionaly wrt ENTERPRISE_DISTRO

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agokaeilos-2009-preferred-versions.inc: Updated preferred package versions due to build...
Marco Cavallini [Sat, 20 Feb 2010 09:11:37 +0000 (10:11 +0100)]
kaeilos-2009-preferred-versions.inc: Updated preferred package versions due to build problems caused by eggdbus

14 years agolinux-leviathan: bump to revision with backlight and alsa (almost) working
Michael 'Mickey' Lauer [Sat, 20 Feb 2010 07:33:53 +0000 (08:33 +0100)]
linux-leviathan: bump to revision with backlight and alsa (almost) working

14 years agometa-toolchain: make SDK relocatable by using $SDK_PATH var in env setup script
Denys Dmytriyenko [Wed, 3 Feb 2010 15:43:42 +0000 (15:43 +0000)]
meta-toolchain: make SDK relocatable by using $SDK_PATH var in env setup script

Do not hard-code SDK location into all the libtool's .la files and other
libtool, pkg-config and opkg service variables and aliases. Use $SDK_PATH
environment variable instead, which is set once in the main environment-setup
script, allowing easy SDK relocation by adjusting a single variable.

This patch does not address gcc relocatability, if any.

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
14 years agoexternal-toolchain: Really accept toolchains built by meta-toolchain.bb
Bernhard Kaindl [Sun, 22 Nov 2009 04:45:40 +0000 (04:45 +0000)]
external-toolchain: Really accept toolchains built by meta-toolchain.bb

external-toolchain-generic,
external-toolchain:

* The current external-toolchain recipes which are documented to accept
  toolchains built by meta-toolchain actually do not accept such because
  they expect ${prefix}/package-status to exist which is provieded by
  the poky toolchains but not the current OE meta-toolchain package.

  Fix this by also looking for ${prefix}/usr/lib/opkg/status, which is the
  package-status file of the OE meta-toolchain package.

* Also change the error message which is shown when neither file is found
  more explicit.

Cc: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Bernhard Kaindl <bernhard.kaindl@gmx.net>
Acked-by: Denys Dmytriyenko <denis@denix.org>
 external-toolchain-generic.bb |    4 ++--
 external-toolchain.bb         |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

14 years agoexternal-toolchain-csl: add gconv/locale split magic
Denys Dmytriyenko [Thu, 18 Feb 2010 19:37:15 +0000 (14:37 -0500)]
external-toolchain-csl: add gconv/locale split magic

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
14 years agoxdm: need to pass paths to wtmp/utmp, bump PR
Tom Rini [Fri, 19 Feb 2010 22:20:49 +0000 (15:20 -0700)]
xdm: need to pass paths to wtmp/utmp, bump PR

14 years agoRevert "package.bbclass: when running 'file', be explicit about the path to the magic"
Chris Larson [Fri, 19 Feb 2010 19:12:25 +0000 (12:12 -0700)]
Revert "package.bbclass: when running 'file', be explicit about the path to the magic"

Forgot to check a git status / log before pushing :)

This reverts commit bd711cfab09394b6f3064eaed24b8761edc19f19.

14 years agodt: convert to .inc, add no_aio patch for uclibc
Tom Rini [Fri, 19 Feb 2010 19:08:00 +0000 (12:08 -0700)]
dt: convert to .inc, add no_aio patch for uclibc

Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agopackage.bbclass: when running 'file', be explicit about the path to the magic
Tom Rini [Fri, 19 Feb 2010 18:34:44 +0000 (11:34 -0700)]
package.bbclass: when running 'file', be explicit about the path to the magic

This works around one relocation issue.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agoeglibc: unbash ldd and add libpthread_nonshared.a to -dev
Thomas Zimmermann [Thu, 18 Feb 2010 22:53:38 +0000 (22:53 +0000)]
eglibc: unbash ldd and add libpthread_nonshared.a to -dev

* replace shebang of ldd by /bin/sh, so ldd doesn't depend on bash
  anymore. Tested with busybox sh.
* added to do_configure_prepend because do_patch is only a python function
* add libpthread_nonshared.a to eglibc-dev. Now it's possible to
  compile multithreaded applications on the device.

Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoxserver-kdrive: apply vm86_masks.patch to 1.4.2 also
kergoth [Fri, 19 Feb 2010 17:05:32 +0000 (10:05 -0700)]
xserver-kdrive: apply vm86_masks.patch to 1.4.2 also

Signed-off-by: kergoth <kergoth@.(none)>
14 years agoudev: blacklist mmcblk mounting for SHR
Martin Jansa [Fri, 19 Feb 2010 13:25:26 +0000 (14:25 +0100)]
udev: blacklist mmcblk mounting for SHR

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoxserver-xorg_git: add hack for ignoring fbdev return mode
Martin Jansa [Fri, 19 Feb 2010 06:14:26 +0000 (07:14 +0100)]
xserver-xorg_git: add hack for ignoring fbdev return mode

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolibphone-utils, python-phoneutils: bump SRCREV, move it to recipe
Martin Jansa [Fri, 19 Feb 2010 06:13:45 +0000 (07:13 +0100)]
libphone-utils, python-phoneutils: bump SRCREV, move it to recipe

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoRevert "EFL: bump SRCREV a bit, big python-EFL cleanup"
Martin Jansa [Fri, 19 Feb 2010 00:21:40 +0000 (01:21 +0100)]
Revert "EFL: bump SRCREV a bit, big python-EFL cleanup"

* Too soon for that, works ok with ~/.e created before and fails
  without one (in one intro wizard step or another)

This reverts commit 67d82332de85bec36b389e956edaa37ff4a1d664.

14 years agoxf86-video-glamo: remove -pedantic as it emits warning for xserver-1.8 and then fails...
Martin Jansa [Thu, 18 Feb 2010 23:58:57 +0000 (00:58 +0100)]
xf86-video-glamo: remove -pedantic as it emits warning for xserver-1.8 and then fails because of -Werror

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoxserver-xorg_git: fix build after mesa 61d26bc82e7c4100acfb551cbb0ba9d84bbc4ba5
Martin Jansa [Thu, 18 Feb 2010 23:41:20 +0000 (00:41 +0100)]
xserver-xorg_git: fix build after mesa 61d26bc82e7c4100acfb551cbb0ba9d84bbc4ba5

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoxf86-video-glamo: bump SRCREV for xserver 1.8 compatibility and move SRCREV from...
Martin Jansa [Thu, 18 Feb 2010 21:51:27 +0000 (22:51 +0100)]
xf86-video-glamo: bump SRCREV for xserver 1.8 compatibility and move SRCREV from srcrevs.inc

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agomesa-dri: update PV, SRCREV for 7.8, needed for xserver 1.8
Martin Jansa [Thu, 18 Feb 2010 22:17:56 +0000 (23:17 +0100)]
mesa-dri: update PV, SRCREV for 7.8, needed for xserver 1.8

* disable gallium for om-gta02

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agomesa-dri: add mesa-dri-glsl-native for building newer mesa-dri than 7.7 from git...
Martin Jansa [Wed, 10 Feb 2010 18:11:58 +0000 (19:11 +0100)]
mesa-dri: add mesa-dri-glsl-native for building newer mesa-dri than 7.7 from git master

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>