]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
9 years agoarm/arch-arm*, tune-cortexa*, tune-thunderx.inc, powerpac/arch-powerpc64.inc: Use...
Martin Jansa [Wed, 9 Dec 2015 14:07:09 +0000 (15:07 +0100)]
arm/arch-arm*, tune-cortexa*, tune-thunderx.inc, powerpac/arch-powerpc64.inc: Use normal assignment

* some tunes were using weak assignment for TUNE_FEATURES, unify
  all tunes to use normal assignment so it behaves consistently

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agoarch-armv7a, tune-cortexa*: improve indentation
Martin Jansa [Wed, 9 Dec 2015 13:06:40 +0000 (14:06 +0100)]
arch-armv7a, tune-cortexa*: improve indentation

* indent the assignments, so that it's easier to see the algoritm how these
  values are modified and do less errors, see fixes in next commit

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agoarch-armv7a, tune-cortexa*: improve comment VFP -> HF
Martin Jansa [Wed, 9 Dec 2015 13:33:13 +0000 (14:33 +0100)]
arch-armv7a, tune-cortexa*: improve comment VFP -> HF

* the section bellow the comment adds only HF variants, VFP is already
  mixed in the softfp sections above (unlike armv5, armv6 tune files
  where it really was above VFP/DSP section)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agoarch-armv7a: add missing space before ?=
Martin Jansa [Mon, 7 Dec 2015 22:36:38 +0000 (23:36 +0100)]
arch-armv7a: add missing space before ?=

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agotune-cortexr4.inc: fix PACKAGE_EXTRA_ARCHS
Martin Jansa [Mon, 7 Dec 2015 22:57:27 +0000 (23:57 +0100)]
tune-cortexr4.inc: fix PACKAGE_EXTRA_ARCHS

* PACKAGE_ARCHS were missing TUNE_PKGARCH armv7rt2-vfp because thumb is enabled
  in TUNE_FEATURES

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agosanity.bbclass: add more information to error message about TUNE_PKGARCH missing...
Martin Jansa [Fri, 18 Dec 2015 13:14:24 +0000 (14:14 +0100)]
sanity.bbclass: add more information to error message about TUNE_PKGARCH missing in PACKAGE_ARCHS

* sometimes it's hard to see what's wrong here
* error message:
  Error, the PACKAGE_ARCHS variable does not contain TUNE_PKGARCH (cortexa7t2hfhf-vfp-vfpv4-neon).
  doesn't help much to understand what exactly went wrong and where

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agomkefidisk.sh: add boot log on console
Trevor Woerner [Sat, 28 Nov 2015 14:29:51 +0000 (09:29 -0500)]
mkefidisk.sh: add boot log on console

Hooking up a serial console is a "developer mode", the chances are pretty good
developers are interested in watching the kernel boot log on the console so
they can spot any problems or diagnose any failed boots (e.g. can't find root
fs).

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agomkefidisk.sh: add startup script for automated boot
Trevor Woerner [Sat, 28 Nov 2015 14:43:02 +0000 (09:43 -0500)]
mkefidisk.sh: add startup script for automated boot

Regardless of which image is built using which layers, try to ensure the image
on the SD device being prepared is the one that is booted automatically when
the board is powered.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agooeqa/selftest/recipetool: update for libjpeg-turbo migration
Ross Burton [Tue, 5 Jan 2016 13:20:39 +0000 (13:20 +0000)]
oeqa/selftest/recipetool: update for libjpeg-turbo migration

The recipe creation test of libmatchbox now depends on libjpeg-turbo, not jpeg.

Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agolibjpeg: Replace libjpeg with libjpeg-turbo
Maxin B. John [Wed, 2 Dec 2015 08:39:35 +0000 (10:39 +0200)]
libjpeg: Replace libjpeg with libjpeg-turbo

Moving libjpeg-turbo from meta-oe as a replacement for libjpeg
package. libjpeg-turbo has same API/ABI as libjpeg. It is
relatively faster in JPEG compression/decompression than libjpeg.

libjpeg-turbo doesn't support x32 ABI. Work around missing x32 ABI support by
building with "--without-simd" option.

Move to recipes-graphics [RB]

