scm/bb/tizen-distro.git
12 years agogdk-pixbuf: upgrade to 2.24.6
Martin Jansa [Fri, 30 Sep 2011 15:43:26 +0000 (17:43 +0200)]
gdk-pixbuf: upgrade to 2.24.6

* older version doesn't build with glib-2.30.0

(From OE-Core rev: 169a524d86ee0647b9ecf8b9a70c750df6582a1a)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agozlib: fix inverted LFS logic
Martin Jansa [Fri, 30 Sep 2011 15:43:25 +0000 (17:43 +0200)]
zlib: fix inverted LFS logic

(From OE-Core rev: 6dd3f5c2f300c9cb5b6dbe2afe67323fc6f44c3e)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agogstreamer: upgrade to 0.10.35
Martin Jansa [Fri, 30 Sep 2011 15:43:24 +0000 (17:43 +0200)]
gstreamer: upgrade to 0.10.35

(From OE-Core rev: 4b469908a15dc3730e75740c106f3ae89ba51b99)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolibglade: add gdk-pixbuf dependency
Martin Jansa [Fri, 30 Sep 2011 15:43:23 +0000 (17:43 +0200)]
libglade: add gdk-pixbuf dependency

(From OE-Core rev: eb709fceacab3ec33f38694d6238b96cb0474848)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoUse useradd and update-rc.d classes in the OpenSSH recipe
Julian Pidancet [Fri, 7 Oct 2011 00:13:41 +0000 (01:13 +0100)]
Use useradd and update-rc.d classes in the OpenSSH recipe

The current sshd postinst and postrm scripts in the OpenSSH make the
package dependant of the adduser/addgroup scripts which may not be
available on all systems.

This patch replaces the sshd postinst and postrm scripts with proper
usage of the useradd and update-rc.d classes.

This patch had been modified from the previous proposed version to
use useradd long options for more clarity.

(From OE-Core rev: 6b7f399d595ef58e759dab211f4ece155119a680)

Signed-off-by: Julian Pidancet <julian.pidancet@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoFix the --root option in shadow-native programs
Julian Pidancet [Fri, 7 Oct 2011 00:13:40 +0000 (01:13 +0100)]
Fix the --root option in shadow-native programs

The add_root_cmd_options.patch that we apply to shadow-native allow the
various programs from the shadow utility package to chroot() so they can
be used to modify etc/passwd and etc/group if they are located in a
sysroot.

Some of the shadow programs (gpasswd, useradd and usermod) need to parse
the command line in two passes. But we can't use getopt_long() twice
because getopt_long() reorders the command line arguments, and
consequently corrupts the option parsing during the second pass.

This patch fixes this issue by replacing the first pass by a very simple
manual walk of the command line to handle the --root argument.

This change is a patch of another patch, I apologize if it is
difficult to read. But IMHO it wouldn't make sense to put the patch for
this issue in another separated file.

The --root options in groupadd and useradd are needed to make the
useradd class work, and this issue was preventing to use useradd and
groupadd long options while using the class.

(From OE-Core rev: 6e9e19b18597103d8fe09f258cfd9904bb5f1c27)

Signed-off-by: Julian Pidancet <julian.pidancet@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoAllow user mode NFS server to run without rpcbind / portmap
Jason Wessel [Wed, 5 Oct 2011 15:26:30 +0000 (10:26 -0500)]
Allow user mode NFS server to run without rpcbind / portmap

and nfsroot mount without the need to talk to an RPC info
server as long as the port numbers for mountd and nfsd
are known in advance.

This patch updates the qemu startup scripts and the
user mode NFS server to have the ability to start
without the need to use rpcbind or portmap services.

(From OE-Core rev: 3b1346c607c41a2d592c48594457c32153cb2314)

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agofont-alias: Convert to use allarch including a patch to disable compiler checks
Richard Purdie [Fri, 7 Oct 2011 14:13:10 +0000 (15:13 +0100)]
font-alias: Convert to use allarch including a patch to disable compiler checks

(From OE-Core rev: b0c111fd15be671be77ce886e28c05835f159ce6)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agohicolor-icon-theme: Convert to allarch
Richard Purdie [Fri, 7 Oct 2011 14:11:57 +0000 (15:11 +0100)]
hicolor-icon-theme: Convert to allarch

(From OE-Core rev: 52b39699a3ec5f4e95262cf8d1be1342e03d5769)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agogcc/binutils: Disable NLS/gettext dependencies
Richard Purdie [Fri, 7 Oct 2011 13:19:15 +0000 (14:19 +0100)]
gcc/binutils: Disable NLS/gettext dependencies

We force the C locale when running builds for determinstic error messages. We
therefore have no need to NLS support in binutils cross or gcc cross.

We also don't need the standard base/autotools dependencies for our
toolchain components since we don't autoreconf these.

This patch turns off nls and cleans up some of the dependencies resulting
in a slightly less convoluted set of build dependencies.

(From OE-Core rev: 54a3e2ee37003fc56af0339f857b0b6442790c26)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolibc-package.bbclass: Use a makefile for locale gernation to increase parallelization
Richard Purdie [Fri, 7 Oct 2011 12:25:44 +0000 (13:25 +0100)]
libc-package.bbclass: Use a makefile for locale gernation to increase parallelization

We can generate the locales in parallel. The easiest way to do this is
generate a Makefile and then run this with our usual parallel make
options.

