]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
14 years agobitbake/fetch: Sync up logger/whitespace improvements
Richard Purdie [Mon, 10 Jan 2011 12:14:22 +0000 (12:14 +0000)]
bitbake/fetch: Sync up logger/whitespace improvements

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobitbake/utils.py: Drop unused function extend_deps()
Richard Purdie [Mon, 10 Jan 2011 12:04:18 +0000 (12:04 +0000)]
bitbake/utils.py: Drop unused function extend_deps()

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobitbake: Sync environment handling function names and comments with upstream alterations
Richard Purdie [Mon, 10 Jan 2011 12:03:40 +0000 (12:03 +0000)]
bitbake: Sync environment handling function names and comments with upstream alterations

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoparse: pass filename, lineno into the ast
Chris Larson [Tue, 4 Jan 2011 20:34:08 +0000 (13:34 -0700)]
parse: pass filename, lineno into the ast

We will be needing this information to improve the tracebacks of python code
from the metadata, as well as to give the user information about where
variables were defined, so they know how it ended up the way it is.

(Bitbake rev: 9615c538b894f71a2d1a0ba6b3f260db91e75786)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agocache: don't expand variables for skipped recipes
Chris Larson [Fri, 7 Jan 2011 15:38:41 +0000 (08:38 -0700)]
cache: don't expand variables for skipped recipes

Errors can result from these expansions, but for skipped recipes, we
shouldn't care about those failures.  This fixes the same issue which
Richard Purdie fixed in poky, commit 847b717.

(Bitbake rev: 96ee6840010c1ae1080e6bf7ff0f4eb2d361e84b)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobitbake/knotty.py: Don't show log messages of NOTE and below for task processes
Richard Purdie [Fri, 7 Jan 2011 23:54:42 +0000 (23:54 +0000)]
bitbake/knotty.py: Don't show log messages of NOTE and below for task processes

This cleans up the knotty console messages to be a lot quieter and cleaning,
in keeping with the expectations of most users.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobitbake/__init__.py: Add taskpid to all LogRecords (subclassed to be BBLogRecords)
Richard Purdie [Fri, 7 Jan 2011 23:52:19 +0000 (23:52 +0000)]
bitbake/__init__.py: Add taskpid to all LogRecords (subclassed to be BBLogRecords)

This allows us to identify which task messages are from.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobitbake/msg.py: Add named definitions for all logging levels
Richard Purdie [Fri, 7 Jan 2011 23:50:17 +0000 (23:50 +0000)]
bitbake/msg.py: Add named definitions for all logging levels

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoxserver-xf86-common: Remove COMPATIBLE_HOST as it was wrong solution
Saul Wold [Fri, 7 Jan 2011 18:46:14 +0000 (10:46 -0800)]
xserver-xf86-common: Remove COMPATIBLE_HOST as it was wrong solution

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoinsane.bbclass: Enable the package_qa_hash_style check
Richard Purdie [Fri, 7 Jan 2011 16:27:01 +0000 (16:27 +0000)]
insane.bbclass: Enable the package_qa_hash_style check

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobitbake/runqueue.py: Remove duplicate TaskStarted event fire()
Richard Purdie [Fri, 7 Jan 2011 16:22:45 +0000 (16:22 +0000)]
bitbake/runqueue.py: Remove duplicate TaskStarted event fire()

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoxvinfo: Fix LIC_FILES_CHKSUM
Richard Purdie [Fri, 7 Jan 2011 16:21:40 +0000 (16:21 +0000)]
xvinfo: Fix LIC_FILES_CHKSUM

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agolibcanberra: Fix LIC_FILES_CHKSUM
Richard Purdie [Fri, 7 Jan 2011 16:19:17 +0000 (16:19 +0000)]
libcanberra: Fix LIC_FILES_CHKSUM

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobitbake/build.py: Fix del_stamp work correctly after recent stamp function changes
Richard Purdie [Fri, 7 Jan 2011 14:03:27 +0000 (14:03 +0000)]
bitbake/build.py: Fix del_stamp work correctly after recent stamp function changes

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobitbake/cooker.py: Fix merge conflict with upstream which was preventing clean bitbak...
Richard Purdie [Fri, 7 Jan 2011 13:54:50 +0000 (13:54 +0000)]
bitbake/cooker.py: Fix merge conflict with upstream which was preventing clean bitbake shutdown

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobitbake/cache.py: Expansion of variables in skipped recipes should not be attempted...
Richard Purdie [Fri, 7 Jan 2011 12:56:06 +0000 (12:56 +0000)]
bitbake/cache.py: Expansion of variables in skipped recipes should not be attempted as they can trigger errors

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobitbake/data.py: corrected the output for shell syntax.
Lianhao Lu [Fri, 7 Jan 2011 06:17:10 +0000 (14:17 +0800)]
bitbake/data.py: corrected the output for shell syntax.

