]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
12 years agomesa-demos: Use PACKAGECONFIG to enable/disable features
Otavio Salvador [Thu, 2 May 2013 15:28:04 +0000 (12:28 -0300)]
mesa-demos: Use PACKAGECONFIG to enable/disable features

This allow selection of following features:

 drm, egl, freetype2, gbm, gles1, gles2, glut, osmesa, vg, wayland, x11

The x11 features is enabled depending on distro features but the
wayland has not been enabled as it does not work with Wayland
1.0. Rest were enabled for a sane default.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoimage_types: fix default location of kernel when generating elf images
Tomas Frydrych [Fri, 3 May 2013 12:18:11 +0000 (13:18 +0100)]
image_types: fix default location of kernel when generating elf images

Generation of elf images fails because kernel images are no longer staged under
${STAGING_DIR_HOST}/kernel, but rather ${STAGING_DIR_HOST}/usr/src/kernel. This
patch fixes the path to point to the correct location.

Signed-off-by: Tomas Frydrych <tomas@sleepfive.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoimage.bbclass: Don't mark do_rootfs and do_build as nostamp
Phil Blundell [Fri, 3 May 2013 12:38:22 +0000 (13:38 +0100)]
image.bbclass: Don't mark do_rootfs and do_build as nostamp

When image.bbclass was first conceived (as rootfs_ipk.bbclass), oemake
was unable to figure out when the inputs to do_rootfs had changed in
such a way that it would need to be rerun.  Absent any reliable
information of this kind, it was necessary to adopt the conservative
assumption that images always needed rebuilding and, to this end,
do_rootfs and do_build in image recipes were marked as nostamp.  (The
nostamp annotation for do_build was added in oe-classic commit
80d622e0c1dbc284858e01d3eb670303a6d8cdf9 from January 2005; the exact
point at which do_rootfs was made nostamp is obscure, but it predates
oe-classic revision 63fad339e01d4b16105146c32a61f24460397126.)

This situation persisted for the following eight years but, during that
period, oemake evolved into today's sstate-enabled bitbake, oe itself
gained the OEBasicHash algorithm which can reliably detect changes to
the input data for do_rootfs or any other task, and OEBasicHash was made
the default for oe-core in 4199efed48005a62267fa3374c33b13627d85f44
(June 2012).

Given these various changes in the wider landscape, there is no longer
any obvious benefit to having these two tasks marked as nostamp, and
indeed having them so marked causes needless rebuilds which can be
annoying.  Anybody who does genuinely wish to rerun these tasks when
nothing in the input has changed can run "bitbake -f", just like with
any other task.  So, let's remove the nostamp annotations and just let
bitbake figure out when to rerun them.

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoclasses/image: allow complementary package globs to be extended
Paul Eggleton [Fri, 3 May 2013 13:21:59 +0000 (14:21 +0100)]
classes/image: allow complementary package globs to be extended

Make it easy for the wildcard specifications for complementary package
features to be extended outside of image.bbclass. For example, to add a
new "foo-pkgs" item that could be added to IMAGE_FEATURES that would
cause *-foo packages to be installed for all packages currently in the
image, you can now use this line at the global level:

COMPLEMENTARY_GLOB[foo-pkgs] = "*-foo"

