]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
16 years agolibdrm: Cleanup poulsbo patch slightly further
Richard Purdie [Thu, 5 Feb 2009 15:02:30 +0000 (15:02 +0000)]
libdrm: Cleanup poulsbo patch slightly further

16 years agoqemu: Update 6374 -> 6477 to fix absolute position device issues
Richard Purdie [Thu, 5 Feb 2009 14:11:04 +0000 (14:11 +0000)]
qemu: Update 6374 -> 6477 to fix absolute position device issues

16 years agomesa: Drop 7.0.2
Richard Purdie [Thu, 5 Feb 2009 14:08:54 +0000 (14:08 +0000)]
mesa: Drop 7.0.2

16 years agolibdrm: Add patch for poulsbo
Richard Purdie [Thu, 5 Feb 2009 14:08:41 +0000 (14:08 +0000)]
libdrm: Add patch for poulsbo

16 years agomenlow: Update to use the same xserver/mesa as netbook
Richard Purdie [Thu, 5 Feb 2009 14:07:45 +0000 (14:07 +0000)]
menlow: Update to use the same xserver/mesa as netbook

16 years agoxf86-video-psb: Update to work with modern xservers
Richard Purdie [Thu, 5 Feb 2009 14:06:34 +0000 (14:06 +0000)]
xf86-video-psb: Update to work with modern xservers

16 years agolinux-moblin: Update psb driver patch
Richard Purdie [Thu, 5 Feb 2009 14:05:41 +0000 (14:05 +0000)]
linux-moblin: Update psb driver patch

16 years agometa-moblin: Drop now uneeded libdrm-psb
Richard Purdie [Thu, 5 Feb 2009 14:05:03 +0000 (14:05 +0000)]
meta-moblin: Drop now uneeded libdrm-psb

16 years agometa-moblin: Drop now uneeded xserver-xf86-lite
Richard Purdie [Thu, 5 Feb 2009 14:04:44 +0000 (14:04 +0000)]
meta-moblin: Drop now uneeded xserver-xf86-lite

16 years agosanity.bbclass: Fix error message when not having g++ on build
Damien Lespiau [Wed, 4 Feb 2009 08:42:08 +0000 (09:42 +0100)]
sanity.bbclass: Fix error message when not having g++ on build

16 years agoshell.py: stage is called populate_staging
Richard Purdie [Fri, 30 Jan 2009 12:21:06 +0000 (12:21 +0000)]
shell.py: stage is called populate_staging

16 years agopoky-moblin.inc: Switch to gcc 4.3.2
Richard Purdie [Sat, 17 Jan 2009 18:29:30 +0000 (18:29 +0000)]
poky-moblin.inc: Switch to gcc 4.3.2

16 years agonetbook/menlow: Add core2 as an architecture
Richard Purdie [Thu, 29 Jan 2009 13:57:07 +0000 (13:57 +0000)]
netbook/menlow: Add core2 as an architecture

16 years agomenlow.conf: Prefer linux-moblin as the kernel
Richard Purdie [Thu, 29 Jan 2009 13:56:21 +0000 (13:56 +0000)]
menlow.conf: Prefer linux-moblin as the kernel

16 years agolinux-psb-modules: Drop as now uneeded
Richard Purdie [Thu, 29 Jan 2009 13:48:58 +0000 (13:48 +0000)]
linux-psb-modules: Drop as now uneeded

16 years agolinux-moblin: Add patch to add the psb driver directly to the kernel instead of being...
Richard Purdie [Fri, 16 Jan 2009 15:39:26 +0000 (15:39 +0000)]
linux-moblin: Add patch to add the psb driver directly to the kernel instead of being standalone

16 years agolinux-mid: Drop as linux-moblin now supports menlow
Richard Purdie [Thu, 29 Jan 2009 13:46:38 +0000 (13:46 +0000)]
linux-mid: Drop as linux-moblin now supports menlow

16 years agolibdrm-psb: Update to use a 2.6.27 kernel and simplify patches
Richard Purdie [Fri, 16 Jan 2009 15:37:55 +0000 (15:37 +0000)]
libdrm-psb: Update to use a 2.6.27 kernel and simplify patches