[BUGID# 645], modify the emit_var()
1. Added "#" to the beginning of each line if the comment contains
multiple lines.

2. Added "\" to the end of each line if the shell variable value
contains multiple lines.

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
14 years agobison-native: create a wrapper script for sstate installation
Kevin Tian [Wed, 5 Jan 2011 03:04:12 +0000 (11:04 +0800)]
bison-native: create a wrapper script for sstate installation

bison-native encodes M4 and PKGDATA staging path in its binary, which
breaks sstate installation in a new build environment. Use create_wrapper
similar as flex-native to solve this issue

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agoflex-native: create a wrapper script for sstate installation
Kevin Tian [Wed, 5 Jan 2011 02:26:36 +0000 (10:26 +0800)]
flex-native: create a wrapper script for sstate installation

flex-native encodes M4 staging path in its binary, which breaks sstate
installation in a new build environment. Use create_wrapper to create
a wrapper script which explicitly set M4 environmental variable to the
new path

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agoperl: use ${CCLD} instead of its own LD definition
Kevin Tian [Wed, 5 Jan 2011 06:50:33 +0000 (14:50 +0800)]
perl: use ${CCLD} instead of its own LD definition

perl explicitly assigns LD to a bogus value:
    oe_runmake perl LD="${TARGET_SYS}-gcc"
which breaks sstate-based build when toolchain is not generated locally,
due to lacking of --sysroot option. Use ${CCLD} instead to make this
relocatable.

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agobitbake/siggen.py: Add a signature generator which adds the hash to the stamp files
Richard Purdie [Fri, 7 Jan 2011 11:04:38 +0000 (11:04 +0000)]
bitbake/siggen.py: Add a signature generator which adds the hash to the stamp files

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobase.bbclass: Use the new stampfile function in bitbake to determine the path to...
Richard Purdie [Thu, 6 Jan 2011 19:49:17 +0000 (19:49 +0000)]
base.bbclass: Use the new stampfile function in bitbake to determine the path to the stampfile

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobitbake/runqueue.py: Fix a bug where do_setscene dependencies would be ignored
Richard Purdie [Thu, 6 Jan 2011 19:48:47 +0000 (19:48 +0000)]
bitbake/runqueue.py: Fix a bug where do_setscene dependencies would be ignored

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobitbake build/siggen/runqueue: Fix stampfile parameters
Richard Purdie [Thu, 6 Jan 2011 19:47:00 +0000 (19:47 +0000)]
bitbake build/siggen/runqueue: Fix stampfile parameters

The current parameters are not useful to the stampfile generator function
as they can't uniquely define a task. This updated things so the
parameters can identify unique tasks.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobitbake build.py: Stamp handling improvements
Richard Purdie [Thu, 6 Jan 2011 19:43:41 +0000 (19:43 +0000)]
bitbake build.py: Stamp handling improvements

* Move stamp file deletion out of the internal stamp helper function
* Add a new function to return the path to a stamp for a given task

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobitbake build.py: Use localdata for stamp handling, not d
Richard Purdie [Thu, 6 Jan 2011 19:40:41 +0000 (19:40 +0000)]
bitbake build.py: Use localdata for stamp handling, not d

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agopoky-ref-manual: Fix my email address
Richard Purdie [Wed, 5 Jan 2011 14:47:44 +0000 (14:47 +0000)]
poky-ref-manual: Fix my email address

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobitbake/build.py: Ditch the extract_stamp function as its just going to complicate...
Richard Purdie [Thu, 6 Jan 2011 15:41:39 +0000 (15:41 +0000)]
bitbake/build.py: Ditch the extract_stamp function as its just going to complicate improving the stamp handling functions

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoparse.ast: drop __word__ regular expression
Chris Larson [Tue, 4 Jan 2011 20:07:27 +0000 (13:07 -0700)]
parse.ast: drop __word__ regular expression

We can use the string split method for this instead.

(Bitbake rev: aa9646717b3ee1006628246a7c495f601e62391c)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoparse.ast: avoid code duplication for inherit
Chris Larson [Tue, 4 Jan 2011 20:06:49 +0000 (13:06 -0700)]
parse.ast: avoid code duplication for inherit

(Bitbake rev: 0b11a3d4eab84b372fd45b9537cf0327008daf8d)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoevent: use BBLogFormatter in print_ui_queue
Chris Larson [Wed, 5 Jan 2011 18:20:05 +0000 (11:20 -0700)]
event: use BBLogFormatter in print_ui_queue

This ensures that when a failure occurs very early on in bitbake startup, the
message formatting ematches that used by the UIs.

(Bitbake rev: c8ff0fd3e9f050a668f1a069cf37ee37db3664fa)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobuild: use logger.isEnabledFor, not getEffectiveLevel
Chris Larson [Wed, 5 Jan 2011 18:19:21 +0000 (11:19 -0700)]
build: use logger.isEnabledFor, not getEffectiveLevel

I think this is less confusing, and avoids needing to know about the *range*
of logging levels, instead simply asking what we really want to know.

(Bitbake rev: dc2264387617586b5c0a61e126c75edde5e7abcd)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agorecpies: use SRCPV instead of SRCREV for PV
Yu Ke [Mon, 27 Dec 2010 05:28:09 +0000 (13:28 +0800)]
recpies: use SRCPV instead of SRCREV for PV

SRCPV is intended being used by PV, some recipes still use
SRCREV for PV, which is not correct. This patch fix all the
misusage.

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agoqemuimagetest: Remove connman test for lsb image and fix one warning in Test_Create_Qemu
Jiajun Xu [Thu, 6 Jan 2011 04:01:31 +0000 (12:01 +0800)]
qemuimagetest: Remove connman test for lsb image and fix one warning in Test_Create_Qemu

There is no connman in LSB image. So we need to remove connman test from it.
And when we check if ip address fetched by Test_Fetch_Target_IP is valid,
we should use "==" operator for string comparison.

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

14 years agoinsane.bbclass: Fix message for LIC_FILES_CHKSUM Errors
Saul Wold [Thu, 6 Jan 2011 02:18:55 +0000 (18:18 -0800)]
insane.bbclass: Fix message for LIC_FILES_CHKSUM Errors

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agopython-dbus: upgrade from 0.83.1 to 0.83.2
Nitin A Kamble [Mon, 27 Dec 2010 14:10:19 +0000 (06:10 -0800)]
python-dbus: upgrade from 0.83.1 to 0.83.2

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agobyacc: upgrade recipe from 20100610 to 20101127
Nitin A Kamble [Mon, 27 Dec 2010 02:09:40 +0000 (18:09 -0800)]
byacc: upgrade recipe from 20100610 to 20101127

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agogit: upgrade from 1.7.3.2 to 1.7.3.4
Nitin A Kamble [Mon, 27 Dec 2010 01:41:57 +0000 (17:41 -0800)]
git: upgrade from 1.7.3.2 to 1.7.3.4

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agodistro-tracking: update recently updated recipes
Nitin A Kamble [Mon, 27 Dec 2010 01:26:28 +0000 (17:26 -0800)]
distro-tracking: update recently updated recipes

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agomodutils: Extend gcc4 patch for obj_ppc.c
Saul Wold [Thu, 6 Jan 2011 00:48:33 +0000 (16:48 -0800)]
modutils: Extend gcc4 patch for obj_ppc.c

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoxserver: Add COMPATIBLE_MACHINE
Saul Wold [Thu, 6 Jan 2011 00:48:10 +0000 (16:48 -0800)]
xserver: Add COMPATIBLE_MACHINE

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agorpm: Bump PR to force rebuild due to new beecrypt
Saul Wold [Thu, 6 Jan 2011 00:47:20 +0000 (16:47 -0800)]
rpm: Bump PR to force rebuild due to new beecrypt

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agodistro_tracking_fields.inc: update apmd, blktool, dbus-glib, libgdbus, and pax-utils
Scott Garman [Wed, 5 Jan 2011 17:51:36 +0000 (09:51 -0800)]
distro_tracking_fields.inc: update apmd, blktool, dbus-glib, libgdbus, and pax-utils

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agodbus-glib: upgrade to version 0.92
Scott Garman [Tue, 4 Jan 2011 23:27:17 +0000 (15:27 -0800)]
dbus-glib: upgrade to version 0.92

Includes some minor recipe formatting changes.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agodbus-glib: delete unused patch
Scott Garman [Tue, 4 Jan 2011 23:26:03 +0000 (15:26 -0800)]
dbus-glib: delete unused patch

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agolibgdbus_git: metadata fixes and minor formatting changes
Scott Garman [Tue, 4 Jan 2011 22:37:23 +0000 (14:37 -0800)]
libgdbus_git: metadata fixes and minor formatting changes

* Added DESCRIPTION, SECTION, PRIORITY, and PR fields
* Updated SUMMARY and HOMEPAGE fields to reflect more accurate info

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agoblktool: minor formatting changes
Scott Garman [Tue, 4 Jan 2011 22:12:08 +0000 (14:12 -0800)]
blktool: minor formatting changes

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agoapmd: added HOMEPAGE, minor formatting changes
Scott Garman [Tue, 4 Jan 2011 22:08:47 +0000 (14:08 -0800)]
apmd: added HOMEPAGE, minor formatting changes

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agoapmd: delete unused patch
Scott Garman [Wed, 5 Jan 2011 17:52:59 +0000 (09:52 -0800)]
apmd: delete unused patch

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agopax-utils: upgrade to version 2.2.2
Scott Garman [Fri, 17 Dec 2010 05:17:31 +0000 (21:17 -0800)]
pax-utils: upgrade to version 2.2.2

* Upgrade to latest upstream release
* Minor cosmetic recipe changes

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agobinutils: use default ${CC} instead of defining it own
Kevin Tian [Wed, 5 Jan 2011 02:18:21 +0000 (10:18 +0800)]
binutils: use default ${CC} instead of defining it own

binutils.inc exports its own ${CC} which is similar to default ${CC}
but missing ${TOOLCHAIN_OPTION}, which makes --sysroot option lost
when compiling target binutils which then further breaks sstate.

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agokernelshark: add ftrace gui viewer
Darren Hart [Wed, 29 Dec 2010 01:10:22 +0000 (17:10 -0800)]
kernelshark: add ftrace gui viewer

The trace-cmd source includes a graphical trace viewer, but we
don't want to make the trace-cmd recipe depend on gtk+. This
patch adds a second recipe in the meta/recipes-kernel/trace-cmd
directory which uses the trace-cmd SRCREV and RDEPENDS on trace-cmd
to ensure compatibility.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Tom Zanussi <tom.zanussi@intel.com>
CC: Richard Purdie <richard.purdie@linuxfoundation.org>
CC: Saul Wold <sgw@linux.intel.com>
14 years agoglib-2.0: fix g_once_init_enter compile failure
Darren Hart [Wed, 29 Dec 2010 18:10:15 +0000 (10:10 -0800)]
glib-2.0: fix g_once_init_enter compile failure

Kernelshark trips over a compile bug in glib-2.0 addressed by Open Embedded
back in the 2.22 timeframe. It appears to still be present in 2.27.

http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg00529.html

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Tom Zanussi <tom.zanussi@intel.com>
14 years agotrace-cmd: license file updates
Darren Hart [Mon, 3 Jan 2011 17:39:23 +0000 (09:39 -0800)]
trace-cmd: license file updates

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
14 years agotrace-cmd: fix cross-compilation
Darren Hart [Wed, 29 Dec 2010 01:17:25 +0000 (17:17 -0800)]
trace-cmd: fix cross-compilation

The trace-cmd Makefile forces certain variables, such as CC and AR.
It was using the host gcc and loader, fix it to use the poky-built
cross-compiler and linker.

inherit pkgconfig to ensure we don't use the host pkg-config.

Remove unecessary variables from the oemake commands, such as ARCH
and LD which aren't used by the Makefile.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Tom Zanussi <tom.zanussi@intel.com>
14 years agodistro_tracking_fields.inc: update for lastest package updates
Dexuan Cui [Wed, 5 Jan 2011 12:48:51 +0000 (20:48 +0800)]
distro_tracking_fields.inc: update for lastest package updates

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agopreferred-xorg-versions.inc: updated for lastest package updates
Dexuan Cui [Wed, 5 Jan 2011 12:47:42 +0000 (20:47 +0800)]
preferred-xorg-versions.inc: updated for lastest package updates

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agolibrsvg: upgrade from 2.32.0 to 2.32.1
Dexuan Cui [Wed, 5 Jan 2011 12:18:45 +0000 (20:18 +0800)]
librsvg: upgrade from 2.32.0 to 2.32.1

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agolibxxf86misc: upgrade from 1.0.2 to 1.0.3
Dexuan Cui [Wed, 5 Jan 2011 12:17:30 +0000 (20:17 +0800)]
libxxf86misc: upgrade from 1.0.2 to 1.0.3

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agolibdmx: upgrade from 1.1.0 to 1.1.1
Dexuan Cui [Wed, 5 Jan 2011 12:16:46 +0000 (20:16 +0800)]
libdmx: upgrade from 1.1.0 to 1.1.1

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agopixman: upgrade from 0.20.0 to 0.21.2
Dexuan Cui [Wed, 5 Jan 2011 12:15:58 +0000 (20:15 +0800)]
pixman: upgrade from 0.20.0 to 0.21.2

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agoscrnsaverproto: upgrade from 1.2.0 to 1.2.1
Dexuan Cui [Wed, 5 Jan 2011 12:14:49 +0000 (20:14 +0800)]
scrnsaverproto: upgrade from 1.2.0 to 1.2.1

Add "--enable-specs=no" to disable doc generation -- I doubt we really need
it, and it doesn't work well due to

SEVERE: Error with opening URL 'http://docbook.sourceforge.net/release/images/draft.png'.
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agoresourceproto: upgrade from 1.1.0 to 1.1.1
Dexuan Cui [Wed, 5 Jan 2011 12:13:29 +0000 (20:13 +0800)]
resourceproto: upgrade from 1.1.0 to 1.1.1

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agocompositeproto: upgrade from 0.4 to 0.4.2
Dexuan Cui [Wed, 5 Jan 2011 12:12:45 +0000 (20:12 +0800)]
compositeproto: upgrade from 0.4 to 0.4.2

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agoxproto: upgrade from 7.0.19 to 7.0.20
Dexuan Cui [Wed, 5 Jan 2011 12:12:10 +0000 (20:12 +0800)]
xproto: upgrade from 7.0.19 to 7.0.20

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agoinputproto: upgrade from 2.0 to 2.0.1
Dexuan Cui [Wed, 5 Jan 2011 12:10:52 +0000 (20:10 +0800)]
inputproto: upgrade from 2.0 to 2.0.1

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agorenderproto: upgrade from 0.11 to the latest version 0.11.1
Dexuan Cui [Wed, 5 Jan 2011 12:09:04 +0000 (20:09 +0800)]
renderproto: upgrade from 0.11 to the latest version 0.11.1

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agomatchbox-wm-2: Upgrade to svn r2106
Zhai Edwin [Fri, 31 Dec 2010 08:36:14 +0000 (16:36 +0800)]
matchbox-wm-2: Upgrade to svn r2106

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agometacity: Upgrade to 2.30.3
Zhai Edwin [Thu, 30 Dec 2010 13:04:22 +0000 (21:04 +0800)]
metacity: Upgrade to 2.30.3

Revised one patch from openembed to make host native binary for build.

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agolibcanberra: Upgrade to 0.26
Zhai Edwin [Fri, 31 Dec 2010 01:18:30 +0000 (09:18 +0800)]
libcanberra: Upgrade to 0.26

Remove nofallbackfix.patch it as already in upstream. Remove
autoconf_version.patch as already have new version of autoconf and no inbuild
libltdl now.

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agoxvinfo: Upgrade to 1.1.1
Zhai Edwin [Thu, 30 Dec 2010 12:44:52 +0000 (20:44 +0800)]
xvinfo: Upgrade to 1.1.1

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agobeecrypt: Update to 4.2.1
Zhai Edwin [Fri, 26 Nov 2010 08:57:55 +0000 (16:57 +0800)]
beecrypt: Update to 4.2.1

Rebased disable-icu-check.patch & fix-security.patch. Removed x64fix.patch as
it is already in upstream. Also some configure changes: removing "--with-arch"
as it can't cowork with expert mode, adding "--disable-openmp" to avoid
unnecessary dependency.

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agorootfs_rpm: fix rootfs generation rm error
Darren Hart [Thu, 6 Jan 2011 00:45:56 +0000 (16:45 -0800)]
rootfs_rpm: fix rootfs generation rm error

During a poky-image-minimal build I ran into the following error:
rm: cannot remove `/vol/1/dvhart/poky.git/build/tmp/work/atom-pc-poky-linux/poky-image-minimal-initramfs-1.0-r0/rootfs/install': Is a directory

This is caused by a missing -r (recursive) argument to rm. This patch
adds that to the rm command of rootfs_rpm.bbclass.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agorootfs_rpm.bbclass: Remove temporary work files in install directory, saving the...
Richard Purdie [Wed, 5 Jan 2011 18:56:47 +0000 (18:56 +0000)]
rootfs_rpm.bbclass: Remove temporary work files in install directory, saving the manifests as logfiles into ${T}

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobitbake: build.py: Logging of None was losing the logs so force this to stdout so...
Richard Purdie [Wed, 5 Jan 2011 18:55:38 +0000 (18:55 +0000)]
bitbake: build.py: Logging of None was losing the logs so force this to stdout so we can see function execution failures

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoscripts/bitbake: Skip building pseudo if necessary.
Lianhao Lu [Wed, 5 Jan 2011 10:13:53 +0000 (18:13 +0800)]
scripts/bitbake: Skip building pseudo if necessary.

Fixed [BUGID# 625]. Skip building pseudo if necessary by parsing the
options to bitbake.

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
14 years agousbutils: Don't install the uncompressed version of usb.ids, the compressed version...
Richard Purdie [Wed, 5 Jan 2011 13:35:03 +0000 (13:35 +0000)]
usbutils: Don't install the uncompressed version of usb.ids, the compressed version will suffice

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agopciutils: Don't install the uncompressed version of pci.ids, the compressed version...
Richard Purdie [Wed, 5 Jan 2011 13:34:49 +0000 (13:34 +0000)]
pciutils: Don't install the uncompressed version of pci.ids, the compressed version will suffice

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobitbake: Misc syncups with bitbake upstream, mostly whitespace and a missed line...
Richard Purdie [Wed, 5 Jan 2011 11:24:14 +0000 (11:24 +0000)]
bitbake: Misc syncups with bitbake upstream, mostly whitespace and a missed line from the last UI commit

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoResurrect alternative UIs
Bob Foerster [Fri, 17 Dec 2010 15:20:39 +0000 (23:20 +0800)]
Resurrect alternative UIs

The various alternative UIs have been updated to once again be functional
with the latest bitbake internals.  Each of the UIs still have much room for
functional improvement.

In particular, they have been updated to:
 - interact with the new process based server
 - handle the current set of events and notifications fired from the server
   and its associated subsystems

(Bitbake rev: b947e7aa405966262c0614cae02e7978ec637095)

Signed-off-by: Bob Foerster <robert@erafx.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobitbake: build.py logging updates
Richard Purdie [Wed, 5 Jan 2011 00:54:16 +0000 (00:54 +0000)]
bitbake: build.py logging updates

python tasks calling shell functions using exec_func() would show the log
file as /dev/null. It makes most sense for all the task logging to be setup
centrally by exec_task(), at least with the current code base in Poky.

This commit will need discussion in relation to upstream bitbake and the
IO redirection could be better handled using a context manager (although
task contexts shouldn't ever nest).

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobitbake: Fix process.py to accept None as the log option
Richard Purdie [Wed, 5 Jan 2011 00:49:57 +0000 (00:49 +0000)]
bitbake: Fix process.py to accept None as the log option

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoUpdate persist_data usage to the new API
Chris Larson [Fri, 17 Dec 2010 18:53:54 +0000 (11:53 -0700)]
Update persist_data usage to the new API

(Bitbake rev: 9723a1c474b72b096c5a3136bf446ed69f3a749e)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agopersist_data: resurrect the lock wait for selects
Chris Larson [Thu, 23 Dec 2010 17:36:39 +0000 (10:36 -0700)]
persist_data: resurrect the lock wait for selects

Think this got inadvertantly dropped when switching to the new API.

(Bitbake rev: 628c5159d1151b89f2b7210c8819489e8dc9a84d)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoRework the persist_data API
Chris Larson [Wed, 22 Sep 2010 01:11:54 +0000 (18:11 -0700)]
Rework the persist_data API

Rather than having to run .addDomain() and then .getValue(domain, key),
.setValue(domain, key), etc, now it just works as mappings.

As an example:

    setValue(domain, key) -> persist[domain][key] = value

It also arranges things so we can construct objects of this type using any
arbitrary filename/path for the sqlite3 database, rather than being so
tightly bound to the metadata.

(Bitbake rev: d9e8b8af308ae871efdc8ef0782be30af8c1f894)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoRevert "persist_data: cache connection and use cursor"
Chris Larson [Fri, 19 Nov 2010 02:51:51 +0000 (19:51 -0700)]
Revert "persist_data: cache connection and use cursor"

Caching the database connection can cause serious issues if it results in
multiple processes (e.g. multiple tasks) simultaneously using the same
connection.

This reverts commit 8a6876752b90efd81d92f0947bfc9527d8260969.

(Bitbake rev: 60b9b18eafad5ac46c7cf1048d749d673c2ee0ad)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobase.bbclass: add lock file for do_unpack task
Yu Ke [Tue, 4 Jan 2011 07:55:33 +0000 (15:55 +0800)]
base.bbclass: add lock file for do_unpack task

This patch intend to fix the random unpack failure of linux-libc-headers-yocto
and linux-yocto.

The root cause of the unpack failure is that: these two recpies has the same URL, thus
has the same dest file during the fetch and unpack phase:
do_fetch  : create tar ball ${DL_DIR}/git_git.pokylinux.org.linux-yocto-2.6.37.tar.gz
do_unpack : extract tar ball ${DL_DIR}/git_git.pokylinux.org.linux-yocto-2.6.37.tar.gz
fetch phase is protected by lockfile, so it works fine. but unpack phase is not lock protected,
thus there is race condition like: when linux-yocto do_unpack is extracting the tar ball,
linux-libc-headers-yocto do_fetch starts to create tar ball thus overwrite linux-yocto's
tar ball and cause linux-yocto do_unpack failure

To fix this issue, do_unpack also need to be protected by lock

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agosstate.bbclass: fix multimachine builds when PACKAGE_ARCH = MACHINE_ARCH
Koen Kooi [Mon, 3 Jan 2011 18:36:07 +0000 (19:36 +0100)]
sstate.bbclass: fix multimachine builds when PACKAGE_ARCH = MACHINE_ARCH

previously you could only build one set of packages for multiple machines:

MACHINE=foo bitbake task-base
MACHINE=bar bitbake task-base

would only create task-base packages for foo, but not for both foo and bar.
Doing MACHINE=bar bitbake task-base -c cleanall would remove the packages for foo.

The solution is to use MULTIMACH_ARCH as suggested by Richard Purdie.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoConfHandler: commentary typo fixes
Bernhard Reutner-Fischer [Mon, 3 Jan 2011 19:57:24 +0000 (20:57 +0100)]
ConfHandler: commentary typo fixes

(Bitbake rev: 089dc31932a85455ed0fec8209d0451af4310f94)

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoevent: fix unicode handler registration
Bernhard Reutner-Fischer [Mon, 3 Jan 2011 19:57:23 +0000 (20:57 +0100)]
event: fix unicode handler registration

(Bitbake rev: 413af91e56a6d2368f6cbe22c0e2a337e1289e55)

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agocache: defer marking fn as clean
Bernhard Reutner-Fischer [Mon, 3 Jan 2011 19:57:22 +0000 (20:57 +0100)]
cache: defer marking fn as clean

Only mark fn as clean if it is clean.
This saves us from removing (prematurely added) fn from our clean set
and saves me a few percent of runtime (and misleading debugging output
from remove()).

(Bitbake rev: 884365228fcaac07421ac1440d4946693fb628c5)

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoBBHandler: use basename directly in handler()
Bernhard Reutner-Fischer [Mon, 3 Jan 2011 19:57:21 +0000 (20:57 +0100)]
BBHandler: use basename directly in handler()

(Bitbake rev: 739a8ce6ac688061afd55cd3c980d0e9e45c5930)

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agodata: fewer newlines for (un)export
Bernhard Reutner-Fischer [Mon, 3 Jan 2011 19:57:20 +0000 (20:57 +0100)]
data: fewer newlines for (un)export

Previously we emitted two newlines for export and unexport.
One newline for export and unexport is enough (and makes the scripts
look better and a tad smaller).

(Bitbake rev: ba060160fdf1278a273fb2b77d36b8c681807ecf)

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoparse: Use constants from stat instead of magic numbers
Bernhard Reutner-Fischer [Mon, 3 Jan 2011 19:57:19 +0000 (20:57 +0100)]
parse: Use constants from stat instead of magic numbers

(Bitbake rev: bcabe2dfb587042e139890329ff52d9bb9201cf4)

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobitbake: Sync a load of whitespace and other non-functionality changes with bitbake...
Richard Purdie [Sat, 1 Jan 2011 23:55:54 +0000 (23:55 +0000)]
bitbake: Sync a load of whitespace and other non-functionality changes with bitbake uptream

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobitbake/contrib: Sync with bitbake upstream
Richard Purdie [Sat, 1 Jan 2011 23:52:50 +0000 (23:52 +0000)]
bitbake/contrib: Sync with bitbake upstream

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoprocess: fix handling of the input argument
Chris Larson [Thu, 30 Dec 2010 06:44:21 +0000 (23:44 -0700)]
process: fix handling of the input argument

When using a logfile, we weren't sending input to the child process.

(Bitbake rev: 5ec4ca7e45bdf6d259503fc67155395e89ba6329)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agodepexp: add sorting of all package lists
Bob Foerster [Tue, 21 Dec 2010 13:12:21 +0000 (08:12 -0500)]
depexp: add sorting of all package lists

Without sorting, it's very difficult to find the information you're
looking for.  Now, the lists are all sorted alphabetically for easy
viewing.

(Bitbake rev: 80e3d3a130b9dee72c11c6946bb5ff7705111d7c)

Signed-off-by: Bob Foerster <robert@erafx.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agopysh: add missing os.path import
Chris Larson [Wed, 22 Dec 2010 18:00:43 +0000 (11:00 -0700)]
pysh: add missing os.path import

(Bitbake rev: 6fb448a6cfb00aeb5dfc6c047915e0941e754348)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agorunqueue: fix typo in documentation of calculate_task_weights
Bernhard Reutner-Fischer [Wed, 22 Dec 2010 15:41:32 +0000 (16:41 +0100)]
runqueue: fix typo in documentation of calculate_task_weights

(Bitbake rev: 5cde120003af97a5cf5c6eff2a02bb1480f9414b)

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>