]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
14 years agogcc-4.5.1: make c++ include path relative to "--sysroot"
Kevin Tian [Thu, 30 Dec 2010 04:36:50 +0000 (12:36 +0800)]
gcc-4.5.1: make c++ include path relative to "--sysroot"

So far c++ include path is not relative to "--sysroot", which brings
trouble if we want to use the toolchain in a new environment where
the original build directory generating that toolchain is not
available. It's firstly exposed in multiple SDK sysroots support, and
then in the case when sstate packages are used, where c++ standard
headers are missing because gcc tries to search original build dir.

This patch makes c++ include path now relative to "--sysroot", and
then once "--sysroot" is assigned correctly in new environment, c++
include paths can be searched as expected.

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agoqemuimagetest: Add basic function check for connman
Jiajun Xu [Fri, 31 Dec 2010 08:06:45 +0000 (16:06 +0800)]
qemuimagetest: Add basic function check for connman

Add one case for connman sanity test. We check if connmand is running
in background after booting and if there is always one connmand process
running even connmand is executed by several times.

Signed-off-by Jiajun Xu <jiajun.xu@intel.com>

14 years agoqemuimagetest: Add basic function check for gcc/g++/make command in target
Jiajun Xu [Fri, 31 Dec 2010 07:15:31 +0000 (15:15 +0800)]
qemuimagetest: Add basic function check for gcc/g++/make command in target

Add one case for compile tools sanity test in target, including gcc/g++/make.

Signed-off-by Jiajun Xu <jiajun.xu@intel.com>

14 years agoqemuimagetest: Add basic function check for rpm command
Jiajun Xu [Fri, 31 Dec 2010 05:35:21 +0000 (13:35 +0800)]
qemuimagetest: Add basic function check for rpm command

Add one case for rpm query sanity test.

Signed-off-by Jiajun Xu <jiajun.xu@intel.com>

14 years agoqemuimagetest: Add basic function check for zypper command
Jiajun Xu [Wed, 29 Dec 2010 05:57:04 +0000 (13:57 +0800)]
qemuimagetest: Add basic function check for zypper command

Add two cases for zypper sanity test.

Signed-off-by Jiajun Xu <jiajun.xu@intel.com>

14 years agoaugeas: upgrade to version 0.7.4
Qing He [Fri, 31 Dec 2010 01:55:31 +0000 (09:55 +0800)]
augeas: upgrade to version 0.7.4

from 0.7.3

Signed-off-by: Qing He <qing.he@intel.com>
14 years agognutls: upgrade to version 2.10.4
Qing He [Thu, 30 Dec 2010 06:48:31 +0000 (14:48 +0800)]
gnutls: upgrade to version 2.10.4

from 2.8.6

Signed-off-by: Qing He <qing.he@intel.com>
14 years agolibtasn1: upgrade to version 2.9
Qing He [Thu, 30 Dec 2010 06:25:43 +0000 (14:25 +0800)]
libtasn1: upgrade to version 2.9

from 2.8

Signed-off-by: Qing He <qing.he@intel.com>
14 years agoparted: upgrade to version 2.3
Qing He [Thu, 30 Dec 2010 06:07:06 +0000 (14:07 +0800)]
parted: upgrade to version 2.3

from 1.9.0

license checksum is changed due to one extra line in the COPYING

Signed-off-by: Qing He <qing.he@intel.com>
14 years agodistro_tracking_fields.inc: add fields for sysprof
Tom Zanussi [Thu, 30 Dec 2010 20:16:19 +0000 (14:16 -0600)]
distro_tracking_fields.inc: add fields for sysprof

Add distro tracking fields for sysprof recipe.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
14 years agodistro_tracking_fields.inc: add fields for blktrace
Tom Zanussi [Thu, 30 Dec 2010 19:59:57 +0000 (13:59 -0600)]
distro_tracking_fields.inc: add fields for blktrace