[YOCTO #8628]

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agopython3: fix installed-vs-shipped when 64bit + multilib
Robert Yang [Wed, 30 Dec 2015 01:39:11 +0000 (17:39 -0800)]
python3: fix installed-vs-shipped when 64bit + multilib

Fixed:
python3-3.5.0: python3: Files/directories were installed but not shipped in any package:
  /usr/lib
  /usr/lib/python3.5
  /usr/lib/python3.5/config-3.5m
  /usr/lib/python3.5/config-3.5m/python.o
  /usr/lib/python3.5/config-3.5m/Setup.local
  /usr/lib/python3.5/config-3.5m/Setup
  /usr/lib/python3.5/config-3.5m/python-config.py
  /usr/lib/python3.5/config-3.5m/install-sh
  /usr/lib/python3.5/config-3.5m/config.c.in
  /usr/lib/python3.5/config-3.5m/makesetup
  /usr/lib/python3.5/config-3.5m/Setup.config
  /usr/lib/python3.5/config-3.5m/config.c
  /usr/lib/python3.5/config-3.5m/Makefile
  /usr/lib/python3.5/config-3.5m/libpython3.5m.a
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
python3: 14 installed and not shipped files. [installed-vs-shipped]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agopulseaudio: add PACKAGECONFIG for lirc
Martin Jansa [Mon, 4 Jan 2016 14:13:15 +0000 (15:13 +0100)]
pulseaudio: add PACKAGECONFIG for lirc

* it's autodetected from sysroot

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agosstate-sysroot-cruft.sh: Extend the whitelist
Martin Jansa [Mon, 4 Jan 2016 14:13:14 +0000 (15:13 +0100)]
sstate-sysroot-cruft.sh: Extend the whitelist

* add more php5 entries
* add builder user (from builder.bb)
* add .bashrc and .profile in HOME directory of created user
* add imgdata directory generated by image.py

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agoiptables: upgrade to 1.6.0
Maxin B. John [Tue, 29 Dec 2015 13:11:59 +0000 (15:11 +0200)]
iptables: upgrade to 1.6.0

1.4.21 -> 1.6.0

xtables_globals structure layout has changed.

* Refreshed below listed patches to work with this release:
        1. 0001-configure-Add-option-to-enable-disable-libnfnetlink.patch
        2. 0001-fix-build-with-musl.patch

* Added PACKAGECONFIG for libnftnl

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agoscripts/oe-selftest: Allow to run tests on random/all MACHINEs
Daniel Istrate [Tue, 5 Jan 2016 14:53:34 +0000 (16:53 +0200)]
scripts/oe-selftest: Allow to run tests on random/all MACHINEs

Add an option for random MACHINE into oe-selftest:
--machine [random/all]
1. random: will set a random MACHINE for each test
2. all: will run tests for all machines

Custom machine sets only weak default values (??=) for MACHINE in machine.inc.
This let test cases that require a specific MACHINE to be able to
override it, using (?= or =).

e.g.:
oe-selftest --run-tests signing --machine random -->
will run all tests switching MACHINE randomly for each test

oe-selftest --run-tests signing --machine all -->
for each machine will run all tests

oe-selftest --run-all-tests --machine random

Also update oeqa/selftest/base.py to accomodate this feature.

Fix for [YOCTO #5880].

Signed-off-by: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agoselftest: Added testcase decorators for 2 tests
Daniel Istrate [Tue, 5 Jan 2016 09:42:13 +0000 (11:42 +0200)]
selftest: Added testcase decorators for 2 tests

1391 for test_devtool_add_fetch_simple from devtool
1392 for test_recipetool_create_simple from recipetool

Signed-off-by: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agooe-selftest: New option --list-tests
Daniel Istrate [Mon, 4 Jan 2016 15:47:59 +0000 (17:47 +0200)]
oe-selftest: New option --list-tests

This option will list all available tests in a comprehensive manner.

Fix for [YOCTO #8868]

Signed-off-by: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agooe-selftest: Improved --list-classes when determining test names
Daniel Istrate [Mon, 4 Jan 2016 13:43:56 +0000 (15:43 +0200)]
oe-selftest: Improved --list-classes when determining test names

--list-classes does a weak validation when determining test names:
(if method.startswith("test_") which could report any class attribute
that starts with 'test_' as a valid test case.

This fix checks that the class attribute that starts with 'test_'
is also callable (is a method).

Fix for [YOCTO #8862]

Signed-off-by: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agoselftest: moved tc test_buildhistory_does_not_change_signatures
Daniel Istrate [Mon, 4 Jan 2016 13:26:08 +0000 (15:26 +0200)]
selftest: moved tc test_buildhistory_does_not_change_signatures

Moved test_buildhistory_does_not_change_signatures from
buildhistory/BuildhistoryBase to buildoptions/BuildhistoryTests.

The test being in the base class was causing it to run
multiple times.

Fix for [YOCTO #8867]

Signed-off-by: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agoscripts/oe-selftest: Remove extra coverage data added to unittests
Humberto Ibarra [Wed, 23 Dec 2015 23:36:08 +0000 (17:36 -0600)]
scripts/oe-selftest: Remove extra coverage data added to unittests

Coverage data tracking initiates too early, causing coverage data from the
oe-selftest environment setting to be added to each run. Even when no tests are run
oe-selftest reports around 24% of coverage due to this extra data.

Change the custom resultclass used by the TextTestRunner to one generated from the
command arguments. The generated class processes coverage when needed, running
coverage setup just before the first testcase is run and reporting after the last
one finished.

[Yocto #8846]

Signed-off-by: Humberto Ibarra <humberto.ibarra.lopez@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agoexpat: CVE-2015-1283
Zhixiong Chi [Thu, 24 Dec 2015 09:29:59 +0000 (17:29 +0800)]
expat: CVE-2015-1283

Add CVE-2015-1283 patch for fixing integer overflow bug in expat.

Details are at below link:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-1283

Patch comes from:
https://hg.mozilla.org/releases/mozilla-esr31/rev/2f3e78643f5c
https://codereview.chromium.org/1224303003

Signed-off-by: Zhixiong Chi <Zhixiong.Chi@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agopackagegroup-core-x11-sato: enable pcmanfm on mips
Maxin B. John [Wed, 23 Dec 2015 14:39:31 +0000 (16:39 +0200)]
packagegroup-core-x11-sato: enable pcmanfm on mips

Enable pcmanfm in MIPS. Tested on qemumips.

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agowic: rawcopy: Copy source file to build folder
Noor Ahsan [Wed, 23 Dec 2015 13:50:35 +0000 (15:50 +0200)]
wic: rawcopy: Copy source file to build folder

When a file is given using --sourceparams then wic directly use that file
instead of copying them to build folder. At time of assembling it os.rename
is called which renames all the files to name. In that process the original
file is renamed. When image recipe is rebuilt then wic complains about
missing file which was renamed in previous build.

[YOCTO #8854]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agogrub2: Fix CVE-2015-8370
Awais Belal [Wed, 23 Dec 2015 11:10:34 +0000 (16:10 +0500)]
grub2: Fix CVE-2015-8370

http://git.savannah.gnu.org/cgit/grub.git/commit/?id=451d80e52d851432e109771bb8febafca7a5f1f2

Signed-off-by: Awais Belal <awais_belal@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agosystemd: enable compatibility libraries by default
Ross Burton [Wed, 6 Jan 2016 09:21:51 +0000 (09:21 +0000)]
systemd: enable compatibility libraries by default

Too many packages haven't been updated to use the new systemd library names, so
enable the compatibility libraries by default.

Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agosystemd: add more compression and importd PACKAGECONFIGs
Ross Burton [Mon, 4 Jan 2016 10:20:25 +0000 (10:20 +0000)]
systemd: add more compression and importd PACKAGECONFIGs

Add explicit PACKAGECONFIGs for all of compression formats that systemd can
detect at configure time, and an explicit enable/disable for importd.  importd
defaults to disabled as it needs curl and all the compression formats to be
enabled.

Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agogcc-sanitizers: link directly against sysroot libstc++
Ross Burton [Mon, 4 Jan 2016 13:02:11 +0000 (13:02 +0000)]
gcc-sanitizers: link directly against sysroot libstc++

Instead of building a shadow libstdc++-v3 directory with symlinks to the sysroot
libstdc++-v3.la, fiddle the Makefiles so that it doesn't attempt to link to a
in-tree library at all.

This fixes builds where .la files are not being installed into the sysroot at
all.

Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agoopenjade: Fix build if not installing libtool .la files
Phil Blundell [Tue, 14 May 2013 10:59:37 +0000 (11:59 +0100)]
openjade: Fix build if not installing libtool .la files

The openjade build system is slightly funky and does strange things with library
dependencies.  Fix it up so that it depends on the .so rather than the .la
(which may not exist) for libraries from the sysroot.

Signed-off-by: Phil Blundell <philb@brightsign.biz>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agovalgrind: Define __UCLIBC__ for uclibc based systems
Khem Raj [Tue, 15 Dec 2015 21:25:48 +0000 (21:25 +0000)]
valgrind: Define __UCLIBC__ for uclibc based systems

Helps configure valgrind for uclibc targets otherwise it tries to assume
funcitons that are implemented in glibc like __free_res

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agosecurity_flags.inc: disable -fstack-protector-XXX for valgrind
Andre McCurdy [Tue, 22 Dec 2015 23:57:58 +0000 (15:57 -0800)]
security_flags.inc: disable -fstack-protector-XXX for valgrind

Valgrind (v3.11.0) expects to build with stack protection disabled
and includes -fno-stack-protector in its default CFLAGS. However, the
CFLAGS provided by OE are included on the compiler command line after
the defaults so any -fstack-protector-all / -fstack-protector-strong
option provided by security_flags.inc will cause problems.

 | .../build-bcm97425vms/tmp/work/mips32el-rdk-linux/valgrind/3.11.0-r0/valgrind-3.11.0/coregrind/m_mallocfree.c:892: undefined reference to `__stack_chk_guard'
 | .../build-bcm97425vms/tmp/work/mips32el-rdk-linux/valgrind/3.11.0-r0/valgrind-3.11.0/coregrind/m_mallocfree.c:947: undefined reference to `__stack_chk_fail'

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agometa/conf/layer.conf: bump layer version due to Qt4 removal
Ross Burton [Wed, 16 Dec 2015 10:27:44 +0000 (10:27 +0000)]
meta/conf/layer.conf: bump layer version due to Qt4 removal

Qt4 has been moved to meta-qt4, so increase the layer version so that this can
be detected programatically.

Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agopackagegroup-core-lsb: treat qt4 packages same as qt3 packages
Alexander Kanavin [Fri, 27 Nov 2015 14:01:45 +0000 (16:01 +0200)]
packagegroup-core-lsb: treat qt4 packages same as qt3 packages

This means issuing a warning about adding a separate layer if
it is not configured.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agoqt4: remove recipes and classes
Alexander Kanavin [Fri, 27 Nov 2015 13:48:20 +0000 (15:48 +0200)]
qt4: remove recipes and classes

Qt4 is no longer supportd upstream, but it is still needed for LSB compliancy.
Qt4 recipes have been moved to a separate meta-qt4 layer to be consistent with
meta-qt3 and meta-qt5.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agoudev-extraconf: introduce multiple blacklist files for more complex setups
Jens Rehsack [Tue, 5 Jan 2016 16:11:42 +0000 (17:11 +0100)]
udev-extraconf: introduce multiple blacklist files for more complex setups

In cases where a target image wants prevent the recovery partition is mounted
automatically, but the recovery partition identifier moves with the device
(internal flash, sd card, usb stick, ...), device/machine dependend extra
blacklists might be desired.

The grep utility prints the file name for each match when there is more
than one file to search. Add -h to suppress the prefixing of file names
on output.

Signed-off-by: Jens Rehsack <sno@netbsd.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agouclibc: disable parallel builds
Ross Burton [Tue, 5 Jan 2016 16:03:20 +0000 (16:03 +0000)]
uclibc: disable parallel builds

There appears to be a parallel make race in uclibc:

 GEN /extra/locale/locale_collate.h
 xargs: ../..//extra/locale/gen_collate: Text file busy
 make[1]: *** [../..//extra/locale/locale_collate.h] Error 126

As uclibc is slated to be removed in the 2.1 cycle let's just disable parallel
building for now.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoimage: Condense do_rootfs function/flags
Richard Purdie [Tue, 5 Jan 2016 17:52:55 +0000 (17:52 +0000)]
image: Condense do_rootfs function/flags

Various prefuncs and flags and addtask statements make sense to belong together
in one clearer function now, this patch cleans things up a bit.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoimage/rootfs-postcommands: Separate out post rootfs commands to separate class
Richard Purdie [Tue, 5 Jan 2016 17:52:06 +0000 (17:52 +0000)]
image/rootfs-postcommands: Separate out post rootfs commands to separate class

Reading image.bbclass is a little difficult as it has many post rootfs
helper functions and its hard to separate those from the core contents
of the rootfs/image code.

Moving it to a separate class would be one way of making it clearer
what these functions are. There are some comment layout improvements
but no code changes.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoimage: Remove pointless rootfs lock
Richard Purdie [Tue, 5 Jan 2016 17:49:51 +0000 (17:49 +0000)]
image: Remove pointless rootfs lock

It was added in aa3141e979326a9d931ff03bad75923faa1d9dc6 back in 2008
but I don't see why multiple images would need this now.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agopackagegroup-core-boot:replace busybox to variable
Alejandro Joya [Tue, 17 Nov 2015 22:13:16 +0000 (16:13 -0600)]
packagegroup-core-boot:replace busybox to variable

It replaces the use of busybox as hardcoded dependency to more dynamic
this wouldn't affect the way that the system is build only it let a more
flexible replacement in the core.

Signed-off-by: Alejandro Joya <alejandro.joya.cruz@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoinitramfs-framework_1.0:replace busybox for variable.
Alejandro Joya [Tue, 17 Nov 2015 22:13:15 +0000 (16:13 -0600)]
initramfs-framework_1.0:replace busybox for variable.

It replaces the use of busybox as hardcoded dependency to more dynamic
this wouldn't affect the way that the initrams is build, just it let a more
flexible replacement in the core.

Signed-off-by: Alejandro Joya <alejandro.joya.cruz@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agocore-image-minimal-initramfs: replace base-utils
Alejandro Joya [Tue, 17 Nov 2015 22:13:14 +0000 (16:13 -0600)]
core-image-minimal-initramfs: replace base-utils

It replaces the use of busybox as hardcoded dependency to more dynamic
this wouldn't affect the way that the system is build only it let a more
flexible replacement in the core.

Signed-off-by: Alejandro Joya <alejandro.joya.cruz@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agobase-utils:flexible dependency for command utilities
Alejandro Joya [Tue, 17 Nov 2015 22:13:13 +0000 (16:13 -0600)]
base-utils:flexible dependency for command utilities

add base-line configuration for command utilities, this will be used instead
of hardcoded uses of busybox around the environment.

Signed-off-by: Alejandro Joya <alejandro.joya.cruz@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoorc: Add missing PACKAGES_DYNAMIC
Richard Purdie [Tue, 5 Jan 2016 13:55:48 +0000 (13:55 +0000)]
orc: Add missing PACKAGES_DYNAMIC

Recipes should always indicate the packages they build, this corresponds to
the do_split_packages() call.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agobluez5: include the patch only for 5.36
Martin Jansa [Mon, 28 Dec 2015 12:55:52 +0000 (13:55 +0100)]
bluez5: include the patch only for 5.36

* it's backport so it probably won't be needed for newer version and it doesn't
  apply for older versions, so it just prevents to easily use bluez5.inc

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 years agoqemu: add PACKAGECONFIG for Nettle crypto support
Ross Burton [Wed, 23 Dec 2015 21:22:24 +0000 (21:22 +0000)]
qemu: add PACKAGECONFIG for Nettle crypto support

Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agooeqa/selftest: support sets in devtool comparisons
Ross Burton [Wed, 23 Dec 2015 13:45:23 +0000 (13:45 +0000)]
oeqa/selftest: support sets in devtool comparisons

The devtool and recipetool tests do literal string comparisons, but for some
fields the ordering could be irrelevant and potentially non-deterministic.  For
example, the recipetool_create_simple test started failing with:

AssertionError: 'GPLv2 Unknown' != 'Unknown GPLv2' : values for LICENSE do not match

The ordering of the LICENSE field isn't relevant.  So, if the expected value is
a set(), split the string into a set too and compare those.

Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agopackagegroup-core-x11-sato: include pulseaudio-misc
Maxin B. John [Wed, 23 Dec 2015 13:25:40 +0000 (15:25 +0200)]
packagegroup-core-x11-sato: include pulseaudio-misc

Add pulseaudio-misc to include "pacmd" in core-image-sato* images.
This helps in modifying audio setup during runtime.

[YOCTO #8815]

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agodevtool: use cp instead of shutil.copytree
Ed Bartosh [Fri, 18 Dec 2015 11:46:31 +0000 (13:46 +0200)]
devtool: use cp instead of shutil.copytree

Copied layers with 'cp -a' instead of calling shutil.copytree as
copytree fails to copy broken symlinks.

More pythonic fix would be to use copytree with 'ignore' parameter,
but this could slow down copying complex directory structures.

[YOCTO #8825]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agoxorg-lib: allow native building without x11 DISTRO_FEATURES
Ross Burton [Tue, 22 Dec 2015 22:12:30 +0000 (22:12 +0000)]
xorg-lib: allow native building without x11 DISTRO_FEATURES

The Xorg libraries use REQUIRED_DISTRO_FEATURES to stop building on
distributions without the x11 feature but this stops people building native
tooling that uses libX11, such as libsdl-native.

Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agobusybox: generalize recipe to work with arbitrary install directories
Matthias Schiffer [Wed, 16 Dec 2015 18:11:57 +0000 (19:11 +0100)]
busybox: generalize recipe to work with arbitrary install directories

Allow configuring base_bindir, base_sbindir, bindir and sbindir
arbitrarily.

Also change the temporary symlinks created in the postinst script from
relative to absolute to make the code simpler and more flexible. There was
no reason to use relative links anyways, as directly afterwards
update-alternatives would replace them by absolute links anyways.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agocairo: update 1.14.4 -> 1.14.6
Andre McCurdy [Tue, 22 Dec 2015 19:56:56 +0000 (11:56 -0800)]
cairo: update 1.14.4 -> 1.14.6

Release 1.14.6    (2015-12-09  Bryce Harrington <bryce@osg.samsung.com>)
========================================================================
Simple bugfix release to fix one Windows issue.

For a complete log of changes since 1.14.4, please see:

    http://cairographics.org/releases/ChangeLog.1.14.6

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agolibdrm: Upgrade to 2.4.65
Saul Wold [Tue, 22 Dec 2015 19:40:41 +0000 (11:40 -0800)]
libdrm: Upgrade to 2.4.65

Rebased patch to reflect changes in Makefile
Add libdrm_amdgpu package as a new library was added

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agoimage-vm.bbclass: uses IMAGE_LINK_NAME
Ming Liu [Fri, 13 Nov 2015 13:10:14 +0000 (14:10 +0100)]
image-vm.bbclass: uses IMAGE_LINK_NAME

Uses ${IMAGE_LINK_NAME} instead of ${IMAGE_BASENAME}-${MACHINE}.

Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agoimage-live.bbclass: uses IMAGE_LINK_NAME
Ming Liu [Fri, 13 Nov 2015 13:04:12 +0000 (14:04 +0100)]
image-live.bbclass: uses IMAGE_LINK_NAME

Uses ${IMAGE_LINK_NAME} instead of ${IMAGE_BASENAME}-${MACHINE}.

Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agorpm: Generate per distribution and multilib macro files
Mark Hatle [Thu, 19 Nov 2015 03:46:02 +0000 (19:46 -0800)]
rpm: Generate per distribution and multilib macro files

The distribution and multilib macro files are required for rpmbuild, on the
target, to work properly.  These override the default settings from the
upstream macro files with the proper values for the OE configuration.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agopackage_manager.py: add debugging support for rpm scriptlet execution
Patrick Ohly [Wed, 9 Dec 2015 17:48:28 +0000 (18:48 +0100)]
package_manager.py: add debugging support for rpm scriptlet execution

By default, smart is invoked with --log-level=warning, which hides all
output from pre/post install scriptlets. That makes it hard to debug
scriptlet failure or why they get postponed to first-boot via
/etc/rpm-postinst.

The new ROOTFS_RPM_DEBUG variabled is expected to be set to an integer in
local.conf an incrementally adds more output:
  0 = default, only warnings
  1 = --log-level=info (includes information about executing scriptlets and their output)
  2 = --log-level=debug
  3 = --log-level=debug plus dumps of scriplet content and command invocation

The default behavior is not changed yet, but it seems that level 1 would
be a better default.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agoxinput-calibrator: get screen geometry when calibrating
Jonathan David [Mon, 30 Nov 2015 21:59:50 +0000 (15:59 -0600)]
xinput-calibrator: get screen geometry when calibrating

Calibration acquires a default resolution of 1280x1024 when running
xinput_calibrator_pointercal.sh, obtain correct screen resolution by
using xrandr to grab user-specified geometry and pass to script

Signed-off-by: Jonathan David <jonathan.david@ni.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agoscripts: hand the TEMPLATECONF local over to setup-builddir
Marcus Müller [Mon, 7 Dec 2015 10:48:40 +0000 (11:48 +0100)]
scripts: hand the TEMPLATECONF local over to setup-builddir

Signed-off-by: Marcus Müller <marcus.mueller@ettus.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agoutil-linux: Fix floating dependency upon 'readline'
Otavio Salvador [Fri, 18 Dec 2015 16:47:44 +0000 (14:47 -0200)]
util-linux: Fix floating dependency upon 'readline'

The configure script checks for 'readline' availability and enables
it, if available. Now, a PACKAGECONFIG (readline) controls the
feature.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agolinux-firmware: package Broadcom BCM43340 firmware
Tzu-Jung Lee [Mon, 21 Dec 2015 05:38:18 +0000 (21:38 -0800)]
linux-firmware: package Broadcom BCM43340 firmware

Signed-off-by: Tzu-Jung Lee <roylee17@currantlabs.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agorpcbind: Fix build with libtirpc 1.0.1
Maxin B. John [Mon, 21 Dec 2015 15:59:56 +0000 (17:59 +0200)]
rpcbind: Fix build with libtirpc 1.0.1

libtirpc 1.0.1 uses the SVC_XP_AUTH macro to access xp_auth.
Update rpcbind to follow the same way.

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agolibtirpc: upgrade to 1.0.1
Maxin B. John [Mon, 21 Dec 2015 15:59:55 +0000 (17:59 +0200)]
libtirpc: upgrade to 1.0.1

0.2.5  -> 1.0.1

Fixed build with uclibc and musl

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agogstreamer1.0-libav: upgrade to version 1.6.2
Maxin B. John [Tue, 22 Dec 2015 09:57:21 +0000 (11:57 +0200)]
gstreamer1.0-libav: upgrade to version 1.6.2

1.6.1 -> 1.6.2

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agogstreamer1.0-rtsp-server: upgrade to version 1.6.2
Maxin B. John [Tue, 22 Dec 2015 09:39:47 +0000 (11:39 +0200)]
gstreamer1.0-rtsp-server: upgrade to version 1.6.2

1.6.1 -> 1.6.2

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agogstreamer1.0-plugins-ugly: upgrade to version 1.6.2
Maxin B. John [Tue, 22 Dec 2015 09:36:56 +0000 (11:36 +0200)]
gstreamer1.0-plugins-ugly: upgrade to version 1.6.2

1.6.1 -> 1.6.2

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agogstreamer1.0-plugins-bad: upgrade to version 1.6.2
Maxin B. John [Tue, 22 Dec 2015 09:35:04 +0000 (11:35 +0200)]
gstreamer1.0-plugins-bad: upgrade to version 1.6.2

1.6.1 -> 1.6.2

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agogstreamer1.0-plugins-good: upgrade to version 1.6.2
Maxin B. John [Tue, 22 Dec 2015 09:23:46 +0000 (11:23 +0200)]
gstreamer1.0-plugins-good: upgrade to version 1.6.2

1.6.1 -> 1.6.2

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agogstreamer1.0-plugins-base: upgrade to version 1.6.2
Maxin B. John [Mon, 21 Dec 2015 17:05:37 +0000 (19:05 +0200)]
gstreamer1.0-plugins-base: upgrade to version 1.6.2

1.6.1 -> 1.6.2

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agogstreamer1.0: upgrade to version 1.6.2
Maxin B. John [Mon, 21 Dec 2015 16:41:14 +0000 (18:41 +0200)]
gstreamer1.0: upgrade to version 1.6.2

1.6.1 -> 1.6.2

Removed "fix-install-hook.patch" which was backported.

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agomirrors: add archive.apache.org to Apache mirrors
Alexander Kanavin [Tue, 22 Dec 2015 13:30:17 +0000 (15:30 +0200)]
mirrors: add archive.apache.org to Apache mirrors

Historical releases may disappear from the main mirrors, so
then we need to fall back to the archive (which, in turn, may
not carry the current release, and so can't be the primary mirror).

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agoguile: remove redundant replacement of .pc file
Kai Kang [Tue, 22 Dec 2015 01:04:53 +0000 (09:04 +0800)]
guile: remove redundant replacement of .pc file

Remove redundant replacement of pkgconfig file and only modify the .pc
file which is installed in ${D}.

Replace /usr/bin with ${bindir} at same time.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agobind: 9.10.2-P4 -> 9.10.3-P2
Kai Kang [Tue, 22 Dec 2015 01:04:54 +0000 (09:04 +0800)]
bind: 9.10.2-P4 -> 9.10.3-P2

Upgrade bind from 9.10.2-P4 to 9.10.3-P2.

* update context of 0001-build-use-pkg-config-to-find-libxml2.patch
* add PACKAGECONFIGs readline and libedit. They provide same library, so
  should not be set at same time.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agolibsndfile1: enable FLAC/Ogg/Vorbis support
Tanu Kaskinen [Tue, 22 Dec 2015 09:49:36 +0000 (11:49 +0200)]
libsndfile1: enable FLAC/Ogg/Vorbis support

This makes it possible to handle FLAC and Vorbis files in programs
that use libsndfile.

It seems that the external dependencies were disabled just as a
routine measure to make builds deterministic, since the dependencies
were missing from DEPENDS[1]. Therefore it seems likely that nobody
particularly wants to have libsndfile without support for these
formats.

[1] http://git.openembedded.org/openembedded-core/commit/?id=34a14ce3ea78be299175e1a803f92519aa02355b

Signed-off-by: Tanu Kaskinen <tanuk@iki.fi>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agobuildhistory: improve support for extensible SDK
Paul Eggleton [Sun, 20 Dec 2015 20:55:39 +0000 (09:55 +1300)]
buildhistory: improve support for extensible SDK

* Ensure extensible SDK and standard SDK go into their own directories
* Record extra extensible SDK variables
* Write sstate-package-sizes.txt and sstate-task-sizes.txt files so you
  can analyse the size of the contents
* Add BUILDHISTORY_SDK_FILES (similar to BUILDHISTORY_IMAGE_FILES) and
  default it to pick up config files installed in the extensible SDK

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agobuildhistory: fix not recording SDK information
Paul Eggleton [Sun, 20 Dec 2015 20:04:59 +0000 (09:04 +1300)]
buildhistory: fix not recording SDK information

After OE-Core revision baa4e43a29e45df17eaa3456acc179b08d571db6 we lost
recording SDK the contents in buildhistory. This was due to the
SDK_POSTPROCESS_COMMAND variable being set with = in
populate_sdk_base.bbclass which overwrote any value set with += in
buildhistory.bbclass; to fix it, use _append in buildhistory.bbclass
instead.

Fixes [YOCTO #8839].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agoscripts/oe-selftest: Add support for selftest log with timestamp
Costin Constantin [Tue, 22 Dec 2015 08:36:29 +0000 (10:36 +0200)]
scripts/oe-selftest: Add support for selftest log with timestamp

Each time oe-selftest runs, the oe-selftest.log file is overwritten.
This patch solves it by adding time stamp to each selftest log file
and doing a symlink named as oe-selftest.log to the last one created.

Signed-off-by: Costin Constantin <costin.c.constantin@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agoselftest: Added MACHINE = "qemux86" to tests that use runqemu
Daniel Istrate [Fri, 18 Dec 2015 15:12:16 +0000 (17:12 +0200)]
selftest: Added MACHINE = "qemux86" to tests that use runqemu

It makes sense for tests that use runqemu to have MACHINE set as qemu.
This also avoid issues when running oe-selftest with --arch random/all
option.

Signed-off-by: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agoncurses: fixes wrong paths in BINCONFIG
Ming Liu [Sun, 20 Dec 2015 16:40:43 +0000 (17:40 +0100)]
ncurses: fixes wrong paths in BINCONFIG

* Removes ncurses-config from BINCONFIG, that file does not exist at all.
* Adds in ncurses5-config and ncursesw5-config to BINCONFIG.

This fixed following warnings during SDK install:
  warning: Removing ncurses-dev-5.9-r15.1@lib32_x86 due to file /usr/bin/ncurses5-config conflicting with ncurses-dev-5.9-r15.1@core2_64
  warning: Removing ncurses-dev-5.9-r15.1@lib32_x86 due to file /usr/bin/ncursesw5-config conflicting with ncurses-dev-5.9-r15.1@core2_64

[YOCTO #8801]

Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agoxcb: don't build-depend on python-native
Ross Burton [Fri, 11 Dec 2015 15:08:57 +0000 (15:08 +0000)]
xcb: don't build-depend on python-native

xcb-proto had a dependency on python-native as it builds and installs a Python
module, but xcb-proto is very low in the build to force a dependency on
python-native.

As it turns out libxcb simply asks pkg-config for the full path to the module
xcb-proto installed and uses it directly so there is no need to build
python-native.  Instead replace AM_PATH_PYTHON with two explicit variable
definitions (need to set PYTHON for automake's install logic).

Also remove the dependency on xcb-proto-native as libxcb uses the data files and
tooling from the target sysroot, and patching it to use the native sysroot adds
complication for no good reason.

Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agotcmode-default: Use glibc for nativesdk version even on uclibc and musl
Khem Raj [Tue, 15 Dec 2015 21:20:46 +0000 (21:20 +0000)]
tcmode-default: Use glibc for nativesdk version even on uclibc and musl

We do not have musl or uclibc based systems for building OE itself. Most
of build servers run glibc, there will be other issues to build OE on a
uclibc based build system

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agoqemu: upgrade to 2.5.0
Cristian Iorga [Mon, 21 Dec 2015 11:24:21 +0000 (13:24 +0200)]
qemu: upgrade to 2.5.0

- cpus.c-qemu_mutex_lock_iothread-fix-race-condition-a.patch removed,
included upstream;
- smc91c111_fix*.patch patches removed, included upstream;
- trace-remove-malloc-tracing.patch patch removed, included upstream;
- some configure options disappeared or changed name, updated.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agowebkitgtk: update to 2.10.4
Alexander Kanavin [Fri, 18 Dec 2015 14:29:49 +0000 (16:29 +0200)]
webkitgtk: update to 2.10.4

Drop backported patches (which means, all the patches).

Replace a few hardcoded dependencies with PACKAGECONFIG entries.
Add a PACKAGECONFIG entry for libhyphen.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agoepiphany: update to 3.18.2
Alexander Kanavin [Fri, 18 Dec 2015 13:32:06 +0000 (15:32 +0200)]
epiphany: update to 3.18.2

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agolibwebp: update to 0.4.4
Alexander Kanavin [Fri, 18 Dec 2015 13:29:28 +0000 (15:29 +0200)]
libwebp: update to 0.4.4

PATENTS file had a few rewordings:
https://github.com/webmproject/libwebp/commits/master/PATENTS

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agolibsecret: update to 0.18.3
Alexander Kanavin [Fri, 18 Dec 2015 13:28:06 +0000 (15:28 +0200)]
libsecret: update to 0.18.3

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agognome-desktop3: update to 3.18.2
Alexander Kanavin [Fri, 18 Dec 2015 13:24:59 +0000 (15:24 +0200)]
gnome-desktop3: update to 3.18.2

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agogcr: update to 3.18.0
Alexander Kanavin [Fri, 18 Dec 2015 13:21:55 +0000 (15:21 +0200)]
gcr: update to 3.18.0

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agolinux-yocto: remove 3.14 and 3.19 recipes
Bruce Ashfield [Thu, 26 Nov 2015 14:05:07 +0000 (09:05 -0500)]
linux-yocto: remove 3.14 and 3.19 recipes

In preparation for the introduction of new (supported) kernel versions,
we remove the 3.14 and 3.19 variants.

The kernel trees will still be available, but the recipes are removed
from master. These versions can still be built on older releases, or
with private copies of the recipes.

3.14 LTSI is replaced by the 4.1 LTSI kernel, and 3.19 will be replaced
by 4.4+.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agokernel-yocto: fix checkout bare-cloned kernel repositories
Jianxun Zhang [Tue, 8 Dec 2015 18:58:43 +0000 (10:58 -0800)]
kernel-yocto: fix checkout bare-cloned kernel repositories

The existing code doesn't tell regular (with .git) and bare cases and
just move the unpacked repo to the place of kernel source. But later
steps will fail on a bare-cloned repo because we can not checkout
directly in a bare cloned repo.

This change performs another clone to fix the issue.

Note: This change doesn't cover the case that S and WORKDIR are same
and the repo is bare cloned.

Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agolinux-yocto/4.1: update to v4.1.15
Bruce Ashfield [Fri, 18 Dec 2015 13:39:18 +0000 (08:39 -0500)]
linux-yocto/4.1: update to v4.1.15

Updating the 4.1 kernel repo to the latest 4.1.x stable.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agolinux-yocto-dev: bump to 4.4-rcX
Bruce Ashfield [Fri, 18 Dec 2015 13:28:46 +0000 (08:28 -0500)]
linux-yocto-dev: bump to 4.4-rcX

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agolttng-modules: fix build issue against kernel 4.4
Bruce Ashfield [Fri, 18 Dec 2015 05:33:19 +0000 (00:33 -0500)]
lttng-modules: fix build issue against kernel 4.4

Updating to the latest 2.7 stable commit which incorporates changes
for building against the 4.4-rc kernel series.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agoyaffs2: fix checkpoint functionality
Bruce Ashfield [Fri, 11 Dec 2015 18:30:10 +0000 (13:30 -0500)]
yaffs2: fix checkpoint functionality

Updating the linux-yocto SRCREVs to pull in the following change:

  Author: He Zhe <zhe.he@windriver.com>
  Date:   Wed Dec 2 01:31:31 2015 -0500

    fs/yaffs2: fix missing checkpoint on yaffs

    For yaffs file system, the mode of reading or writing is restricted
    at four pointer where are mnt->mnt_flags,mnt->mnt_sb->s_flags,mtd->flags and
    dev->read_only,the first three is used handle file and file
    system(eg,remount) operation, and last one(dev->read_only) almost is
    used handle checkpoint of yaffs2. However, in current code, the
    dev->read_only only can be changed at first time when the yaffs2
    file system is mounted, later it can't be changed again(eg,mount -o
    remount), the result is that the checkpoint's saving operation
    always can't succeed if you set readonly mode for yaffs2 file system
    when it is mounted at the first time.

    To fix this issue, we implement yaffs_remount_fs() which allows the
    rootfs to be remounted as r/w.

Signed-off-by: Wenlin Kang <wenlin.kang@windriver.com>
Signed-off-by: He Zhe <zhe.he@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agoconf/local.conf.sample: comment out ASSUME_PROVIDED=libsdl-native
Ross Burton [Fri, 18 Dec 2015 16:56:18 +0000 (16:56 +0000)]
conf/local.conf.sample: comment out ASSUME_PROVIDED=libsdl-native

Ubuntu 15.10 and Debian testing can't build qemu-native against the host libsdl.
Now that libsdl-native is buildable, comment out the ASSUME_PROVIDED which meant
it wouldn't be used.

[ YOCTO #8553 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
9 years agomobile-broadband-provider-info: update to tagged release 20151214
Alexander Kanavin [Thu, 17 Dec 2015 14:54:17 +0000 (16:54 +0200)]
mobile-broadband-provider-info: update to tagged release 20151214

After three years, there is finally a tagged release, so let's start
using those instead of updating to latest commit periodically.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
9 years agoicu: fix upstream version check
Alexander Kanavin [Thu, 17 Dec 2015 14:52:22 +0000 (16:52 +0200)]
icu: fix upstream version check

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
9 years agobtrfs-tools: update to 4.3.1
Alexander Kanavin [Thu, 17 Dec 2015 14:44:38 +0000 (16:44 +0200)]
btrfs-tools: update to 4.3.1

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
9 years agoiso-codes: update to 3.63
Alexander Kanavin [Thu, 17 Dec 2015 14:41:58 +0000 (16:41 +0200)]
iso-codes: update to 3.63

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
9 years agokexec-tools: update to 2.0.11
Alexander Kanavin [Thu, 17 Dec 2015 14:33:45 +0000 (16:33 +0200)]
kexec-tools: update to 2.0.11

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
9 years agolighttpd: update to 1.4.38
Alexander Kanavin [Thu, 17 Dec 2015 14:32:15 +0000 (16:32 +0200)]
lighttpd: update to 1.4.38

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>