[YOCTO #1554]

(From OE-Core rev: 6ce8d028f2a542eceb270aeb511929953a859d39)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoconnman: Drop hal dependency and udev configure option, neither is used
Richard Purdie [Fri, 7 Oct 2011 10:17:45 +0000 (11:17 +0100)]
connman: Drop hal dependency and udev configure option, neither is used

(From OE-Core rev: d5be373b9d967a58d33e71e440daaaca6444987a)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agotask-core-basic: Drop hal dependency, its deprecated
Richard Purdie [Fri, 7 Oct 2011 10:16:54 +0000 (11:16 +0100)]
task-core-basic: Drop hal dependency, its deprecated

(From OE-Core rev: 8a6ec042d73c82b657ee5e7b785e5eba3958788e)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoqt-demo-init/linux-firmware/adt-installer: Convert to Use allarch class file
Richard Purdie [Fri, 7 Oct 2011 13:03:20 +0000 (14:03 +0100)]
qt-demo-init/linux-firmware/adt-installer: Convert to Use allarch class file

(From OE-Core rev: 75d5e1abb9b1ef9e21be3ec270a7ed43d157d734)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agognutls: Disable p11-kit dependency explicitly to resolve build failures
Richard Purdie [Fri, 7 Oct 2011 13:04:18 +0000 (14:04 +0100)]
gnutls: Disable p11-kit dependency explicitly to resolve build failures

(From OE-Core rev: 808b3123e359f1aebabb8af44694275e4075e031)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomutter: update to 2.29.1 and fix SRC_URI
Joshua Lock [Thu, 6 Oct 2011 22:11:07 +0000 (15:11 -0700)]
mutter: update to 2.29.1 and fix SRC_URI

mutter has been hosted by the gnome community for some time now, update the
recipe to use the new SRC_URI and a more recernt version - this is the last
version to support Gtk+ 2.

(From OE-Core rev: 0d7d464bc66318684f85d9b725a0a5ab62a09224)

Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopkgconfig: Fix logic that was accidently leaving legacy pkg-config functionality...
Richard Purdie [Wed, 5 Oct 2011 17:59:31 +0000 (18:59 +0100)]
pkgconfig: Fix logic that was accidently leaving legacy pkg-config functionality enabled

(From OE-Core rev: aa816b0aaf39dc6f822114df0bd6d4dd62fce0b8)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoutil-linux: split fsck* into its own subpackage
Koen Kooi [Thu, 6 Oct 2011 14:59:45 +0000 (16:59 +0200)]
util-linux: split fsck* into its own subpackage

This will allow systemd to run /sbin/fsck without dragging in all of util-linux

(From OE-Core rev: 4c95779fe1297b06adc705de30dca4e3570084ae)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoacl/attr: don't make symlink if base_libdir = libdir
Saul Wold [Thu, 6 Oct 2011 18:25:56 +0000 (11:25 -0700)]
acl/attr: don't make symlink if base_libdir = libdir

(From OE-Core rev: 46cd3527217821a7e9a8223dc45a43294b6c5e8d)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agodistro_tracking: Updates
Saul Wold [Wed, 5 Oct 2011 03:54:15 +0000 (20:54 -0700)]
distro_tracking: Updates

(From OE-Core rev: faaf7cc699e77454fc1e41e380655b99c05a19a0)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolsof: Update to 4.84
Saul Wold [Wed, 5 Oct 2011 00:53:29 +0000 (17:53 -0700)]
lsof: Update to 4.84

(From OE-Core rev: ef691e90b98d5044f96d1aca7aa0ee5faa725b0f)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agotzdata: Update to 2011k
Saul Wold [Wed, 5 Oct 2011 00:53:11 +0000 (17:53 -0700)]
tzdata: Update to 2011k

(From OE-Core rev: 6b77b75ec8552c5e7aa90f81e7b272f24df31058)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agognutls: Update to 2.12.11
Saul Wold [Wed, 5 Oct 2011 00:52:16 +0000 (17:52 -0700)]
gnutls: Update to 2.12.11

(From OE-Core rev: c30c193d79437261ea4e2184f200c33cfd554e9e)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopuzzles: Update to latest version
Saul Wold [Wed, 5 Oct 2011 00:17:14 +0000 (17:17 -0700)]
puzzles: Update to latest version

(From OE-Core rev: 447ea27c510df73e94351fac9adf4f37d6cd44b9)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoboost-jam-native: Add SRC_URI Checksum
Saul Wold [Wed, 5 Oct 2011 00:06:34 +0000 (17:06 -0700)]
boost-jam-native: Add SRC_URI Checksum

(From OE-Core rev: e4a1bfbac41e2fbedecc406f0e8c8b20cd22994d)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agogail: Add SRC_URI Checksum
Saul Wold [Wed, 5 Oct 2011 00:04:58 +0000 (17:04 -0700)]
gail: Add SRC_URI Checksum

(From OE-Core rev: d60acd1d3abca20edb9e542de59630ff49100b0c)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agogconf-dbus: Add SRC_URI Checksum
Saul Wold [Wed, 5 Oct 2011 00:04:09 +0000 (17:04 -0700)]
gconf-dbus: Add SRC_URI Checksum

(From OE-Core rev: f29f81827d7fa923f57766bc75796e836d6b1dcd)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoliburi-perl: Add SRC_URI Checksum
Saul Wold [Wed, 5 Oct 2011 00:02:48 +0000 (17:02 -0700)]
liburi-perl: Add SRC_URI Checksum

(From OE-Core rev: 90319541385b9e84b373d2fbbc886ac6474fd4ac)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolibxml-perl: Add SRC_URI Checksum
Saul Wold [Wed, 5 Oct 2011 00:02:08 +0000 (17:02 -0700)]
libxml-perl: Add SRC_URI Checksum

(From OE-Core rev: 49879562d9985da9f7caa2acdd5646eb0363d504)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoicon-naming-utils: Add SRC_URI Checksum
Saul Wold [Tue, 4 Oct 2011 23:59:57 +0000 (16:59 -0700)]
icon-naming-utils: Add SRC_URI Checksum

(From OE-Core rev: c41ab98430739a50cfb72d6bdd25a7935c92b1e7)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomutter: Add SRC_URI Checksum
Saul Wold [Tue, 4 Oct 2011 23:58:32 +0000 (16:58 -0700)]
mutter: Add SRC_URI Checksum

(From OE-Core rev: b051eca254e8e097f58590a33e027403df3db647)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoxserver-kdrive: Add SRC_URI Checksum
Saul Wold [Tue, 4 Oct 2011 23:56:57 +0000 (16:56 -0700)]
xserver-kdrive: Add SRC_URI Checksum

(From OE-Core rev: 46aa62e7f27c3419cfbf20eab4c6d3bb7d7ecd7a)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoclutter-gst-1.6: Add SRC_URI Checksum
Saul Wold [Tue, 4 Oct 2011 23:56:34 +0000 (16:56 -0700)]
clutter-gst-1.6: Add SRC_URI Checksum

(From OE-Core rev: 61490712e37a1d3300eb0da9424ff94e270edb02)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoeds-tools: Convert from BZR to GIT Repo
Saul Wold [Tue, 4 Oct 2011 23:48:21 +0000 (16:48 -0700)]
eds-tools: Convert from BZR to GIT Repo

(From OE-Core rev: b83e4e1aeed115a2b495e54b0122ccf76b4d2eed)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolibx11-diet: Add SRC_URI Checksum
Saul Wold [Tue, 4 Oct 2011 23:53:00 +0000 (16:53 -0700)]
libx11-diet: Add SRC_URI Checksum

(From OE-Core rev: 0ab7f6d84d036e5721f7c7585f13c00df16075bf)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoguilt-native: Add SRC_URI Checksums
Saul Wold [Tue, 4 Oct 2011 23:49:23 +0000 (16:49 -0700)]
guilt-native: Add SRC_URI Checksums

(From OE-Core rev: 77528ac80ab8f41075150f3dded147b0feece67a)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolibx11-trim: Add SRC_URI Checksum
Saul Wold [Tue, 4 Oct 2011 23:47:58 +0000 (16:47 -0700)]
libx11-trim: Add SRC_URI Checksum

(From OE-Core rev: be8843ebfcc84a27111c1d020917e72233176651)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agodosfstools: Add SRC_URI Checksum
Saul Wold [Tue, 4 Oct 2011 23:46:23 +0000 (16:46 -0700)]
dosfstools: Add SRC_URI Checksum

(From OE-Core rev: a19bfc10e60ddc7e9317654ca7565d39acbc3987)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agogrub: Add SRC_URI Checksum
Saul Wold [Tue, 4 Oct 2011 23:46:04 +0000 (16:46 -0700)]
grub: Add SRC_URI Checksum

(From OE-Core rev: 81dd5411a51959c95a9939f626ea605b3818be70)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoxserver-xf86: Use PACKAGECONFIG for udev/hal choice and default to udev
Richard Purdie [Thu, 6 Oct 2011 22:16:14 +0000 (23:16 +0100)]
xserver-xf86: Use PACKAGECONFIG for udev/hal choice and default to udev

(From OE-Core rev: 55fe7a29e059a3e09e04896b18bb751da3cd8530)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agonative.bbclass: Ensure native recipes have a deterministic baselib value
Richard Purdie [Thu, 6 Oct 2011 22:13:54 +0000 (23:13 +0100)]
native.bbclass: Ensure native recipes have a deterministic baselib value

Changes to baselib by specific machine configuration were resulting
in sstate cache invalidation, particularly in multilib configurations.

This patch ensures this doesn't happen and native sstate cache files
are reusable.

(From OE-Core rev: d0915fb0a2cc80ad45b3fd526d3b29a91d99572c)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agosstate.bbclass: Ensure machine specific stamps are only wiped for the current task
Richard Purdie [Thu, 6 Oct 2011 22:11:18 +0000 (23:11 +0100)]
sstate.bbclass: Ensure machine specific stamps are only wiped for the current task

sstate was being a little too ethusiastic about removing stamp files and
was removing stamp files for other machines when it shouldn't have been.

This patch teaches sstate about machine specific stamp extensions and
allows it to only remove the current task's stampfiles.

Based on a patch from Phil Blundell <philb@gnu.org> with some tweaks
from me.

(From OE-Core rev: 5e9488495401399d39fcb5012b86c313b6caca73)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoimage.bbclass: No need to run most tasks except do_rootfs
Richard Purdie [Thu, 6 Oct 2011 22:09:49 +0000 (23:09 +0100)]
image.bbclass: No need to run most tasks except do_rootfs

Running fetch/unpack/patch/compile/install etc. is pointless
since the only image task that does anything is the rootfs task.

Hence mark the useless tasks as noexec so we don't bother running them.

(From OE-Core rev: b3d1c440feb7fd7b3e3374ca528195ab9bd3a7ce)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agobase.bbclass: Implement PACKAGECONFIG
Richard Purdie [Thu, 6 Oct 2011 22:06:32 +0000 (23:06 +0100)]
base.bbclass: Implement PACKAGECONFIG

These enabled options to be specified in the form:

PACKAGECONFIG ?? = "<default options>"
PACKAGECONFIG[foo] = "--enable-foo,--disable-foo,foo_depends,foo_runtime_depends"

So that DEPENDS, RDEPENDS_${PN} and EXTRA_OECONF can be automatically
built from specific options. Those options can easily be customised
by the distro config or the user.

Based on some ideas from Chris Elston <celston@katalix.com> but with
an improved easier to use one line interface.

(From OE-Core rev: 7a58911f6951abd56db9ebb37f8d6284d91fa514)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agobase.bbclass: Minor cleanup
Richard Purdie [Thu, 6 Oct 2011 22:06:21 +0000 (23:06 +0100)]
base.bbclass: Minor cleanup

(From OE-Core rev: 373db49de0e30239fc8c7c3ce74d635fd7d6cd70)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agowebkit-gtk: Enable dependency tracking since the webkit makefiles have bugs
Richard Purdie [Wed, 5 Oct 2011 13:36:18 +0000 (14:36 +0100)]
webkit-gtk: Enable dependency tracking since the webkit makefiles have bugs

(From OE-Core rev: cc626b9e1671670a931ea3e528ea4b0f7b2e923b)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoautotools.bbclass: Allow dependency tracking option to be easily overridden
Richard Purdie [Tue, 4 Oct 2011 12:37:46 +0000 (13:37 +0100)]
autotools.bbclass: Allow dependency tracking option to be easily overridden

(From OE-Core rev: c353a60bd8a6151a3538f0900aff0b5856aa0684)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoscripts/oe-buildenv-internal: Add SOCKS5_{USER, PASSWD} to BB_ENV_EXTRAWHITE
Kumar Gala [Tue, 4 Oct 2011 22:03:05 +0000 (17:03 -0500)]
scripts/oe-buildenv-internal: Add SOCKS5_{USER, PASSWD} to BB_ENV_EXTRAWHITE

If a SOCKS5 gateway is needed for a proxy access like git it might also
require authentication to the proxy via a password and username.  Adding
SOCKS5_USER & SOCKS5_PASSWD to BB_ENV_EXTRAWHITE allow for automation
of the authentication request to occur when something like a git fetch
is going through the proxy.

This patch requires the bitbake patch to add extra exportvars so
these variables get passed from Env -> bitbake -> fetcher

(From OE-Core rev: 9206ea0f7cd39d2ba6ff4b41cbeb17409d3ae5f1)

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agofetch2: Export additional variables to the fetchers
Matthew McClintock [Tue, 4 Oct 2011 19:08:37 +0000 (14:08 -0500)]
fetch2: Export additional variables to the fetchers

git could need these environment variables when working behind
a proxy

(Bitbake rev: dca46cc2e1c75b6add2c4801e2994a4812745f5b)

Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agogdb-cross-canadian: Fix source directory S
Richard Purdie [Wed, 5 Oct 2011 18:00:00 +0000 (19:00 +0100)]
gdb-cross-canadian: Fix source directory S

(From OE-Core rev: 42f510b2eec3fadbeb0ce2793de8f29e7cba1ad7)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomtools: Disable parallel make install, its broken
Richard Purdie [Wed, 5 Oct 2011 17:58:49 +0000 (18:58 +0100)]
mtools: Disable parallel make install, its broken

(From OE-Core rev: 6f64114f5825bf6f6ab8eaaf4bed24586e05ee57)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agokexec-tools: fix architecture mismatch QA error
Tom Zanussi [Sat, 1 Oct 2011 15:05:34 +0000 (10:05 -0500)]
kexec-tools: fix architecture mismatch QA error

Building sato-sdk for an x86_64 target throws this QA error:

| ERROR: QA Issue: Architecture did not match (62 to 3) on /work/x86_64-poky-li\
nux/kexec-tools-2.0.2-r1/packages-split/kexec-tools/usr/lib/kexec-tools/kexec_t\
est

kexec_test uses 32-bit code for testing - add an INSANE_SKIP exception for it.

(From OE-Core rev: 0dbf91969bb16f4761f58426ff5b458139c4e235)

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agorunqemu-export-rootfs: Add HOW-TO for ubuntu 11.10 for rpcbind problem
Khem Raj [Tue, 4 Oct 2011 19:32:43 +0000 (12:32 -0700)]
runqemu-export-rootfs: Add HOW-TO for ubuntu 11.10 for rpcbind problem

The existing instruction to tackle
RPC: Authentication error; why = Client credential too weak
Are not applicable to ubuntu 11.10 especially

Therefore add the magic needed for ubuntu 11.10

(From OE-Core rev: faae191e8c1920745e0ea9abf7b8b26eb4561096)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agobootimg.bbclass: fix comment typo
Otavio Salvador [Sun, 2 Oct 2011 17:20:38 +0000 (17:20 +0000)]
bootimg.bbclass: fix comment typo

(From OE-Core rev: 780685bbaf6d6f74aed77c412686592d6b9cf8e5)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoimage-live.bbclass: allow images to override ROOTFS and INITRD
Otavio Salvador [Sun, 2 Oct 2011 17:22:20 +0000 (17:22 +0000)]
image-live.bbclass: allow images to override ROOTFS and INITRD

(From OE-Core rev: e8011abfab79220102e4843d8a91655162140090)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoimage.bbclass: improve comments regarding exported functions
Otavio Salvador [Sat, 3 Sep 2011 12:53:42 +0000 (12:53 +0000)]
image.bbclass: improve comments regarding exported functions

(From OE-Core rev: 2097874dab4d6b77d7ece026808283381c2cbe1a)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolinux-yocto: update live boot configuration
Bruce Ashfield [Tue, 4 Oct 2011 21:00:56 +0000 (17:00 -0400)]
linux-yocto: update live boot configuration

Updating the meta SRCREV to import a series of changes to synchronize
live booting between multiple targets:

  d05450e meta/fri2: enable booting from iso
  3da7d2a meta/fishriver: enable booting from iso
  52e1c49 meta/emenlow: enable booting from iso
  87918ae meta/crownbay: enable booting from iso

(From OE-Core rev: 7100c50c8697a3eec446b9189bf49ecbea9b7264)

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoqt4-embedded: move qt4-embedded-conf from RDEPENDS to RRECOMMENDS
James Limbouris [Tue, 4 Oct 2011 01:42:22 +0000 (09:42 +0800)]
qt4-embedded: move qt4-embedded-conf from RDEPENDS to RRECOMMENDS

qt4-embedded-conf contains an environment setup script for profile.d.
It has been packaged seperately to allow for its exclusion, but this is
only practical if it is added to RRECOMMENDS, rather than RDEPENDS.

(From OE-Core rev: e0c2a62fcadc5095729229e83975f35fe0c3fa8f)

Signed-off-by: James Limbouris <james@digitalmatter.com.au>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoqt4: packaging fixup
Dmitry Eremin-Solenikov [Sun, 2 Oct 2011 21:46:11 +0000 (01:46 +0400)]
qt4: packaging fixup

Improve packaging:
* Add phrasebook packages to DYNAMIC_PACKAGES
* Correct phrasebook packages generation
* Include more files into -dbg packages
* Package fontdir and fonts README.

(From OE-Core rev: 4e3c29dd90f583cafe7a7fc863efb3720096d67b)

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoqt4: Fix translation support
Otavio Salvador [Sun, 2 Oct 2011 21:46:10 +0000 (01:46 +0400)]
qt4: Fix translation support

The translation support was disable in build. The
fix-translation.patch was imported from OpenEmbedded to fix a linking
issue in phonon translation support.

[Dmitry Eremin-Solenikov: ported to apply to qt 4.7.4 build, bumped PR]

(From OE-Core rev: 4fc51a28bd171ea93fecee6326c69c6494023f76)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopopulate_sdk_rpm: Add missing /bin/sh from rpm ignore list for the SDK
Richard Purdie [Fri, 30 Sep 2011 22:13:49 +0000 (23:13 +0100)]
populate_sdk_rpm: Add missing /bin/sh from rpm ignore list for the SDK

The target SDK packages don't need to fulfil a shell dependency
so add /bin/sh to the list of packages we don't need to resolve.

(From OE-Core rev: da761df049249e1ca99eb569642246e51e5bae91)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolibproxy: upgrade to 0.4.7
Martin Jansa [Fri, 30 Sep 2011 13:46:26 +0000 (15:46 +0200)]
libproxy: upgrade to 0.4.7

(From OE-Core rev: 4049c8c1334a8ca9a233185b87af1dde60a8fe32)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agojson-glib: upgrade to 0.14.0
Martin Jansa [Fri, 30 Sep 2011 13:46:00 +0000 (15:46 +0200)]
json-glib: upgrade to 0.14.0

* 0.12.4 fails to build with glib-2.30.0

(From OE-Core rev: 8ee37c96fc09a8a2ab52164cf80e81388d4fd07f)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agohal-info: drop PACKAGE_ARCH all
Martin Jansa [Fri, 30 Sep 2011 16:36:01 +0000 (18:36 +0200)]
hal-info: drop PACKAGE_ARCH all

RP: It would be better if we could find a way to patch out the compiler
checks in this package...
JaMa: drop PACKAGE_ARCH for now (nobody likes hal nowadays)

(From OE-Core rev: 870191c1c46e36f92c5d90a3eb049154b0597133)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoImprove handling of 'all' architecture recipes and their interaction with sstate
Richard Purdie [Tue, 17 May 2011 23:03:02 +0000 (23:03 +0000)]
Improve handling of 'all' architecture recipes and their interaction with sstate

* Jansa: rebased on current master, added nocompiler patch also to
  font-alias, dropped allarch from linux-firmware, gnome-icon-theme, hal-info as
  those are checking compiler (ie in intltool check) and better to build
  them as default arch instead of rebuilding after every machine
  change.
* this is also part of [BUGID# 1075]

(From OE-Core rev: 85d8362e0c443f11fe8d3fd0fba55d1bd4983613)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoqt4: Update to latest version 4.7.4
Eric Bénard [Tue, 20 Sep 2011 20:07:33 +0000 (22:07 +0200)]
qt4: Update to latest version 4.7.4

- 4.7.4 was release on the 1st of september, the changelog is available
here : http://qt.gitorious.org/+qt-developers/qt/releases/blobs/v4.7.4/dist/changes-4.7.4
and mostly contains bug fix.

- this patch include the fix for QTBUG-20925 which was a regression
against 4.7.3 : https://bugreports.qt.nokia.com/browse/QTBUG-20925
http://qt.gitorious.org/qt/qt/commit/852abfca6f4c349dce9b895956922f96d82df579
thanks to Paul Eggleton to point us to this bug.

(From OE-Core rev: 68189d7c372a861767b5db90376d61e165f9771b)

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoqt4: Fix translation support
Otavio Salvador [Thu, 15 Sep 2011 11:47:16 +0000 (11:47 +0000)]
qt4: Fix translation support

The translation support was disable in build. The
fix-translation.patch was imported from OpenEmbedded to fix a linking
issue in phonon translation support.

(From OE-Core rev: 8d5a5d78f9e83c64ebddcecd7c4fd89cc1264163)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoqt4.inc: package qtdemo's docs in a separate package
Denis Carikli [Thu, 15 Sep 2011 16:19:16 +0000 (18:19 +0200)]
qt4.inc: package qtdemo's docs in a separate package

The documentation was 285M and doesn't fit on the NAND of many machines,
but in another had part of the documentation is needed for the
QT demos, so we split the documentation: so qt demo only RRECOMMAND
the documentation that it really needs.

Thanks to Eric Bénard for explaining me how to split it.

(From OE-Core rev: 97446651cd5128ca7a549df677c920e2463c46f9)

Signed-off-by: Denis Carikli <denis@eukrea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoqt4(embedded and x11): Disable neon for armv6-vfp
Denis Carikli [Thu, 15 Sep 2011 09:26:16 +0000 (11:26 +0200)]
qt4(embedded and x11): Disable neon for armv6-vfp

Without the -no-neon flag, neon is "autodetected"
by looking if the compiler is capable of compiling
a neon test, and succeed, and neon is then enabled
during the compilation.

(From OE-Core rev: 026b59180fe3fbeb43cfd143f053ef33f482ef0c)

Signed-off-by: Denis Carikli <denis@eukrea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoqt4.inc: Remove the optional documentation package from the demo's RRECOMMENDS
Denis Carikli [Mon, 5 Sep 2011 13:24:14 +0000 (15:24 +0200)]
qt4.inc: Remove the optional documentation package from the demo's RRECOMMENDS

The documentation is 285M and doesn't fit on the NAND of many machines.

(From OE-Core rev: 64d6a6ceceb1f1a599b8140f30071f8bc8e60393)

Signed-off-by: Denis Carikli <denis@eukrea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoqt4: fix generated sdk
Eric Bénard [Sat, 10 Sep 2011 09:17:57 +0000 (11:17 +0200)]
qt4: fix generated sdk

- qt4-tools-nativesdk : actually the qmake binary which gets installed
comes from the native recipe. This patch fix this problem by launching
configure twice : once to compile qmake using the right toolchain for
nativesdk, and a second time using the native qmake to compile all the
other tools for the nativesdk. Then we install the right qmake.

- mkspec : the link actually created in qt4-tools-nativesdk's
do_install point to nowhere so remove it and generate the link in
meta-toolchain-qte as it's the only place where we have all the variable
to create it.

- toolchain_create_sdk_env_script_append : we need to add OE_QMAKE_CFLAGS,
OE_QMAKE_CXXFLAGS and OE_QMAKE_LDFLAGS else the sdk won't find these
variables that are inserted by qmake in the Makefiles.

- with this patch, oe-core generates a working meta-toolchain-qte which
can compile a small example and is properly recognized by qtcreator (this
brings oe-core's meta-toolchain-qte to oe-dev's functional state).

(From OE-Core rev: 5f6fb92b939147d2d6aa7790a378d4b7cce3ada5)

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoqt4e-demo-image: Improve image contents
Eric Bénard [Wed, 7 Sep 2011 08:50:34 +0000 (10:50 +0200)]
qt4e-demo-image: Improve image contents

Use ${POKY_BASE_INSTALL} in order to have the base files and
tools in the image.

(From OE-Core rev: c2f4bae0a100f3752153ecb93adb9ede4f55322a)

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopackage_rpm: Ensure multilib code is only called in the multilib case
Richard Purdie [Fri, 30 Sep 2011 21:31:52 +0000 (22:31 +0100)]
package_rpm: Ensure multilib code is only called in the multilib case

This fixes some error messages in the do_rootfs logs of non-multilib
builds.

(From OE-Core rev: 439867efcc9a7df6062fdb8dae85004b1e9ed08c)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoFix lttng-ust for powerpc64
Matthew McClintock [Thu, 29 Sep 2011 19:08:04 +0000 (14:08 -0500)]
Fix lttng-ust for powerpc64

(From OE-Core rev: a75683a815343a481b3612c35e1ab79071343187)

Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoUpdate gitignore to ignore all meta-* directories
Matthew McClintock [Thu, 29 Sep 2011 19:02:54 +0000 (14:02 -0500)]
Update gitignore to ignore all meta-* directories

meta-XYZ directories have been manually added in the past, instead
always ignore them unless they are explicitly added

(From OE-Core rev: 3c6e85c653ce176fd2cb5a570e63c8e5da5a4e48)

Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agorgb: import from meta-oe layer
Martin Jansa [Fri, 30 Sep 2011 07:27:21 +0000 (09:27 +0200)]
rgb: import from meta-oe layer

(From OE-Core rev: 805219204f81b80c6614aa23645e6960d33a25cc)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoxserver/mesa: Bump PR after libdrm packaging changes
Richard Purdie [Fri, 30 Sep 2011 11:05:29 +0000 (12:05 +0100)]
xserver/mesa: Bump PR after libdrm packaging changes

(From OE-Core rev: f61a7339bdff5d2fde9b6d477f1cdbe5b84b92e3)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolibdrm: improve packaging
Martin Jansa [Fri, 30 Sep 2011 07:27:22 +0000 (09:27 +0200)]
libdrm: improve packaging

(From OE-Core rev: 9a36f54bfc32a86cb6ee540353a00141aeef2c5d)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoxf86-video-omapfb: bump SRCREV and add patch from meta-oe
Martin Jansa [Fri, 30 Sep 2011 07:27:19 +0000 (09:27 +0200)]
xf86-video-omapfb: bump SRCREV and add patch from meta-oe

(From OE-Core rev: 37312b2367cd1db3b6682261fa370ff95ec07eef)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoxorg-driver: rename .inc files and merge some changes from meta-oe
Martin Jansa [Fri, 30 Sep 2011 07:27:18 +0000 (09:27 +0200)]
xorg-driver: rename .inc files and merge some changes from meta-oe

* use INC_PR
* use BPN directly instead of XORG_PN

(From OE-Core rev: 7920cc4b43f139d023b52a71c2407f5295347618)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoxorg-app-common: merge some changes from meta-oe
Martin Jansa [Fri, 30 Sep 2011 07:27:17 +0000 (09:27 +0200)]
xorg-app-common: merge some changes from meta-oe

* use BPN directly instead of XORG_PN
* fix depends
* fix packaging
* add INC_PR (used by recipes in meta-oe now, but should be used here
  too)

(From OE-Core rev: fbf6dcefb719f992c8b7900aea9c719ce143d0b1)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolibxft, libxrender, renderproto: add native BBCLASSEXTEND
Martin Jansa [Fri, 30 Sep 2011 07:27:14 +0000 (09:27 +0200)]
libxft, libxrender, renderproto: add native BBCLASSEXTEND

(From OE-Core rev: 6b3a4846cf3e5b21d392c1f5e9aa05b4da10c2e9)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agogdb: upgrade from 7.3a to 7.3.1
Nitin A Kamble [Fri, 30 Sep 2011 01:27:08 +0000 (18:27 -0700)]
gdb: upgrade from 7.3a to 7.3.1

(From OE-Core rev: 9002f664383d71682767546524e1299137b6fe4f)

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agobyacc: upgrade from 20101229 to 20110908
Nitin A Kamble [Fri, 30 Sep 2011 01:27:09 +0000 (18:27 -0700)]
byacc: upgrade from 20101229 to 20110908

(From OE-Core rev: f199a6cc0ce3118c85f4c214e1594688c3949e12)

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agooprofileui: Update SRCREV to reflect recent accpeted patches by upstream
Zhai Edwin [Fri, 30 Sep 2011 08:42:54 +0000 (16:42 +0800)]
oprofileui: Update SRCREV to reflect recent accpeted patches by upstream

(From OE-Core rev: b74c44cc8a8cf9bc2e53ff5ae89865bb8b3d5602)

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoatk: add patch to replace G_CONST_RETURN with const
Martin Jansa [Fri, 30 Sep 2011 08:47:02 +0000 (10:47 +0200)]
atk: add patch to replace G_CONST_RETURN with const

* otherwise build fails when glib is 2.30.0 or newer (and G_DISABLE_DEPRECATED is enabled - like in atk)

(From OE-Core rev: e78446155df29daf85d1df70d5047d28a361a187)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agodistro_tracking_fields.inc: Update upgrade information
Mei Lei [Fri, 30 Sep 2011 01:51:57 +0000 (09:51 +0800)]
distro_tracking_fields.inc: Update upgrade information

Update dropbear,diffutils,curl upgrade tracking information.

(From OE-Core rev: 16d17099405846154bc0faf74da6b69ad4ca68d5)

Signed-off-by: Mei Lei <lei.mei@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agodropbear: Upgrade from 0.52 to 0.53.1
Mei Lei [Fri, 30 Sep 2011 01:25:30 +0000 (09:25 +0800)]
dropbear: Upgrade from 0.52 to 0.53.1

(From OE-Core rev: f1710d09e447b0f71a55b4ef24673c6388a045ad)

Signed-off-by: Mei Lei <lei.mei@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agodiffutils: Upgrade from 3.0 to 3.2.
Mei Lei [Wed, 28 Sep 2011 05:43:03 +0000 (13:43 +0800)]
diffutils: Upgrade from 3.0 to 3.2.

(From OE-Core rev: c5b2a97a98c905579f9fa0e611484bfbdf716c86)

Signed-off-by: Mei Lei <lei.mei@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agocurl: Upgrade from 7.21.7 to 7.22.0
Mei Lei [Wed, 28 Sep 2011 02:26:23 +0000 (10:26 +0800)]
curl: Upgrade from 7.21.7 to 7.22.0

[RP: md5sum checksum fix]
(From OE-Core rev: 3d06166ca2bad8477c06d70e2335edcacc4e4241)

Signed-off-by: Mei Lei <lei.mei@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agobitbake.conf: Start using parallel make for do_install
Richard Purdie [Thu, 29 Sep 2011 22:48:20 +0000 (23:48 +0100)]
bitbake.conf: Start using parallel make for do_install

Most piece of software now support parallel make install. Enable
this by default using the value of PARALLEL_MAKE. In a similar way
to PARALLEL_MAKE we can disable this for broken recipes with:

PARALLEL_MAKEINST = ""

(From OE-Core rev: fae7d7d43b7b2a58f5964e642c022d380e3ec39f)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agobase.bbclass: Drop unneeded dependency
Richard Purdie [Thu, 29 Sep 2011 22:30:26 +0000 (23:30 +0100)]
base.bbclass: Drop unneeded dependency

patch depends on unpack
configure depends on patch

We simply don't need a configure dependency on unpack. This simplifies
the dependencies of every recipe slightly and should make bitbake
slightly faster at resovling dependency graphs.

It also makes the .dot dependency graphs slightly more readable by
removing noise.

(From OE-Core rev: c54c1280fc0d06a53e23339c3913ec88eead13d9)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoautotools: Disable dependency tracking
Richard Purdie [Thu, 29 Sep 2011 22:29:08 +0000 (23:29 +0100)]
autotools: Disable dependency tracking

There is no point in us spending time generating a ton of dependency
information in source directories when we don't actually use it
for our one off builds. We might as well disable the option and
take the speed up.

(From OE-Core rev: 970e0ae610804638d00b0a6b85c6e2e895778e8e)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoRemove help2man dependency
Richard Purdie [Thu, 29 Sep 2011 22:26:07 +0000 (23:26 +0100)]
Remove help2man dependency

The help2man script is pretty useless to us. It requires to run the target
binary to extract help information which is not possible for any of our
cross compiled target binaries.

We're not interested in man pages for -cross/-native tools.

It therefore makes no sense to have this as a core build dependency.

This patch removes the dependeny and replaces it with a script
returning false. This will trigger autotool's missing utility
to use the copy of the man page included with the sources which
is what would already happen when we tried to run cross compiled
binaries anyway.

(From OE-Core rev: 288343e30604b944dc18fd82172febd314d9c520)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoFix flac build on e500mc cores
Matthew McClintock [Thu, 29 Sep 2011 04:21:06 +0000 (23:21 -0500)]
Fix flac build on e500mc cores

This core does not have altivec, so we disable it in the build,
also reestablish the config option to enable/disable building
with altivec

If SPE is not detected we always build with altivec which is wrong. This
will check to make sure altivec is enabled and pass build options
through accordingly

(From OE-Core rev: 96241de59fdf548ae0f80cc9e4668f9ba11924ef)

Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agofetch2/git: Make git fetch run with -f so rebased branches don't fail
Matthew McClintock [Tue, 27 Sep 2011 21:41:39 +0000 (16:41 -0500)]
fetch2/git: Make git fetch run with -f so rebased branches don't fail

git fetches can fail (or at least return failed) when trying to
fetch and prune rebased branches. This patch simply adds a -f
to the git fetch command so these failure are ignore

Generally, if some SHA was rebased away it's not coming back so
there is no point in not doing this force

(Bitbake rev: a7b75e4db52445b30ec0fc0053dcf454f5f7d2db)

Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopython: fix sqlite RPATH issue
Saul Wold [Thu, 29 Sep 2011 15:54:04 +0000 (08:54 -0700)]
python: fix sqlite RPATH issue

(From OE-Core rev: 9f9612d15acc6ee3b71f52bdb3f1ec4cb56b1a17)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoAdd proper deps for nfs-utils, util-linux, and strace
Matthew McClintock [Thu, 29 Sep 2011 04:21:10 +0000 (23:21 -0500)]
Add proper deps for nfs-utils, util-linux, and strace

These packages need these deps for the RPM generation stage:

 error: Failed dependencies:
|  /usr/bin/python is needed by nfs-utils-1.2.3-r2.ppce5500
|  /usr/bin/perl is needed by util-linux-2.19.1-r4.ppce5500
|  /usr/bin/perl is needed by strace-4.5.20-r2.ppce5500

(From OE-Core rev: 9c9ea24b115a9bb87df1323b5f185ce426262aec)

Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoFix sysklogd build on e500v2 cores
Matthew McClintock [Thu, 29 Sep 2011 04:21:09 +0000 (23:21 -0500)]
Fix sysklogd build on e500v2 cores

(From OE-Core rev: 5035097bb369dc1740b817734b92bcfa40d95d22)

Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoAdd udev patch to compile against newer kernels
Matthew McClintock [Thu, 29 Sep 2011 04:21:08 +0000 (23:21 -0500)]
Add udev patch to compile against newer kernels

This patch is needed to compile against newer kernels which have
changed their API

(From OE-Core rev: 60b04097c7aeca2c4d529b2f23343a507fa68ea6)

Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>