]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
15 years agopackaged-staging: Fix packagaging of cross packages
Joshua Lock [Thu, 4 Mar 2010 16:53:00 +0000 (16:53 +0000)]
packaged-staging: Fix packagaging of cross packages

packagedstaging_fastpath() was only copying the contents of CROSS_DIR to
PSTAGE_TMPDIR resulting in the folders contents being packaged and then
installed incorrectly at the top level of CROSS_DIR rather than in HOST_ARCH
specific sub directories.

This patch fixes that issue by copying the directory and its contents rather
than just the directory contents.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agopackaged-staging: Fix typo, grep not qrep ...
Joshua Lock [Wed, 3 Mar 2010 17:40:36 +0000 (17:40 +0000)]
packaged-staging: Fix typo, grep not qrep ...

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agoxf86-video-omapfb: Bump revision.
Enric Balletbo i Serra [Mon, 1 Mar 2010 10:32:50 +0000 (11:32 +0100)]
xf86-video-omapfb: Bump revision.

Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoxserver-xf86-config: Do not set default depth to 16 for IGEP v2.
Enric Balletbo i Serra [Mon, 1 Mar 2010 10:32:49 +0000 (11:32 +0100)]
xserver-xf86-config: Do not set default depth to 16 for IGEP v2.

Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoxserver-xf86-lite: Fix compilation break for ARM architecture.
Enric Balletbo i Serra [Mon, 1 Mar 2010 10:32:48 +0000 (11:32 +0100)]
xserver-xf86-lite: Fix compilation break for ARM architecture.

This patch syncs the patches used in xserver-xf86-dri-lite and adds
a new patch that fixes a compilation break for ARM architecture.

