]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
11 years agogdb: upgrade to 7.7
Laurentiu Palcu [Mon, 28 Apr 2014 11:15:50 +0000 (14:15 +0300)]
gdb: upgrade to 7.7

Removed the following patch(es):
 * gdb-fix-cygwin-check-in-configure-script.patch (changes included in release)

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
11 years agopython-pygobject: upgrade to 2.28.3
Laurentiu Palcu [Mon, 28 Apr 2014 11:12:02 +0000 (14:12 +0300)]
python-pygobject: upgrade to 2.28.3

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
11 years agoxserver-xorg: upgrade to 1.15.1
Laurentiu Palcu [Mon, 28 Apr 2014 09:44:15 +0000 (12:44 +0300)]
xserver-xorg: upgrade to 1.15.1

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
11 years agolibdrm: upgrade to 2.4.53
Laurentiu Palcu [Mon, 28 Apr 2014 09:14:57 +0000 (12:14 +0300)]
libdrm: upgrade to 2.4.53

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
11 years agoxf86-input-synaptics: upgrade to 1.7.4
Laurentiu Palcu [Mon, 28 Apr 2014 09:01:51 +0000 (12:01 +0300)]
xf86-input-synaptics: upgrade to 1.7.4

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
11 years agooprofileui*: Update to latest git
Saul Wold [Tue, 29 Apr 2014 14:35:24 +0000 (07:35 -0700)]
oprofileui*: Update to latest git

Signed-off-by: Saul Wold <sgw@linux.intel.com>
11 years agolsbinitscripts: Update to 9.54
Saul Wold [Tue, 29 Apr 2014 14:34:54 +0000 (07:34 -0700)]
lsbinitscripts: Update to 9.54

Signed-off-by: Saul Wold <sgw@linux.intel.com>
11 years agoutil-linux: Update to 2.24.2
Saul Wold [Tue, 29 Apr 2014 14:34:00 +0000 (07:34 -0700)]
util-linux: Update to 2.24.2

rebase util-linux-native patch

Signed-off-by: Saul Wold <sgw@linux.intel.com>
11 years agoman-pages: Update to 3.65
Saul Wold [Tue, 29 Apr 2014 14:33:33 +0000 (07:33 -0700)]
man-pages: Update to 3.65

Signed-off-by: Saul Wold <sgw@linux.intel.com>
11 years agolib/oe/sdk: Ensure target directory exists before creating the link
Richard Purdie [Wed, 30 Apr 2014 12:59:02 +0000 (12:59 +0000)]
lib/oe/sdk: Ensure target directory exists before creating the link

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agobase.bbclass: Update INCOMPATIBLE_LICENSE changes for gcc updates
Richard Purdie [Wed, 30 Apr 2014 13:59:56 +0000 (13:59 +0000)]
base.bbclass: Update INCOMPATIBLE_LICENSE changes for gcc updates

Add in the TARGET_ARCH and SDK_ARCH suffixes from the gcc-cross changes.
The -intermediate toolchain parts were canned a while ago so drop them.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agogcc: Drop ARCH_FLAGS_FOR_TARGET usage
Richard Purdie [Sun, 27 Apr 2014 00:22:10 +0000 (01:22 +0100)]
gcc: Drop ARCH_FLAGS_FOR_TARGET usage

As far as I can tell this variable is now completely unneeded. It would
only ever get used in target builds and these are now correctly done
in the target environment namespace, not any of our cross environments.
As such, CC and other variables contain the correct compilers and other
tune options and these are correctly picked up when building libgcc,
libstdc++ and others.

I tried to figure out where else these would make any sense and couldn't
find anything. Builds appear fine without them so lets drop the complexity
including the patch adding in this flag to gcc.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agogcc-common/gcc-configure-common: Move gnu-configize to its own shared task
Richard Purdie [Sun, 27 Apr 2014 00:24:31 +0000 (01:24 +0100)]
gcc-common/gcc-configure-common: Move gnu-configize to its own shared task

This command modifies ${S} and can race against other tasks running do_configure and
having the scripts disappear from under them. To avoid this move to its own
task and work on the shared work directory as a common task.

It needs to be a python task to avoid lots of shell exported variables as
dependencies.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agogcc-target: Limit compile to host targets, don't build runtimes.
Richard Purdie [Sun, 27 Apr 2014 00:23:46 +0000 (01:23 +0100)]
gcc-target: Limit compile to host targets, don't build runtimes.

