]>
code.ossystems Code Review - openembedded-core.git/log
Joshua Lock [Wed, 23 Jun 2010 17:15:19 +0000 (18:15 +0100)]
gdb-cross-canadian: build with the host-triplet prefix
Our cross-canadian tools our built with the host-triplet prefix, gdb should do
similar.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Scott Garman [Wed, 23 Jun 2010 04:00:43 +0000 (21:00 -0700)]
kernel.bbclass: Remove additional binaries from staging
* Remove additonal binaries known to cause "strip command failed"
errors during do_package on cross platforms.
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Joshua Lock [Wed, 23 Jun 2010 17:01:23 +0000 (18:01 +0100)]
qemu: fix sloppy merge
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Jeff Dike [Wed, 23 Jun 2010 16:29:54 +0000 (17:29 +0100)]
qemu: Work around the crash seen on Ubuntu.
Due to different stack contents in sdl_display_init on Ubuntu vs other distros,
an uninitialized structure is causing a crash. Zeroing the structure makes the
behavior uniform across distros, avoiding the Ubuntu crash, but doesn't fix the
underlying bugs, notably:
the return value of SDL_GetWMInfo needs to be checked, as it's currently
failing silently
the underlying reason for the failure of SDL_GetWMInfo needs to be found -
there is a GetWMINfo method in the internal SDL structure which is NULL, and
the reason for this needs to be found.
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Dexuan Cui [Wed, 23 Jun 2010 05:51:15 +0000 (13:51 +0800)]
linux-omap: fix build failure with gcc-4.3.3
Pull time.h patch from upstream Linux kernel
(commit
38332cb98772f5ea757e6486bed7ed0381cb5f98 )
The patch fixes the following build failure:
LD .tmp_vmlinux1
kernel/built-in.o: In function `timespec_add_ns':
undefined reference to `__aeabi_uldivmod'
kernel/built-in.o: In function `do_gettimeofday':
undefined reference to `__aeabi_uldivmod'
undefined reference to `__aeabi_uldivmod'
kernel/built-in.o: In function `timespec_add_ns':
undefined reference to `__aeabi_uldivmod'
undefined reference to `__aeabi_uldivmod'
kernel/built-in.o: more undefined references to `__aeabi_uldivmod'
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Joshua Lock [Fri, 18 Jun 2010 08:56:49 +0000 (09:56 +0100)]
binutils: add newer versions for crosssdk and cross-canadian
These providers seem to have slipped under the radar in the recent upgrade of
binutils.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Fri, 18 Jun 2010 08:44:33 +0000 (09:44 +0100)]
linux-libc-headers: delete include/scsi/scsi.h, it's not for userspace
include/scsi/scsi.h is not userland parsable and research indicates this is
because the header should not be exposed to userspace. Therefore remove it
in the install.
Research done by Tom Rini <tom_rini@mentor.com> in OE commit
91d3d92a626da89dfe13d63e68a90dbafdbaef1d
This has been the case since kernel 2.6.31
Bump glibc and uclibc PR's so that users have sane <scsi/scsi.h>
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Saul Wold [Thu, 17 Jun 2010 18:10:01 +0000 (11:10 -0700)]
Distro Tracking: move to private directory and split into sections
This is a squash of all the other changes made to the distro tracking files
Below is a summary of all the changes in this squash
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
distro-track: update track of base libs and utils
libusb
libnl
grub
yum
update-modules
udev-extraconf (no .bb changes)
update-rc.d
Signed-off-by: Qing He <qing.he@intel.com>
distro_tracking_fields.inc: add eggdbus
distro_tracking_fields.inc: add overrides for previous recipes
Some recipes are fully local scripts. There's then no updates for
their metadata, and just add overrides for tracking purpose here.
Also fixes some patch information from previous overrides.
now each catetory has its own tracking .inc file, which is further
included by original global file
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
distro_tracking_fields.inc: add some package info
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
distro_tracking_fields: update diffstat fields
distro tracking: update latest for lttng-control
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Kevin Tian [Sat, 12 Jun 2010 05:18:26 +0000 (13:18 +0800)]
base-files: fix LICENSE from 'GPL' to 'GPLv2'
the license information is acquired from:
"Richard Purdie <rpurdie@linux.intel.com>"
Signed-off-by Kevin Tian <kevin.tian@intel.com>
Kevin Tian [Sat, 12 Jun 2010 05:16:50 +0000 (13:16 +0800)]
opkg-config-base: add LICENSE as 'MIT'
the license information is acquired from:
"Richard Purdie <rpurdie@linux.intel.com>"
Signed-off-by Kevin Tian <kevin.tian@intel.com>
Kevin Tian [Sat, 12 Jun 2010 05:15:04 +0000 (13:15 +0800)]
network-suspend-scripts: fix LICENSE from 'GPL' to 'GPLv2'
the license information is acquired from:
"Richard Purdie <rpurdie@linux.intel.com>"
Signed-off-by Kevin Tian <kevin.tian@intel.com>
Kevin Tian [Sat, 12 Jun 2010 05:13:45 +0000 (13:13 +0800)]
initscripts: fix LICENSE from 'GPL' to 'GPLv2'
the license information is acquired from:
"Richard Purdie <rpurdie@linux.intel.com>"
Signed-off-by Kevin Tian <kevin.tian@intel.com>
Kevin Tian [Sat, 12 Jun 2010 05:13:07 +0000 (13:13 +0800)]
initramfs-live-install: add LICENSE as 'MIT'
the license information is acquired from:
"Richard Purdie <rpurdie@linux.intel.com>"
Signed-off-by Kevin Tian <kevin.tian@intel.com>
Kevin Tian [Sat, 12 Jun 2010 05:12:36 +0000 (13:12 +0800)]
initramfs-live-boot: add LICENSE as 'MIT'
the license information is acquired from:
"Richard Purdie <rpurdie@linux.intel.com>"
Signed-off-by Kevin Tian <kevin.tian@intel.com>
Kevin Tian [Sat, 12 Jun 2010 05:10:30 +0000 (13:10 +0800)]
initramfs-boot: add LICENSE as 'MIT'
the license information is acquired from:
"Richard Purdie <rpurdie@linux.intel.com>"
Signed-off-by Kevin Tian <kevin.tian@intel.com>
Kevin Tian [Sat, 12 Jun 2010 05:06:21 +0000 (13:06 +0800)]
e2fsprogs: fix sub-pacakge license fields
also change to use new patch parameter
Signed-off-by Kevin Tian <kevin.tian@intel.com>
Kevin Tian [Mon, 7 Jun 2010 09:24:41 +0000 (17:24 +0800)]
icu: fix metadata
also change to use new patch parameter
Signed-off-by Kevin Tian <kevin.tian@intel.com>
Qing He [Sat, 12 Jun 2010 08:51:39 +0000 (16:51 +0800)]
portmap: use NO_TCP_WRAPPER instead of local patch
use NO_TCP_WRAPPER=1 in EXTRA_OEMAKE to disable -lwrap
also remove the redundent oe_compile()
Signed-off-by: Qing He <qing.he@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Qing He [Sat, 12 Jun 2010 08:34:36 +0000 (16:34 +0800)]
update-rc.d: fix metadate
update license fields
adjust ordering
change to use new patch parameter
Signed-off-by: Qing He <qing.he@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Qing He [Sat, 12 Jun 2010 08:24:45 +0000 (16:24 +0800)]
update-modules: fix metadata
trivial ordering update
Signed-off-by: Qing He <qing.he@intel.com>
Qing He [Sat, 12 Jun 2010 07:59:32 +0000 (15:59 +0800)]
yum: fix metadata
update license and url
change to use new patch parameter
Signed-off-by: Qing He <qing.he@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Qing He [Sat, 12 Jun 2010 07:38:13 +0000 (15:38 +0800)]
grub: fix metadata
update license fields
change to use new patch parameter
Signed-off-by: Qing He <qing.he@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Qing He [Sat, 12 Jun 2010 07:26:18 +0000 (15:26 +0800)]
libnl: fix metadata
update homepage and license
change to use new patch parameter
Signed-off-by: Qing He <qing.he@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Qing He [Sat, 12 Jun 2010 07:02:16 +0000 (15:02 +0800)]
libusb: fix metadata
update homepage
change license to reflect GPL|BSD dual licensing of the header
update description to reflect the legacy version
change to use new patch parameter
Signed-off-by: Qing He <qing.he@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Yu Ke [Sat, 12 Jun 2010 11:16:46 +0000 (19:16 +0800)]
xf86-input-vmmouse: add license checksum
Signed-off-by: Yu Ke <ke.yu@intel.com>
Yu Ke [Sat, 12 Jun 2010 11:16:46 +0000 (19:16 +0800)]
xf86-input-mouse: add license checksum
Signed-off-by: Yu Ke <ke.yu@intel.com>
Yu Ke [Sat, 12 Jun 2010 11:16:46 +0000 (19:16 +0800)]
xf86-input-keyboard: add new license checksum
Signed-off-by: Yu Ke <ke.yu@intel.com>
Yu Ke [Sat, 12 Jun 2010 11:16:45 +0000 (19:16 +0800)]
mkfontscale: add license checksum
Signed-off-by: Yu Ke <ke.yu@intel.com>
Yu Ke [Sat, 12 Jun 2010 11:16:45 +0000 (19:16 +0800)]
mkfontdir: add license check
Signed-off-by: Yu Ke <ke.yu@intel.com>
Yu Ke [Sat, 12 Jun 2010 11:16:45 +0000 (19:16 +0800)]
x11-common: change license from GPL to GPLv2
Signed-off-by: Yu Ke <ke.yu@intel.com>
Yu Ke [Sat, 12 Jun 2010 11:16:44 +0000 (19:16 +0800)]
libxxf86dga: add license checksum
Signed-off-by: Yu Ke <ke.yu@intel.com>
Yu Ke [Sat, 12 Jun 2010 11:16:44 +0000 (19:16 +0800)]
evieext: add description and license checksum
Signed-off-by: Yu Ke <ke.yu@intel.com>
Yu Ke [Sat, 12 Jun 2010 11:16:44 +0000 (19:16 +0800)]
bigreqsproto: add description and license checksum
Signed-off-by: Yu Ke <ke.yu@intel.com>
Dongxiao Xu [Sat, 12 Jun 2010 07:44:26 +0000 (15:44 +0800)]
task-poky-x11-sato: fix metadata
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Dongxiao Xu [Sat, 12 Jun 2010 07:41:50 +0000 (15:41 +0800)]
task-poky-apps-x11-pimlico: fix metadata
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Dongxiao Xu [Sat, 12 Jun 2010 06:03:25 +0000 (14:03 +0800)]
gst-meta-base: fix metadata
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Dongxiao Xu [Sat, 12 Jun 2010 06:03:03 +0000 (14:03 +0800)]
task-poky-tools: fix metadata
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Dongxiao Xu [Sat, 12 Jun 2010 06:02:45 +0000 (14:02 +0800)]
task-poky-nfs: fix metadata
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Dongxiao Xu [Sat, 12 Jun 2010 06:02:26 +0000 (14:02 +0800)]
task-poky-boot: fix metadata
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Dongxiao Xu [Sat, 12 Jun 2010 06:02:08 +0000 (14:02 +0800)]
task-base: fix metadata
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Dongxiao Xu [Sat, 12 Jun 2010 06:01:42 +0000 (14:01 +0800)]
bluez-dtl1-workaround: fix metadata
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Dongxiao Xu [Sat, 12 Jun 2010 06:01:23 +0000 (14:01 +0800)]
wireless-tools: fix metadata
Also change to use new patch parameter
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Dexuan Cui [Sat, 12 Jun 2010 05:09:17 +0000 (13:09 +0800)]
xineramaproto: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Sat, 12 Jun 2010 05:08:57 +0000 (13:08 +0800)]
xf86rushproto: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Sat, 12 Jun 2010 05:08:33 +0000 (13:08 +0800)]
xf86miscproto: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Sat, 12 Jun 2010 05:08:07 +0000 (13:08 +0800)]
xf86driproto: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Sat, 12 Jun 2010 05:07:51 +0000 (13:07 +0800)]
xf86dgaproto: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Sat, 12 Jun 2010 05:07:35 +0000 (13:07 +0800)]
xf86bigfontproto: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Sat, 12 Jun 2010 05:07:19 +0000 (13:07 +0800)]
xcmiscproto: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Sat, 12 Jun 2010 05:07:06 +0000 (13:07 +0800)]
videoproto: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Sat, 12 Jun 2010 05:06:52 +0000 (13:06 +0800)]
trapproto: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Sat, 12 Jun 2010 05:06:36 +0000 (13:06 +0800)]
scrnsaverproto: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Sat, 12 Jun 2010 05:06:20 +0000 (13:06 +0800)]
resourceproto: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Sat, 12 Jun 2010 05:06:04 +0000 (13:06 +0800)]
renderproto: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Sat, 12 Jun 2010 05:05:50 +0000 (13:05 +0800)]
recordproto: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Sat, 12 Jun 2010 05:05:32 +0000 (13:05 +0800)]
randrproto: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Sat, 12 Jun 2010 05:05:18 +0000 (13:05 +0800)]
printproto: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Sat, 12 Jun 2010 05:05:02 +0000 (13:05 +0800)]
libxtst: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Sat, 12 Jun 2010 05:04:38 +0000 (13:04 +0800)]
libxp: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Sat, 12 Jun 2010 05:00:15 +0000 (13:00 +0800)]
libxinerama: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Sat, 12 Jun 2010 04:59:58 +0000 (12:59 +0800)]
libxi: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Sat, 12 Jun 2010 04:59:43 +0000 (12:59 +0800)]
libdmx: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Sat, 12 Jun 2010 04:59:26 +0000 (12:59 +0800)]
kbproto: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Sat, 12 Jun 2010 04:59:14 +0000 (12:59 +0800)]
inputproto: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Sat, 12 Jun 2010 04:58:48 +0000 (12:58 +0800)]
glproto: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Sat, 12 Jun 2010 04:58:30 +0000 (12:58 +0800)]
fontsproto: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Sat, 12 Jun 2010 04:58:13 +0000 (12:58 +0800)]
fontcacheproto: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Sat, 12 Jun 2010 04:57:52 +0000 (12:57 +0800)]
fixesproto: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Sat, 12 Jun 2010 04:55:47 +0000 (12:55 +0800)]
dmxproto: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Sat, 12 Jun 2010 04:55:17 +0000 (12:55 +0800)]
damageproto: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Sat, 12 Jun 2010 04:54:59 +0000 (12:54 +0800)]
compositeproto: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Sat, 12 Jun 2010 04:54:08 +0000 (12:54 +0800)]
calibrateproto: fix metadata
Also change to use new patch parameter
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Dexuan Cui [Sat, 12 Jun 2010 04:22:36 +0000 (12:22 +0800)]
xorg-proto-common.inc: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Kevin Tian [Thu, 10 Jun 2010 08:16:14 +0000 (16:16 +0800)]
module-init-tools: fix metadata
Also change to use new patch parameter
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Kevin Tian [Thu, 10 Jun 2010 07:20:49 +0000 (15:20 +0800)]
psplash: fix metadata
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Kevin Tian [Thu, 10 Jun 2010 07:00:25 +0000 (15:00 +0800)]
polkit: fix metadata
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Kevin Tian [Wed, 9 Jun 2010 02:21:18 +0000 (10:21 +0800)]
eggdbus_0.6.bb: fix metadata
change to use new patch parameter
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Dexuan Cui [Thu, 10 Jun 2010 14:12:18 +0000 (22:12 +0800)]
font-util: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Thu, 10 Jun 2010 13:36:04 +0000 (21:36 +0800)]
encodings: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Thu, 10 Jun 2010 13:31:19 +0000 (21:31 +0800)]
xorg-font-common.inc: fix metadata
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Thu, 10 Jun 2010 13:30:05 +0000 (21:30 +0800)]
settings-daemon: fix metadata
Also change to use new patch parameter
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Dexuan Cui [Thu, 10 Jun 2010 13:27:11 +0000 (21:27 +0800)]
libxsettings-client: fix metadata and add MIT-style-license
One tricky issue for license part. This package doesn't ship with its own COPYING file and autotools will install a GPLv2 one instead of the actual MIT-style license here. So create a MIT-style license on the fly to reflect the fact.
Use new patch parameters.
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Nitin A Kamble [Wed, 16 Jun 2010 09:11:28 +0000 (02:11 -0700)]
binutils: remove older versions
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Dike, Jeffrey G [Wed, 16 Jun 2010 21:32:49 +0000 (14:32 -0700)]
linux-libc-headers: Remove ioctls for deleted driver
2.6.33 removed the Hayes ESP driver. The presence of these ioctls
makes setserial believe that ESP support should be built in, breaking its
build.
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Joshua Lock [Tue, 15 Jun 2010 11:22:01 +0000 (12:22 +0100)]
qemu: Fix linking of the native package on Fedora 13
Fedora 13 switched the default behaviour of the linker to no longer
indirectly link to required libraries (i.e. dependencies of a library
already linked to). Therefore we need to explicitly pass the depended on
libraries into the linker for building to work on Fedora 13.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Mon, 14 Jun 2010 13:22:16 +0000 (14:22 +0100)]
handbook: Fix stylesheet
Some sizes where defined without units (in our case px) causing display of the
header of the handbook to be broken.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Mon, 14 Jun 2010 11:51:34 +0000 (12:51 +0100)]
sanity.bbclass: Fix test for i686 SDKMACHINE
The 'is' keyword tests for object identity, returning True if the variables are
both referencing the same object. Changed the test to use the equality
operator, which compares the values of the objects.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Mon, 14 Jun 2010 11:12:09 +0000 (12:12 +0100)]
handbook: Fix typo in last commit
Managed to mangle the command...
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Mon, 14 Jun 2010 11:07:03 +0000 (12:07 +0100)]
handbook: fix extraction command
We ship bzipped tarballs now so we need to pass j to tar, not z
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Mon, 14 Jun 2010 11:05:50 +0000 (12:05 +0100)]
handbook: fix version reference
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Mon, 14 Jun 2010 10:45:30 +0000 (11:45 +0100)]
handbook: Fix references to the stable release
The handbook was still talking about the purple release, we're green now
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Richard Purdie [Fri, 11 Jun 2010 17:06:27 +0000 (18:06 +0100)]
Merge branch 'distro/master' of ssh://git.pokylinux.org/poky-contrib
Joshua Lock [Fri, 11 Jun 2010 14:27:23 +0000 (15:27 +0100)]
handbook: Fix generation of HTML handbook
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Fri, 11 Jun 2010 13:00:35 +0000 (14:00 +0100)]
Update version after Green release
Joshua Lock [Fri, 11 Jun 2010 13:42:00 +0000 (14:42 +0100)]
packaged-staging.bbclass: fix typo in scan_cmd
it's PSTAGE_TMPDIR_STAGE, not PSTAGE_TMDPDIR_STAGE spotted by Chris Larson
<chris_larson@mentor.com>
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Richard Purdie [Fri, 11 Jun 2010 10:36:37 +0000 (11:36 +0100)]
xserver-kdrive: Disable dolt to fix build failures
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Joshua Lock [Fri, 11 Jun 2010 10:22:46 +0000 (11:22 +0100)]
linux-moblin-2.6.33.2: Enable trackpads for netbooks
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Richard Purdie [Fri, 11 Jun 2010 10:10:21 +0000 (11:10 +0100)]
site/powerpc: Add popt site options
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Fri, 11 Jun 2010 10:09:58 +0000 (11:09 +0100)]
gnome-keyring: Add missing DEPENDS on gconf
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Fri, 11 Jun 2010 09:27:02 +0000 (10:27 +0100)]
qemuppc: Add ppc603e to PACKAGE_EXTRA_ARCHS, fixing image builds
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>