]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
6 years agodebianutils: update to 4.8.6.1
Yi Zhao [Fri, 22 Feb 2019 01:55:15 +0000 (09:55 +0800)]
debianutils: update to 4.8.6.1

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agogtk+3: Fix build failure with gold linker
Khem Raj [Thu, 21 Feb 2019 22:18:34 +0000 (14:18 -0800)]
gtk+3: Fix build failure with gold linker

Explicitly link in libfribidi

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agognu-config: upgrade to 20181128 revision
Richard Purdie [Sun, 17 Feb 2019 14:03:13 +0000 (06:03 -0800)]
gnu-config: upgrade to 20181128 revision

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agoxkeyboard-config: upgrade 2.25 -> 2.26
Richard Purdie [Mon, 18 Feb 2019 10:51:26 +0000 (02:51 -0800)]
xkeyboard-config: upgrade 2.25 -> 2.26

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agoxf86-input-libinput: upgrade 0.28.1 -> 0.28.2
Richard Purdie [Mon, 18 Feb 2019 10:28:30 +0000 (02:28 -0800)]
xf86-input-libinput: upgrade 0.28.1 -> 0.28.2

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agoreadline: upgrade 7.0 -> 8.0
Richard Purdie [Sun, 17 Feb 2019 11:56:19 +0000 (03:56 -0800)]
readline: upgrade 7.0 -> 8.0

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agopkgconf: upgrade 1.5.3 -> 1.6.0
Richard Purdie [Sun, 17 Feb 2019 18:24:58 +0000 (10:24 -0800)]
pkgconf: upgrade 1.5.3 -> 1.6.0

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agonetbase: upgrade 5.5 -> 5.6
Richard Purdie [Sun, 17 Feb 2019 11:00:16 +0000 (03:00 -0800)]
netbase: upgrade 5.5 -> 5.6

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agolibxau: upgrade 1.0.8 -> 1.0.9
Richard Purdie [Mon, 18 Feb 2019 10:36:20 +0000 (02:36 -0800)]
libxau: upgrade 1.0.8 -> 1.0.9

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agolibassuan: upgrade 2.5.2 -> 2.5.3
Richard Purdie [Mon, 18 Feb 2019 17:25:29 +0000 (09:25 -0800)]
libassuan: upgrade 2.5.2 -> 2.5.3

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agoless: upgrade 530 -> 549
Richard Purdie [Sun, 17 Feb 2019 21:55:57 +0000 (13:55 -0800)]
less: upgrade 530 -> 549

The license checksum changed due to a change in copyright years.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agogst-examples: upgrade to latest revision
Richard Purdie [Mon, 18 Feb 2019 11:25:22 +0000 (03:25 -0800)]
gst-examples: upgrade to latest revision

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agognupg: upgrade 2.2.12 -> 2.2.13
Richard Purdie [Mon, 18 Feb 2019 16:51:18 +0000 (08:51 -0800)]
gnupg: upgrade 2.2.12 -> 2.2.13

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agocurl: upgrade 7.63.0 -> 7.64.0
Richard Purdie [Mon, 18 Feb 2019 16:21:58 +0000 (08:21 -0800)]
curl: upgrade 7.63.0 -> 7.64.0

The license checksum changed as the copyright years changed.

Fixes:
 - CVE-2018-16890: NTLM type-2 out-of-bounds buffer read
 - CVE-2019-3822: NTLMv2 type-3 header stack buffer overflow
 - CVE-2019-3823: SMTP end-of-response out-of-bounds read

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agomesa: Add opengl to native and nativesdk PACKAGECONFIG
Fabio Berton [Fri, 22 Feb 2019 14:09:31 +0000 (11:09 -0300)]
mesa: Add opengl to native and nativesdk PACKAGECONFIG

Allow the use of opengl for native and nativesdk packages.

Based on https://patchwork.openembedded.org/patch/158748/

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agomesa: Replace dri-native with dri for native and nativesdk classes
Fabio Berton [Fri, 22 Feb 2019 14:09:30 +0000 (11:09 -0300)]
mesa: Replace dri-native with dri for native and nativesdk classes

Instead of using a native specific packageconfig option, we now set
the swrast as the supported driver.

Currently the native version does not build any dri drivers at all.
This is intentional: mesa-native is used only by virgl, so was made
the most minimal possible configuration for mesa-native so that a)
virgl works; and b) build time is as short as possible.

There are two swrast drivers, one dri-based, another gallium-based.
Autotools lets you build both, meson forces you to choose.
Thus DRIDRIVERS = "swrast" is only set for _native, as for _target
we get the gallium driver instead.

See discussion here [1]

Based on https://patchwork.openembedded.org/patch/158748/

[1] https://patchwork.openembedded.org/patch/158806/

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agomesa: Update 18.1.9 -> 18.3.4
Fabio Berton [Fri, 22 Feb 2019 14:09:29 +0000 (11:09 -0300)]
mesa: Update 18.1.9 -> 18.3.4

  - Refresh all patches.

  - Remove "Use Python 3 to execute the scripts" patch
      Commit 986033a2750c1160a4cef3c8418fc7f9e2b4fb5a add support
      for both python 2 and 3.

  - Remove "dri: i965: Add missing time.h include" patch
      Commit 3c288da5eec81ee58b85927df18d9194ead8f5c2 add time.h
      header file.

  - Remove --enable-texture-float.
      Commit 66673bef941af344314fe9c91cad8cd330b245eb remove option to
      unconditionally enable floating-point textures.

  - Commit 30b10dbb7c6f6bdf3e489620f8333c727bd3a6dd moved
    ${sysconfdir}/drirc to ${datadir}/drirc.d/00-mesa-defaults.conf
    Add 00-mesa-defaults.conf to mesa-megadriver package

  - Stop removing ${sysconfdir}/drirc on do_install_append

  - Fix upgrade path from mesa to mesa-megadriver

  - Add patch to fix mesa-native build

  - Add xrandr to X11_DEPS

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agoperl: fix incorrect symbolic link for libperl.so
Yi Zhao [Fri, 22 Feb 2019 02:15:44 +0000 (10:15 +0800)]
perl: fix incorrect symbolic link for libperl.so