16 years agoAdd clutter-mozembed
Richard Purdie [Wed, 28 Jan 2009 15:39:27 +0000 (15:39 +0000)]
Add clutter-mozembed

16 years agoAdd mozilla-headless
Richard Purdie [Wed, 28 Jan 2009 15:39:05 +0000 (15:39 +0000)]
Add mozilla-headless

16 years agometacity-clutter: Add cross compile patch so compiles on x86_64 work for i386 targets
Richard Purdie [Tue, 27 Jan 2009 15:44:07 +0000 (15:44 +0000)]
metacity-clutter: Add cross compile patch so compiles on x86_64 work for i386 targets

16 years agometacity-clutter: Fix after recent updates
Richard Purdie [Tue, 27 Jan 2009 14:15:13 +0000 (14:15 +0000)]
metacity-clutter: Fix after recent updates

16 years agomesa: Exclude mesa packages from world builds to reduce breakage
Richard Purdie [Tue, 27 Jan 2009 13:23:10 +0000 (13:23 +0000)]
mesa: Exclude mesa packages from world builds to reduce breakage

16 years agobitbake.conf: add IMAGE_ROOTFS_SIZE (from OE)
Marcin Juszkiewicz [Fri, 23 Jan 2009 17:34:45 +0000 (18:34 +0100)]
bitbake.conf: add IMAGE_ROOTFS_SIZE (from OE)

16 years agoexmap-console: Add missing DEPENDS on glib-2.0 (from OE)
Richard Purdie [Fri, 23 Jan 2009 16:50:42 +0000 (16:50 +0000)]
exmap-console: Add missing DEPENDS on glib-2.0 (from OE)

16 years agobase-files: Add /etc/shells file
Cyril Humbert [Fri, 23 Jan 2009 16:30:35 +0000 (16:30 +0000)]
base-files: Add /etc/shells file

16 years agoimage.bbclass: Use IMAGE_ROOTFS_SIZE if the image will fit into it and only add extra...
Richard Purdie [Fri, 23 Jan 2009 16:24:46 +0000 (16:24 +0000)]
image.bbclass: Use IMAGE_ROOTFS_SIZE if the image will fit into it and only add extra space if the image is too small (ported from OE by hrw)

16 years agoFix postinstall scripts not to use IMAGE_ROOTFS direction by use D instead. Based...
Richard Purdie [Fri, 23 Jan 2009 16:15:06 +0000 (16:15 +0000)]
Fix postinstall scripts not to use IMAGE_ROOTFS direction by use D instead. Based on a patch from Carl Simonson <simonsonc@gmail.com>

16 years agonetworkmanager: Add a missing configure dependency
Carl Simonson [Fri, 23 Jan 2009 16:10:40 +0000 (16:10 +0000)]
networkmanager: Add a missing configure dependency

16 years agopoky-image/moblin-image.bbclass: Fix a typo noticed by Mike Turquette
Richard Purdie [Fri, 23 Jan 2009 16:03:58 +0000 (16:03 +0000)]
poky-image/moblin-image.bbclass: Fix a typo noticed by Mike Turquette

16 years agoAdd 2008q3 CSL toolchain support
Mike Turquette [Fri, 23 Jan 2009 15:53:25 +0000 (15:53 +0000)]
Add 2008q3 CSL toolchain support

16 years agomozilla.bbclass: Fix pkgconfig usage for pkgconfig sysroot
Richard Purdie [Fri, 23 Jan 2009 15:51:44 +0000 (15:51 +0000)]
mozilla.bbclass: Fix pkgconfig usage for pkgconfig sysroot

16 years agoscripts/poky-qemu-internal: Add support for GL passthrough in qemux86 images
Richard Purdie [Wed, 21 Jan 2009 17:40:51 +0000 (17:40 +0000)]
scripts/poky-qemu-internal: Add support for GL passthrough in qemux86 images

