]>
code.ossystems Code Review - openembedded-core.git/log
Chris Larson [Wed, 24 Mar 2010 03:33:19 +0000 (20:33 -0700)]
bb.utils: utilize string.letters and string.digits
(Bitbake rev:
7af05cba87ec9f3ea5e53689b3d9f0a63784d1b5 )
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Wed, 24 Mar 2010 17:31:06 +0000 (10:31 -0700)]
bb.which: fix broken direction/reverse argument
(Bitbake rev:
4725d83f532cad96168aa9affdedb33b6fc897b7 )
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Wed, 24 Mar 2010 03:24:32 +0000 (20:24 -0700)]
crumbs: fix hassattr typo
(Bitbake rev:
5593de13a18792e36d15dfd2a9579b36284e4d67 )
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Sat, 20 Mar 2010 00:22:19 +0000 (17:22 -0700)]
Implement BBVERSIONS
This implements a feature similar to BBCLASSEXTEND, but for generating
multiple versions of a given recipe. For example: BBVERSIONS = "1.0 2.0 git".
In addition to the above, one can utilize [a-b] style patterns, and can have a
:<basever> postfix, which allows you to essentially name the range of
versions. Both the current version and the basever end up in OVERRIDES, and
the basever gets placed into the BPV variable. The default BPV, if none is
specified, is the original PV of the recipe, before bbversions processing.
In this way, you can do things like:
BBVERSIONS = "1.0.[0-6]:1.0.0+
1.0.[7-9]:1.0.7+"
SRC_URI_append_1.0.7+ = "file://some_extra_patch.patch;patch=1"
Or you can create a recipe per range, and name the recipe file as such: nano_1.0.7+.bb.
(Bitbake rev:
4ee9a56e16f1eb3c1649eaa3127b09ab0e93d1ec )
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Mon, 22 Mar 2010 17:58:27 +0000 (17:58 +0000)]
usermanual.xml: Add documentation on bblayers.conf
(Bitbake rev:
879229d12c2830dba9e0cb794e61e3c698b8dcc7 )
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Enrico Scholz [Sun, 21 Mar 2010 22:25:25 +0000 (23:25 +0100)]
Expand PREMIRRORS
When not expanding PREMIRRORS, the functions fails/does not work correctly
when PREMIRRORS is not a plain string (e.g. contains ${...} or a ${@...}
statements).
(Bitbake rev:
d612d22b073f68b8cf1bb7344e0487820040d80d )
Signed-off-by: Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Signed-off-by: Chris Larson <clarson@kergoth.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Bernhard Reutner-Fischer [Sat, 13 Mar 2010 11:01:38 +0000 (12:01 +0100)]
utils: improve wording of error message
(Bitbake rev:
b2486ec57c6a7adf09d0960fdf6727881b324d2f )
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Chris Larson <clarson@kergoth.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 25 Mar 2010 17:09:15 +0000 (17:09 +0000)]
bootimg.bbclass: Fix dependency name
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 25 Mar 2010 14:09:24 +0000 (14:09 +0000)]
parted: Add BBCLASSEXTEND native
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 25 Mar 2010 14:09:06 +0000 (14:09 +0000)]
bootimg/boot-directdisk.bbclass: Update afer syslinux changes, fix mbr.bin location and fix dependencies
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 25 Mar 2010 14:08:12 +0000 (14:08 +0000)]
syslinux: Convert to BBCLASSEXTEND, clean up recipe and staging function
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 25 Mar 2010 11:59:12 +0000 (11:59 +0000)]
scm-revisions: Always use ??= operator
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 25 Mar 2010 11:56:08 +0000 (11:56 +0000)]
meta-openmoko: Add layer configuration
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 25 Mar 2010 11:52:31 +0000 (11:52 +0000)]
meta-moblin/layer.conf: Fix layer location
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 25 Mar 2010 11:48:44 +0000 (11:48 +0000)]
meta-extras: Add layer configuration
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 25 Mar 2010 11:45:13 +0000 (11:45 +0000)]
poky-image-minimal-directdisk: Add directdisk image example
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 25 Mar 2010 11:44:25 +0000 (11:44 +0000)]
boot-directdisk.bbclass: Add direct disk image creation class
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 25 Mar 2010 11:36:40 +0000 (11:36 +0000)]
bootimg.bbclass: Improve documentation
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Tue, 23 Mar 2010 22:33:02 +0000 (22:33 +0000)]
bitbake: Gross hack to fix packaged-staging with BBCLASSEXTEND packages
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Tue, 23 Mar 2010 21:59:06 +0000 (21:59 +0000)]
packaged-staging.bbclass: Revert accidental damage
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Tue, 23 Mar 2010 21:56:21 +0000 (21:56 +0000)]
packaged-staging.bbclass: Fix mkdir to actually create the destination directory
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Tue, 23 Mar 2010 16:57:33 +0000 (16:57 +0000)]
encdev-native: Convert to BBCLASSEXTEND
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Joshua Lock [Tue, 23 Mar 2010 14:17:58 +0000 (14:17 +0000)]
yum: Update yum and createrepo to latest version
Also switch Yum to using BBCLASSEXTEND rather than having separate native and
host recipes.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Tue, 23 Mar 2010 12:25:47 +0000 (12:25 +0000)]
.gitignore: ignore bblayers.conf
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Tue, 23 Mar 2010 12:24:14 +0000 (12:24 +0000)]
linux-nokia800_2.6.21: Remove legacy staging function
The recently added kernels for the N800 include legacy staging functions,
update them to follow the new world order.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Tue, 23 Mar 2010 12:23:31 +0000 (12:23 +0000)]
u-boot: remove legacy staging
A recent commit seems to have introduced a legacy staging function, remove it
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Mon, 22 Mar 2010 18:18:50 +0000 (18:18 +0000)]
fakechroot: Update to 2.9 and add a patch from Debian
This update includes a refresh of our existing readlink patch and a (trimmed)
copy of the patch Debian are shipping in their package which includes
unreleased fixes from SVN for building against more recent glibc.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Richard Purdie [Mon, 22 Mar 2010 23:54:41 +0000 (23:54 +0000)]
pseudo: Add recipe
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Mon, 22 Mar 2010 23:40:15 +0000 (23:40 +0000)]
layer.conf: Fix filename conflict
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Mon, 22 Mar 2010 23:35:48 +0000 (23:35 +0000)]
Move default SCM versions into separate meta directory specific files to improve maintainability
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Mon, 22 Mar 2010 18:11:41 +0000 (18:11 +0000)]
Switch to bblayers configuration
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Mon, 22 Mar 2010 17:48:31 +0000 (17:48 +0000)]
bitbake/cooker.py: Add support for a bblayers.conf file
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Mon, 22 Mar 2010 17:12:38 +0000 (17:12 +0000)]
utility-tasks.bbclass: Remove unneeded base_ prefix since we don't EXPORT these functions any longer
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Mon, 22 Mar 2010 15:09:07 +0000 (15:09 +0000)]
bitbake/providers: Fix merge error
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Bernhard Reutner-Fischer [Mon, 1 Mar 2010 08:20:29 +0000 (09:20 +0100)]
cooker: bail out early if no files to build
This prevents a misleading backtrace:
ERROR: no files to build.
Command execution failed: Traceback (most recent call last):
File ".../bitbake/build/lib/bb/command.py", line 83, in runAsyncCommand
self.cooker.updateCache()
File ".../bitbake/build/lib/bb/cooker.py", line 779, in updateCache
if not self.parser.parse_next():
File ".../bitbake/build/lib/bb/cooker.py", line 969, in parse_next
cooker.bb_cache.sync()
UnboundLocalError: local variable 'cooker' referenced before assignment
(Bitbake rev:
060ef3d957615b7eb1209dc0d01ebeb53f8c4edc )
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Chris Larson <clarson@kergoth.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Mon, 1 Mar 2010 23:45:15 +0000 (18:45 -0500)]
Fix issues with BBCLASSEXTEND set by anonymous python, and rename some variables to improve code clarity
(Bitbake rev:
3062e96181fe845cfd286990b0216888ddd3d228 )
Signed-off-by: Chris Larson <clarson@kergoth.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Thu, 25 Feb 2010 16:42:28 +0000 (09:42 -0700)]
Implement ??= operator
??= is a lazy, conditional assignment. Whereas a ?= immediately assigns to
the variable if the variable has not yet been set, ??= does not apply the
default assignment until the end of the parse. As a result, the final ??= for
a given variable is used, as opposed to the first as in ?=.
Note that the initial implementation relies upon finalise() to apply the
defaults, so a "bitbake -e" without specifying a recipe will not show the
defaults as set by ??=. Moving application of the default into getVar adds
too large a performance hit. We may want to revisit this later.
(Bitbake rev:
74f50fbca194c9c72bd2a540f4b9de458cb08e2d )
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Thu, 11 Jun 2009 20:10:04 +0000 (13:10 -0700)]
Avoid unnecessary calls to keys() when iterating over dictionaries.
dict objects provide an __iter__ method for the iteration which gives you the
keys, so calling keys directly is unnecessary, and isn't really a best
practice. The only time you really need to call the keys is if there's a
danger of the dict changing out from underneith you, either due to external
forces or due to modification of the iterable in the loop. Iterations over
os.environ are apparently subject to such changes, so they must continue to
use keys().
As an aside, also switches a couple spots to using sorted() rather than
creating a temporary list with keys() and sorting that.
(Bitbake rev:
5b6ccb16c6e71e23dac6920cd2df994d67c2587b )
Signed-off-by: Chris Larson <clarson@mvista.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Bernhard Reutner-Fischer [Thu, 25 Feb 2010 13:21:21 +0000 (14:21 +0100)]
knotty: tweak failure phrase
..to make copy and paste of the logfile easier.
(Bitbake rev:
446cc0cebd4daff7f849717f4cb89ac1b4c6b755 )
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Chris Larson <clarson@kergoth.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Wed, 24 Feb 2010 16:32:26 +0000 (09:32 -0700)]
Fix ud.basecmd error introduced by the FETCHCMD_git commit
(Bitbake rev:
0bbcbe3548f39ca46c5aa3bf1a8681026e51cbf0 )
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Tom Rini [Wed, 24 Feb 2010 14:19:24 +0000 (07:19 -0700)]
Add initial 'repo' fetcher
(Bitbake rev:
f68406e864c9837feb56cbec993b620481445cc2 )
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Tue, 23 Feb 2010 18:55:43 +0000 (11:55 -0700)]
Re-getVar BBCLASSEXTEND after finalise()
This ensures that an anonymous python function is able to manipulate the
BBCLASSEXTEND contents, and, therefore, amend.inc files are able to add to it.
(Bitbake rev:
c7d038d404afaf4ce3735af5134163759da6f6ef )
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Fri, 19 Feb 2010 23:26:33 +0000 (16:26 -0700)]
Error early if BBPATH is unset, rather than falling back to share/bitbake
Better to error as early as possible rather than experience strange behavior
resulting from the use of the largely useless stock bitbake.conf/base.bbclass.
(Bitbake rev:
641e6cf3ec3ab4d26929cf4d2a3704ff07eed4d6 )
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Mon, 20 Jul 2009 04:57:09 +0000 (21:57 -0700)]
Kill unused projectdir in bb package.
(Bitbake rev:
79b93e6929c5feeb1ad05bd17f589c69f00b77f6 )
Signed-off-by: Chris Larson <clarson@mvista.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Sun, 19 Jul 2009 17:07:00 +0000 (10:07 -0700)]
Fix msg usage in the moved utility functions.
(Bitbake rev:
686288444d22091dee66e20ec49b9c53f8c980b7 )
Signed-off-by: Chris Larson <clarson@kergoth.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Sun, 19 Jul 2009 17:05:52 +0000 (10:05 -0700)]
Move most utility functions from bb into bb.utils.
(Bitbake rev:
ff720ec59b30671c951dbf3b96df10ef56b8b505 )
Signed-off-by: Chris Larson <clarson@kergoth.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Sun, 19 Jul 2009 16:54:46 +0000 (09:54 -0700)]
Move compat imports in the bb package to avoid circular dep issues.
(Bitbake rev:
b66c129edc7d78fed9d41b0c634744ec81931b21 )
Signed-off-by: Chris Larson <clarson@kergoth.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Sun, 19 Jul 2009 16:51:29 +0000 (09:51 -0700)]
Move encodeurl, decodeurl into bb.fetch.
(Bitbake rev:
867d36f9afce2d298874ac7563e5b3852ef04659 )
Signed-off-by: Chris Larson <clarson@kergoth.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Sun, 19 Jul 2009 16:49:36 +0000 (09:49 -0700)]
Move MalformedUrl, VarExpandError into appropriate modules.
(Bitbake rev:
e616483b237dafff7f90ba1c09e9ee7c383a2e47 )
Signed-off-by: Chris Larson <clarson@kergoth.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Martyn Welch [Tue, 26 Jan 2010 14:35:51 +0000 (14:35 +0000)]
Add FETCHCMD parameter for git
The Git fetcher currently hardwires the git command to "git". Allow the
path and any additional wrappers to the Git command to be provided via
FETCHCMD functionality, as with some of the other fetchers.
If FETCHCMD_git is not define in bitbake.conf, the fetcher defaults to "git".
(Bitbake rev:
f3afb79ecac30d973a3c62ff6baf28d8b7388a24 )
Signed-off-by: Malcolm Crossley <malcolm.crossley@ge.com>
Signed-off-by: Martyn Welch <martyn.welch@ge.com>
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 18 Mar 2010 19:57:10 +0000 (19:57 +0000)]
sanity.bbclass: Add a note about using dpkg-reconfigure
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Fri, 19 Mar 2010 23:12:06 +0000 (23:12 +0000)]
base.bbclass: Split up as per the patch in OE.dev by Chris Larson making code more readable and modularised
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Fri, 19 Mar 2010 22:53:21 +0000 (22:53 +0000)]
base.bbclass: Really drop siteinfo by default
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Fri, 19 Mar 2010 18:08:35 +0000 (18:08 +0000)]
base.bbclass: Don't inherit siteinfo in base.bbclass [based on an OE patch from Chris Larson]
Richard Purdie [Fri, 19 Mar 2010 17:50:36 +0000 (17:50 +0000)]
.gitignore: Add handbook generated files to the ignore list
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Joshua Lock [Fri, 19 Mar 2010 15:26:53 +0000 (15:26 +0000)]
xcmsdb: Add libxdmcp to DEPENDS
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Fri, 19 Mar 2010 14:59:49 +0000 (14:59 +0000)]
claws-mail: Fix building with new automake
Having the same file listed multiple times in Makefile.am breaks with new
Autotools
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Fri, 19 Mar 2010 13:01:57 +0000 (13:01 +0000)]
poky-fixed-revisions: Bump twitter-glib to a buildable version
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Fri, 19 Mar 2010 12:24:35 +0000 (12:24 +0000)]
poky-fixed-revisions: Align Clutter revisions with Moblin distro
Primarily to pull in a newer Clutter, which works fixes a build error, but new
versions of software are nice anyway...
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Fri, 19 Mar 2010 12:19:54 +0000 (12:19 +0000)]
clutter: Fix building version 0.8
Fix building of Clutter with new Automake
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Wed, 17 Mar 2010 18:18:38 +0000 (18:18 +0000)]
syncevolution: Fix DEPENDS
Add eds-dbus and gnome-keyring
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Wed, 17 Mar 2010 18:04:23 +0000 (18:04 +0000)]
libsynthesis: Fix DEPENDS
Add sqlite3 and zlib
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Wed, 17 Mar 2010 16:30:59 +0000 (16:30 +0000)]
luit: add libxdmcp to DEPENDS
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Wed, 17 Mar 2010 15:42:45 +0000 (15:42 +0000)]
libxscrnsaver: bump version to 1.2.0
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Wed, 17 Mar 2010 15:37:13 +0000 (15:37 +0000)]
liblbxutil: Bump version and fix dependencies
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Fri, 19 Mar 2010 10:23:23 +0000 (10:23 +0000)]
handbook: remove OpenedHand contact information
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Richard Purdie [Thu, 18 Mar 2010 23:47:48 +0000 (23:47 +0000)]
handbook: Add a section on extending images using packages
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 18 Mar 2010 23:31:35 +0000 (23:31 +0000)]
handbook: Publishing tweaks
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 18 Mar 2010 23:23:25 +0000 (23:23 +0000)]
handbook: Add missing tag
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 18 Mar 2010 21:40:11 +0000 (21:40 +0000)]
handbook/faq: Add entry about building on NTFS
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 18 Mar 2010 21:33:02 +0000 (21:33 +0000)]
task-poky: No longer need to exclude pcmanfm on powerpc
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Gary Thomas [Wed, 17 Mar 2010 13:19:37 +0000 (07:19 -0600)]
pcmanfm: Allow package to build on PowerPC
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Graeme Gregory [Thu, 18 Mar 2010 20:14:20 +0000 (20:14 +0000)]
zoom2.conf : switch to using the TI integration tree for kernel
Signed-off-by: Graeme Gregory <gg@slimlogic.co.uk>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Graeme Gregory [Thu, 18 Mar 2010 20:13:04 +0000 (20:13 +0000)]
linux-omap-zoomsync_2.6.32.bb : add kernel from TI zoom2 integration tree
This is the latest code from dev.omapzoom.org and is also what OE is using
for zoom2 machine.
Signed-off-by: Graeme Gregory <gg@slimlogic.co.uk>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 18 Mar 2010 20:58:34 +0000 (20:58 +0000)]
bison: 2.0 -> 2.3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Joshua Lock [Thu, 18 Mar 2010 16:08:11 +0000 (16:08 +0000)]
handbook: Correction, we're building QEMU x86 not QEMU Arm image
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Thu, 18 Mar 2010 15:45:53 +0000 (15:45 +0000)]
handbook: update references of stable version number
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Richard Purdie [Thu, 18 Mar 2010 15:50:08 +0000 (15:50 +0000)]
handbook: Clean up OpenedHand references
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 18 Mar 2010 15:37:59 +0000 (15:37 +0000)]
handbook: Various tweaks for recent fop/pdf generation
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 18 Mar 2010 15:36:58 +0000 (15:36 +0000)]
poky-doc-tools: Update to work with fop >= 0.95
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Tue, 16 Mar 2010 11:36:00 +0000 (11:36 +0000)]
eds-dbus: Add parallel make fixes from Pango
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Mon, 15 Mar 2010 17:18:38 +0000 (17:18 +0000)]
task-poky: Disable pcmanfm on powerpc (until confirmed it works)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Mon, 15 Mar 2010 13:00:46 +0000 (13:00 +0000)]
Add i686 SDK machine
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Mon, 15 Mar 2010 12:55:47 +0000 (12:55 +0000)]
bitbake fetch/__init__.py: Failing urls should raise errors, not fatal exceptions
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Joshua Lock [Fri, 5 Mar 2010 08:35:46 +0000 (08:35 +0000)]
packaged-staging: tweak previous fix to accomodate possible changes to CROSS_DIR
This change, suggested by Chris Larson, ensures that the fix works even if the
definition of CROSS_DIR changes.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>