Add distro tracking fields for blktrace recipe.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
14 years agoman-pages: fixup LIC_FILES_CHKSUM
Saul Wold [Fri, 31 Dec 2010 10:17:42 +0000 (02:17 -0800)]
man-pages: fixup LIC_FILES_CHKSUM

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agobase.bbclass: Add error message for base_do_unpack failures
Richard Purdie [Fri, 31 Dec 2010 11:12:24 +0000 (11:12 +0000)]
base.bbclass: Add error message for base_do_unpack failures

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agounfs-server: Fix PV issues
Richard Purdie [Fri, 31 Dec 2010 11:11:12 +0000 (11:11 +0000)]
unfs-server: Fix PV issues

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoWhen shutting down, send SIGTERM, not SIGINT
Chris Larson [Thu, 5 Aug 2010 04:58:51 +0000 (21:58 -0700)]
When shutting down, send SIGTERM, not SIGINT

SIGINT should be from the user, not a script.  It also doesn't work as
reliably to shut down processes, as it's not always interpreted as a
termination request.  In addition, it causes KeyboardInterrupt exceptions in
the worker processes, which can interfere with our exception handling.

(Bitbake rev: e5f6e0e9de4c6d1dfdd269d2bf7f83c00c415a27)

Signed-off-by: Chris Larson <clarson@kergoth.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agopython-pygobject: Fix DEPENDS and RDEPENDS for native recipe
Richard Purdie [Fri, 31 Dec 2010 10:07:04 +0000 (10:07 +0000)]
python-pygobject: Fix DEPENDS and RDEPENDS for native recipe

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agogtk+: Fix BASE_RECOMMENDS, it doesn't need a PN suffix
Richard Purdie [Fri, 31 Dec 2010 09:50:27 +0000 (09:50 +0000)]
gtk+: Fix BASE_RECOMMENDS, it doesn't need a PN suffix

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobase.bbclass: Correct bb.debug parameters
Richard Purdie [Fri, 31 Dec 2010 09:24:59 +0000 (09:24 +0000)]
base.bbclass: Correct bb.debug parameters

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoclasses: Drop Handled/NotHandled eventhandler keywords, they don't do anything
Richard Purdie [Thu, 30 Dec 2010 18:40:32 +0000 (18:40 +0000)]
classes: Drop Handled/NotHandled eventhandler keywords, they don't do anything

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobitbake.conf: Set a default hash policy globally, not just in the poky distro config
Richard Purdie [Thu, 30 Dec 2010 12:24:18 +0000 (12:24 +0000)]
bitbake.conf: Set a default hash policy globally, not just in the poky distro config

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agopatch.bbclass: Move vardepsexclude flag to be along side the function using the variable
Richard Purdie [Thu, 30 Dec 2010 12:22:52 +0000 (12:22 +0000)]
patch.bbclass: Move vardepsexclude flag to be along side the function using the variable

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agodistro_tracking: update pulseaudio, ofono, netbase, etc.
Dongxiao Xu [Thu, 30 Dec 2010 02:31:16 +0000 (10:31 +0800)]
distro_tracking: update pulseaudio, ofono, netbase, etc.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agoconnman-gnome: update service name
Dongxiao Xu [Thu, 30 Dec 2010 01:52:10 +0000 (09:52 +0800)]
connman-gnome: update service name

Since connman-0.64, the D-BUS service name changed from
"org.moblin.connman" domain to the "net.connman" one.

Thus change connman-gnome accordingly.