16 years agoqemux86: Convert to se xserver-xf86-dri-lite
Richard Purdie [Wed, 21 Jan 2009 16:41:02 +0000 (16:41 +0000)]
qemux86: Convert to se xserver-xf86-dri-lite

16 years agoqemu: Upgrade to svn revision 6374 for working passthrough
Richard Purdie [Wed, 21 Jan 2009 14:14:06 +0000 (14:14 +0000)]
qemu: Upgrade to svn revision 6374 for working passthrough

16 years agoqemugl: Install the library in the standard location
Richard Purdie [Wed, 21 Jan 2009 11:36:21 +0000 (11:36 +0000)]
qemugl: Install the library in the standard location

16 years agoAdd xf86-video-vmware driver
Richard Purdie [Wed, 21 Jan 2009 11:35:33 +0000 (11:35 +0000)]
Add  xf86-video-vmware driver

16 years agoscripts/runqemu: Factor image location code into a shell function
Richard Purdie [Wed, 21 Jan 2009 11:35:01 +0000 (11:35 +0000)]
scripts/runqemu: Factor image location code into a shell function

16 years agoqemu: Add x86_64-softmmu target
Richard Purdie [Wed, 21 Jan 2009 11:34:08 +0000 (11:34 +0000)]
qemu: Add x86_64-softmmu target

16 years agoclutter: Revert to a revision known to work for various subpackages
Richard Purdie [Tue, 20 Jan 2009 12:32:25 +0000 (12:32 +0000)]
clutter: Revert to a revision known to work for various subpackages

16 years agoqemu-sdl: Remove i386-linux-user target for now
Richard Purdie [Tue, 20 Jan 2009 11:45:24 +0000 (11:45 +0000)]
qemu-sdl: Remove i386-linux-user target for now

16 years agoclutter: Fix various missing DEPENDS on clutter and update clutter SRCREV
Richard Purdie [Tue, 20 Jan 2009 10:06:56 +0000 (10:06 +0000)]
clutter: Fix various missing DEPENDS on clutter and update clutter SRCREV

16 years agopoky-fixed-revisions.inc: Add SRCREV for qemugl
Richard Purdie [Tue, 20 Jan 2009 00:33:31 +0000 (00:33 +0000)]
poky-fixed-revisions.inc: Add SRCREV for qemugl

16 years agoAdd qemugl
Richard Purdie [Mon, 19 Jan 2009 23:47:10 +0000 (23:47 +0000)]
Add qemugl

16 years agoqemu: Add host gl support for qemu x86
Richard Purdie [Mon, 19 Jan 2009 23:46:37 +0000 (23:46 +0000)]
qemu: Add host gl support for qemu x86

16 years agoworld-broken.inc: Add minimo, helix-libs and xlogo
Richard Purdie [Mon, 19 Jan 2009 22:45:25 +0000 (22:45 +0000)]
world-broken.inc: Add minimo, helix-libs and xlogo

16 years agopoky-floating-revisions: Disable PREFERRED_VERSION statements for now
Richard Purdie [Mon, 19 Jan 2009 22:37:38 +0000 (22:37 +0000)]
poky-floating-revisions: Disable PREFERRED_VERSION statements for now

16 years agobitbake: fetch/init: Add 'HOME' to list of variables exported when runnig fetcher...
Richard Purdie [Mon, 19 Jan 2009 22:28:49 +0000 (22:28 +0000)]
bitbake: fetch/init: Add 'HOME' to list of variables exported when runnig fetcher commands

16 years agolibxi: Increase SRCREV
Richard Purdie [Mon, 19 Jan 2009 14:23:01 +0000 (14:23 +0000)]
libxi: Increase SRCREV

16 years agoclutter-0.8: Increase the git revision used
Richard Purdie [Mon, 19 Jan 2009 14:04:35 +0000 (14:04 +0000)]
clutter-0.8: Increase the git revision used

16 years agolibjana: Switch to gnome svn and update the revision
Richard Purdie [Mon, 19 Jan 2009 12:37:06 +0000 (12:37 +0000)]
libjana: Switch to gnome svn and update the revision