Implements [YOCTO #4228].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agopath.py: Deal with race issue
Richard Purdie [Fri, 3 May 2013 14:11:33 +0000 (15:11 +0100)]
path.py: Deal with race issue

The change to use copyhardlinktree in some of the sstate code instead of
copytree exposed a race condition. This is due to cp failing if it finds
a directory doesn't exist yet some other process creates it while cp was
trying to create it itself. tar doesn't error in this case.

To fix this we need to create the directory structure with tar, then
use cp to hardlink the files. Messy but probably worth doing.

I also took the opportunity to remove src_bak since the code is neater
without it.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomkefidisk: Unmount after partitioning
Darren Hart [Thu, 25 Apr 2013 21:27:29 +0000 (14:27 -0700)]
mkefidisk: Unmount after partitioning

Some automounters are rather overzealous and like to mount things
immediately after partitioning. This can happen if the disk is being
reused and the partitions align exactly with the existing partitions
which have already been formatted. Move the unmount code into a function
and call it before and after partitioning.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoMake toolchain output name using SDK_VERSION instead of DISTRO_VERSION to be consiste...
Jessica Zhang [Tue, 30 Apr 2013 18:32:03 +0000 (11:32 -0700)]
Make toolchain output name using SDK_VERSION instead of DISTRO_VERSION to be consistent [yocto #2342]

Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoqt4: Fix sundry erroneous assumptions about ${prefix}
Phil Blundell [Mon, 29 Apr 2013 17:28:48 +0000 (18:28 +0100)]
qt4: Fix sundry erroneous assumptions about ${prefix}

FILES_${QT_BASE_NAME}-tests was hard-coded to "/usr/tests/..." but Qt
actually installs these files into ${prefix}/tests.

Conversely, FILES_${PN}-dbg in qt4.inc was defined in terms of
${exec_prefix}/src, which appears commendable but doesn't actually match
where package.bbclass will put the sources since the latter is
hard-coded to /usr/src.

This fixes a large number of "installed but not shipped" warnings
when ${prefix} is set to something other than /usr.

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agodpkg: Ensure target packages don't reference perlnative
Richard Purdie [Tue, 30 Apr 2013 12:41:56 +0000 (13:41 +0100)]
dpkg: Ensure target packages don't reference perlnative

Currently a load of scripts in ${bindir} start with:

which is undesireable, this patch fixes that.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoadt-installer: do not dereference symlinks when relocating
Laurentiu Palcu [Tue, 30 Apr 2013 15:02:10 +0000 (18:02 +0300)]
adt-installer: do not dereference symlinks when relocating

This was already fixed for meta-toolchain.

[YOCTO #4157]

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agonetbase: upgrade to 5.1
Cristian Iorga [Tue, 30 Apr 2013 09:40:37 +0000 (12:40 +0300)]
netbase: upgrade to 5.1

netbase dir has generic content, hence the name change;

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agosystemd-serialgetty: change to handle SERIAL_CONSOLES
Paul Eggleton [Tue, 30 Apr 2013 14:33:51 +0000 (15:33 +0100)]
systemd-serialgetty: change to handle SERIAL_CONSOLES

SERIAL_CONSOLES is now set from SERIAL_CONSOLE if not already set.

This is a little bit gnarly because we have to create a separate service
file for each different baud rate; assume that the first baud rate is
the default, thus preserving the previous behaviour in the event there
is only one baud rate in use.

This change also installs the service file before modifying it in place,
allowing do_install to re-execute properly; additionally the service
file now has the correct permissions (i.e. no execute bit set).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoshadow-securetty: change to handle SERIAL_CONSOLES
Paul Eggleton [Tue, 30 Apr 2013 14:32:06 +0000 (15:32 +0100)]
shadow-securetty: change to handle SERIAL_CONSOLES

SERIAL_CONSOLES is now set from SERIAL_CONSOLE if not already set. This
change also installs the file before modifying it in place, allowing
do_install to re-execute properly.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agosysvinit-inittab: remove specific handling of SERIAL_CONSOLE
Paul Eggleton [Tue, 30 Apr 2013 14:31:00 +0000 (15:31 +0100)]
sysvinit-inittab: remove specific handling of SERIAL_CONSOLE

We already handle SERIAL_CONSOLES here and this is now set from
SERIAL_CONSOLE if not already set.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agobitbake.conf: set SERIAL_CONSOLES from SERIAL_CONSOLE by default
Paul Eggleton [Tue, 30 Apr 2013 14:30:10 +0000 (15:30 +0100)]
bitbake.conf: set SERIAL_CONSOLES from SERIAL_CONSOLE by default

This is the first step in deprecating SERIAL_CONSOLE without affecting
machine configurations that still use it.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agosysvinit-inittab: ensure unique label for SERIAL_CONSOLES entries
Paul Eggleton [Wed, 24 Apr 2013 14:33:18 +0000 (15:33 +0100)]
sysvinit-inittab: ensure unique label for SERIAL_CONSOLES entries

The label field in /etc/inittab entries needs to be unique, and the
numeric label being used for the SERIAL_CONSOLES getty entries was
clashing with the entries added for standard ttyX entries added via
SYSVINIT_ENABLED_GETTYS. Use the part after "tty" in the device name
(which is what the comment further down explicitly says should be done)
as the label rather than a simple incrementing number.

Fixes [YOCTO #4374].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoxkeyboard-config: Remove xkbcomp from RDEPENDS_${PN}
Phil Blundell [Mon, 29 Apr 2013 12:57:40 +0000 (13:57 +0100)]
xkeyboard-config: Remove xkbcomp from RDEPENDS_${PN}

Nothing in this package uses xkbcomp so depending on it here is not appropriate.
Whatever package(s) is/are invoking that binary should be the ones to depend
on it.

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agosstate.bbclass: make hard links for staging files
Robert Yang [Sat, 27 Apr 2013 09:32:07 +0000 (05:32 -0400)]
sstate.bbclass: make hard links for staging files

Make hard links for staging files instead of copy to save the disk space
(3G will be saved for a core-image-sato build), and it doesn't affect
much on the build time.

The following directories are affected:
1) The sysroot
2) The DEPLOY_DIR
3) The pkgdata

[YOCTO #4372]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agotune-thumb.inc: Remove, replaced by arm/feature-arm-thumb.inc
Martin Jansa [Wed, 24 Apr 2013 13:42:11 +0000 (15:42 +0200)]
tune-thumb.inc: Remove, replaced by arm/feature-arm-thumb.inc

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoneard: add systemd unit file
Ross Burton [Mon, 29 Apr 2013 13:44:29 +0000 (14:44 +0100)]
neard: add systemd unit file

Add a systemd unit file, and respect the sysvinit feature when installing the
init script.

(thanks to Jukka Rissanen for the unit file)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agosudo: disable SSP for auxiliary build tools mksiglist and mksigname
Tomas Frydrych [Sat, 27 Apr 2013 08:43:38 +0000 (09:43 +0100)]
sudo: disable SSP for auxiliary build tools mksiglist and mksigname

The do_compile_prepend() fragment ensures that the non-installable build
tools mksiglist and mksigname are built using the BUILD_CC, but if the the
BUILD_CC does not support SSP and the cross compiler does, the build fails
due to the SSP flags set in the Makefile. Ensuring that SSP is not enabled
when building these tools prevents this from happening.

Signed-off-by: Tomas Frydrych <tomas@sleepfive.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agoneard: re-order recipe so the statement order is logical
Ross Burton [Mon, 29 Apr 2013 11:57:14 +0000 (12:57 +0100)]
neard: re-order recipe so the statement order is logical

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agomenu-cache: Fix segmentation fault
Laurentiu Palcu [Mon, 29 Apr 2013 13:40:14 +0000 (16:40 +0300)]
menu-cache: Fix segmentation fault

[YOCTO #4353]

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agolibpcap: Fix up patches
Saul Wold [Fri, 26 Apr 2013 23:04:37 +0000 (16:04 -0700)]
libpcap: Fix up patches

These patches where tweaking both configure.in and configure, which is
bad since configure changes after an autoconf. If the patch is re-applied
for some reason it would notice that it's already appiled and fails.

[YOCTO #4314]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoalsa-utils: Move alsaconf to its own recipe
Phil Blundell [Fri, 26 Apr 2013 13:05:07 +0000 (14:05 +0100)]
alsa-utils: Move alsaconf to its own recipe

18575b082a4042376fd1575465e69562dea04ddc added bash as a dependency of
alsa-utils-alsaconf so that the script interpreter will be available at
run time.  However, this has the undesirable side effect of making bash
be a build dependency for alsa-utils and, for those folks who don't need
alsaconf but do want some other part of alsa-utils, this cure is worse
than the original disease.

Fix this by moving alsaconf to a separate recipe so that the bash
dependency only applies when alsaconf is specifically requested.

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoconnman: add PACKAGECONFIG options
Jack Mitchell [Fri, 26 Apr 2013 11:22:40 +0000 (12:22 +0100)]
connman: add PACKAGECONFIG options

- change TIST from being explicitly built, to a PACKAGECONFIG
- move wifi, 3g and bluetooth to PACKAGECONFIG
- change RDEPENDS and RPROVIDES to check PACKAGECONFIG rather
  than DISTRO_FEATURES

Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agomatchbox-panel-2: bump srcrev to fix compile warnings
Ross Burton [Fri, 26 Apr 2013 10:45:38 +0000 (11:45 +0100)]
matchbox-panel-2: bump srcrev to fix compile warnings

The older versions of matchbox-panel were naively using -Werror which causes
warnings with gcc 4.6 (which were patched away) and again more with gcc 4.8.
I'd already fixed this upstream so bump the srvrev and drop the patch.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoPass the mlprefix to postinst_intercept script
Laurentiu Palcu [Fri, 26 Apr 2013 08:04:02 +0000 (11:04 +0300)]
Pass the mlprefix to postinst_intercept script

This is needed in order to have separate multilib intercept hooks.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoscripts/postinst-intercepts: create separete hooks for multilib
Laurentiu Palcu [Fri, 26 Apr 2013 08:04:01 +0000 (11:04 +0300)]
scripts/postinst-intercepts: create separete hooks for multilib

When using multilib, the hooks for lib32/lib64 must be different because
the libdir/base_libdir point to different locations. Postinstalls
calling postint_intercept script must pass the mlprefix in the 3rd
argument.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoRevert "qemu.bbclass: Use the correct qemu binary in multilib cases"
Laurentiu Palcu [Fri, 26 Apr 2013 08:04:00 +0000 (11:04 +0300)]
Revert "qemu.bbclass: Use the correct qemu binary in multilib cases"

This reverts commit 9f5a6f89d9f4a6c7bed3b163e6eaa764d762f523.

The reason for reverting this is:
 * qemuwrapper has now a fallback method;
 * when using multilib, calling qemu_target_binary from recipes would
   always point to the qemu binary corresponding to the machine
   architecture. Hence, postinstalls needing to use qemu would call the
   wrong qemu user emulation binary;

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agopango: fix postinstall when using multilib
Laurentiu Palcu [Fri, 26 Apr 2013 08:03:59 +0000 (11:03 +0300)]
pango: fix postinstall when using multilib

The pango-query-modules binary gets a multilib prefix and the
postinstall has to call the appropriate binary.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoqemuwrapper: use fallback in case the ELF binary is wrong
Laurentiu Palcu [Fri, 26 Apr 2013 08:03:58 +0000 (11:03 +0300)]
qemuwrapper: use fallback in case the ELF binary is wrong

This wrapper script is called mainly from intercept hooks and allarch
packages postinstalls. When multilib is used, the qemuwrapper script
points to the binary that matches the MACHINE architecture.

For example: if MACHINE=qemux86_64 and we activate multilib, then the
postinstalls for lib32 packages would call qemu-x86_64 with 32 bit
binaries and they would certainly fail.

This patch adds just a fallback method if the exit code of the previous
qemu call corresponds to "Invalid ELF image for this architecture"
error. This will allow us to have all postinstalls run on host.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agobuild-appliance: Add version info
Saul Wold [Sun, 21 Apr 2013 21:45:51 +0000 (14:45 -0700)]
build-appliance: Add version info

Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoglib-networking: Update to 2.36
Saul Wold [Sun, 21 Apr 2013 21:37:42 +0000 (14:37 -0700)]
glib-networking: Update to 2.36

COPYING file: Address and Formating changes only

Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoglib-2.0: Update to 2.36
Saul Wold [Sun, 21 Apr 2013 21:37:16 +0000 (14:37 -0700)]
glib-2.0: Update to 2.36

Remove automake patch that is now correctly supported upstream
Codegen files have moved to glib-2.0, so correct packaging and
removal.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agomesa-demos: Update to 8.1.0
Saul Wold [Sun, 21 Apr 2013 21:43:31 +0000 (14:43 -0700)]
mesa-demos: Update to 8.1.0

Removed patches that now appear in the upstream.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoglew: fix generation of glew.pc needed by mesa-demos
Saul Wold [Sun, 21 Apr 2013 21:43:10 +0000 (14:43 -0700)]
glew: fix generation of glew.pc needed by mesa-demos

Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agolibxkbcommon: Update to 0.3.0
Saul Wold [Sun, 21 Apr 2013 21:44:35 +0000 (14:44 -0700)]
libxkbcommon: Update to 0.3.0

Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agopkgconfig: Move patches in prep for 0.28 update
Saul Wold [Sun, 21 Apr 2013 21:39:12 +0000 (14:39 -0700)]
pkgconfig: Move patches in prep for 0.28 update

Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agolibgcrypt: Update to 1.5.1
Saul Wold [Sun, 21 Apr 2013 21:44:16 +0000 (14:44 -0700)]
libgcrypt: Update to 1.5.1

Remove automake patch as it is now supported by upstream

Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agonspr: Update to 4.9.6
Saul Wold [Sun, 21 Apr 2013 21:43:55 +0000 (14:43 -0700)]
nspr: Update to 4.9.6

Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agolibffi: Update to 3.0.13
Saul Wold [Sun, 21 Apr 2013 21:42:22 +0000 (14:42 -0700)]
libffi: Update to 3.0.13

New patch is required to fix the location of the libdir defined i
the libffi.la file which caused a bad RPATH (/usr/lib/../lib) due
to the gcc -print-multi-os-directory returning ../lib.

Remove Aarch64 patches as it is now supported upsteam. Other patch
code is also upstreamed

Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agofile: Update to 5.14
Saul Wold [Sun, 21 Apr 2013 21:38:18 +0000 (14:38 -0700)]
file: Update to 5.14

Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agodpkg: Update to 1.16.10
Saul Wold [Sun, 21 Apr 2013 21:38:01 +0000 (14:38 -0700)]
dpkg: Update to 1.16.10

Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoresolvconf: Update to 1.71
Saul Wold [Sun, 21 Apr 2013 21:36:54 +0000 (14:36 -0700)]
resolvconf: Update to 1.71

Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agodhcp: Update to 4.2.5-P1
Saul Wold [Sun, 21 Apr 2013 21:36:38 +0000 (14:36 -0700)]
dhcp: Update to 4.2.5-P1

Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agosqlite: Update to 3071602
Saul Wold [Sun, 21 Apr 2013 21:35:21 +0000 (14:35 -0700)]
sqlite: Update to 3071602

Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agosysstat: Update to 10.1.5
Saul Wold [Sun, 21 Apr 2013 21:35:00 +0000 (14:35 -0700)]
sysstat: Update to 10.1.5

Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agolsbinitscripts: Update to 9.46
Saul Wold [Sun, 21 Apr 2013 21:34:39 +0000 (14:34 -0700)]
lsbinitscripts: Update to 9.46

Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoless: Update to 458
Saul Wold [Sun, 21 Apr 2013 21:34:17 +0000 (14:34 -0700)]
less: Update to 458

Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoconnman: update to 1.13
Jack Mitchell [Wed, 24 Apr 2013 14:26:14 +0000 (15:26 +0100)]
connman: update to 1.13

- Removed upstream commited patch
- Updated git tag srcrev

Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoglib: Add --disable-man to configure arguments
Phil Blundell [Thu, 25 Apr 2013 14:34:21 +0000 (15:34 +0100)]
glib: Add --disable-man to configure arguments

Without this, glib will probe for the existence of xsltproc and use that
to decide whether or not it wants to generate manpages.  This has two
consequences, neither of them good:

a) the result of the build will vary depending on whether xsltproc
happens to be installed in either the native sysroot or the host
environment; and

b) if xsltproc does happen to be installed but docbook-xsl isn't, the
build will fail with "I/O error" messages.

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agolibpcre: Make readline dependency conditional on PACKAGECONFIG[pcretest-readline]
Phil Blundell [Thu, 25 Apr 2013 15:00:57 +0000 (16:00 +0100)]
libpcre: Make readline dependency conditional on PACKAGECONFIG[pcretest-readline]

The only place in pcre that requires readline is pcretest, and even there it's
optional.  This allows the dependency to be removed unless specifically requested.

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agogettext: Make ncurses dependency conditional on PACKAGECONFIG[msgcat-curses]
Phil Blundell [Thu, 25 Apr 2013 13:03:53 +0000 (14:03 +0100)]
gettext: Make ncurses dependency conditional on PACKAGECONFIG[msgcat-curses]

According to the documentation, the only reason for needing ncurses is
to support colour output from msgcat.  Make this optional so that
ncurses doesn't need to be built if colour output is not required.

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agogdb: Disable hard-coding of library rpaths
Phil Blundell [Thu, 25 Apr 2013 12:28:40 +0000 (13:28 +0100)]
gdb: Disable hard-coding of library rpaths

GDB's configury has a tendency to hard-code the path where it found
libexpat using "-Wl,--rpath".  This is undesirable and leads to QA warnings.

Fortunately, the helpful GDB maintainers have provided a "--disable-rpath"
switch to turn this behaviour off.  Let's use it and profit.

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoscripts/contrib/build-perf-test.sh: change the global results format
Stefan Stanacar [Thu, 25 Apr 2013 12:11:01 +0000 (15:11 +0300)]
scripts/contrib/build-perf-test.sh: change the global results format

When all builds have finished write the hostname, commit and times
on a single line in the global results file (useful for merging later
on files from multiple systems).
Also the final cleaning should be last after writing the results.

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoscripts/contrib/build-perf-test.sh: skip network sanity tests
Stefan Stanacar [Thu, 25 Apr 2013 12:11:00 +0000 (15:11 +0300)]
scripts/contrib/build-perf-test.sh: skip network sanity tests

When your proxy/network connection is unstable the network sanity test
which runs before every build (because we wipe all the files in the build dir)
can influence build time. Appending  CONNECTIVITY_CHECK_URIS = ""
in local.conf will disable the check.

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoscripts/contrib/build-perf-test.sh: use the same identation everywhere
Stefan Stanacar [Thu, 25 Apr 2013 12:10:59 +0000 (15:10 +0300)]
scripts/contrib/build-perf-test.sh: use the same identation everywhere

Some functions didn't used the same identation as the rest of them,
let's fix that.

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agobitbake.conf: Don't add ${PN} to RRECOMMENDS_${PN}-dbg
Phil Blundell [Thu, 25 Apr 2013 10:22:55 +0000 (11:22 +0100)]
bitbake.conf: Don't add ${PN} to RRECOMMENDS_${PN}-dbg

This recommendation is of no obvious value and causes unexpected behaviour
when using IMAGE_FEATURES += "dbg-pkgs".

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoqemuimage-testlib-pythonhelper: Make the process detection more strict
Richard Purdie [Thu, 25 Apr 2013 10:15:26 +0000 (11:15 +0100)]
qemuimage-testlib-pythonhelper: Make the process detection more strict

Old versions of ldd (2.11) as run on some of the autobuilders end up running
commands like "LD_xxxx qemu-system-xxx" which this process detection code
would pick up and result in the wrong PID for qemu.

This changes the code to check for "192.168" in the command so we know
we're getting the correct one. This is less than ideal however we're
running out of options and resolves false negatives we see on the
autobuilder.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agodropbear: update to 2013.58
Eric Bénard [Wed, 24 Apr 2013 22:56:13 +0000 (00:56 +0200)]
dropbear: update to 2013.58

- patches updated
- nopw-option.patch dropped as the option is integrated since 2013.56
- compile tested for ARMv5 target

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoapt: update to 0.9.7.8
Eric Bénard [Wed, 24 Apr 2013 22:08:01 +0000 (00:08 +0200)]
apt: update to 0.9.7.8

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoconf/machine: use .= instead of += in TUNE_CCARGS
Martin Jansa [Wed, 24 Apr 2013 13:42:12 +0000 (15:42 +0200)]
conf/machine: use .= instead of += in TUNE_CCARGS

* number of TUNE_CCARGS conditionals is important if we add
  extra space with each one in "else" branch

  I'm building for 2 MACHINEs one is cortexa9, second is cortexa8

  few months ago we added TUNE_CCARGS[vardepvalue] in bitbake.conf
  http://git.openembedded.org/openembedded-core/commit/?id=03f1e34ea3ce80931e9c3cd2ab22824f28a7233b

  which fixed some cases (like mentioned tune-xscale and tune-arm926ejs)
  where both had unused TUNE_CCARGS when common DEFAULTTUNE was used.

  with cortexa[89] it's different, because cortexa9 has one extra TUNE_CCARGS
  TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "cortexa9", "-mtune=cortex-a9", "", d)}"
  which adds extra *space* even when not used because of '+=' and as result:

  $ bitbake-diffsigs tmp-eglibc/sstate-diff/1366797730/*/armv7*/adapterbase/*do_configure*
  basehash changed from f986789fb8fb3579ed6a3492cc8a8d10 to c851b5f838d945ee13072e9ad6725dca
  Variable TUNE_CCARGS value changed from
  ' -march=armv7-a     -mthumb-interwork -mfloat-abi=softfp -mfpu=neon '
  to
  ' -march=armv7-a     -mthumb-interwork -mfloat-abi=softfp -mfpu=neon  '
  Hash for dependent task gcc-runtime_4.7.bb.do_populate_sysroot changed from bdeabf7a86958b9110b566344b7916de to 2be5618e6bc8c57ec9db5659bf217915
  Hash for dependent task eglibc_2.17.bb.do_populate_sysroot changed from b4f40fc62dde684acd0a574532a55360 to 97fcb426603d4a1c1099c0504d2ebf7d
  Hash for dependent task glib-2.0_2.34.3.bb.do_populate_sysroot changed from fd2f90b83098c34e88d649d70f6ea4f5 to ebd740bb94ea3eb0a914efda6fc82c4a

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoeglibc: Avoid "installed but not shipped" warning for ld.so.conf
Phil Blundell [Wed, 24 Apr 2013 16:39:59 +0000 (17:39 +0100)]
eglibc: Avoid "installed but not shipped" warning for ld.so.conf

If USE_LDCONFIG is not set then we won't ship ld.so.conf.  However,
eglibc still installs it which leads to a QA warning.  Prevent that by
removing the file (and the subsequently-empty directory /etc) in this
situation.

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agowebkit-gtk: remove gnome-keyring dependency
Ross Burton [Wed, 24 Apr 2013 16:14:08 +0000 (17:14 +0100)]
webkit-gtk: remove gnome-keyring dependency

The direct use of gnome-keyring was removed back in 1.1.13, so remove the
dependency.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agogdb-cross: Adjust ${datadir} to avoid file conflicts in sysroot
Phil Blundell [Wed, 24 Apr 2013 15:15:54 +0000 (16:15 +0100)]
gdb-cross: Adjust ${datadir} to avoid file conflicts in sysroot

GDB wants to install a bunch of files in ${datadir}/gdb/python/gdb
and ${datadir}/gdb/syscalls.  These pathnames are invariant with
TARGET_ARCH which means that if you build gdb multiple times for
different targets they will all try to write to the same location
and you get a lot of warning spew about manifest conflicts.

Prevent this by factoring the target specification into ${datadir}
so that different copies of GDB install their files into different
paths.

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agorpm: change arch scoring items
Bogdan Marinescu [Wed, 24 Apr 2013 08:48:50 +0000 (11:48 +0300)]
rpm: change arch scoring items

Don't add the first line of /etc/rpm/platform to the list of patterns
to match when computing an arch score, use it just for getting
information about the platform (cpu/vendor/os).

[YOCTO #3864]

Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agocpan.bbclass: use '|' as sed separator for entry with paths
Marcin Juszkiewicz [Wed, 24 Apr 2013 13:45:42 +0000 (15:45 +0200)]
cpan.bbclass: use '|' as sed separator for entry with paths

With normal toolchain it works. But fails badly when external Linaro
toolchain is used. And this is why:

-e "s/^\(CCFLAGS =.*\)/\1  -isystem/home/hrw/devel/canonical/aarch64/openembedded/build/linaro-tcwg/gcc-linaro-aarch64-linux-gnu-4.7-2013.04-20130415_linux//aarch64-linux-gnu/include  -O2 -pipe -g -feliminate-unused-debug-types/" \

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agosstate: Set umask to 002 before packaging runs
Phil Blundell [Wed, 24 Apr 2013 12:07:47 +0000 (13:07 +0100)]
sstate: Set umask to 002 before packaging runs

Otherwise we might end up creating directories under sstate-cache with whatever
random umask has been selected for the task that we're trying to package.  This
would be a bad thing since it might result in losing group write access for
newly created dirs, and/or losing group read access for the sstate files
themselves.

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agosystemd-systemctl: parse unit files more correctly
Enrico Scholz [Wed, 24 Apr 2013 11:37:21 +0000 (13:37 +0200)]
systemd-systemctl: parse unit files more correctly

Old script failed to parse unit files containing comments like

| #Alias=some-alias

or whitespaces like

| WantedBy = foo

correctly.  Patch changes script to interpret keywords only when they
are at the beginning of a line and ignores whitespaces before the '='.

Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agolibxslt: Avoid regenerating manpage during "make install"
Phil Blundell [Wed, 24 Apr 2013 11:43:27 +0000 (12:43 +0100)]
libxslt: Avoid regenerating manpage during "make install"

The timestamps in libxslt-1.1.28.tar.gz (specifically) are rather hokey, making
the source files for the documentation appear newer than the generated output:

-rw-rw-r-- 500/500       16307 2012-11-21 07:22 libxslt-1.1.28/doc/xsltproc.xml
-rw-rw-r-- 500/500        7082 2012-09-12 07:24 libxslt-1.1.28/doc/xsltproc2.html
-rw-rw-r-- 500/500        9475 2012-09-04 15:26 libxslt-1.1.28/doc/xsltproc.html
-rw-rw-r-- 500/500        8256 2012-11-21 06:03 libxslt-1.1.28/doc/xsltproc.1

This causes make to decide that xsltproc.1 needs to be regenerated during the
installation process.  However, this requires a native xsltproc binary which
may not be available, leading to errors like:

| make[2]: /usr/bin/xsltproc: Command not found
| make[2]: [xsltproc.1] Error 127 (ignored)

Adding DEPENDS_class-target = "libxslt-native", or installing xsltproc in the
host environment, fixes the above but the documentation still doesn't build:

| I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
| warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"
| error
| xsltParseStylesheetFile : cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
| compilation error: file ./xsltproc.xml line 10 element refentry
| xsltParseStylesheetProcess : document is not a stylesheet

And in any case, requiring libxslt-native would increase build time for no
real benefit.  So, let's just adjust the timestamp on the shipped copy of
xsltproc.1 to make it appear newer than the source files.

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agomkefidisk: Attempt to automatically unmount target device
Darren Hart [Thu, 25 Apr 2013 17:23:51 +0000 (10:23 -0700)]
mkefidisk: Attempt to automatically unmount target device

With automounters abounding it makes more sense to attempt to unmount
the device rather than abort, just like ddimage does.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agogpgme: add short SUMMARY
Paul Eggleton [Wed, 24 Apr 2013 17:14:41 +0000 (18:14 +0100)]
gpgme: add short SUMMARY

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agocore-image-directfb: add SUMMARY
Paul Eggleton [Wed, 24 Apr 2013 17:11:12 +0000 (18:11 +0100)]
core-image-directfb: add SUMMARY

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoptest-runner: add SUMMARY, DESCRIPTION and HOMEPAGE
Paul Eggleton [Wed, 24 Apr 2013 17:04:17 +0000 (18:04 +0100)]
ptest-runner: add SUMMARY, DESCRIPTION and HOMEPAGE

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agohwlatdetect: add SUMMARY and DESCRIPTION
Paul Eggleton [Wed, 24 Apr 2013 17:03:29 +0000 (18:03 +0100)]
hwlatdetect: add SUMMARY and DESCRIPTION

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agogst-openmax: add SUMMARY, DESCRIPTION and HOMEPAGE
Paul Eggleton [Wed, 24 Apr 2013 17:03:05 +0000 (18:03 +0100)]
gst-openmax: add SUMMARY, DESCRIPTION and HOMEPAGE

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoxeyes: add SUMMARY and DESCRIPTION
Paul Eggleton [Wed, 24 Apr 2013 17:02:51 +0000 (18:02 +0100)]
xeyes: add SUMMARY and DESCRIPTION

Prevent this getting the default DESCRIPTION of "X application" from
xorg-app-common.inc.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agorgb: add SUMMARY and DESCRIPTION
Paul Eggleton [Wed, 24 Apr 2013 17:01:44 +0000 (18:01 +0100)]
rgb: add SUMMARY and DESCRIPTION

Prevent this getting the default DESCRIPTION of "X application" from
xorg-app-common.inc.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agopackagegroup-core-x11-xserver: set SUMMARY instead of SUMMARY_${PN}
Paul Eggleton [Wed, 24 Apr 2013 16:59:36 +0000 (17:59 +0100)]
packagegroup-core-x11-xserver: set SUMMARY instead of SUMMARY_${PN}

This allows the description to show up at the recipe level e.g. in the
OE layer index.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agognome-doc-utils: add SUMMARY and DESCRIPTION
Paul Eggleton [Wed, 24 Apr 2013 16:59:18 +0000 (17:59 +0100)]
gnome-doc-utils: add SUMMARY and DESCRIPTION

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agopython-smartpm: fix HOMEPAGE and adjust DESCRIPTION
Paul Eggleton [Wed, 24 Apr 2013 16:58:13 +0000 (17:58 +0100)]
python-smartpm: fix HOMEPAGE and adjust DESCRIPTION

* HOMEPAGE was incorrect
* We're not really interested in the fact that Smart works across
  different distros.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agolibxml-simple-perl: add SUMMARY, DESCRIPTION and HOMEPAGE
Paul Eggleton [Wed, 24 Apr 2013 16:56:40 +0000 (17:56 +0100)]
libxml-simple-perl: add SUMMARY, DESCRIPTION and HOMEPAGE

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agowhich: use the same meta fields for both versions
Paul Eggleton [Wed, 24 Apr 2013 16:51:40 +0000 (17:51 +0100)]
which: use the same meta fields for both versions

Use the same SUMMARY, DESCRIPTION, SECTION and HOMEPAGE for the recipes
for both "which" versions.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agomtools: use same SUMMARY as newer version of mtools recipe
Paul Eggleton [Wed, 24 Apr 2013 16:49:54 +0000 (17:49 +0100)]
mtools: use same SUMMARY as newer version of mtools recipe

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoicon-naming-utils: add SUMMARY and DESCRIPTION
Paul Eggleton [Wed, 24 Apr 2013 16:49:28 +0000 (17:49 +0100)]
icon-naming-utils: add SUMMARY and DESCRIPTION

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoexternal-sourcery-toolchain: add SUMMARY
Paul Eggleton [Wed, 24 Apr 2013 16:49:11 +0000 (17:49 +0100)]
external-sourcery-toolchain: add SUMMARY

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoreadline: add SUMMARY
Paul Eggleton [Wed, 24 Apr 2013 16:48:54 +0000 (17:48 +0100)]
readline: add SUMMARY

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agolibcgroup: add SUMMARY and better DESCRIPTION
Paul Eggleton [Wed, 24 Apr 2013 16:48:34 +0000 (17:48 +0100)]
libcgroup: add SUMMARY and better DESCRIPTION

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agobuild-appliance-image: add SUMMARY, HOMEPAGE and improve DESCRIPTION
Paul Eggleton [Wed, 24 Apr 2013 16:47:22 +0000 (17:47 +0100)]
build-appliance-image: add SUMMARY, HOMEPAGE and improve DESCRIPTION

Move the link from DESCRIPTION to HOMEPAGE and add a short SUMMARY.
Also move IMAGE_INSTALL line to be further down in the recipe.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agogettext-minimal-native: add SUMMARY and DESCRIPTION
Paul Eggleton [Wed, 24 Apr 2013 16:46:53 +0000 (17:46 +0100)]
gettext-minimal-native: add SUMMARY and DESCRIPTION

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoeglibc: add common HOMEPAGE and SUMMARY for eglibc-locale
Paul Eggleton [Wed, 24 Apr 2013 16:45:04 +0000 (17:45 +0100)]
eglibc: add common HOMEPAGE and SUMMARY for eglibc-locale

Add SUMMARY for eglibc-locale, and HOMEPAGE in eglibc-collateral.inc
(used for eglibc-locale and eglibc-mtrace).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoconnman-conf: add SUMMARY and DESCRIPTION
Paul Eggleton [Wed, 24 Apr 2013 16:44:09 +0000 (17:44 +0100)]
connman-conf: add SUMMARY and DESCRIPTION

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agokernel-arch: Always use ld.bfd to link the kernel
Phil Blundell [Tue, 23 Apr 2013 16:47:29 +0000 (17:47 +0100)]
kernel-arch: Always use ld.bfd to link the kernel

The kernel's penchant for custom linker scripts means that it doesn't
generally get on very well with gold.  Make sure we are using the BFD
linker here no matter what the distro default is set to.

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoicu: Remove unnecessary FULL_OPTIMIZATION_arm setting
Phil Blundell [Tue, 23 Apr 2013 16:45:41 +0000 (17:45 +0100)]
icu: Remove unnecessary FULL_OPTIMIZATION_arm setting

This is distro policy and shouldn't be getting set by the recipe.  It was
added in commit 9b547ecf849b66aa883328fb6b26d9b412a4d2ec as a workaround
for gcc bug #37436, but the compiler bug was fixed more than four years
ago and the workaround is no longer required.

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoopenssl: Disable parallel make
Phil Blundell [Tue, 23 Apr 2013 16:45:26 +0000 (17:45 +0100)]
openssl: Disable parallel make

Otherwise you get errors like:

| ../libcrypto.so: file not recognized: File truncated
| collect2: error: ld returned 1 exit status
| make[2]: *** [link_o.gnu] Error 1

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agocommon-licenses: remove HTMLisms from OFL-1.1
Paul Barker [Tue, 23 Apr 2013 08:56:07 +0000 (09:56 +0100)]
common-licenses: remove HTMLisms from OFL-1.1

License text is clearer without HTML entities such as '&amp;' and '&#8212;'.

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agocommon-licenses: fill in AGPL-3.0
Paul Barker [Tue, 23 Apr 2013 08:51:37 +0000 (09:51 +0100)]
common-licenses: fill in AGPL-3.0

The AGPL-3.0 file wasn't filled with the correct text. The file has been
replaced with a copy of http://www.gnu.org/licenses/agpl-3.0.txt.

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoudev: create /var/volatile/tmp to avoid dead link
Chen Qi [Tue, 23 Apr 2013 04:31:40 +0000 (12:31 +0800)]
udev: create /var/volatile/tmp to avoid dead link

If it's not first boot, /tmp has already been symlinked to /var/volatile/tmp.
But the udev service starts before populate-volatile.sh starts. This leads to
a dead link at /tmp. As a result, trying to create any file under /tmp will
fail.

If a USB is plugged in before the populate-volatile.sh script starts, the
/tmp/.automount-$name file will not be created correctly. As a result, when
the USB is unplugged, the /media/$name directory is not removed.

So we create /var/volatile/tmp directory in the udev script to avoid this dead
link problem.

[YOCTO #3404]

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 years agoltp: upgrade to 20130109 release
Ting Liu [Wed, 17 Apr 2013 09:22:54 +0000 (17:22 +0800)]
ltp: upgrade to 20130109 release

license changed: http://ltp.git.sourceforge.net/git/gitweb.cgi
commit 4548c6cf9bcdd96d8303caa4130ab638b61f8a30
Update FSF address
find . -type f -exec sed -i 's/675 Mass Ave, Cambridge, MA 02139, USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \;
find . -type f -exec sed -i 's/59 Temple Place, Suite 330, Boston, MA 02111-1307 USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \;

Change-Id: I88db5b1e53645a5fe083684fdc47a80266266c21
Signed-off-by: Ting Liu <b28495@freescale.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>