The perl-cross uses PERL_API_VERSION but not PERL_VERSION to define
libperl soname: libperl.so.$PERL_API_REVISION.$PERL_API_VERSION.$PERL_API_SUBVERSION.
For perl stable releases, the PERL_API_SUBVERSION is always 0. Specify
the so version for libperl to make sure the libperl.so can be linked to
the correct library.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agostaging: Fix staging_populate_sysroot_dir native corruption
Richard Purdie [Sat, 23 Feb 2019 13:41:22 +0000 (13:41 +0000)]
staging: Fix staging_populate_sysroot_dir native corruption

bitbake gdk-pixbuf gdk-pixbuf-native
bitbake build-sysroots -c build_target_sysroot

can lead to tracebacks as gdk-pixbuf-native is being installed into the
target sysroot. The issue is that the x86_64 (common BUILD_ARCH) sysroot
components directory can contain a mix of native and target artefacts.

Differentiate by the "-native" in the recipe names. Should also trim
down the size of the sysroot used in eSDK.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agopopulate_sdk_ext.bbclass: Fix the derivate sdk build error from an published eSDK
Manjukumar Matha [Thu, 21 Feb 2019 21:32:31 +0000 (13:32 -0800)]
populate_sdk_ext.bbclass: Fix the derivate sdk build error from an published eSDK

When you install the eSDK in publish mode and then try to build a
derivative sdk using devtool build-sdk, the following error happens

| NOTE: Generating sstate task list...
| NOTE: Generating sstate-cache...
| NOTE: Generating sstate-cache...
| DEBUG: Python function copy_buildsystem finished
| NOTE: Executing install_tools ...
| DEBUG: Executing shell function install_tools
| install: cannot stat /core/meta/files/ext-sdk-prepare.py':
No such file or directory

This patch will fix the error by installing ext-sdk-prepare.py in
publish mode, so that derivative sdk can be generated.

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agou-boot: Upgrade to 2019.01 release
Marek Vasut [Thu, 21 Feb 2019 23:56:18 +0000 (00:56 +0100)]
u-boot: Upgrade to 2019.01 release

This upgrades the U-Boot to latest 2019.01 release.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Otavio Salvador <otavio@ossystems.com.br>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agodevicetree.bbclass: Add virtual provider for dtb
Manjukumar Matha [Wed, 20 Feb 2019 18:29:05 +0000 (10:29 -0800)]
devicetree.bbclass: Add virtual provider for dtb

Add virtual provider for dtb. This class can be used to generate dtb
from static devicetree, for reference see meta-xilinx layer
meta-xilinx/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb

By providing a virtual provider we can use it to differentiate between
in-kernel dtb or an external one. This can be set in local.conf as
PREFERRED_PROVIDER_virtual/dtb = "devicetree"

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agomdadm: add init and service scripts
Zheng Ruoqin [Thu, 21 Feb 2019 22:06:27 +0000 (14:06 -0800)]
mdadm: add init and service scripts

Add init script and service file for sysvinit and systemd.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agolighttpd: Use the upstream lighttpd.service
Adrian Bunk [Thu, 21 Feb 2019 08:32:32 +0000 (10:32 +0200)]
lighttpd: Use the upstream lighttpd.service

We shipped an old version that was missing several fixes.

A minor incompatibility is that this moves
/etc/lighttpd.conf -> /etc/lighttpd/lighttpd.conf

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agobusybox: enable CONFIG_FLOAT_DURATION
Adrian Bunk [Thu, 21 Feb 2019 08:32:31 +0000 (10:32 +0200)]
busybox: enable CONFIG_FLOAT_DURATION

The 1.29.3 -> 1.30.1 upgrade lost support for sleep with
float values (e.g. "sleep 0.1") since this replacement for
CONFIG_FEATURE_FLOAT_SLEEP (enabled in thud) was missing.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agoalsa-tools: use a better SRC_URI
Tanu Kaskinen [Fri, 22 Feb 2019 08:03:10 +0000 (10:03 +0200)]
alsa-tools: use a better SRC_URI

The ftp server has been flaky recently.

Signed-off-by: Tanu Kaskinen <tanuk@iki.fi>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agoalsa-utils: 1.1.6 -> 1.1.8
Tanu Kaskinen [Thu, 21 Feb 2019 20:13:05 +0000 (22:13 +0200)]
alsa-utils: 1.1.6 -> 1.1.8

Changelogs:
http://alsa-project.org/main/index.php/Changes_v1.1.6_v1.1.7
http://alsa-project.org/main/index.php/Changes_v1.1.7_v1.1.8

There's a new program, axfer, which is a reimplementation of aplay (and
arecord). The purpose of the rewrite is to have code that is easier to
maintain. For now both implementations exist, and I decided to put both
in the aplay package.