16 years agoDrop matchbox-session-netbook
Richard Purdie [Mon, 19 Jan 2009 11:32:51 +0000 (11:32 +0000)]
Drop matchbox-session-netbook

16 years agometa-moblin: Drop various matchbox packages from 'moblin' images
Richard Purdie [Mon, 19 Jan 2009 11:32:25 +0000 (11:32 +0000)]
meta-moblin: Drop various matchbox packages from 'moblin' images

16 years agoAdd latencytop 0.4
Richard Purdie [Sun, 18 Jan 2009 13:09:23 +0000 (13:09 +0000)]
Add latencytop 0.4

16 years agometa-moblin: Convert from recipes to use the autotools_stage class
Richard Purdie [Sun, 18 Jan 2009 13:07:33 +0000 (13:07 +0000)]
meta-moblin: Convert from recipes to use the autotools_stage class

16 years agometa-extras: Convert from recipes to use the autotools_stage class
Richard Purdie [Sun, 18 Jan 2009 13:07:05 +0000 (13:07 +0000)]
meta-extras: Convert from recipes to use the autotools_stage class

16 years agoDrop sqlite3 from meta-extras
Richard Purdie [Sun, 18 Jan 2009 13:06:29 +0000 (13:06 +0000)]
Drop sqlite3 from meta-extras

16 years agoxserver-xf86-dri-lite: Add patch to disable dolt and fix build breakage
Richard Purdie [Sat, 17 Jan 2009 18:24:27 +0000 (18:24 +0000)]
xserver-xf86-dri-lite: Add patch to disable dolt and fix build breakage

16 years agopoky-fixed-revisions.inc: Update xserver-xf86-dri and inputproto revisions
Richard Purdie [Sat, 17 Jan 2009 18:22:26 +0000 (18:22 +0000)]
poky-fixed-revisions.inc: Update xserver-xf86-dri and inputproto revisions

16 years agomenlow: Add xf86-input-evdev to list of drivers to load
Richard Purdie [Sat, 17 Jan 2009 18:21:26 +0000 (18:21 +0000)]
menlow: Add xf86-input-evdev to list of drivers to load

16 years agoxf86-video-intel: 2.4.2 -> 2.6.0
Richard Purdie [Fri, 16 Jan 2009 15:58:22 +0000 (15:58 +0000)]
xf86-video-intel: 2.4.2 -> 2.6.0

16 years agoconf/distro/include: Update PREFERRED_VERSIONS after various recent changes
Richard Purdie [Sat, 17 Jan 2009 15:21:22 +0000 (15:21 +0000)]
conf/distro/include: Update PREFERRED_VERSIONS after various recent changes

16 years agolibxcb: Add xcb-proto-native to DEPENDS
Richard Purdie [Sat, 17 Jan 2009 15:20:31 +0000 (15:20 +0000)]
libxcb: Add xcb-proto-native to DEPENDS

16 years agorandrproto: 1.2.2 -> 1.2.99.3
Richard Purdie [Fri, 16 Jan 2009 15:57:28 +0000 (15:57 +0000)]
randrproto: 1.2.2 -> 1.2.99.3

16 years agodri2proto: 1.1 -> 1.99.3
Richard Purdie [Fri, 16 Jan 2009 15:56:53 +0000 (15:56 +0000)]
dri2proto: 1.1 -> 1.99.3

16 years agolibxrandr: 1.2.3 -> 1.2.99.4
Richard Purdie [Fri, 16 Jan 2009 15:56:15 +0000 (15:56 +0000)]
libxrandr: 1.2.3 -> 1.2.99.4

16 years agoxf86-input-mouse: 1.3.0 -> 1.4.0
Richard Purdie [Fri, 16 Jan 2009 15:55:37 +0000 (15:55 +0000)]
xf86-input-mouse: 1.3.0 -> 1.4.0

16 years agoxf86-input-keyboard: 1.3.1 -> 1.3.2
Richard Purdie [Fri, 16 Jan 2009 15:55:30 +0000 (15:55 +0000)]
xf86-input-keyboard: 1.3.1 -> 1.3.2