This fixes [BUGID #619].

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agoconnman: upgrade to version 0.65
Dongxiao Xu [Wed, 29 Dec 2010 12:33:37 +0000 (20:33 +0800)]
connman: upgrade to version 0.65

upgrade from 0.64 to 0.65

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agotremor: upgrade to rev 17636
Dongxiao Xu [Wed, 29 Dec 2010 11:17:11 +0000 (19:17 +0800)]
tremor: upgrade to rev 17636

upgrade from 17572 to 17636

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agolinux-firmware: upgrade to rev 40c0f950be7040614dc45df54e25e54d00e3b73b
Dongxiao Xu [Wed, 29 Dec 2010 11:03:34 +0000 (19:03 +0800)]
linux-firmware: upgrade to rev 40c0f950be7040614dc45df54e25e54d00e3b73b

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agolibogg: upgrade to version 1.2.2
Dongxiao Xu [Wed, 29 Dec 2010 07:25:57 +0000 (15:25 +0800)]
libogg: upgrade to version 1.2.2

upgrade from 1.2.1 to 1.2.2

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agotelepathy-mission-control: upgrade to version 5.7.1
Dongxiao Xu [Wed, 29 Dec 2010 07:09:30 +0000 (15:09 +0800)]
telepathy-mission-control: upgrade to version 5.7.1

upgrade from 5.7.0 to 5.7.1

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agoglib-2.0: upgrade to version 2.27.5
Dongxiao Xu [Wed, 29 Dec 2010 06:56:01 +0000 (14:56 +0800)]
glib-2.0: upgrade to version 2.27.5

upgrade from 2.27.3 to 2.27.5

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agodpkg: upgrade to version 1.15.8.7
Dongxiao Xu [Wed, 29 Dec 2010 06:09:51 +0000 (14:09 +0800)]
dpkg: upgrade to version 1.15.8.7

upgrade from 1.15.8.5 to 1.15.8.7

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agotelepathy-python: upgrade to version 0.15.19
Dongxiao Xu [Wed, 29 Dec 2010 05:29:35 +0000 (13:29 +0800)]
telepathy-python: upgrade to version 0.15.19

upgrade from 0.15.18 to 0.15.19

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agotelepathy-idle: upgrade to version 0.1.7
Dongxiao Xu [Wed, 29 Dec 2010 03:19:09 +0000 (11:19 +0800)]
telepathy-idle: upgrade to version 0.1.7

upgrade from 0.1.6 to 0.1.7

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agotelepathy-glib: upgrade to version 0.13.6
Dongxiao Xu [Wed, 29 Dec 2010 02:40:10 +0000 (10:40 +0800)]
telepathy-glib: upgrade to version 0.13.6

upgrade from 0.13.5 to 0.13.6

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agogst-plugins-good: upgrade to version 0.10.26
Dongxiao Xu [Wed, 29 Dec 2010 01:55:04 +0000 (09:55 +0800)]
gst-plugins-good: upgrade to version 0.10.26

upgrade from 0.10.25 to 0.10.26

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agogst-plugins-base: upgrade to version 0.10.31
Dongxiao Xu [Tue, 28 Dec 2010 02:53:36 +0000 (10:53 +0800)]
gst-plugins-base: upgrade to version 0.10.31

upgrade from 0.10.30 to 0.10.31
Remove make-382.patch since the fix is already in upstream

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agogstreamer: upgrade to version 0.10.31
Dongxiao Xu [Tue, 28 Dec 2010 02:09:17 +0000 (10:09 +0800)]
gstreamer: upgrade to version 0.10.31

upgrade from 0.10.30.
Remove make-382.patch since the fix is already in upstream.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agobluez4: upgrade to version 4.82
Dongxiao Xu [Tue, 28 Dec 2010 01:08:01 +0000 (09:08 +0800)]
bluez4: upgrade to version 4.82

upgrade from 4.79 to 4.82.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agonetbase: upgrade to version 4.44
Dongxiao Xu [Tue, 28 Dec 2010 00:13:11 +0000 (08:13 +0800)]
netbase: upgrade to version 4.44

upgrade from 0.43 to 0.44

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agoofono: upgrade to version 0.37
Dongxiao Xu [Tue, 28 Dec 2010 00:09:13 +0000 (08:09 +0800)]
ofono: upgrade to version 0.37

upgrade from 0.33 to 0.37

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agopulseaudio: upgrade to version 0.9.22
Dongxiao Xu [Mon, 27 Dec 2010 08:57:29 +0000 (16:57 +0800)]
pulseaudio: upgrade to version 0.9.22

upgrade from 0.9.21 to 0.9.22

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agodistro tracking updates
Saul Wold [Thu, 30 Dec 2010 06:40:13 +0000 (22:40 -0800)]
distro tracking updates

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoman-pages: update to 3.32
Saul Wold [Thu, 30 Dec 2010 06:38:54 +0000 (22:38 -0800)]
man-pages: update to 3.32

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agogthumb: update to 2.12.1
Saul Wold [Thu, 30 Dec 2010 06:38:33 +0000 (22:38 -0800)]
gthumb: update to 2.12.1

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agolibgdata: Updated to 0.7.1
Saul Wold [Thu, 30 Dec 2010 06:37:56 +0000 (22:37 -0800)]
libgdata: Updated to 0.7.1

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agobind: update to 8.7.2-P3
Saul Wold [Thu, 30 Dec 2010 06:37:02 +0000 (22:37 -0800)]
bind: update to 8.7.2-P3

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoman: updated to 1.6f, fixed patches
Saul Wold [Thu, 30 Dec 2010 06:32:25 +0000 (22:32 -0800)]
man: updated to 1.6f, fixed patches

Rebased patches for 1.6f:
  - lzma - modified for xz support
  - ro_usr & whatis2 fixed up

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agomatchbox-theme-sato-2: Updated to svn rev164 and add patch
Saul Wold [Thu, 30 Dec 2010 06:29:19 +0000 (22:29 -0800)]
matchbox-theme-sato-2: Updated to svn rev164 and add patch

Patch was added because the png file was renamed from
background.png to template.png.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoqt: add fotowall back into qt task
Saul Wold [Thu, 30 Dec 2010 06:24:25 +0000 (22:24 -0800)]
qt: add fotowall back into qt task

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoqmmp: Update qmmp to 0.4.1
Saul Wold [Thu, 30 Dec 2010 06:23:59 +0000 (22:23 -0800)]
qmmp: Update qmmp to 0.4.1

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agomc: update to 4.7.3
Saul Wold [Thu, 30 Dec 2010 06:23:27 +0000 (22:23 -0800)]
mc: update to 4.7.3

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agolinux-tools.inc: Userspace tools should be compiled with the userspace compiler,...
Richard Purdie [Thu, 30 Dec 2010 10:19:08 +0000 (10:19 +0000)]
linux-tools.inc: Userspace tools should be compiled with the userspace compiler, not the kernel one

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agokernel.bbclass: Ensure TOOLCHAIN_OPTIONS is passed to KERNEL_CC and KERNEL_LD
Richard Purdie [Thu, 30 Dec 2010 10:16:35 +0000 (10:16 +0000)]
kernel.bbclass: Ensure TOOLCHAIN_OPTIONS is passed to KERNEL_CC and KERNEL_LD

This fixes various incorrect sysroot usages observed by people with sstate.
Thanks to Kevin Tian for figuring out where the problem was and Gary Thomas
for confirming the fix.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agounfs-server: Fix PV so it obeys the version number policy
Richard Purdie [Thu, 30 Dec 2010 10:12:14 +0000 (10:12 +0000)]
unfs-server: Fix PV so it obeys the version number policy

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agogtk+.inc: Drop stale moblin override
Richard Purdie [Thu, 30 Dec 2010 10:05:28 +0000 (10:05 +0000)]
gtk+.inc: Drop stale moblin override

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoupdate-rc.d: Allow the primary deamon package to be specified in UPDATERCPN, update...
Richard Purdie [Thu, 30 Dec 2010 09:55:23 +0000 (09:55 +0000)]
update-rc.d: Allow the primary deamon package to be specified in UPDATERCPN, update gsmd to use this

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoRDEPENDS, RRECOMMENDS -> RDPEPENDS_${PN}, RRECOMMENDS_${PN}
Koen Kooi [Thu, 23 Dec 2010 19:23:33 +0000 (20:23 +0100)]
RDEPENDS, RRECOMMENDS -> RDPEPENDS_${PN}, RRECOMMENDS_${PN}

For these recipes the dependencies listed in RDEPENDS and RRECOMMENDS only apply to ${PN}

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agotask-poky-tools.bb: re-enable blktrace
Tom Zanussi [Wed, 29 Dec 2010 17:43:22 +0000 (11:43 -0600)]
task-poky-tools.bb: re-enable blktrace

The commit for BUGID #581 fixes the blktrace build errors - it should
now be safe to re-enable the blktrace recipe.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
14 years agoblktrace: Fix parallel make issue
Tom Zanussi [Wed, 29 Dec 2010 17:25:42 +0000 (11:25 -0600)]
blktrace: Fix parallel make issue

Fixes [BUGID #581]

When PARALLEL_MAKE is used with the current blktrace Makefile, the
btreplay and btrecord object files can end up being built multiple
times in parallel, which occasionally causes the linker to pick up the
object files in intermediate and seemingly corrupt states, and causes
the spurious link errors in the bug report.

This fix restricts the recursive btreplay invocations to building only
btreplay or btrecord as appropriate, not both.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
14 years agobb.utils: check if lock file is writable, to fix bug 606
Yu Ke [Wed, 29 Dec 2010 07:28:48 +0000 (15:28 +0800)]
bb.utils: check if lock file is writable, to fix bug 606

Bug 606 report that if $DL_DIR is read-only, do_fetch will
simply hang without any error message.

The root cause is that: bb.fetch.go()->bb.utils.lockfile()
will try to lock file ${DL_DIR}/xxxxx.lock. Since ${DL_DIR}
is read-only, it will cause IOError exception. Although
lockfile() can catch the exception, currently code simply
ignore all the exception and continue the loop. it make
sense if the exception is caused by locking contention,
but in the read-only $DL_DIR case, it cause endless waiting
unfortunately.

So this patch add read-only check for lockfile to avoid the
silent hang.

Fix [BUGID #606]

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agoyocto/meta: update to 2.6.37-rc7
Bruce Ashfield [Mon, 27 Dec 2010 05:47:45 +0000 (00:47 -0500)]
yocto/meta: update to 2.6.37-rc7

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agoyocto-kernel: fix kmachine to deal with overrides
Bruce Ashfield [Wed, 22 Dec 2010 21:29:28 +0000 (16:29 -0500)]
yocto-kernel: fix kmachine to deal with overrides

BSPs are built from a particular branch of the kernel repository
which is specfied via the mapping of MACHINE to KMACHINE. Unless
a global branch is being forced (like libc headers), KMACHINE
is an override on a per machine basis.

Because KMACHINE is typically override we must first try the
most specific variant KMACHINE_<machine> and if that is undefined
look for a fallack default. This allows any combination of
variables to work (and at the time the anonymous python
executes) safely and get us a properly defined branch for the
fetcher and build.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agoattr: fix SRC_URI
Qing He [Tue, 28 Dec 2010 01:58:43 +0000 (09:58 +0800)]
attr: fix SRC_URI

Signed-off-by: Qing He <qing.he@intel.com>
14 years agoacl: use correct Savannah download link
Kevin Tian [Tue, 28 Dec 2010 00:35:49 +0000 (08:35 +0800)]
acl: use correct Savannah download link

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agocdrtools: Fix LIC_FILES_CHKSUM
Saul Wold [Wed, 29 Dec 2010 05:06:47 +0000 (21:06 -0800)]
cdrtools: Fix LIC_FILES_CHKSUM

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agocdrtools: add LIC_FILES_CHKSUM
Saul Wold [Sun, 26 Dec 2010 15:22:39 +0000 (07:22 -0800)]
cdrtools: add LIC_FILES_CHKSUM

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoxserver-xf86: fix LIC_FILES_CHKSUM spelling and location
Saul Wold [Sun, 26 Dec 2010 15:22:10 +0000 (07:22 -0800)]
xserver-xf86: fix LIC_FILES_CHKSUM spelling and location

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agopoky-image-live.inc: Add LIC_FILES_CHKSUM
Richard Purdie [Sat, 25 Dec 2010 19:56:30 +0000 (19:56 +0000)]
poky-image-live.inc: Add LIC_FILES_CHKSUM

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agolibsdl: Add LIC_FILES_CHKSUM
Richard Purdie [Sat, 25 Dec 2010 19:51:26 +0000 (19:51 +0000)]
libsdl: Add LIC_FILES_CHKSUM

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agometa-toolchain Add LIC_FILES_CHKSUM
Richard Purdie [Sat, 25 Dec 2010 19:45:18 +0000 (19:45 +0000)]
meta-toolchain Add LIC_FILES_CHKSUM

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoqemu-helper-nativesdk: Add LIC_FILES_CHKSUM and update LICENSE
Richard Purdie [Sat, 25 Dec 2010 19:43:40 +0000 (19:43 +0000)]
qemu-helper-nativesdk: Add LIC_FILES_CHKSUM and update LICENSE

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agotask-sdk-host: Add LIC_FILES_CHKSUM
Richard Purdie [Sat, 25 Dec 2010 19:43:01 +0000 (19:43 +0000)]
task-sdk-host: Add LIC_FILES_CHKSUM

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agotask-cross-canadian: Add LIC_FILES_CHKSUM
Richard Purdie [Sat, 25 Dec 2010 17:56:06 +0000 (17:56 +0000)]
task-cross-canadian: Add LIC_FILES_CHKSUM

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoxserver-kdrive: Add missing DEPENDS on pixman
Richard Purdie [Sat, 25 Dec 2010 17:50:22 +0000 (17:50 +0000)]
xserver-kdrive: Add missing DEPENDS on pixman

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agou-boot: add LIC_FILES_CHKSUM
Saul Wold [Sat, 25 Dec 2010 08:11:36 +0000 (00:11 -0800)]
u-boot: add LIC_FILES_CHKSUM

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoxserver-kdrive: add LIC_FILES_CHKSUM
Saul Wold [Sat, 25 Dec 2010 01:20:58 +0000 (17:20 -0800)]
xserver-kdrive: add LIC_FILES_CHKSUM

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoldconfig-native: Add LIC_FILES_CHKSUM
Richard Purdie [Fri, 24 Dec 2010 10:04:00 +0000 (10:04 +0000)]
ldconfig-native: Add LIC_FILES_CHKSUM

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agopoky-image.bbclass: Set LIC_FILES_CHKSUM
Richard Purdie [Fri, 24 Dec 2010 09:51:44 +0000 (09:51 +0000)]
poky-image.bbclass: Set LIC_FILES_CHKSUM

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agodistro_tracking: Add RECIPE_LAST_UPDATE info
Dongxiao Xu [Fri, 24 Dec 2010 06:46:05 +0000 (14:46 +0800)]
distro_tracking: Add RECIPE_LAST_UPDATE info

Also removed distro tracking fields that recipe no longer exists.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agorootfs_ipk: The most recent opkg errors upon file overwrite. Until we fix package...
Richard Purdie [Fri, 24 Dec 2010 01:12:56 +0000 (01:12 +0000)]
rootfs_ipk: The most recent opkg errors upon file overwrite. Until we fix package conflicts, disable this for now

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoqemuimage-testlib: Improve quoting causing problems under certain circumstances
Richard Purdie [Fri, 24 Dec 2010 01:03:47 +0000 (01:03 +0000)]
qemuimage-testlib: Improve quoting causing problems under certain circumstances

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agolinux-yocto: Fix branch name on behalf of Bruce after recent renaming
Richard Purdie [Thu, 23 Dec 2010 23:59:35 +0000 (23:59 +0000)]
linux-yocto: Fix branch name on behalf of Bruce after recent renaming

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoqemuimage-testlib: Fix the check for running qemu processes
Richard Purdie [Thu, 23 Dec 2010 17:28:47 +0000 (17:28 +0000)]
qemuimage-testlib: Fix the check for running qemu processes

Previously, any active command containing the word "qemu" including
in the command path would trigger a "success" result for detecting
the qemu process. This change fixes the check to search for commands
starting with "qemu" and ignores pathnames.

It also shortens the timeout for the qemu process to appear to 10
seconds. If it doesn't appear in that time there is always a problem.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoqemuimage-testlib: Ensure TOPDIR/BUILDDIR are set
Richard Purdie [Thu, 23 Dec 2010 17:27:14 +0000 (17:27 +0000)]
qemuimage-testlib: Ensure TOPDIR/BUILDDIR are set

The recent environment changes mean TOPDIR/BUILDDIR need to be exported
specifcially to the enviromnent so the qemu scripts can find the correct
build directory.

Without this, qemu can fail to run.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoqmmp: fix dependencies and packaging
Paul Eggleton [Wed, 22 Dec 2010 18:22:13 +0000 (18:22 +0000)]
qmmp: fix dependencies and packaging

* Don't drag in all of Qt as runtime dependencies
* Use cmake instead of qmake. This ensures plugins are configured correctly.
* Split out vorbis and mad input plugins into separate packages
* Fix main package to include an output plugin and various other base files.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
14 years agoquicky: fix Qt4 runtime dependencies
Paul Eggleton [Wed, 22 Dec 2010 18:22:47 +0000 (18:22 +0000)]
quicky: fix Qt4 runtime dependencies

Avoid dragging in all of Qt4

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
14 years agofotowall: fix runtime Qt4 dependencies
Paul Eggleton [Wed, 22 Dec 2010 18:18:05 +0000 (18:18 +0000)]
fotowall: fix runtime Qt4 dependencies

Fix the runtime dependencies of fotowall so it doesn't drag in the whole of
Qt4. As a bonus the appropriate Qt image plugins for loading jpeg, gif & tiff
files are now installed with fotowall making it actually usable.

Fixes [BUGID: #524]

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
14 years agoqmake2.bbclass: add space to end of DEPENDS_prepend
Paul Eggleton [Wed, 22 Dec 2010 18:14:58 +0000 (18:14 +0000)]
qmake2.bbclass: add space to end of DEPENDS_prepend

There needs to be a space at the end of DEPENDS_prepend or otherwise it can
collide with the contents of DEPENDS. The OE version of this file has this.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
14 years agobinutils*.inc: Recipe format cleanup
Scott Garman [Wed, 22 Dec 2010 18:05:39 +0000 (10:05 -0800)]
binutils*.inc: Recipe format cleanup

Cleanup some simple whitespace / line break issues.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agobinutils: delete unused patches
Scott Garman [Wed, 22 Dec 2010 17:56:46 +0000 (09:56 -0800)]
binutils: delete unused patches

These patches are not used by any current binutils recipe.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agoqemuimage-testlib: Add check for existence of image and correctness of ip address
Jiajun Xu [Thu, 23 Dec 2010 15:09:06 +0000 (23:09 +0800)]
qemuimage-testlib: Add check for existence of image and correctness of ip address

Fixes [BUGID #612, #611]

Add check for existence of image to be tested in qemuimage-testlib.
This ensures that sanity test returns failure immediatly when there is
no image found. And also add check for the correctness of ip address.
If the ip address returned by function Test_Fetch_Target_IP is 0, it
means qemu starts up failed and no valid ip address found.

Signed-off-by Jiajun Xu <jiajun.xu@intel.com>

14 years agoapr-util: add --without-odbc to EXTRA_OECONF
Saul Wold [Thu, 23 Dec 2010 15:03:11 +0000 (07:03 -0800)]
apr-util: add --without-odbc to EXTRA_OECONF

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agounifdef: add LIC_FILES_CHKSUM
Saul Wold [Thu, 23 Dec 2010 15:02:41 +0000 (07:02 -0800)]
unifdef: add LIC_FILES_CHKSUM

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoqemu-helper: add LIC_FILES_CHKSUM
Saul Wold [Thu, 23 Dec 2010 15:02:23 +0000 (07:02 -0800)]
qemu-helper: add LIC_FILES_CHKSUM

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoeglibc: Only package ld.so.conf, not /etc/rpc which then conflicts with netbase
Richard Purdie [Thu, 23 Dec 2010 15:50:31 +0000 (15:50 +0000)]
eglibc: Only package ld.so.conf, not /etc/rpc which then conflicts with netbase

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agocross-localedef: add LIC_FILES_CHKCSUM
Saul Wold [Thu, 23 Dec 2010 15:02:00 +0000 (07:02 -0800)]
cross-localedef: add LIC_FILES_CHKCSUM

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agolinux-yocto: Add LIC_FILES_CHKSUM
Saul Wold [Thu, 23 Dec 2010 06:34:08 +0000 (22:34 -0800)]
linux-yocto: Add LIC_FILES_CHKSUM

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoxserver-xf86: Add LIC_FILES_CHKSUM
Saul Wold [Thu, 23 Dec 2010 06:33:31 +0000 (22:33 -0800)]
xserver-xf86: Add LIC_FILES_CHKSUM

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agogtk: Add LIC_FILES_CHKSUM
Saul Wold [Thu, 23 Dec 2010 06:33:01 +0000 (22:33 -0800)]
gtk: Add LIC_FILES_CHKSUM

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoqemu-helper: Add LIC_FILE_CHKSUMS
Saul Wold [Thu, 23 Dec 2010 06:30:42 +0000 (22:30 -0800)]
qemu-helper: Add LIC_FILE_CHKSUMS

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agogdb: Add LIC_FILE_CHKSUMS
Saul Wold [Thu, 23 Dec 2010 06:30:12 +0000 (22:30 -0800)]
gdb: Add LIC_FILE_CHKSUMS

Signed-off-by: Saul Wold <sgw@linux.intel.com>