The new 89-alsa-ucm.rules udev file initializes the mixer settings for
certain hardware. It's needed for making the hardware usable at boot, in
case there's no higher level software (such as PulseAudio) managing the
mixer settings. Shipping hardware specific configuration in alsa-utils
seems wrong, but I don't know what else to do. I added it to the alsaucm
package, because it's kind of tied to the alsaucm utility (the udev
rules execute the alsaucm program, and the build system installs the
rules file only when alsaucm is enabled). Ideally the UCM configuration
in alsa-lib would define the default UCM verb for each hardware, then
the udev rules file could just enable the default verb, and there would
be no hardware specific configuration in alsa-utils. But that requires
upstream development effort.

SRC_URI was changed to a more reliable source (at least currently the
ftp server is flaky).

Signed-off-by: Tanu Kaskinen <tanuk@iki.fi>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agoalsa-plugins: 1.1.6 -> 1.1.8
Tanu Kaskinen [Thu, 21 Feb 2019 20:13:04 +0000 (22:13 +0200)]
alsa-plugins: 1.1.6 -> 1.1.8

Changelogs:
http://alsa-project.org/main/index.php/Changes_v1.1.6_v1.1.7
http://alsa-project.org/main/index.php/Changes_v1.1.7_v1.1.8

The --enable-avcodec configure option was renamed to --enable-libav, and
I renamed the respective packageconfig item too.

There's a new pcm plugin: aaf (AVTP Audio Format). I added a
packageconfig item for it, but I didn't test it, because libavtp doesn't
seem to be currently packaged for OpenEmbedded.

There are now configuration files for most of the plugins. I removed the
symlink creation for 50-pulseaudio.conf, because upstream now creates
the symlinks for us. 99-pulseaudio-default.conf is an exception, because
upstream ships it only as an example, and upstream doesn't install a
symlink for it (upstream actually installs it directly under /etc, but I
moved it back to /usr/share), so for that file we still have to create
the symlink ourselves.

The lavcrate plugin was converted to use libavresample (and renamed to
lavrate). Libavresample is provided by ffmpeg, but ffmpeg was by default
built with libavresample disabled. This patch now enables libavresample
by default in the ffmpeg recipe in order to not cause a regression in
alsa-plugins.

SRC_URI was changed to a more reliable source (at least currently the
ftp server is flaky).

Signed-off-by: Tanu Kaskinen <tanuk@iki.fi>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agoalsa-lib: 1.1.6 -> 1.1.8
Tanu Kaskinen [Thu, 21 Feb 2019 20:13:03 +0000 (22:13 +0200)]
alsa-lib: 1.1.6 -> 1.1.8

Changelogs:
http://alsa-project.org/main/index.php/Changes_v1.1.6_v1.1.7
http://alsa-project.org/main/index.php/Changes_v1.1.7_v1.1.8

One significant change was that the search path of add-on configuration
files was changed from /usr/share/alsa/alsa.conf.d to /etc/alsa/conf.d.
Packages that install such files should still use the /usr/share
location, though. Symlinks need to be created from /etc to /usr/share.
The rationale for using /etc is that the system administrator can better
control the configuration that way, and the rationale for installing
files under /usr/share is that configuration snippets that are installed
by packages are not meant to be directly edited by the administrator.

alsa-plugins had to be modified to add symlinks for the configuration
snippets that it installs. I also added FILES_${PN} = "", because the
alsa-plugins package is supposed to be empty, but also because for some
reason that I don't understand the symlinks would otherwise go to the
alsa-plugins package rather than alsa-plugins-pulseaudio-conf.

SRC_URI was changed to a more reliable source (at least currently the
ftp server is flaky).

Signed-off-by: Tanu Kaskinen <tanuk@iki.fi>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agosbc: upgrade 1.3 -> 1.4
Richard Purdie [Mon, 18 Feb 2019 11:33:31 +0000 (03:33 -0800)]
sbc: upgrade 1.3 -> 1.4

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agoresulttool/resultutils: Avoids tracebacks for missing logs
Richard Purdie [Sat, 23 Feb 2019 22:49:11 +0000 (22:49 +0000)]
resulttool/resultutils: Avoids tracebacks for missing logs

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agosystemd: fix CVE-2019-6454
George McCollister [Fri, 22 Feb 2019 16:54:50 +0000 (10:54 -0600)]
systemd: fix CVE-2019-6454

Apply patches from systemd_239-7ubuntu10.8 to fix CVE-2019-6454.
CVE-2019-6454 is an issue in which systemd (PID1) can be crashed with a
specially formed D-Bus message.

For information see:
https://usn.ubuntu.com/3891-1/
https://git.launchpad.net/ubuntu/+source/systemd/commit/?id=f8e75d5634904c8e672658856508c3a02f349adb

Signed-off-by: George McCollister <george.mccollister@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agokernel: Ensure an initramfs is added if configured
Richard Purdie [Thu, 21 Feb 2019 16:00:02 +0000 (16:00 +0000)]
kernel: Ensure an initramfs is added if configured

If ${DEPLOY_DIR_IMAGE}/${INITRAMFS_IMAGE_NAME}.cpio does not exist,
nor any of the compressed variants, nothing is copied to kernel build's
./usr directory.

The code does not fail, but silently proceeds without a bundled initramfs.

Change to fail and tell the user something is wrong.

Also, if an initramfs is found, contrary to the comments, it does not stop
at the first uncompressed/compressed cpio image found. Instead it keeps
processing all so the last is used. Fix this to behave as per the comments.