16 years agoxf86-input-synaptics: 0.15 -> 0.99.3
Richard Purdie [Fri, 16 Jan 2009 15:53:51 +0000 (15:53 +0000)]
xf86-input-synaptics: 0.15 -> 0.99.3

16 years agoxf86-input-evdev: 2.0.4 -> 2.1.1
Richard Purdie [Fri, 16 Jan 2009 15:53:46 +0000 (15:53 +0000)]
xf86-input-evdev: 2.0.4 -> 2.1.1

16 years agoxcb-proto: Add 1.3 (non-default)
Richard Purdie [Fri, 16 Jan 2009 15:53:39 +0000 (15:53 +0000)]
xcb-proto: Add 1.3 (non-default)

16 years agolibxcb: Add 1.1.91 and 1.1.93 versions to replace 1.0. .93 can't be default as the...
Richard Purdie [Fri, 16 Jan 2009 15:53:23 +0000 (15:53 +0000)]
libxcb: Add 1.1.91 and 1.1.93 versions to replace 1.0. .93 can't be default as the xserver doesn't support it yet

16 years agosdk.bbclass: Ignore -sdk suffix warnings for gcc-cross-sdk
Richard Purdie [Fri, 16 Jan 2009 15:40:49 +0000 (15:40 +0000)]
sdk.bbclass: Ignore -sdk suffix warnings for gcc-cross-sdk

16 years agoDrop unneeded tune-atom.inc file
Richard Purdie [Fri, 16 Jan 2009 15:28:30 +0000 (15:28 +0000)]
Drop unneeded tune-atom.inc file

16 years agolibdrm: 1.4.0 -> 1.4.4
Richard Purdie [Thu, 15 Jan 2009 19:49:49 +0000 (19:49 +0000)]
libdrm: 1.4.0 -> 1.4.4

16 years agomoblin-fixed-revisions.inc: Drop unneeded versions settings
Richard Purdie [Thu, 15 Jan 2009 19:49:17 +0000 (19:49 +0000)]
moblin-fixed-revisions.inc: Drop unneeded versions settings

16 years agohal: Delete old hal and hal-info versions
Richard Purdie [Thu, 15 Jan 2009 19:48:40 +0000 (19:48 +0000)]
hal: Delete old hal and hal-info versions

16 years agoutil-macros: Add hack for the loss of the xaw.m4 file until xorg-apps are released...
Richard Purdie [Thu, 15 Jan 2009 15:27:11 +0000 (15:27 +0000)]
util-macros: Add hack for the loss of the xaw.m4 file until xorg-apps are released which don't use it

16 years agodbus-glib: 0.76 -> 0.78
Richard Purdie [Thu, 15 Jan 2009 15:17:54 +0000 (15:17 +0000)]
dbus-glib: 0.76 -> 0.78

16 years agoapr: Disable checks for a system libtool, we don't need that
Richard Purdie [Thu, 15 Jan 2009 13:36:08 +0000 (13:36 +0000)]
apr: Disable checks for a system libtool, we don't need that

16 years agotask-moblin-x11-netbook: Bump PR
Richard Purdie [Thu, 15 Jan 2009 13:01:27 +0000 (13:01 +0000)]
task-moblin-x11-netbook: Bump PR

16 years agogupnp: Update to latest releases, add gupnp-av, stage the binding tool into native...
Richard Purdie [Thu, 15 Jan 2009 12:54:27 +0000 (12:54 +0000)]
gupnp: Update to latest releases, add gupnp-av, stage the binding tool into native staging (its a script so thats allowed)

16 years agoDrop linux-moblin obsolete kernels
Richard Purdie [Mon, 12 Jan 2009 17:41:01 +0000 (17:41 +0000)]
Drop linux-moblin obsolete kernels

16 years agoapr/apr-util: Fix some other config path gremlins breaking builds
Richard Purdie [Mon, 12 Jan 2009 17:34:52 +0000 (17:34 +0000)]
apr/apr-util: Fix some other config path gremlins breaking builds

16 years agoapr: Remove workdir path references from installed apr files
Richard Purdie [Mon, 12 Jan 2009 15:37:21 +0000 (15:37 +0000)]
apr: Remove workdir path references from installed apr files