Currently the gcc builds are building copies of the target libraries
that we never use (it isn't installed in do_install). This is a rather
pointless waste of cpu time.

Instead just compile the host targets. Comparing the package output of
this compared to a previous build shows that the unwind.h header is
missing since its provided by gcc. Fix this simply by copying it in.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agobinutils/gcc/gdb: Add TARGET_ARCH to PN for all cross recipes
Richard Purdie [Sun, 27 Apr 2014 00:23:07 +0000 (01:23 +0100)]
binutils/gcc/gdb: Add TARGET_ARCH to PN for all cross recipes

This allows them to co-exist together in the native sysroot, with one
set of cross tools per target architecture.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agocross: Drop virtclass-cross OVERRIDE
Richard Purdie [Sun, 27 Apr 2014 00:21:31 +0000 (01:21 +0100)]
cross: Drop virtclass-cross OVERRIDE

This has been replaced by the class-cross override.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agofeature-arm-thumb.inc: set ARMPKGSFX_THUMB only when thumb is in TUNE_FEATURES
Martin Jansa [Tue, 29 Apr 2014 18:23:32 +0000 (20:23 +0200)]
feature-arm-thumb.inc: set ARMPKGSFX_THUMB only when thumb is in TUNE_FEATURES

* there is issue for TUNE_PKGARCH missing in PACKAGE_ARCHS for machines
  without thumb enabled, it was reported by Jacob Kroon on IRC

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agofeature-arm-thumb.inc: Suppress false warning
Jacob Kroon [Tue, 29 Apr 2014 20:07:09 +0000 (22:07 +0200)]
feature-arm-thumb.inc: Suppress false warning

If a recipe does not explicitly set ARM_INSTRUCTION_SET, then there is no
need to throw a warning:

  WARNING: Recipe 'foobar' selects ARM_INSTRUCTION_SET to be 'None',
           but tune configuration overrides it to 'arm'

Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agomc: update to 4.8.12
Saul Wold [Sat, 19 Apr 2014 21:14:09 +0000 (14:14 -0700)]
mc: update to 4.8.12

Add PACKAGECONFIG for two optional plugins (smb & sftp), both require
other packages from meta-openembedded

Signed-off-by: Saul Wold <sgw@linux.intel.com>
11 years agosystemd: Check for HAVE_POSIX_FALLOCATE
Drew Moseley [Mon, 28 Apr 2014 15:38:57 +0000 (11:38 -0400)]
systemd: Check for HAVE_POSIX_FALLOCATE

The check for the config variable is using the wrong define
resulting in the #else always being used.

Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
11 years agodistrodata.bbclass: Fix checkpkg functionality
Irina Patru [Mon, 28 Apr 2014 11:08:46 +0000 (14:08 +0300)]
distrodata.bbclass: Fix checkpkg functionality

Currently it wasn't working because *COMMAND variables were removed
from fetcher.
Now checkpkg sets the command internally and sends it as a parameter
to _runwget() function from wget fetch.

Signed-off-by: Irina Patru <irina.patru@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
11 years agoltp: update version to 20140422
Maxin B. John [Sat, 26 Apr 2014 14:51:25 +0000 (16:51 +0200)]
ltp: update version to 20140422

Update ltp version to 20140422
Removed two patches that already exist in the current version:
1. regen-makefile.patch
2. ffsb-remove-hardcoded-configure.patch

Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
11 years agooeqa/utils: sshcontrol: realtime logging of output
Stefan Stanacar [Fri, 25 Apr 2014 11:35:27 +0000 (14:35 +0300)]
oeqa/utils: sshcontrol: realtime logging of output

Log the output of the command as it runs not when it finished, else
tail -f tmp/work/minnow-poky-linux/core-image-sato/1.0-r0/testimage/ssh_target_log
isn't as useful as it could be.

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
11 years agotune-cortexr4.inc: Add thumb and arm to TUNE_FEATURES
Martin Jansa [Fri, 25 Apr 2014 16:40:28 +0000 (18:40 +0200)]
tune-cortexr4.inc: Add thumb and arm to TUNE_FEATURES

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
11 years agofeature-arm-thumb.inc, arch-armv4.inc: Add "arm" to TUNE_FEATURES
Martin Jansa [Fri, 25 Apr 2014 16:40:27 +0000 (18:40 +0200)]
feature-arm-thumb.inc, arch-armv4.inc: Add "arm" to TUNE_FEATURES

* it will be inherited by most DEFAULTTUNEs, except few exceptions which
  support only thumb and not arm
* respect missing "arm" in TUNE_FEATURES in feature-arm-thumb.inc, so
  when recipe asks for "arm" and MACHINE supports only "thumb" ignore
  recipe and try to build with "thumb"
* show warning when overriding ARM_INSTRUCTION_SET set by recipe from tune
  config

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
11 years agofeature-arm-thumb.inc: Replace inner quotes with apostrophes
Martin Jansa [Fri, 25 Apr 2014 16:40:26 +0000 (18:40 +0200)]
feature-arm-thumb.inc: Replace inner quotes with apostrophes

* so that it's highlighted correctly

Signed-off-by: Saul Wold <sgw@linux.intel.com>
11 years agoopenssl: enable ptest support
Maxin B. John [Thu, 24 Apr 2014 17:28:25 +0000 (19:28 +0200)]
openssl: enable ptest support

Install openssl test suite and run it as ptest.

Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
11 years agosstate-cache-management: Minor cleanup of help text
Jacob Kroon [Sat, 26 Apr 2014 15:19:36 +0000 (17:19 +0200)]
sstate-cache-management: Minor cleanup of help text

(From OE-Core rev: a039ef9d116f0bab0bbb6d25867666b10057f2ad)

Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agocross: Drop package tasks
Richard Purdie [Sat, 26 Apr 2014 10:20:53 +0000 (11:20 +0100)]
cross: Drop package tasks

Cross packages are not packaged so we can drop all the packaging tasks
for some small performance improvements.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agouclibc: Add libgcc-initial to DEPENDS
Khem Raj [Sat, 26 Apr 2014 21:45:02 +0000 (14:45 -0700)]
uclibc: Add libgcc-initial to DEPENDS

Now Separated out libgcc-initial is there

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agodefault-distrovars.inc: Add libgcc-initial to the GPLv3 whitelist (same as libgcc)
Richard Purdie [Fri, 25 Apr 2014 17:00:15 +0000 (18:00 +0100)]
default-distrovars.inc: Add libgcc-initial to the GPLv3 whitelist (same as libgcc)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoUpstream-Status Cleanups
Saul Wold [Wed, 23 Apr 2014 16:42:39 +0000 (16:42 +0000)]
Upstream-Status Cleanups

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agobumps to remove PRINC use in meta-fsl-ppc
Chunrong Guo [Fri, 25 Apr 2014 05:01:51 +0000 (13:01 +0800)]
bumps to remove PRINC use in meta-fsl-ppc

Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoinitscripts: Fix PR reversal
Richard Purdie [Fri, 25 Apr 2014 16:16:43 +0000 (17:16 +0100)]
initscripts: Fix PR reversal

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agodbus: fix a hard dependency about dbus-ptest
Chong Lu [Tue, 8 Apr 2014 03:30:56 +0000 (11:30 +0800)]
dbus: fix a hard dependency about dbus-ptest

If image contains dbus and ptest is in DISTRO_FEATURES, dbus-ptest package
is installed, regardless of whether ptest-pkgs is in IMAGE_FEATURES. This
issue will increase size for most small images.
This patch fixes this problem.

[YOCTO #5702]

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
11 years agoudev-extraconf: update mount.sh to use /run/media instead of /media
Denys Dmytriyenko [Tue, 1 Apr 2014 03:54:11 +0000 (03:54 +0000)]
udev-extraconf: update mount.sh to use /run/media instead of /media

This is done to work around the issue of auto-mounting block devices
(i.e. SD cards) when root filesystem is still in read-only mode and
creating /media/<device> mount-points by udev is not possible. That
is due to udev (/etc/rcS.d/S03udev) getting started earlier than
checkroot (/etc/rcS.d/S10checkroot.sh) gets a chance to re-mount the
rootfs as read-write.

Although, canonical FHS specifies /media/<device> as a mount point
for removable media devices, the latest 2.3 version was released in
2004 and since then FreeDesktop/udisks and other tools adopted the
new /run/media/<user>/<device> location. That was done to overcome
read-only rootfs limitation, since /run is usually a tmpfs mounted
partition, plus avoid name-clash between users.

For our embedded systems environment we assume single-user operation
and hence simplify mount point to just /run/media/<device>. But for
proper per-user mounting to /run/media/<user>/<device>, some sort of
session management is required along with the tool like udisks, that
is out of scope of this simple udev-based auto-mounting.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agofiles/device_table-minimal.txt: cleanup
Matthieu Crapet [Wed, 2 Apr 2014 16:46:26 +0000 (16:46 +0000)]
files/device_table-minimal.txt: cleanup

This device list is only used if USE_DEVFS is set to '0' (which is NOT the default since 2013-12-14,
see commit f54fdd6673a136ee1cee1f3263a8a7820de43ca3) and if IMAGE_DEVICE_TABLE and IMAGE_DEVICE_TABLES are not set.

This is, of course a very subjective list but minimal with 62 (special) files.
However, you should be able to boot correctly a lot of embedded linux around.

Changes:
- add sda, sdb, sda[1234], sdb[1234]
- add mmcblk0, mmcblk0p[1234]
- add rtc0, rtc1
- restrict maximum hdaX from 19 to 4 (pata is old)
- add ttyS1
- remove initctl, apm_bios, tty8, ttySA
- sorted entries

Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agokernel: don't populate source symbolic link
Ming Liu [Tue, 1 Apr 2014 02:57:15 +0000 (02:57 +0000)]
kernel: don't populate source symbolic link

/usr/src/kernel/source deployed by kernel-dev package is symbolically
linking to a build-time kernel source folder, which make no sense when
cross-compiling.

Fixed by not populating it at install stage.

Signed-off-by: Ming Liu <ming.liu@windriver.com>
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agobind: add support for read-only rootfs
Chen Qi [Thu, 27 Mar 2014 02:34:41 +0000 (02:34 +0000)]
bind: add support for read-only rootfs

This patch adds support for read-only rootfs to the bind service.
Basically it just bind mounts several directories so that the bind
service could start correctly without reporting any error.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoopkg: Upgrade to v0.2.2
Paul Barker [Thu, 24 Apr 2014 21:56:14 +0000 (21:56 +0000)]
opkg: Upgrade to v0.2.2

The patches for opkg have been rebased using git so that they apply cleanly onto
the new release.

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoGlobally replace 'base_contains' calls with 'bb.utils.contains'
Otavio Salvador [Thu, 24 Apr 2014 18:59:20 +0000 (15:59 -0300)]
Globally replace 'base_contains' calls with 'bb.utils.contains'

The base_contains is kept as a compatibility method and we ought to
not use it in OE-Core so we can remove it from base metadata in
future.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoGlobally replace oe.utils.contains to bb.utils.contains
Otavio Salvador [Thu, 24 Apr 2014 18:59:19 +0000 (15:59 -0300)]
Globally replace oe.utils.contains to bb.utils.contains

BitBake has the exact same code as oe.utils.contains so there's no
reason to duplicate it. We now rely on the bb.utils.contains code for
metadata.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoopenssh: enable ptest support
Maxin B. John [Thu, 24 Apr 2014 16:00:22 +0000 (18:00 +0200)]
openssh: enable ptest support

Install openssh test-suite and run it as ptest.

Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoiproute2: upgrade to 3.14
Cristian Iorga [Thu, 24 Apr 2014 09:19:06 +0000 (12:19 +0300)]
iproute2: upgrade to 3.14

- switched to ${BP} variable;
- removed parallel make restriction;

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoharfbuzz: upgrade to 0.9.27
Cristian Iorga [Thu, 24 Apr 2014 09:19:05 +0000 (12:19 +0300)]
harfbuzz: upgrade to 0.9.27

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agobluez5: upgrade to 5.18
Cristian Iorga [Thu, 24 Apr 2014 09:19:04 +0000 (12:19 +0300)]
bluez5: upgrade to 5.18

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoconnman: upgrade to 1.23
Cristian Iorga [Thu, 24 Apr 2014 09:19:03 +0000 (12:19 +0300)]
connman: upgrade to 1.23

- License file copyright years updated;

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agogcc-cross-initial: Separate out libgcc-initial
Richard Purdie [Thu, 24 Apr 2014 14:24:09 +0000 (15:24 +0100)]
gcc-cross-initial: Separate out libgcc-initial

Its useful to separate out the native (cross) binaries from the target
compilation. We already do this for libgcc, this now takes the same
approach for -initial.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agogcc-cross: Improve handling of unwind.h
Richard Purdie [Thu, 24 Apr 2014 09:19:42 +0000 (10:19 +0100)]
gcc-cross: Improve handling of unwind.h

Rather than building the whole of libgcc to obtain the unwind.h header
file, simply configure it and then install the file. This avoids copying
chunks of data around when we don't need to and building the same thing
twice.

After doing this we need to make sure the target build directory exists
in the libgcc case since it will no longer be created automatically.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agolibgcc: Spit out common code into libgcc-common.inc
Richard Purdie [Thu, 24 Apr 2014 09:18:42 +0000 (10:18 +0100)]
libgcc: Spit out common code into libgcc-common.inc

Prepare the ground for the creation of libgcc-initial by splitting common
libgcc code into a libgcc-common.inc file.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agogcc: Convert to use hardlinkdir
Richard Purdie [Thu, 24 Apr 2014 09:18:03 +0000 (10:18 +0100)]
gcc: Convert to use hardlinkdir

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoutils: Add hardlinkdir shell function
Richard Purdie [Thu, 24 Apr 2014 09:17:18 +0000 (10:17 +0100)]
utils: Add hardlinkdir shell function

In a number of places it would be helpful to be able to copy trees of
files using hardlinks. This turns out to be harder than you'd expect
since there is no good single command that does this well and handles
all file types correctly.

Abstracting this into a function therefore makes sense, cpio seems
as good an option as any other.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agobuild-appliance-image: Update to head revision
Richard Purdie [Thu, 24 Apr 2014 16:53:14 +0000 (17:53 +0100)]
build-appliance-image: Update to  head revision

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agonative.bbclass: Override TARGET_ flags too
Mike Crowe [Wed, 16 Apr 2014 09:31:36 +0000 (10:31 +0100)]
native.bbclass: Override TARGET_ flags too

TARGET_LDFLAGS is currently defined in bitbake.conf to contain
${TARGET_LINK_HASH_STYLE} which differs between MIPS and other
targets. Since TARGET_LDFLAGS is an exported variable it affects the hash
of every shell task even if it is not used.

We don't want native recipe tasks to have different hashes purely because
they happen to have been built in order to satisfy dependencies for
different MACHINEs since this causes lots of churn in the native sysroot
when switching between MACHINEs.

Making native.bbclass override TARGET_LDFLAGS to use BUILD_LDFLAGS ensures
consistent hashes and is a sensible thing to be doing anyway.

Although they don't appear to have the same detrimental affect on task
hashes TARGET_CPPFLAGS, TARGET_CFLAGS and TARGET_CXXFLAGS should be
overridden too.

Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agocryptodev-tests: recipe for cryptodev test suite based on OpenSSL
Denys Dmytriyenko [Thu, 10 Apr 2014 17:55:28 +0000 (13:55 -0400)]
cryptodev-tests: recipe for cryptodev test suite based on OpenSSL

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agocryptodev-module: recipe for out-of-tree cryptodev device driver
Denys Dmytriyenko [Thu, 10 Apr 2014 17:55:27 +0000 (13:55 -0400)]
cryptodev-module: recipe for out-of-tree cryptodev device driver

Depends on cryptodev-linux for providing a header file

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agocryptodev-linux: create common .inc file to be shared by module and tests
Denys Dmytriyenko [Thu, 10 Apr 2014 17:55:26 +0000 (13:55 -0400)]
cryptodev-linux: create common .inc file to be shared by module and tests

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agocryptodev-linux: move to recipes-kernel to be shared with module and tests
Denys Dmytriyenko [Thu, 10 Apr 2014 17:55:25 +0000 (13:55 -0400)]
cryptodev-linux: move to recipes-kernel to be shared with module and tests

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agotcf-agent: add systemd support
Chen Qi [Wed, 23 Apr 2014 09:40:53 +0000 (17:40 +0800)]
tcf-agent: add systemd support

Add systemd unit file tcf-agent.service.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoppp: add systemd support
Chen Qi [Wed, 23 Apr 2014 09:40:52 +0000 (17:40 +0800)]
ppp: add systemd support

Add systemd support for ppp.
The unit file mostly comes from ArchLinux.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agobind: add systemd support
Chen Qi [Wed, 23 Apr 2014 09:40:51 +0000 (17:40 +0800)]
bind: add systemd support

Add systemd support for bind.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agocronie: add systemd support
Chen Qi [Wed, 23 Apr 2014 09:40:50 +0000 (17:40 +0800)]
cronie: add systemd support

Add systemd support for cronie.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoreport-error: Add posting in the public note
Saul Wold [Tue, 22 Apr 2014 23:42:25 +0000 (16:42 -0700)]
report-error: Add posting in the public note

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agolibnl: update to 3.2.24
Saul Wold [Tue, 22 Apr 2014 23:49:32 +0000 (16:49 -0700)]
libnl: update to 3.2.24

Remove patch that is now in the upstream version
Add new package for idiag libraries.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agosqlite3: Update to 3080403
Saul Wold [Tue, 22 Apr 2014 23:49:31 +0000 (16:49 -0700)]
sqlite3: Update to 3080403

And rename the PV to match the upstream versioning
This requires a PE Bump to ensure package versions don't
go backwards.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoutil-macros: update to 1.19.0
Saul Wold [Tue, 22 Apr 2014 23:49:30 +0000 (16:49 -0700)]
util-macros: update to 1.19.0

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agolibxkbcommon: update to 0.4.1
Saul Wold [Tue, 22 Apr 2014 23:49:29 +0000 (16:49 -0700)]
libxkbcommon: update to 0.4.1

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agomsmtp: update to 1.4.32
Saul Wold [Tue, 22 Apr 2014 23:49:28 +0000 (16:49 -0700)]
msmtp: update to 1.4.32

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoman-pages: update to 3.64
Saul Wold [Tue, 22 Apr 2014 23:49:26 +0000 (16:49 -0700)]
man-pages: update to 3.64

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agolsbinitscripts: update to 9.53
Saul Wold [Tue, 22 Apr 2014 23:49:25 +0000 (16:49 -0700)]
lsbinitscripts: update to 9.53

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agocups: update to 1.7.2
Saul Wold [Tue, 22 Apr 2014 23:49:24 +0000 (16:49 -0700)]
cups: update to 1.7.2

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agohelp2man update to 1.44.1
Saul Wold [Tue, 22 Apr 2014 23:49:23 +0000 (16:49 -0700)]
help2man update to 1.44.1

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agogsettings-desktop-schemas: add missing dependency on intltool-native
Martin Jansa [Fri, 18 Apr 2014 21:27:47 +0000 (23:27 +0200)]
gsettings-desktop-schemas: add missing dependency on intltool-native

* do_configure fails with:
  | NOTE: Executing intltoolize --copy --force --automake
  | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gsettings-desktop-schemas/3.10.1-r1/temp/run.do_configure.1111: 180:
  /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gsettings-desktop-schemas/3.10.1-r1/temp/run.do_configure.1111:
   intltoolize: not found
  | WARNING: exit code 127 from a shell command.
  | ERROR: Function failed: do_configure (log file is located at
  /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gsettings-desktop-schemas/3.10.1-r1/temp/log.do_configure.1111)
  NOTE: recipe gsettings-desktop-schemas-3.10.1-r1: task do_configure:

* introduced in:
  commit 1138976f7bdcd24ef57451a2c2ceffa43666610f
  Author: Alexandru Palalau <alexandrux.palalau@linux.intel.com>
  Date:   Tue Mar 11 13:27:46 2014 +0000

    gsettings-desktop-schemas: removed unneeded class inheritance

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoapr: do not try to use sctp.h
Joe Slater [Fri, 18 Apr 2014 22:38:35 +0000 (15:38 -0700)]
apr: do not try to use sctp.h

If we let configure look for sctp.h it might find it
on the host, so suppress the search with two cached
config variables.

Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoPR bumps to remove PRINC use in meta-openpli
Mike Looijmans [Sun, 20 Apr 2014 12:39:38 +0000 (14:39 +0200)]
PR bumps to remove PRINC use in meta-openpli

Resolves warnings of this kind in the OpenPLi layer:
 WARNING: Use of PRINC * was detected in the recipe *

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoconsole-tools: Remove floating runtime dependency on flex
Jacob Kroon [Mon, 21 Apr 2014 10:23:00 +0000 (12:23 +0200)]
console-tools: Remove floating runtime dependency on flex

The 'loadkeys' program defines its own yywrap()/yylex() functions,
there is no need to link with flex shared library.

Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agooprofileui-server_git: add avahi-daemon to RDEPENDS list
Adrian Calianu [Tue, 22 Apr 2014 08:04:14 +0000 (10:04 +0200)]
oprofileui-server_git: add avahi-daemon to RDEPENDS list

oprofileui-server recipe depends on avahi recipe. But avahi recipe
generates more packages and one of those packages(avahi-daemon) which
oprofileui-server expected to be available is not found into image.
A runtime dependency of oprofileui-server on avahi-daemon is required.

Upstream-Status: Pending

Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoliberror-perl: add 0.17022
Koen Kooi [Thu, 17 Apr 2014 09:07:38 +0000 (11:07 +0200)]
liberror-perl: add 0.17022

This is needed for git-perltools to work:

koen@beast:/build/v2014.06/sources/meta-openembedded$ git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][PATCH
Can't locate Error.pm in @INC (@INC contains: /usr/lib/perl/5.14.3 /etc/perl /usr/lib/perl/site_perl/5.14.3/ /usr/lib/perl/site_perl/5.14.3 /usr/lib/perl/vendor_perl/5.14.3/ /usr/lib/perl/vendor_perl/5.14.3 /usr/lib/perl/5.14.3/ /usr/local/lib/site_perl .) at /usr/lib/git/git-core/git-send-email line 30.

Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agolibpng: bump to 1.6.10
Maxin B. John [Wed, 23 Apr 2014 12:41:39 +0000 (14:41 +0200)]
libpng: bump to 1.6.10

1. Fixes CVE-2014-0333
2. There are changes in License checksums. This is due to new
   contributor names being added to LICENSE and png.h file
   contains version of the new release.So, license remains the same.

Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopixbufcache: add error exit in pixbufcache_sstate_postinst
Joe Slater [Tue, 22 Apr 2014 18:00:41 +0000 (11:00 -0700)]
pixbufcache: add error exit in pixbufcache_sstate_postinst

In order to attempt recovery of a failed populate_sysroot_setscene,
we need to explicitly error exit an SSTATEPOSTINSTFUNC.  So, we test
the return value of gdk-pixbuf-query-loaders.

Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoautotools: Enable separate builddir by default
Richard Purdie [Thu, 27 Feb 2014 17:55:50 +0000 (17:55 +0000)]
autotools: Enable separate builddir by default

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agokmod: upgrade to v17 via git
Cristiana Voicu [Fri, 18 Apr 2014 06:40:36 +0000 (09:40 +0300)]
kmod: upgrade to v17 via git

Just one patch has some small changes because the new code
has another fix for unaligned access.

Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agomtd-utils: upgrade to 1.5.1+gitAUTOINC+12158de
Cristiana Voicu [Fri, 18 Apr 2014 06:40:35 +0000 (09:40 +0300)]
mtd-utils: upgrade to 1.5.1+gitAUTOINC+12158de

Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoat-spi2-core: upgrade to 2.12.0
Cristiana Voicu [Fri, 18 Apr 2014 06:40:34 +0000 (09:40 +0300)]
at-spi2-core: upgrade to 2.12.0

Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoat-spi2-atk: upgrade to 2.12.0
Cristiana Voicu [Fri, 18 Apr 2014 06:40:33 +0000 (09:40 +0300)]
at-spi2-atk: upgrade to 2.12.0

Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoatk: upgrade to 2.12.0
Cristiana Voicu [Fri, 18 Apr 2014 06:40:32 +0000 (09:40 +0300)]
atk: upgrade to 2.12.0

Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agocurl: upgrade to 7.36.0
Cristiana Voicu [Fri, 18 Apr 2014 06:40:31 +0000 (09:40 +0300)]
curl: upgrade to 7.36.0

Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agopango: upgrade to 1.36.3
Cristiana Voicu [Fri, 18 Apr 2014 06:40:30 +0000 (09:40 +0300)]
pango: upgrade to 1.36.3

Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agomklibs-native: upgrade from 0.1.38 to 0.1.39
Robert Yang [Thu, 20 Mar 2014 02:19:06 +0000 (10:19 +0800)]
mklibs-native: upgrade from 0.1.38 to 0.1.39

* Fix the HOMEPAGE
* Fix the SRC_URI, .tar.gz has gone, only .tar.xz now.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoautomake: upgrade from 1.14 to 1.14.1
Robert Yang [Thu, 20 Mar 2014 02:19:05 +0000 (10:19 +0800)]
automake: upgrade from 1.14 to 1.14.1

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agowget: upgrade from 1.14 to 1.15
Robert Yang [Thu, 20 Mar 2014 02:19:04 +0000 (10:19 +0800)]
wget: upgrade from 1.14 to 1.15

* Removed:
  - fix_doc.patch (backport)
* Add the HOMEPAGE.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agofile: upgrade from 5.16 to 5.17
Robert Yang [Thu, 20 Mar 2014 02:19:03 +0000 (10:19 +0800)]
file: upgrade from 5.16 to 5.17

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agolttng-modules: update to 2.4.1 version
Chunrong Guo [Mon, 14 Apr 2014 06:13:43 +0000 (14:13 +0800)]
lttng-modules: update to 2.4.1 version

    *This updates lttng-modules for 2.4.1 and
     it also fixes the build with 3.13 Linux kernel.

Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agogrub-efi: Use a variable to specify built-in grub modules.
Philip Tricca [Wed, 16 Apr 2014 01:16:48 +0000 (01:16 +0000)]
grub-efi: Use a variable to specify built-in grub modules.

The previous behavior defines a static set of modules that are built
into the grub efi executable. This works fine for a limited set of boot
environments namely the standard linux/initrd. This patch conditionally
 assigns the same modules to a variable. This allows other meta layers
to add additional modules or completely override the defaults. The use
case driving this patch is the use of multiboot2 and related modules.

Signed-off-by: Philip Tricca <flihp@twobit.us>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoopenssh-sshd: host contamination fix
Matthieu Crapet [Mon, 14 Apr 2014 13:56:05 +0000 (15:56 +0200)]
openssh-sshd: host contamination fix

If you do a readelf -x .rodata /path/.../to/openssh/6.5p1-r0/packages-split/openssh-sshd/usr/sbin/sshd

You'll see two references to OE's sysroots/${BUILD_SYS} login and passwd binaries.
First one can be overridden with LOGIN_PROGRAM environment variable (see configure.ac),
second needs a cached variable definition.

Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agogrub git: workaround debugedit problems
Koen Kooi [Mon, 14 Apr 2014 08:03:37 +0000 (10:03 +0200)]
grub git: workaround debugedit problems

Debugedit errors out on bare metal binaries. The first version of this patch limited it to 64 bit targets, but the problem now shows up on 32 bit targets (minnowboard) as well.

Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agomake menuconfig work for recent xfce environment
Andreas Müller [Thu, 17 Apr 2014 08:13:26 +0000 (10:13 +0200)]
make menuconfig work for recent xfce environment

xfce terminal was renamed 'Terminal' -> 'xfce4-teminal' mainline end of 2012,
so the distros supporting 'Terminal' will dissapear. The distros not
mentionied in  __init__ do (e.g fedora 19 - tested) fail - or will fail
sooner or later.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agolinux-yocto/3.14: aufs, edgerouter config and -rt
Bruce Ashfield [Sat, 12 Apr 2014 04:10:11 +0000 (00:10 -0400)]
linux-yocto/3.14: aufs, edgerouter config and -rt

Updating the 3.14 SRCREVs to import the following changes:

  - enable AUFS: a missing Kbuild patch was preventing aufs from compiling
  - edgerouter: remove RTC configuration options
  - preempt-rt recipe. The patch for 3.14 is availble, so we populate the recipe.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agorecipe_sanity.bbclass: avoid error when running 'bitbake -e'
Andreas Oberritter [Fri, 11 Apr 2014 18:56:13 +0000 (20:56 +0200)]
recipe_sanity.bbclass: avoid error when running 'bitbake -e'

Running 'bitbake -e' without further arguments causes a stack trace on stderr:

| ERROR: Command execution failed: Traceback (most recent call last):
|   File "[...]/bitbake/lib/bb/command.py", line 99, in runAsyncCommand
|     commandmethod(self.cmds_async, self, options)
|   File "[...]/bitbake/lib/bb/command.py", line 405, in showEnvironment
|     command.cooker.showEnvironment(bfile)
|   File "[...]/bitbake/lib/bb/cooker.py", line 453, in showEnvironment
|     logger.plain("\npython %s () {\n%s}\n", e, data.getVar(e, envdata, 1))
|   File "[...]/bitbake/lib/bb/data.py", line 89, in getVar
|     return d.getVar(var, exp)
|   File "[...]/bitbake/lib/bb/data_smart.py", line 522, in getVar
|     return self.getVarFlag(var, "_content", expand, noweakdefault)
|   File "[...]/bitbake/lib/bb/data_smart.py", line 612, in getVarFlag
|     value = self.expand(value, cachename)
|   File "[...]/bitbake/lib/bb/data_smart.py", line 350, in expand
|     return self.expandWithRefs(s, varname).value
|   File "[...]/bitbake/lib/bb/data_smart.py", line 340, in expandWithRefs
|     raise ExpansionError(varname, s, exc)
| ExpansionError: Failure expanding variable can_delete_FILESPATH, expression was def can_delete_FILESPATH(cfgdata, d):
|     expected = cfgdata.get("FILESPATH")
|     #expected = "${@':'.join([os.path.normpath(os.path.join(fp, p, o)) for fp in d.getVar('FILESPATHBASE', True).split(':') for p in d.getVar('FILESPATHPKG', True).split(':') for o in (d.getVar('OVERRIDES', True) + ':').split(':') if os.path.exists(os.path.join(fp, p, o))])}:${FILESDIR}"
|     expectedpaths = d.expand(expected)
|     unexpanded = d.getVar("FILESPATH", 0)
|     filespath = d.getVar("FILESPATH", True).split(":")
|     filespath = [os.path.normpath(f) for f in filespath if os.path.exists(f)]
|     for fp in filespath:
|         if not fp in expectedpaths:
|             # __note("Path %s in FILESPATH not in the expected paths %s" %
|             # (fp, expectedpaths), d)
|             return False
|     return expected != unexpanded
|  which triggered exception AttributeError: 'NoneType' object has no attribute 'split'

Removing the commented second line in can_delete_FILESPATH() hides the error.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 years agoscripts/send-error-report: simple hack to use proxy from the enviroment
Stefan Stanacar [Fri, 11 Apr 2014 17:49:14 +0000 (20:49 +0300)]
scripts/send-error-report: simple hack to use proxy from the enviroment

People behind a proxy couldn't send an error report to an upstream server,
this should fix the issue if they use a proxy that doesn't require authentication,
or one that uses basic http authentication and it's correctly exported in the enviroment.

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>