(http://www.mail-archive.com/xorg-devel@lists.x.org/msg04137.html)

Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agogcc: Fix fail to compile since they can't find limits.h include.
Enric Balletbo i Serra [Mon, 1 Mar 2010 10:44:25 +0000 (11:44 +0100)]
gcc: Fix fail to compile since they can't find limits.h include.

With gcc package on my build machine gcc can't find limits.h include.

$ cat x.c

$ gcc -M x.c
In file included from x.c:1:
/usr/include/limits.h:125:26: error: no include path in which to search for limits.h

This patch adds missing includes to gcc package.

Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoliboil: 0.3.14 -> 0.3.17
Richard Purdie [Wed, 3 Mar 2010 13:00:37 +0000 (13:00 +0000)]
liboil: 0.3.14 -> 0.3.17

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoeds-dbus: Disable parallel make build problem
Richard Purdie [Wed, 3 Mar 2010 10:01:34 +0000 (10:01 +0000)]
eds-dbus: Disable parallel make build problem

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agotasks: Bump to version 0.15
Joshua Lock [Mon, 1 Mar 2010 17:23:10 +0000 (17:23 +0000)]
tasks: Bump to version 0.15

The Owl patch has gone in upstream but requires a different configure switch so
soft assign in the .inc and set appropriately in the 0.15 recipe.

0.16 is out but doesn't build with Poky's Gtk+ version.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agogdb-cross: Allow to build after recent gettext changes
Gary Thomas [Fri, 26 Feb 2010 15:03:09 +0000 (08:03 -0700)]
gdb-cross: Allow to build after recent gettext changes

Signed off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agopackaged-staging: post-process non-binary files to fix paths in native packages
Joshua Lock [Fri, 26 Feb 2010 12:33:34 +0000 (12:33 +0000)]
packaged-staging: post-process non-binary files to fix paths in native packages

Extend the existing libtool hack so that native packages (native, cross, sdk)
have all non-binary files scanned and the STAGING_DIR fixed up.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agohandbook: tmp/staging was renamed to tmp/sysroots - update references
Joshua Lock [Fri, 26 Feb 2010 12:31:31 +0000 (12:31 +0000)]
handbook: tmp/staging was renamed to tmp/sysroots - update references

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agopreferred-xorg-versions: Bump versions to match available recipes
Joshua Lock [Fri, 19 Feb 2010 15:52:03 +0000 (15:52 +0000)]
preferred-xorg-versions: Bump versions to match available recipes

The PREFERRED_VERSIONS for makedepend and xorg-cf-files where set for versions
which we no longer carry recipes for. Increase them to make BB happy.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agolinux-omap: Build fix
Richard Purdie [Tue, 23 Feb 2010 22:42:16 +0000 (22:42 +0000)]
linux-omap: Build fix

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agopoky-moblin.inc: Move to meta-moblin
Richard Purdie [Tue, 23 Feb 2010 19:47:07 +0000 (19:47 +0000)]
poky-moblin.inc: Move to meta-moblin

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoglibc: Allow 2.9 to work with binutils 2.20 (patch from OE.dev)
Richard Purdie [Tue, 23 Feb 2010 19:18:06 +0000 (19:18 +0000)]
glibc: Allow 2.9 to work with binutils 2.20 (patch from OE.dev)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agopoky/moblin: Switch to binutils 2.20
Richard Purdie [Tue, 23 Feb 2010 17:30:58 +0000 (17:30 +0000)]
poky/moblin: Switch to binutils 2.20

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobinutils: Add 2.20 (patchset from OE.dev)
Richard Purdie [Tue, 23 Feb 2010 17:30:19 +0000 (17:30 +0000)]
binutils: Add 2.20 (patchset from OE.dev)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agolibpcap: Update to 1.0.0 and sync with OE.dev
Richard Purdie [Tue, 23 Feb 2010 15:19:41 +0000 (15:19 +0000)]
libpcap: Update to 1.0.0 and sync with OE.dev

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoportmap: Sync with OE.dev
Richard Purdie [Tue, 23 Feb 2010 14:59:23 +0000 (14:59 +0000)]
portmap: Sync with OE.dev

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoa52dec: Clean up CFLAGS
Richard Purdie [Tue, 23 Feb 2010 14:57:44 +0000 (14:57 +0000)]
a52dec: Clean up CFLAGS

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoperl: Update to work with native binary relative path locations
Richard Purdie [Mon, 22 Feb 2010 22:30:26 +0000 (22:30 +0000)]
perl: Update to work with native binary relative path locations

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agorelocatable.bbclass: Clean up indentation
Richard Purdie [Mon, 22 Feb 2010 14:23:26 +0000 (14:23 +0000)]
relocatable.bbclass: Clean up indentation

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agorelocatable.bbclass: Handle symlinks correctly
Richard Purdie [Mon, 22 Feb 2010 14:20:26 +0000 (14:20 +0000)]
relocatable.bbclass: Handle symlinks correctly

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agocross.bbclass: Note that relocatable binaries disabled for a reason
Joshua Lock [Thu, 18 Feb 2010 10:57:08 +0000 (10:57 +0000)]
cross.bbclass: Note that relocatable binaries disabled for a reason

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agolinux: Enable linux-2.6.32 for qemux86 and qemuppc
Joshua Lock [Tue, 16 Feb 2010 17:49:31 +0000 (17:49 +0000)]
linux: Enable linux-2.6.32 for qemux86 and qemuppc

The qemux86 configuration is simply a copy of the qemux86-defconfig from
linux-rp with make oldconfig and mostly default answers.

Configuration for qemuppc already exists but DEFAULT_PREFERENCE was not set in
the recipe.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agorelocatable.bbclass: Enhancements to rpath replacement algorithm
Joshua Lock [Tue, 16 Feb 2010 17:40:23 +0000 (17:40 +0000)]
relocatable.bbclass: Enhancements to rpath replacement algorithm

This patch removes the hard coded number of parent directory operators ( /..)
placed into the rpath and instead fully dynamically generates the rpath entries
based on the current rpath.

Theoretically this patch means we can now make cross packages relocatable but
this is *not* enabled as chrpath can only set a new rpath of the same length
or shorter than the existing rpath. Due to the amount of parent directory
jumps we need to encode in the rpath this can easily fail when TMPDIR is in a
short namespace (e.g. /usr/poky).

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agobitbake: Revert "providers.py: sort eligible providers by DEFAULT_PREFERENCE"
Richard Purdie [Tue, 16 Feb 2010 15:38:55 +0000 (15:38 +0000)]
bitbake: Revert "providers.py: sort eligible providers by DEFAULT_PREFERENCE"

This breaks preferred providers functionality

This reverts commit ee9afccf33b220a21b74fab279925eeb4771249b.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoeggdbus: Add missing dbus-glib DEPENDS
Richard Purdie [Mon, 15 Feb 2010 17:44:30 +0000 (17:44 +0000)]
eggdbus: Add missing dbus-glib DEPENDS

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoqmake-naitve: Fix do_install
Richard Purdie [Mon, 15 Feb 2010 17:32:19 +0000 (17:32 +0000)]
qmake-naitve: Fix do_install

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: [cache] copy instead of deepcopy in sync
Holger Freyther [Sun, 17 May 2009 03:59:06 +0000 (05:59 +0200)]
bitbake: [cache] copy instead of deepcopy in sync

We only intend to modify the dict, no need to copy all
elements.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: [parse] In ast, make StatementGroup inherit list, and add a AstNode base...
Chris Larson [Tue, 21 Jul 2009 19:00:29 +0000 (12:00 -0700)]
bitbake: [parse] In ast, make StatementGroup inherit list, and add a AstNode base class.

(Bitbake rev: 7ea31b2842b45ffe1ca688f55207f8676442a108)

Signed-off-by: Chris Larson <clarson@mvista.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: [parse] Use bb.which in resolve_file
Chris Larson [Sun, 19 Jul 2009 05:36:32 +0000 (22:36 -0700)]
bitbake: [parse] Use bb.which in resolve_file

(Bitbake rev: 3cd06ed487ee0617892f154cff461379a323a1fb)

Signed-off-by: Chris Larson <clarson@kergoth.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: [parser] Make resolve_file only resolve the path
Holger Freyther [Tue, 19 May 2009 11:59:50 +0000 (13:59 +0200)]
bitbake: [parser] Make resolve_file only resolve the path

Do not attempt to open the file in the resolve_file method
(a lot like bb.which... maybe bb.which can be used). This way
we don't need to open/close a file which we have already parsed.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: [parser] Cache parsed .inc and .bbclass files for a parse speedup
Holger Freyther [Tue, 19 May 2009 11:53:12 +0000 (13:53 +0200)]
bitbake: [parser] Cache parsed .inc and .bbclass files for a parse speedup

Have a growing dict with .inc and .bbclass'es. This avoids to reparse
files we have already seen.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: [parser] prepare to cache some .bbcclass and .inc files
Holger Freyther [Tue, 19 May 2009 11:22:30 +0000 (13:22 +0200)]
bitbake: [parser] prepare to cache some .bbcclass and .inc files

Our parser is shit but instead to replace it now we will see
how long we can drive the wave by caching parsed files. This
will not go through the feeder again but we can just reevaluate
the StatementGroup.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: [parser] Remove the "data" from feeder, evaluate after parsing a file
Holger Freyther [Tue, 19 May 2009 10:10:37 +0000 (12:10 +0200)]
bitbake: [parser] Remove the "data" from feeder, evaluate after parsing a file

Evaluate the statements after having parsed one file. This is
referred to as "entwirren" and we can remove the direct evaluation
and postpone a bit, in the future we can use a cached copy instead
of parsing the original.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: [parse] Move vars_from_file from bb.parse.BBHandler into bb.parse.
Chris Larson [Tue, 21 Jul 2009 23:22:30 +0000 (16:22 -0700)]
bitbake: [parse] Move vars_from_file from bb.parse.BBHandler into bb.parse.

(Bitbake rev: fda0707d772e0964a0185d4ec4d016522f6972f3)

Signed-off-by: Chris Larson <clarson@mvista.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: [parse] Don't use relative import of parse_py.
Chris Larson [Wed, 22 Jul 2009 18:09:25 +0000 (11:09 -0700)]
bitbake: [parse] Don't use relative import of parse_py.

(Bitbake rev: 0a2bb3dd790e3e40867195f14f4e174f98f8a47c)

Signed-off-by: Chris Larson <clarson@mvista.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: [parse] Move the last method to the AST...
Holger Freyther [Tue, 19 May 2009 08:57:00 +0000 (10:57 +0200)]
bitbake: [parse] Move the last method to the AST...

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: [parser] Move more methods to the ast scheme
Holger Freyther [Tue, 19 May 2009 08:52:18 +0000 (10:52 +0200)]
bitbake: [parser] Move more methods to the ast scheme

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: [parser] Move one more item to the ast
Holger Freyther [Tue, 19 May 2009 08:10:26 +0000 (10:10 +0200)]
bitbake: [parser] Move one more item to the ast

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: [parser] Move methodflags over to the ast
Holger Freyther [Tue, 19 May 2009 08:02:55 +0000 (10:02 +0200)]
bitbake: [parser] Move methodflags over to the ast

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: [parser] Build fix
Richard Purdie [Fri, 12 Feb 2010 17:45:51 +0000 (17:45 +0000)]
bitbake: [parser] Build fix

(Bitbake rev: 9c97696f37499b4d0ec5c034c51e4cf6bc425ba2)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: [parser] Move more statements over the two phase AST
Holger Freyther [Tue, 19 May 2009 07:51:29 +0000 (09:51 +0200)]
bitbake: [parser] Move more statements over the two phase AST

Create the data first, then evaluate on the data dict

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: [parse] Change handling include through the AstNode
Holger Freyther [Tue, 19 May 2009 07:46:42 +0000 (09:46 +0200)]
bitbake: [parse] Change handling include through the AstNode

Disable the recursively evaluating the statement for now
as it is causing problems.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: [parser] Call eval and remove non ast code
Holger Freyther [Tue, 19 May 2009 07:37:41 +0000 (09:37 +0200)]
bitbake: [parser] Call eval and remove non ast code

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: [parser] Call eval immeditaley to test this code
Holger Freyther [Tue, 19 May 2009 07:37:07 +0000 (09:37 +0200)]
bitbake: [parser] Call eval immeditaley to test this code

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: [parser] Prepare to cease out getFunc
Holger Freyther [Mon, 18 May 2009 18:03:50 +0000 (20:03 +0200)]
bitbake: [parser] Prepare to cease out getFunc

getFunc is now a method of the data node, hopefully we can kill the other
version soon.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: [parser] Preserve include vs. require behaviour
Richard Purdie [Fri, 12 Feb 2010 14:41:28 +0000 (14:41 +0000)]
bitbake: [parser] Preserve include vs. require behaviour

(Bitbake rev: 6073a5b8e4ca8af8e1a8e0234fad7b08baf76c99)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: [parser] Firs set of AST nodes with construction and eval
Holger Freyther [Mon, 18 May 2009 17:50:14 +0000 (19:50 +0200)]
bitbake: [parser] Firs set of AST nodes with construction and eval

First set of ConfHandling with AST nodes. The include can
use a speed up and things might need to be migrated... into
this class.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: [parser] Add documentation about usage of this code
Holger Freyther [Mon, 18 May 2009 17:53:53 +0000 (19:53 +0200)]
bitbake: [parser] Add documentation about usage of this code

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: [parser] Move the finalise into the ast as well
Holger Freyther [Mon, 18 May 2009 17:56:36 +0000 (19:56 +0200)]
bitbake: [parser] Move the finalise into the ast as well

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: [parser] Cary a Statement Node through the parsing
Holger Freyther [Mon, 18 May 2009 17:24:07 +0000 (19:24 +0200)]
bitbake: [parser] Cary a Statement Node through the parsing

When parsing we will collect a number of statements
that can be evaluated...The plan is to be evaluate
things twice (old+new) and then compare the result,
it should be the same.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: [parser] Move evaluating into the ast class...
Holger Freyther [Fri, 12 Feb 2010 14:14:49 +0000 (14:14 +0000)]
bitbake: [parser] Move evaluating into the ast class...

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: providers.py: sort eligible providers by DEFAULT_PREFERENCE
Bernhard Reutner-Fischer [Mon, 8 Feb 2010 17:50:33 +0000 (18:50 +0100)]
bitbake: providers.py: sort eligible providers by DEFAULT_PREFERENCE

(Bitbake rev: ee9afccf33b220a21b74fab279925eeb4771249b)

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: runqueue.py: improve printing dependent tasks
Bernhard Reutner-Fischer [Mon, 8 Feb 2010 17:50:34 +0000 (18:50 +0100)]
bitbake: runqueue.py: improve printing dependent tasks

Print names instead of Task-IDs (and not mentioning they're task ids).

Previously we printed e.g.:
Dependency loop #1 found:
  Task 89 (/there/src/oe/openembedded/recipes/busybox/busybox-native_1.15.2.bb, do_configure) (depends: Set([88, 282, 92, 87]))

Now we say
Dependency loop #1 found:
  Task 89 (/there/src/oe/openembedded/recipes/busybox/busybox-native_1.15.2.bb, do_configure) (dependent Task-IDs ['busybox-native, do_patch', 'update-rc.d, do_populate_staging', 'busybox-native, do_populate_staging', 'shasum-native.bb, do_populate_staging', 'busybox-native, do_unpack'])

(Bitbake rev: 00eaf76fdc32eb515995b47dfa69eb90ca904b37)

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: taskdata.py: fix typo in debug message
Bernhard Reutner-Fischer [Mon, 8 Feb 2010 17:49:49 +0000 (18:49 +0100)]
bitbake: taskdata.py: fix typo in debug message

(Bitbake rev: 457fb59f10ed59269b8bda3ee53bbeded5d33eb5)

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agosanity.bbclass: Add chrpath to the required utilities
Joshua Lock [Mon, 15 Feb 2010 16:43:38 +0000 (16:43 +0000)]
sanity.bbclass: Add chrpath to the required utilities

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agorelocatable.bbclass: Tidy up class
Joshua Lock [Fri, 12 Feb 2010 17:10:50 +0000 (17:10 +0000)]
relocatable.bbclass: Tidy up class

There was a hard coded path and a spurious variable left in before the last
commit. Whoops ...

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agochrpath: Only set the chrpath binary for the native package
Joshua Lock [Fri, 12 Feb 2010 14:59:26 +0000 (14:59 +0000)]
chrpath: Only set the chrpath binary for the native package

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agorelocatable.bbclass: Improve logic and style
Joshua Lock [Fri, 12 Feb 2010 14:55:32 +0000 (14:55 +0000)]
relocatable.bbclass: Improve logic and style

The initial pass at this class was pretty lame and broke on a lot of native
packages. This rewrite makes the code a lot more dynamic, removing use of hard
coded paths and improving the logic.

The class now runs a chrpath -l over the binary to determine what rpaths are
currently set. It then munges the output and determines relative versions of
each component of the rpath and uses chrpath -r to set them.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agobitbake: utils.py: Don't error if an exported environment variable is unset (i.e...
Richard Purdie [Fri, 12 Feb 2010 13:50:19 +0000 (13:50 +0000)]
bitbake: utils.py: Don't error if an exported environment variable is unset (i.e. None)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agorelocatable.bbclass: remove hard-coded rpaths from native binaries
Joshua Lock [Thu, 11 Feb 2010 16:11:01 +0000 (16:11 +0000)]
relocatable.bbclass: remove hard-coded rpaths from native binaries

The relocatable path will pre-process built binaries in SYSROOT_DESTDIR and
replace any harcoded dynamic link rpaths with relative paths.

Add an inherit of class in native.bbclass to make our native packages
relocatable and tweak the chrpath recipe so that the native package can make
itself relocatable with the just built chrpath binary.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agoxserver-nodm-init: Make sure kdrive servers have the console keyboard enabled
Richard Purdie [Thu, 11 Feb 2010 16:09:49 +0000 (16:09 +0000)]
xserver-nodm-init: Make sure kdrive servers have the console keyboard enabled

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoxserver-kdrive: Add keyboard fix (partially from OE.dev
Richard Purdie [Thu, 11 Feb 2010 16:06:46 +0000 (16:06 +0000)]
xserver-kdrive: Add keyboard fix (partially from OE.dev

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agopreferred-xorg-versions: Update xserver-kdrive version
Richard Purdie [Thu, 11 Feb 2010 12:18:55 +0000 (12:18 +0000)]
preferred-xorg-versions: Update xserver-kdrive version

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoxserver-xf86: Drop old versions and update xserver-xf86-lite version
Richard Purdie [Thu, 11 Feb 2010 12:18:25 +0000 (12:18 +0000)]
xserver-xf86: Drop old versions and update xserver-xf86-lite version

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoxserver-kdrive: Add 1.7.99.2
Richard Purdie [Thu, 11 Feb 2010 12:15:06 +0000 (12:15 +0000)]
xserver-kdrive: Add 1.7.99.2

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agocalibrateproto: Add missing length fields to X_Replies
Richard Purdie [Thu, 11 Feb 2010 12:10:39 +0000 (12:10 +0000)]
calibrateproto: Add missing length fields to X_Replies

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agosharp-flash-header: Convert from leagacy staging
Richard Purdie [Thu, 11 Feb 2010 09:51:55 +0000 (09:51 +0000)]
sharp-flash-header: Convert from leagacy staging

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobinutils: Apply cross compiling changes to libtool since we don't autoreconf
Richard Purdie [Thu, 11 Feb 2010 09:51:23 +0000 (09:51 +0000)]
binutils: Apply cross compiling changes to libtool since we don't autoreconf

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agokeymaps: Use RDEPENDS_${PN}
Richard Purdie [Thu, 11 Feb 2010 09:50:34 +0000 (09:50 +0000)]
keymaps: Use RDEPENDS_${PN}

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agolinux-libc-headers: extend nativesdk for 2.6.29
Joshua Lock [Wed, 10 Feb 2010 22:57:20 +0000 (22:57 +0000)]
linux-libc-headers: extend nativesdk for 2.6.29

2.6.29 is the PREFERRED_VERSION of linux-libc-headers for ditro=poky but there
was no buildable recipe for that version. Fix this with a simple BBCLASSEXTEND

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agopreferred-xorg-versions.inc: bump preferred util-macros
Joshua Lock [Wed, 10 Feb 2010 22:51:14 +0000 (22:51 +0000)]
preferred-xorg-versions.inc: bump preferred util-macros

We no longer have a recipe for 1.5.0 so bump to 1.6.0

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agobitbake: BBHandler: pass lineno and fn to handleMethod
Khem Raj [Sat, 23 Jan 2010 03:23:00 +0000 (19:23 -0800)]
bitbake: BBHandler: pass lineno and fn to handleMethod

* lineno and fn are needed in handleMethod
  to restore the functionality as it was before.

(Bitbake rev: ac6792045959cfee56279c1c4597521e990848e7)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Chris Larson <clarson@kergoth.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: parse_py/ConfHandler.py: missing colon after else
Martin Jansa [Fri, 22 Jan 2010 13:20:17 +0000 (14:20 +0100)]
bitbake: parse_py/ConfHandler.py: missing colon after else

(Bitbake rev: d520ae0764016906ff61ec33b14eabc908aa8408)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: ConfHandler: Fix require vs. include behaviour
Richard Purdie [Thu, 21 Jan 2010 13:14:25 +0000 (13:14 +0000)]
bitbake: ConfHandler: Fix require vs. include behaviour

(Bitbake rev: 824a032672c8673cae28e492aa916a4750b94efa)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: [parser] Move more stuff out the feeder
Holger Freyther [Sun, 17 May 2009 13:56:40 +0000 (15:56 +0200)]
bitbake: [parser] Move more stuff out the feeder

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: [parse] Move inherit handling to method
Holger Freyther [Sun, 17 May 2009 11:00:42 +0000 (13:00 +0200)]
bitbake: [parse] Move inherit handling to method

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: [parsers] Move out more functions
Holger Freyther [Sun, 17 May 2009 10:55:18 +0000 (12:55 +0200)]
bitbake: [parsers] Move out more functions

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: [parser] Move more stuff out to separate methods...
Holger Freyther [Sun, 17 May 2009 10:42:43 +0000 (12:42 +0200)]
bitbake: [parser] Move more stuff out to separate methods...

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: [parser] Move the handling of a method to a function
Holger Freyther [Sun, 17 May 2009 10:32:36 +0000 (12:32 +0200)]
bitbake: [parser] Move the handling of a method to a function

We want to convert this into a proper AST. So move all
such operations to methods... Later change them to generate
a node... and create that node from here.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: [parse] Unify opening a file...
Holger Freyther [Sun, 17 May 2009 04:19:39 +0000 (06:19 +0200)]
bitbake: [parse] Unify opening a file...

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: [parser] Kill obtain/localpath from the parser
Holger Freyther [Sun, 17 May 2009 04:06:14 +0000 (06:06 +0200)]
bitbake: [parser] Kill obtain/localpath from the parser

With obtain it was possible to use an existing fetcher to
download a bb or config file. In practive no one has used it
and it was likely broken in regard to depends_cache... Remove
it for now, simplfiy the code.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: usermanual.xml: Add section for ?= var setting.
Theodore A. Roth [Mon, 2 Mar 2009 20:08:09 +0000 (12:08 -0800)]
bitbake: usermanual.xml: Add section for ?= var setting.

(Bitbake rev: df8309c11a43a9488ca25ec114a2dd3d49b041ff)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agodistros: set xserver-xf86 as default PREFERRED_PROVIDER for virtual/xserver
Joshua Lock [Wed, 10 Feb 2010 14:29:36 +0000 (14:29 +0000)]
distros: set xserver-xf86 as default PREFERRED_PROVIDER for virtual/xserver

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agoqemux86: fix setting of preferred provider for virtual/xserver
Joshua Lock [Wed, 10 Feb 2010 14:27:21 +0000 (14:27 +0000)]
qemux86: fix setting of preferred provider for virtual/xserver

Change the virtual/xserver preferred provider in qemu.inc to a soft assign and
set preferred provider in qemux86 before the require so that the value is retained.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agomoblin-fixed-revisions: bump libdrm version
Joshua Lock [Wed, 10 Feb 2010 14:05:10 +0000 (14:05 +0000)]
moblin-fixed-revisions: bump libdrm version

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agopreferred-xorg-versions: increase various components to match Moblin distro
Joshua Lock [Wed, 10 Feb 2010 14:02:50 +0000 (14:02 +0000)]
preferred-xorg-versions: increase various components to match Moblin distro

Switch to using xserver-xf86-dri-lite 1.7.99.2 and the updated dependencies it
requires by default.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agolibdrm: bump version to 2.4.17 as required by mesa 7.7
Joshua Lock [Wed, 10 Feb 2010 14:01:46 +0000 (14:01 +0000)]
libdrm: bump version to 2.4.17 as required by mesa 7.7

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agopoky-default: bump preferred glibc version to 2.9 for Poky distro
Joshua Lock [Tue, 9 Feb 2010 12:19:03 +0000 (12:19 +0000)]
poky-default: bump preferred glibc version to 2.9 for Poky distro

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agoofono: bump to 0.17
Joshua Lock [Sun, 7 Feb 2010 12:20:39 +0000 (12:20 +0000)]
ofono: bump to 0.17

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agoconnman: bump to 0.48
Joshua Lock [Sun, 7 Feb 2010 12:20:23 +0000 (12:20 +0000)]
connman: bump to 0.48

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agoeds-dbus: Fix DEPENDS, add gnome-keyring and use libsoup-2.4 not libsoup
Joshua Lock [Tue, 9 Feb 2010 16:17:42 +0000 (16:17 +0000)]
eds-dbus: Fix DEPENDS, add gnome-keyring and use libsoup-2.4 not libsoup

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agolibpcap: Fix PR
Joshua Lock [Tue, 9 Feb 2010 16:13:37 +0000 (16:13 +0000)]
libpcap: Fix PR

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agolibpcap: fix configure with newer autofoo and fix inherit
Joshua Lock [Tue, 9 Feb 2010 15:23:19 +0000 (15:23 +0000)]
libpcap: fix configure with newer autofoo and fix inherit

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agoxorg-macros: 1.5.0 -> 1.6.0
Richard Purdie [Tue, 9 Feb 2010 14:10:26 +0000 (14:10 +0000)]
xorg-macros: 1.5.0 -> 1.6.0

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agomoblin-panel-myzone: Add DEPENDS on libical
Richard Purdie [Fri, 5 Feb 2010 16:03:10 +0000 (16:03 +0000)]
moblin-panel-myzone: Add DEPENDS on libical

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agolibical: Add from OE.dev with cleanup
Richard Purdie [Fri, 5 Feb 2010 15:58:21 +0000 (15:58 +0000)]
libical: Add from OE.dev with cleanup

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>