16 years agodbus-glib: Use the binding tool from PATH
Richard Purdie [Mon, 12 Jan 2009 10:24:55 +0000 (10:24 +0000)]
dbus-glib: Use the binding tool from PATH

16 years agosubversion 1.4.5 -> 1.5.5
Richard Purdie [Thu, 8 Jan 2009 11:29:31 +0000 (11:29 +0000)]
subversion 1.4.5 -> 1.5.5

16 years agotask-moblin-sdk: Add subversion and git
Richard Purdie [Wed, 7 Jan 2009 17:24:57 +0000 (17:24 +0000)]
task-moblin-sdk: Add subversion and git

16 years agoAdd apr, apt-util and subversion based on recipes from OE with tweaks from Josh/me
Richard Purdie [Wed, 7 Jan 2009 17:22:15 +0000 (17:22 +0000)]
Add apr, apt-util and subversion based on recipes from OE with tweaks from Josh/me

16 years agoimage.bbclass: Generate the image after running the kernel modules and ldconfig comma...
Richard Purdie [Wed, 7 Jan 2009 16:31:48 +0000 (16:31 +0000)]
image.bbclass: Generate the image after running the kernel modules and ldconfig commands, not before

16 years agognome-vfs: Only apply the RRECOMMENDS to the main package, not for example the -doc...
Richard Purdie [Wed, 7 Jan 2009 16:30:59 +0000 (16:30 +0000)]
gnome-vfs: Only apply the RRECOMMENDS to the main package, not for example the -doc package

16 years agoupdate-rc.d.bbclass: Only change the main package RDEPENDS, not all the RDEPENDS...
Richard Purdie [Wed, 7 Jan 2009 16:30:28 +0000 (16:30 +0000)]
update-rc.d.bbclass: Only change the main package RDEPENDS, not all the RDEPENDS as this affects things like the -doc packages

16 years agogcc: Disable patches not needed for 4.3.x
Richard Purdie [Wed, 7 Jan 2009 16:29:38 +0000 (16:29 +0000)]
gcc: Disable patches not needed for 4.3.x

16 years agogit: Add a non-native git package for moblin-sdk
Joshua Lock [Fri, 2 Jan 2009 12:19:05 +0000 (12:19 +0000)]
git: Add a non-native git package for moblin-sdk

16 years agoomap3-sgx-modules: recipe to build sgx modules using the kbuild system from the GPL...
Richard Purdie [Tue, 6 Jan 2009 20:43:34 +0000 (20:43 +0000)]
omap3-sgx-modules: recipe to build sgx modules using the kbuild system from the GPL'ed imgtec sources (from OE.dev with added COMPATIBLE_MACHINE)

16 years agobitbake: Fix wget fetcher to better handle urls with ; followed by parameters in...
Richard Purdie [Tue, 6 Jan 2009 19:56:02 +0000 (19:56 +0000)]
bitbake: Fix wget fetcher to better handle urls with ; followed by parameters in the url

16 years agoscripts/poky-autobuild-moblin: Add moblin-uricheck target support
Richard Purdie [Tue, 6 Jan 2009 09:30:55 +0000 (09:30 +0000)]
scripts/poky-autobuild-moblin: Add moblin-uricheck target support

16 years agodbus-glib: Fix introspection configure option
Richard Purdie [Mon, 5 Jan 2009 23:05:48 +0000 (23:05 +0000)]
dbus-glib: Fix introspection configure option

16 years agoe2fsprogs: Add darwin override for EXTRA_OECONF
Richard Purdie [Mon, 5 Jan 2009 22:03:58 +0000 (22:03 +0000)]
e2fsprogs: Add darwin override for EXTRA_OECONF

16 years agonative.bbclass: Add virtclass-native to OVERRIDES and use in fakeroot to function...
Richard Purdie [Mon, 5 Jan 2009 22:00:22 +0000 (22:00 +0000)]
native.bbclass: Add virtclass-native to OVERRIDES and use in fakeroot to function correctly