[YOCTO #12909]

(Patch by Leon Woestenberg)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agooeqa/utils/gitarchive: Handle case where parent is only on origin
Richard Purdie [Mon, 25 Feb 2019 09:26:42 +0000 (09:26 +0000)]
oeqa/utils/gitarchive: Handle case where parent is only on origin

The parent code currently assumed that any parent branch is locally
checked out which may not be the case.

Use the local branch by default but fall back to the origin. This
also means removing the later saftey check as the branch may not exist
locally.

This fixes the autobuilder resulttool test pushing code.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agoresulttool: Improvements to allow integration to the autobuilder
Richard Purdie [Sat, 16 Feb 2019 18:13:00 +0000 (18:13 +0000)]
resulttool: Improvements to allow integration to the autobuilder

This is a combined patch of the various tweaks and improvements I
made to resulttool:

* Avoid subprocess.run() as its a python 3.6 feature and we
  have autobuilder workers with 3.5.

* Avoid python keywords as variable names

* Simplify dict accesses using .get()

* Rename resultsutils -> resultutils to match the resultstool ->
  resulttool rename

* Formalised the handling of "file_name" to "TESTSERIES" which the code
  will now add into the json configuration data if its not present, based
  on the directory name.

* When we don't have failed test cases, print something saying so
  instead of an empty table

* Tweak the table headers in the report to be more readable (reference
  "Test Series" instead if file_id and ID instead of results_id)

* Improve/simplify the max string length handling

* Merge the counts and percentage data into one table in the report
  since printing two reports of the same data confuses the user

* Removed the confusing header in the regression report

* Show matches, then regressions, then unmatched runs in the regression
  report, also remove chatting unneeded output

* Try harder to "pair" up matching configurations to reduce noise in
  the regressions report

* Abstracted the "mapping" table concept used to pairing in the
  regression code to general code in resultutils

* Created multiple mappings for results analysis, results storage and
  'flattening' results data in a merge

* Simplify the merge command to take a source and a destination,
  letting the destination be a directory or a file, removing the need for
  an output directory parameter

* Add the 'IMAGE_PKGTYPE' and 'DISTRO' config options to the regression
  mappings

* Have the store command place the testresults files in a layout from
  the mapping, making commits into the git repo for results storage more
  useful for simple comparison purposes

* Set the oe-git-archive tag format appropriately for oeqa results
  storage (and simplify the commit messages closer to their defaults)

* Fix oe-git-archive to use the commit/branch data from the results file

* Cleaned up the command option help to match other changes

* Follow the model of git branch/tag processing used by oe-build-perf-report
  and use that to read the data using git show to avoid branch change

* Add ptest summary to the report command

* Update the tests to match the above changes

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agoscripts/resulttool: enable manual execution and result creation
Mazliana [Thu, 14 Feb 2019 05:50:38 +0000 (13:50 +0800)]
scripts/resulttool: enable manual execution and result creation

Integrated “manualexecution” operation to resulttool scripts.
Manual execution script is a helper script to execute all manual
test cases in baseline command, which consists of user guideline
steps and the expected results. The last step will ask user to
provide their input to execute result. The input options are
passed/failed/blocked/skipped status. The result given will be
written in testresults.json including log error from the user
input and configuration if there is any.The output test result
for json file is created by using OEQA library.

The configuration part is manually key-in by the user. The system
allow user to specify how many configuration they want to add and
they need to define the required configuration name and value pair.
In QA perspective, "configuration" means the test environments and
parameters used during QA setup before testing can be carry out.
Example of configurations: image used for boot up, host machine
distro used, poky configurations, etc.

The purpose of adding the configuration is to standardize the
output test result format between automation and manual execution.

To use these scripts, first source oe environment, then run the
entry point script to look for help.
        $ resulttool

To execute manual test cases, execute the below
        $ resulttool manualexecution <manualjsonfile>

By default testresults.json store in <build_dir>/tmp/log/manual/

[YOCTO #12651]

Signed-off-by: Mazliana <mazliana.mohamad@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agoresulttool: enable merge, store, report and regression analysis
Yeoh Ee Peng [Thu, 14 Feb 2019 05:50:37 +0000 (13:50 +0800)]
resulttool: enable merge, store, report and regression analysis

OEQA outputs test results into json files and these files were
archived by Autobuilder during QA releases. Example: each oe-selftest
run by Autobuilder for different host distro generate a
testresults.json file.

These scripts were developed as a test result tools to manage
these testresults.json file.

Using the "store" operation, user can store multiple testresults.json
files as well as the pre-configured directories used to hold those files.

Using the "merge" operation, user can merge multiple testresults.json
files to a target file.

Using the "report" operation, user can view the test result summary
for all available testresults.json files inside a ordinary directory
or a git repository.

Using the "regression-file" operation, user can perform regression
analysis on testresults.json files specified. Using the "regression-dir"
and "regression-git" operations, user can perform regression analysis
on directory and git accordingly.

These resulttool operations expect the testresults.json file to use
the json format below.
{
    "<testresult_1>": {
        "configuration": {
            "<config_name_1>": "<config_value_1>",
            "<config_name_2>": "<config_value_2>",
            ...
            "<config_name_n>": "<config_value_n>",
        },
        "result": {
            "<testcase_namespace_1>": {
                "status": "<PASSED or FAILED or ERROR or SKIPPED>",
                "log": "<failure or error logging>"
            },
            "<testcase_namespace_2>": {
                "status": "<PASSED or FAILED or ERROR or SKIPPED>",
                "log": "<failure or error logging>"
            },
            ...
            "<testcase_namespace_n>": {
                "status": "<PASSED or FAILED or ERROR or SKIPPED>",
                "log": "<failure or error logging>"
            },
        }
    },
    ...
    "<testresult_n>": {
        "configuration": {
            "<config_name_1>": "<config_value_1>",
            "<config_name_2>": "<config_value_2>",
            ...
            "<config_name_n>": "<config_value_n>",
        },
        "result": {
            "<testcase_namespace_1>": {
                "status": "<PASSED or FAILED or ERROR or SKIPPED>",
                "log": "<failure or error logging>"
            },
            "<testcase_namespace_2>": {
                "status": "<PASSED or FAILED or ERROR or SKIPPED>",
                "log": "<failure or error logging>"
            },
            ...
            "<testcase_namespace_n>": {
                "status": "<PASSED or FAILED or ERROR or SKIPPED>",
                "log": "<failure or error logging>"
            },
        }
    },
}

To use these scripts, first source oe environment, then run the
entry point script to look for help.
    $ resulttool

To store test result from oeqa automated tests, execute the below
    $ resulttool store <source_dir> <git_branch>

To merge multiple testresults.json files, execute the below
    $ resulttool merge <base_result_file> <target_result_file>

To report test report, execute the below
    $ resulttool report <source_dir>

To perform regression file analysis, execute the below
    $ resulttool regression-file <base_result_file> <target_result_file>

To perform regression dir analysis, execute the below
    $ resulttool regression-dir <base_result_dir> <target_result_dir>

To perform regression git analysis, execute the below
    $ resulttool regression-git <source_dir> <base_branch> <target_branch>

[YOCTO# 13012]
[YOCTO# 12654]

Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agooe-build-perf-report/gitarchive: Move common useful functions to library
Richard Purdie [Wed, 20 Feb 2019 17:07:56 +0000 (17:07 +0000)]
oe-build-perf-report/gitarchive: Move common useful functions to library

These functions can be reused by the resulttool code so move to the common
function library for this purpose.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agolibdrm: Upgrade 2.4.96 -> 2.4.97
Fabio Berton [Wed, 20 Feb 2019 13:48:43 +0000 (10:48 -0300)]
libdrm: Upgrade 2.4.96 -> 2.4.97

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agopython3-six: upgrade 1.11.0 -> 1.12.0
Richard Purdie [Sun, 17 Feb 2019 19:59:03 +0000 (11:59 -0800)]
python3-six: upgrade 1.11.0 -> 1.12.0

The license checksum changed due to a change in copyright years only.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agopython3-setuptools: upgrade 40.0.0 -> 40.8.0
Richard Purdie [Sun, 17 Feb 2019 19:48:56 +0000 (11:48 -0800)]
python3-setuptools: upgrade 40.0.0 -> 40.8.0

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agopython3-pip: upgrade 18.0 -> 19.0.2
Richard Purdie [Sun, 17 Feb 2019 19:25:52 +0000 (11:25 -0800)]
python3-pip: upgrade 18.0 -> 19.0.2

The license checksum changed due to copyright year changes.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agopython3-pbr: upgrade 5.1.1 -> 5.1.2
Richard Purdie [Sun, 17 Feb 2019 19:14:19 +0000 (11:14 -0800)]
python3-pbr: upgrade 5.1.1 -> 5.1.2

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agopython3-gitdb: upgrade 2.0.4 -> 2.0.5
Richard Purdie [Sun, 17 Feb 2019 19:03:30 +0000 (11:03 -0800)]
python3-gitdb: upgrade 2.0.4 -> 2.0.5

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agodiffutils: upgrade to 3.7
Chen Qi [Tue, 19 Feb 2019 01:53:13 +0000 (09:53 +0800)]
diffutils: upgrade to 3.7

The following two patches are removed as they are not needed anymore.

  0001-Unset-need_charset_alias-when-building-for-musl.patch
  0001-explicitly-disable-replacing-getopt.patch

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agosysstat: upgrade to 12.1.3
Chen Qi [Wed, 20 Feb 2019 01:40:36 +0000 (09:40 +0800)]
sysstat: upgrade to 12.1.3

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agokmod: Fix PV
Richard Purdie [Wed, 20 Feb 2019 11:36:03 +0000 (11:36 +0000)]
kmod: Fix PV

Meant to fix this pre merge, the git revision is the PV so no need to
add SRCPV.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agoglib-networking: upgrade 2.54.1 -> 2.58.0
Anuj Mittal [Wed, 20 Feb 2019 07:12:47 +0000 (15:12 +0800)]
glib-networking: upgrade 2.54.1 -> 2.58.0

* Autotools support has been removed upstream, so migrate recipe to
meson. For changes, see:
https://gitlab.gnome.org/GNOME/glib-networking/blob/glib-2-58/NEWS

* Remove unsupported configure options: pkcs11, ca-certificates. See:
https://bugzilla.gnome.org/show_bug.cgi?id=793281
https://bugzilla.gnome.org/show_bug.cgi?id=753260

License-Update: Change to LGPLv2.1

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agolibjpeg-turbo: upgrade 2.0.1 -> 2.0.2
Anuj Mittal [Wed, 20 Feb 2019 07:12:46 +0000 (15:12 +0800)]
libjpeg-turbo: upgrade 2.0.1 -> 2.0.2

For changes, see:

https://github.com/libjpeg-turbo/libjpeg-turbo/releases

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agotar: upgrade to 1.31
Chen Qi [Wed, 20 Feb 2019 01:40:37 +0000 (09:40 +0800)]
tar: upgrade to 1.31

Remove the musl specific do_install, as it's not suitable for this
version.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agokmod: upgrade to 26
Chen Qi [Wed, 20 Feb 2019 01:40:35 +0000 (09:40 +0800)]
kmod: upgrade to 26

Refresh patches to avoid warning.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agoopkg-utils: do not set mtime on data.tar.X
Alejandro del Castillo [Tue, 19 Feb 2019 19:44:09 +0000 (13:44 -0600)]
opkg-utils: do not set mtime on data.tar.X

Suggested-by: Tristan Ramseyer <t@ramseyer.email>
Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agologrotate.py: restore /etc/logrotate.d/wtmp
Mingli Yu [Wed, 13 Feb 2019 05:43:28 +0000 (13:43 +0800)]
logrotate.py: restore /etc/logrotate.d/wtmp

During the test logrotate.LogrotateTest.test_1_logrotate_setup,
there is below logic:
 # mkdir $HOME/logrotate_dir
 # sed -i "s#wtmp {#wtmp {\n    olddir $HOME/logrotate_dir#" /etc/logrotate.d/wtmp

After all logrotate.LogrotateTest finished, only cleanup
$HOME/logrotate_dir as below, but don't restore
the config file /etc/logrotate.d/wtmp.
[snip]
def tearDownClass(cls):
    cls.tc.target.run('rm -rf $HOME/logrotate_dir')
[snip]

That's to say, there is one additional line added
to /etc/logrotate.d/wtmp and will make the logrotate
service start failed when run systemd.SystemdBasicTests.test_systemd_failed

Take an example as below when run test as root:
 # cat /etc/logrotate.d/wtmp
 # no packages own wtmp -- we'll rotate it here
 /var/log/wtmp {
    olddir /root/logrotate_dir
    missingok
    monthly
    create 0664 root utmp
    minsize 1M
    rotate 1
 }

 # ls /root/logrotate_dir
 ls: cannot access '/root/logrotate_dir': No such file or directory

 # systemctl start logrotate
 Job for logrotate.service failed because the control process exited with error code.
 See "systemctl status logrotate.service" and "journalctl -xe" for details.

 # systemctl status logrotate
  logrotate.service - Rotate log files
   Loaded: loaded (/lib/systemd/system/logrotate.service; static; vendor preset>
   Active: failed (Result: exit-code) since Wed 2019-02-13 03:35:19 UTC; 7s ago
     Docs: man:logrotate(8)
           man:logrotate.conf(5)
   Process: 540 ExecStart=/usr/sbin/logrotate /etc/logrotate.conf (code=exited, status=1/FAILURE)
   Main PID: 540 (code=exited, status=1/FAILURE)

  Feb 13 03:35:18 qemumips systemd[1]: Starting Rotate log files...
  Feb 13 03:35:19 qemumips logrotate[540]: error: wtmp:9 error verifying olddir path /root/logrotate_dir: No such file or directory
  Feb 13 03:35:19 qemumips logrotate[540]: error: found error in file wtmp, skipping
  Feb 13 03:35:19 qemumips systemd[1]: logrotate.service: Main process exited, code=exited, status=1/FAILURE
  Feb 13 03:35:19 qemumips systemd[1]: logrotate.service: Failed with result 'exit-code'.
  Feb 13 03:35:19 qemumips systemd[1]: Failed to start Rotate log files.

Add the logic to restore /etc/logrotate.d/wtmp to
make the cleanup complete to fix the above issue.

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agomenu-cache: fix upstream version check
Alexander Kanavin [Tue, 19 Feb 2019 17:47:12 +0000 (18:47 +0100)]
menu-cache: fix upstream version check

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agoffmpeg: update to 4.1.1
Alexander Kanavin [Tue, 19 Feb 2019 17:47:11 +0000 (18:47 +0100)]
ffmpeg: update to 4.1.1

Drop backported patches.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agoca-certificates: upgrade 20180409 -> 20190110
Alexander Kanavin [Tue, 19 Feb 2019 17:47:10 +0000 (18:47 +0100)]
ca-certificates: upgrade 20180409 -> 20190110

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agolibwebp: upgrade 1.0.1 -> 1.0.2
Alexander Kanavin [Tue, 19 Feb 2019 17:47:09 +0000 (18:47 +0100)]
libwebp: upgrade 1.0.1 -> 1.0.2

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agodnf: upgrade 4.0.10 -> 4.1.0
Alexander Kanavin [Tue, 19 Feb 2019 17:47:08 +0000 (18:47 +0100)]
dnf: upgrade 4.0.10 -> 4.1.0

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agobtrfs-tools: upgrade 4.19.1 -> 4.20.1
Alexander Kanavin [Tue, 19 Feb 2019 17:47:07 +0000 (18:47 +0100)]
btrfs-tools: upgrade 4.19.1 -> 4.20.1

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agolibrepo: upgrade 1.9.3 -> 1.9.4
Alexander Kanavin [Tue, 19 Feb 2019 17:47:06 +0000 (18:47 +0100)]
librepo: upgrade 1.9.3 -> 1.9.4

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agowebkitgtk: upgrade 2.22.5 -> 2.22.6
Alexander Kanavin [Tue, 19 Feb 2019 17:47:05 +0000 (18:47 +0100)]
webkitgtk: upgrade 2.22.5 -> 2.22.6

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agogcr: upgrade 3.28.0 -> 3.28.1
Alexander Kanavin [Tue, 19 Feb 2019 17:47:04 +0000 (18:47 +0100)]
gcr: upgrade 3.28.0 -> 3.28.1

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agocreaterepo-c: upgrade 0.12.0 -> 0.12.1
Alexander Kanavin [Tue, 19 Feb 2019 17:47:03 +0000 (18:47 +0100)]
createrepo-c: upgrade 0.12.0 -> 0.12.1

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agolighttpd: upgrade 1.4.52 -> 1.4.53
Alexander Kanavin [Tue, 19 Feb 2019 17:47:02 +0000 (18:47 +0100)]
lighttpd: upgrade 1.4.52 -> 1.4.53

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agolibcomps: upgrade 0.1.9 -> 0.1.10
Alexander Kanavin [Tue, 19 Feb 2019 17:47:01 +0000 (18:47 +0100)]
libcomps: upgrade 0.1.9 -> 0.1.10

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agoiso-codes: upgrade 4.1 -> 4.2
Alexander Kanavin [Tue, 19 Feb 2019 17:47:00 +0000 (18:47 +0100)]
iso-codes: upgrade 4.1 -> 4.2

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agop11-kit: upgrade 0.23.14 -> 0.23.15
Alexander Kanavin [Tue, 19 Feb 2019 17:46:59 +0000 (18:46 +0100)]
p11-kit: upgrade 0.23.14 -> 0.23.15

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agomeson: upgrade 0.49.0 -> 0.49.2
Alexander Kanavin [Tue, 19 Feb 2019 17:46:58 +0000 (18:46 +0100)]
meson: upgrade 0.49.0 -> 0.49.2

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agolibdnf: upgrade 0.24.1 -> 0.26.0
Alexander Kanavin [Tue, 19 Feb 2019 17:46:57 +0000 (18:46 +0100)]
libdnf: upgrade 0.24.1 -> 0.26.0

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agoepiphany: upgrade 3.30.2 -> 3.30.3
Alexander Kanavin [Tue, 19 Feb 2019 17:46:56 +0000 (18:46 +0100)]
epiphany: upgrade 3.30.2 -> 3.30.3

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agovala: upgrade 0.42.4 -> 0.42.5
Alexander Kanavin [Tue, 19 Feb 2019 17:46:55 +0000 (18:46 +0100)]
vala: upgrade 0.42.4 -> 0.42.5

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agolibmodulemd: update to 2.1.0
Alexander Kanavin [Tue, 19 Feb 2019 17:46:54 +0000 (18:46 +0100)]
libmodulemd: update to 2.1.0

Add support for gobject-introspection.

Add v2 API fixes to the gtkdoc/gi disabling patch.
Add a dependency on glib-native to allow use of glib-mkenums.

Disable v2 API/library for now as libdnf is not compatible with it,
yet is erroneously linked against it (if it's enabled).

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agolibpipeline: update to 1.5.1
Alexander Kanavin [Tue, 19 Feb 2019 17:46:53 +0000 (18:46 +0100)]
libpipeline: update to 1.5.1

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agoglibc: CVE-2019-7309
Zhixiong Chi [Tue, 19 Feb 2019 06:50:55 +0000 (22:50 -0800)]
glibc: CVE-2019-7309

Backport the CVE patch from the upstream
commit 3f635fb43389b54f682fc9ed2acc0b2aaf4a923d

Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agopython3: fix INCLDIRSTOMAKE in _sysconfigdata.py
Changqing Li [Tue, 19 Feb 2019 01:10:33 +0000 (09:10 +0800)]
python3: fix INCLDIRSTOMAKE in _sysconfigdata.py

recipe glade do_configure failed after python upgrade
to 3.7.2, it will do runtime check of python headers
with native python3 under recipe-sysroot-native, it will check under
path INCLDIRSTOMAKE, but this value is '/usr/include /usr/include
/usr/include/python3.7m /usr/include/python3.7m', which will cause
below error:

ERROR: This autoconf log indicates errors, it looked at host include and/or
library paths while determining system capabilities.

fix it by replace /usr/include to STAGING_INCDIR

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agosudo: upgrade to 1.8.27
Chen Qi [Tue, 19 Feb 2019 01:53:14 +0000 (09:53 +0800)]
sudo: upgrade to 1.8.27

License-Update: copyright years updated

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agodbus-test: upgrade to 1.12.12
Chen Qi [Tue, 19 Feb 2019 01:53:12 +0000 (09:53 +0800)]
dbus-test: upgrade to 1.12.12

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agodbus: upgrade to 1.12.12
Chen Qi [Tue, 19 Feb 2019 01:53:11 +0000 (09:53 +0800)]
dbus: upgrade to 1.12.12

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agocups: upgrade to 2.2.10
Chen Qi [Tue, 19 Feb 2019 01:53:10 +0000 (09:53 +0800)]
cups: upgrade to 2.2.10

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agomc: upgrade 4.8.21 -> 4.8.22
Richard Purdie [Sun, 17 Feb 2019 23:38:11 +0000 (15:38 -0800)]
mc: upgrade 4.8.21 -> 4.8.22

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agolibinput: upgrade 1.12.3 -> 1.12.6
Richard Purdie [Mon, 18 Feb 2019 09:56:47 +0000 (01:56 -0800)]
libinput: upgrade 1.12.3 -> 1.12.6

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agogtk+3: upgrade 3.24.1 -> 3.24.5
Richard Purdie [Mon, 18 Feb 2019 06:07:38 +0000 (22:07 -0800)]
gtk+3: upgrade 3.24.1 -> 3.24.5

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agoclutter-gst-3.0: upgrade 3.0.26 -> 3.0.27
Richard Purdie [Mon, 18 Feb 2019 06:41:36 +0000 (22:41 -0800)]
clutter-gst-3.0: upgrade 3.0.26 -> 3.0.27

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agoadwaita-icon-theme: upgrade 3.28.0 -> 3.30.1
Richard Purdie [Mon, 18 Feb 2019 05:26:43 +0000 (21:26 -0800)]
adwaita-icon-theme: upgrade 3.28.0 -> 3.30.1

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agogrep: upgrade 3.1 -> 3.3
Denys Dmytriyenko [Mon, 18 Feb 2019 22:49:07 +0000 (17:49 -0500)]
grep: upgrade 3.1 -> 3.3

License checksum changed due to cleanup, all URLs converted to https.

need_charset_alias is no longer being used, drop the patch.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agogzip: upgrade 1.9 -> 1.10
Denys Dmytriyenko [Mon, 18 Feb 2019 22:49:06 +0000 (17:49 -0500)]
gzip: upgrade 1.9 -> 1.10

gnulib.patch for glibc-2.28+ has been upstreamed.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agolzop: upgrade 1.03 -> 1.04
Denys Dmytriyenko [Mon, 18 Feb 2019 22:49:05 +0000 (17:49 -0500)]
lzop: upgrade 1.03 -> 1.04

License checksum changed due to updated copyright year and cleanup.

3 patches for miniacc.h were incorporated upstream.

Build-tested on qemu targets, including x32.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agohdparm: upgrade 9.56 -> 9.58
Denys Dmytriyenko [Mon, 18 Feb 2019 22:49:04 +0000 (17:49 -0500)]
hdparm: upgrade 9.56 -> 9.58

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agolzip: upgrade 1.20 -> 1.21
Denys Dmytriyenko [Mon, 18 Feb 2019 22:49:03 +0000 (17:49 -0500)]
lzip: upgrade 1.20 -> 1.21

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agolz4: upgrade 1.8.2 -> 1.8.3
Denys Dmytriyenko [Mon, 18 Feb 2019 22:49:02 +0000 (17:49 -0500)]
lz4: upgrade 1.8.2 -> 1.8.3

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agoinitscripts: Update volatiles documentation to include binds
Joshua Watt [Mon, 18 Feb 2019 17:11:23 +0000 (11:11 -0600)]
initscripts: Update volatiles documentation to include binds

Volatiles processing now handles bind mounts, so update the comment in
the core file to indicate this.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agolibc-package.bbclass: Add a progress meter for the package task
Peter Kjellerstedt [Mon, 18 Feb 2019 07:08:08 +0000 (08:08 +0100)]
libc-package.bbclass: Add a progress meter for the package task

The package task for glibc-locale takes a very long time to execute,
especially if using qemu. In that case, a progress meter helps a lot to
show the progress of the task.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agolibc-package.bbclass: Only extract wanted files in prep_locale_tree()
Peter Kjellerstedt [Mon, 18 Feb 2019 07:08:07 +0000 (08:08 +0100)]
libc-package.bbclass: Only extract wanted files in prep_locale_tree()

prep_locale_tree() predates the usrmerge DISTRO_FEATURE, which meant it
was not prepared for the case when ${base_libdir} == ${libdir}. This
lead to it extracting files and directories where it shouldn't.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agolibc-package.bbclass: Correct a few paths for when usrmerge is used
Peter Kjellerstedt [Mon, 18 Feb 2019 07:08:06 +0000 (08:08 +0100)]
libc-package.bbclass: Correct a few paths for when usrmerge is used

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agocairo: fix UPSTREAM_CHECK_REGEX
Anuj Mittal [Mon, 18 Feb 2019 05:16:17 +0000 (13:16 +0800)]
cairo: fix UPSTREAM_CHECK_REGEX

Otherwise it matches versions for 'rcairo' as well.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agolibxkbcommon: update to 0.8.3
Alexander Kanavin [Mon, 18 Feb 2019 12:41:05 +0000 (13:41 +0100)]
libxkbcommon: update to 0.8.3

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agolibsoup-2.4: convert from autotools to meson
Alexander Kanavin [Mon, 18 Feb 2019 12:41:04 +0000 (13:41 +0100)]
libsoup-2.4: convert from autotools to meson

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agomeson: add a couple of patches to help with mingw builds
Alexander Kanavin [Mon, 18 Feb 2019 12:41:02 +0000 (13:41 +0100)]
meson: add a couple of patches to help with mingw builds

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agoclutter-gtk-1.0: convert to meson
Alexander Kanavin [Mon, 18 Feb 2019 12:41:01 +0000 (13:41 +0100)]
clutter-gtk-1.0: convert to meson

This required adding an option to control gobject introspection
via a custom patch, and tweaking clutter.bbclass to not enforce
autotools.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 years agoglib-2.0: Improve shared-mime-info dependency handling
Richard Purdie [Sun, 17 Feb 2019 10:22:43 +0000 (10:22 +0000)]
glib-2.0: Improve shared-mime-info dependency handling

This cleans up the handling of the dependency and gets rid of a use of
remove which should never be needed in OE-Core.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>