]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
8 years agooe-build-perf-test: enable xml reporting
Markus Lehtonen [Thu, 27 Oct 2016 14:52:37 +0000 (17:52 +0300)]
oe-build-perf-test: enable xml reporting

Add --xml command line option to oe-build-perf-test script for producing
a test report in JUnit XML format instead of JSON.

[YOCTO #10590]

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
8 years agooeqa.buildperf: include error details in json report
Markus Lehtonen [Thu, 3 Nov 2016 08:41:34 +0000 (10:41 +0200)]
oeqa.buildperf: include error details in json report

This will typically mean assert message and exception type plus a
traceback. In case of skipped tests the reason (i.e. skip message) is
included.

[YOCTO #10590]

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
8 years agooeqa.buildperf: sync test status names with JUnit
Markus Lehtonen [Thu, 27 Oct 2016 17:07:14 +0000 (20:07 +0300)]
oeqa.buildperf: sync test status names with JUnit

Use 'failure' instead of 'fail'. Also, use 'expected' instead of 'exp'.

[YOCTO #10590]

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
8 years agooeqa.buildperf: prevent a crash on unexpected success
Markus Lehtonen [Thu, 27 Oct 2016 15:20:46 +0000 (18:20 +0300)]
oeqa.buildperf: prevent a crash on unexpected success

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
8 years agokern-tools: kconf_check: flag CONFIG options with invalid spaces
Bruce Ashfield [Sun, 15 Jan 2017 00:20:21 +0000 (19:20 -0500)]
kern-tools: kconf_check: flag CONFIG options with invalid spaces

Options with spacs around = signs will be droped/ignored by the
kernel.

The audit phase can detect this and warn the user:

    % kconf_check --report -o .kernel-meta/cfg/ \
      linux-qemux86-standard-build/.config `pwd` $cfgs

     [errors (3): .kernel-meta/cfg/fragment_errors.txt
       There are errors withing the config fragments.

    % cat .kernel-meta/cfg/fragment_errors.txt
       Warning: Ignoring "CONFIG_PARAVIRTT_CLOCK =y" -- spaces around equals are invalid
       Warning: Ignoring "CONFIG_PARAVIRTTT_CLOCK = y" -- spaces around equals are invalid
       Warning: Ignoring "CONFIG_PARAVIRTTTT_CLOCK= y" -- spaces around equals are invalid

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
8 years agokern-tools: scc: Fix process_file error check
Bruce Ashfield [Fri, 13 Jan 2017 20:40:38 +0000 (15:40 -0500)]
kern-tools: scc: Fix process_file error check

    Commit 626ceac135fa66277c2fa53197be33cc9d4d7614 broke the error
    check in process_file by adding in three lines that stomp on $? which
    print the output file when verbose is set.

    Move output file on verbose print to an elif after the error check.

Signed-off-by: George McCollister <george.mccollister@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
8 years agobusybox: refresh the flock patch
Maxin B. John [Tue, 17 Jan 2017 16:20:34 +0000 (18:20 +0200)]
busybox: refresh the flock patch

Upstream accepted the flock fix with some improvements. Backport those
changes.

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
8 years agoalsa-tools: 1.1.0 -> 1.1.3
Tanu Kaskinen [Fri, 20 Jan 2017 09:26:28 +0000 (11:26 +0200)]
alsa-tools: 1.1.0 -> 1.1.3

Drop 0001-Cus428Midi-Explicitly-cast-constant-to-char-type.patch,
because the new release has an equivalent fix (and that's actually the
only change in the new release).

Signed-off-by: Tanu Kaskinen <tanuk@iki.fi>
Signed-off-by: Ross Burton <ross.burton@intel.com>
8 years agoalsa-utils(-scripts): fix compile on build machines with python-docutils installed
Andreas Müller [Wed, 4 Jan 2017 17:55:54 +0000 (18:55 +0100)]
alsa-utils(-scripts): fix compile on build machines with python-docutils installed

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
8 years agoalsa-utils-scripts: update 1.1.2 -> 1.1.3
Andreas Müller [Sun, 1 Jan 2017 19:53:13 +0000 (20:53 +0100)]
alsa-utils-scripts: update 1.1.2 -> 1.1.3

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
8 years agoalsa-utils: update 1.1.2 -> 1.1.3
Andreas Müller [Sun, 1 Jan 2017 19:53:12 +0000 (20:53 +0100)]
alsa-utils: update 1.1.2 -> 1.1.3

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
8 years agoflac: 1.3.1 -> 1.3.2
Tanu Kaskinen [Fri, 20 Jan 2017 09:26:29 +0000 (11:26 +0200)]
flac: 1.3.1 -> 1.3.2

Changelog: https://xiph.org/flac/changelog.html

The license checksum changes are due to simple copyright year updates.

Signed-off-by: Tanu Kaskinen <tanuk@iki.fi>
Signed-off-by: Ross Burton <ross.burton@intel.com>
8 years agopython3: Add upstream random.c fixes for recent glibc
Richard Purdie [Sun, 22 Jan 2017 11:17:26 +0000 (11:17 +0000)]
python3: Add upstream random.c fixes for recent glibc

python3 fails to work with recent glibc versions on older hosts, giving
errors like:

Fatal Python error: getentropy() failed
Aborted

This breaks buildtools-tarball and hence eSDK. This patch backports the
changes to random.c from upstream that address the problem.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agoselftest/runtime-test.py: Adapt test to use new runtime framework
Mariano Lopez [Thu, 19 Jan 2017 12:38:06 +0000 (12:38 +0000)]
selftest/runtime-test.py: Adapt test to use new runtime framework

This adapt the current runtime selftest to use the new runtime
framework.

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agotestexport.bbclass: Migrate testexport to use new framework
Mariano Lopez [Wed, 18 Jan 2017 13:23:59 +0000 (13:23 +0000)]
testexport.bbclass: Migrate testexport to use new framework

This migrates current testexport implmentation to use the
new OEQA framework.

[YOCTO #10686]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agooeqa/runtime/context.py: Add defaults for runtime context
Mariano Lopez [Wed, 18 Jan 2017 13:19:52 +0000 (13:19 +0000)]
oeqa/runtime/context.py: Add defaults for runtime context

This adds default values to OERuntimeTestContextExecutor class in
order to make easier the execution of exported test that were
generated with testexport class.

[YOCTO #10686]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agotestimage.bbclass: Add package install feature
Mariano Lopez [Fri, 13 Jan 2017 10:47:53 +0000 (10:47 +0000)]
testimage.bbclass: Add package install feature

This allows to use the package install feature with
the new OEQA framework.

[YOCTO #10234]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agotestimage.bbclass: Add support for package extraction
Mariano Lopez [Mon, 9 Jan 2017 14:49:57 +0000 (14:49 +0000)]
testimage.bbclass: Add support for package extraction

testimage support the installation of packages without a package
manager in the target. This adds support for package extraction
required to support the installation feature.

[YOCTO #10234]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agooeqa/core/utils/test.py: Add functions to get module path
Mariano Lopez [Mon, 9 Jan 2017 14:42:48 +0000 (14:42 +0000)]
oeqa/core/utils/test.py: Add functions to get module path

This will add functions to get module file path from a test
case or a complete suite.

[YOCTO #10234]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agoruntime/cases/smart.py: Migrate smart tests
Mariano Lopez [Tue, 3 Jan 2017 08:18:00 +0000 (08:18 +0000)]
runtime/cases/smart.py: Migrate smart tests

This migrates the smart test from the old framework to
the new one. This has its own commit because smart
test was using bb and oe libraries that are available
when exporting the test cases to run in a different host.

Because of the removal of bb and oe libraries index and
packages feeds creation will be managed in testimage bbclass.

[YOCTO #10234]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agooeqa/runtime/cases: Migrate runtime tests.
Mariano Lopez [Tue, 1 Nov 2016 07:48:16 +0000 (07:48 +0000)]
oeqa/runtime/cases: Migrate runtime tests.

This migrates current runtime test suite to be used with the new framework.

[YOCTO #10234]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agotestimage.bbclass: Migrate class to use new runtime framework
Mariano Lopez [Thu, 5 Jan 2017 13:33:07 +0000 (13:33 +0000)]
testimage.bbclass: Migrate class to use new runtime framework

This migrates testimage class to use the new framework. Most of
the code added here is to get rid off the data store dependency.

[YOCTO #10234]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agocore/target/qemu.py Adds qemu target
Mariano Lopez [Tue, 3 Jan 2017 13:58:36 +0000 (13:58 +0000)]
core/target/qemu.py Adds qemu target

This adds qemu target to be used in testimage.
It uses the current QemuRunner class in order
to boot and control qemu.

[YOCTO #10231]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agooeqa/runtime/context.py: Add logger to getTarget
Mariano Lopez [Wed, 21 Dec 2016 13:08:25 +0000 (13:08 +0000)]
oeqa/runtime/context.py: Add logger to getTarget

Current targets (ssh and qemu) require a logger in their
constructors, so in order to get a new target we need
to provide the logger.

[YOCTO #10686]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agooeqa/runtime/context.py: Prepare for qemu
Aníbal Limón [Tue, 3 Jan 2017 12:51:12 +0000 (12:51 +0000)]
oeqa/runtime/context.py: Prepare for qemu

This commit will prepare context to use qemu and not just
simpleremote.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
8 years agooeqa/utils/dump: Move get_host_dumper to OERuntimeTestContextExecutor class
Aníbal Limón [Mon, 5 Dec 2016 17:43:21 +0000 (11:43 -0600)]
oeqa/utils/dump: Move get_host_dumper to OERuntimeTestContextExecutor class

To avoid getVar calls inside a utils module, also moves
get_host_dumper import inside testexport isn't needed.

[YOCTO #10231]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
8 years agooeqa/runtime/context: Move helper functions for process args to executor
Aníbal Limón [Fri, 2 Dec 2016 20:57:09 +0000 (14:57 -0600)]
oeqa/runtime/context: Move helper functions for process args to executor

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
8 years agooeqa/runtime/context: Add runtime option group and options for target type and server ip.
Aníbal Limón [Fri, 2 Dec 2016 20:47:33 +0000 (14:47 -0600)]
oeqa/runtime/context: Add runtime option group and options for target type and server ip.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
8 years agooeqa/core/context: Add option to select tests to run
Mariano Lopez [Tue, 13 Dec 2016 12:27:52 +0000 (12:27 +0000)]
oeqa/core/context: Add option to select tests to run

This add the option to select what tests to run in the
<module>[.<class>[.<test>]] format.

Currently it just support modules

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agooeqa/core/decorator: Add skipIfNotDataVar and skipIfNotInDataVar
Mariano Lopez [Mon, 12 Dec 2016 10:12:15 +0000 (10:12 +0000)]
oeqa/core/decorator: Add skipIfNotDataVar and skipIfNotInDataVar

skipIfNotDataVar will skip a test if a variable doesn't have certain value.

skipIfNotInDataVar will skip a test if a value is not in a certain variable.

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agooeqa/runtime/utils/targetbuildproject.py: Don't use more than 80 characters per line
Mariano Lopez [Wed, 7 Dec 2016 13:41:39 +0000 (13:41 +0000)]
oeqa/runtime/utils/targetbuildproject.py: Don't use more than 80 characters per line

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agooeqa/runtime/files: Move runtime files from old directory
Mariano Lopez [Wed, 7 Dec 2016 13:35:43 +0000 (13:35 +0000)]
oeqa/runtime/files: Move runtime files from old directory

As part of the refactor we require to move the files used
in runtime testing to the new directory. This also adds
the path to the runtime test context.

[YOCTO #10234]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agooeqa/core/decorator/data.py: Add skipIfNotFeature decorator
Mariano Lopez [Fri, 2 Dec 2016 22:05:44 +0000 (16:05 -0600)]
oeqa/core/decorator/data.py: Add skipIfNotFeature decorator

This adds a new decorator to check if image under tests has
certain DISTRO_FEATURE or IMAGE_FEATURE.

[YOCTO #10234]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agooeqa/runtime: Add OEHasPackage decorator
Mariano Lopez [Wed, 2 Nov 2016 12:02:01 +0000 (12:02 +0000)]
oeqa/runtime: Add OEHasPackage decorator

This new decorator will be used to skip the test
if the image under test doesn't have the required
packages installed.

[YOCTO #10234]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agooeqa/runtime: Add case, context and loader classes for runtime testing
Mariano Lopez [Mon, 31 Oct 2016 13:15:02 +0000 (13:15 +0000)]
oeqa/runtime: Add case, context and loader classes for runtime testing

This adds OERuntimeTestCase, OERuntimeTestContext, and OERuntimeTestLoader
to be used for runtime testing.

As expected there are some changes in runtime context:

- Adds the target to be used for runtime testing, the default
is a SSH connection to the device under test running a OE image.
- Runtime context requires image manifest because several
tests are skipped if a package is missing or installed.
- Several tests require the output of the ps command and it changes
its output and arguments if busybox o procps is installed, so the
case must use the correct ps command.

[YOCTO #10234]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agooeqa/core/target Add OESSHTarget to sent commands to targets using SSH
Mariano Lopez [Mon, 31 Oct 2016 12:58:38 +0000 (12:58 +0000)]
oeqa/core/target Add OESSHTarget to sent commands to targets using SSH

With this commit now it is possible to add targets with SSH for testing.
Most of it was imported for existing code, with improvements in log
handling.

[YOCTO #10234]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agooeqa/runtime: Move to runtime_cases
Aníbal Limón [Thu, 27 Oct 2016 21:39:47 +0000 (16:39 -0500)]
oeqa/runtime: Move to runtime_cases

The new oeqa core framework will modify the structure of the runtime
folder the new runtime folder will have python code inside to support
runtime test cases.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
8 years agooeqa: Fix files handling on runtime tests.
Aníbal Limón [Mon, 5 Dec 2016 23:04:42 +0000 (17:04 -0600)]
oeqa: Fix files handling on runtime tests.

Common files was move to oeqa/files from oeqa/runtime/files
because the same files are used across Runtime,SDK,eSDK tests.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
8 years agooeqa/runtime: Fix TargetBuildProject instances
Aníbal Limón [Mon, 5 Dec 2016 22:10:12 +0000 (16:10 -0600)]
oeqa/runtime: Fix TargetBuildProject instances

TargetBuildProject was refactored to avoid bitbake dependency so
the instance don't allow to pass data store anymore.

classes/testimage: Export proxies before run tests

The TargetBuildProject based tests download archives from network.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
8 years agooeqa/sdkext/cases: Migrate test case to new OEQA framework
Aníbal Limón [Wed, 30 Nov 2016 21:12:15 +0000 (15:12 -0600)]
oeqa/sdkext/cases: Migrate test case to new OEQA framework

Summary,

- Changes base case class to OESDKExtTest.
- Changes decorator classes to new ones.
- Chnages variable names sdktestdir -> sdk_dir.
- Added missing license to MIT.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
8 years agoclasses/testsdk: Migrate to use the new OESDKExtTestContext
Aníbal Limón [Wed, 30 Nov 2016 21:11:40 +0000 (15:11 -0600)]
classes/testsdk: Migrate to use the new OESDKExtTestContext

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
8 years agooeqa/sdkext: Adds case and context modules.
Aníbal Limón [Wed, 30 Nov 2016 17:33:26 +0000 (11:33 -0600)]
oeqa/sdkext: Adds case and context modules.

The extensible sdk context and case modules extends the sdk ones,
this means that the tests from sdk are run also the sdkext tests.

Enables support in context for use oe-test esdk command for run
the test suites, the same options of sdk are required for run esdk tests.

Removes old related to case and context inside oetest.py.

[YOCTO #10599]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
8 years agooeqa/sdkext: Move test cases inside cases directory
Aníbal Limón [Wed, 30 Nov 2016 16:35:52 +0000 (10:35 -0600)]
oeqa/sdkext: Move test cases inside cases directory

For match with the new structure of the OEQA framework.

In the new framework Test component base directory in this case
sdk module will contain case and context implementations.

[YOCTO #10599]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
8 years agoclasses/testsdk: Remove the need of TEST_LOG_DIR variable
Aníbal Limón [Wed, 30 Nov 2016 00:12:49 +0000 (18:12 -0600)]
classes/testsdk: Remove the need of TEST_LOG_DIR variable

The TEST_LOG_DIR was used for store sdk_target_log this log
contains the output of the run of build commands now that information
could be found also on log.do_testsdk under WORKDIR.

The log will continue to store into SDK_DIR instead of TEST_LOG_DIR.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
8 years agooeqa/sdk/cases: Migrate tests to the new OEQA framework
Aníbal Limón [Sun, 27 Nov 2016 23:51:53 +0000 (17:51 -0600)]
oeqa/sdk/cases: Migrate tests to the new OEQA framework

Summary of the changes:

- Remove auto extend_path using pkgutil at __init__, is not needed.
- Change base class to OESDKTestCase.
- Add td_vars attr to set dependencies of certain variables in test
data.
- Change skips from module level to class level because Test context
  (tc)
now isn't at module level.
- Variable names changes to be consistent (i.e. sdktestdir ->
  sdk_dir).

[YOCTO #10599]

- Don't use bb.utils functions use instead remove_safe and shutil
  for copy files.
- SDKBuildProject pass test data variables instead of call getVar
  inside.

[YOCTO #10231]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agooeqa/utils: {Target,SDK,}BuildProject remove dependency of bb
Aníbal Limón [Wed, 2 Nov 2016 19:42:01 +0000 (13:42 -0600)]
oeqa/utils: {Target,SDK,}BuildProject remove dependency of bb

Don't use bitbake references inside utils modules, in order todo
that changes getVar calls for arguments in the __init__ method like
dl_dir for all the classes and testlogdir, builddatetime in
SDKBUildProject.

Also don't export proxies inside _download_archive method, a good
practice is to setup the proxies at init of the process instead of
do it in this helper module.

[YOCTO #10231]
[YOCTO #10599]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
8 years agooeqa/utils: Move targetbuild to buildproject module
Aníbal Limón [Wed, 2 Nov 2016 19:04:28 +0000 (13:04 -0600)]
oeqa/utils: Move targetbuild to buildproject module

The new buildproject module will contain only BuildProject class
a helper class for build source code.

The remaining classes TargetBuildProject and SDKBuildProject was
move to runtime and sdk respectively.

[YOCTO #10599]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agoclasses/testsdk: Migrates testsdk.bbclass to use new OESDKTestContext
Aníbal Limón [Wed, 30 Nov 2016 16:56:09 +0000 (10:56 -0600)]
classes/testsdk: Migrates testsdk.bbclass to use new OESDKTestContext

The functionality provided is the same with imporvements on code
reuse and better interfaces.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
8 years agooeqa/sdk: Add case and context modules for the SDK component
Aníbal Limón [Mon, 31 Oct 2016 23:24:25 +0000 (17:24 -0600)]
oeqa/sdk: Add case and context modules for the SDK component

Adds case and context modules for SDK based on oetest.py old code.

Enables SDK Test component usage with oe-test, the SDK Test component
adds command line options for specify sdk installed dir, sdk environment
and target/hosts maniftest.

[YOCTO #10599]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agooeqa/{runtime,sdk}/files: Move testsdkmakefile from runtime to sdk module
Aníbal Limón [Wed, 9 Nov 2016 21:03:52 +0000 (15:03 -0600)]
oeqa/{runtime,sdk}/files: Move testsdkmakefile from runtime to sdk module

It doesn't make sense to have files related to sdk module into runtime
module.

[YOCTO #10599]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agooeqa/sdk: Move test cases inside cases directory
Aníbal Limón [Mon, 31 Oct 2016 23:20:48 +0000 (17:20 -0600)]
oeqa/sdk: Move test cases inside cases directory

For match with the new structure of the OEQA framework.

In the new framework Test component base directory in this case
sdk module will contain case and context implementations.

[YOCTO #10599]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agooeqa: Move common files to oeqa/files instead of runtime only
Aníbal Limón [Wed, 9 Nov 2016 20:57:40 +0000 (14:57 -0600)]
oeqa: Move common files to oeqa/files instead of runtime only

Those files are used by runtime and sdk test cases, so move to
base directory of oeqa module.

[YOCTO #10599]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agooeqa/utils/__init__.py: Adds compatibility with bitbake logger
Mariano Lopez [Wed, 21 Dec 2016 13:14:00 +0000 (13:14 +0000)]
oeqa/utils/__init__.py: Adds compatibility with bitbake logger

The bitbake logger changes the way debug is logged and adds
different levels within debug, this is passed as argument
to the function and breaks compatibility with vanilla loggers.

This implements a way to handle this adding a new function for
debug, that will dispatch the correct logging method signature.

Also overrides info method to use logging.INFO + 1 in order to
see plain data.

Also this commit fix the issue of not showing the test summary
and results when running from bitbake.

[YOCTO #10686]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
8 years agoclasses/populate_sdk_base: Add write_sdk_test_data to postprocess
Aníbal Limón [Fri, 25 Nov 2016 18:30:12 +0000 (12:30 -0600)]
classes/populate_sdk_base: Add write_sdk_test_data to postprocess

This function will generates testdata.json per SDK type.

[YOCTO #10231]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
8 years agoclasses/rootfs-postcommands: Add write_image_test_data
Aníbal Limón [Fri, 25 Nov 2016 17:37:06 +0000 (11:37 -0600)]
classes/rootfs-postcommands: Add write_image_test_data

This function will generates testdata.json by image type.

[YOCTO #10231]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
8 years agooe/data: Add export2json function
Aníbal Limón [Fri, 25 Nov 2016 17:36:06 +0000 (11:36 -0600)]
oe/data: Add export2json function

The export2json function export the variables contained in
the data store to JSON format, the main usage for now will be
to provide test data to QA framework.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
8 years agooeqa/core: Add README
Aníbal Limón [Wed, 9 Nov 2016 18:03:01 +0000 (12:03 -0600)]
oeqa/core: Add README

The README has an introduction and explains how to run the test suite
and creates a new Test component.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agooeqa/core/cases: Add example test cases
Aníbal Limón [Wed, 9 Nov 2016 17:57:54 +0000 (11:57 -0600)]
oeqa/core/cases: Add example test cases

Serves as an first input of how to the OEQA framework works.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agooeqa/core/context: Add support of OETestContextExecutor
Aníbal Limón [Wed, 9 Nov 2016 17:50:46 +0000 (11:50 -0600)]
oeqa/core/context: Add support of OETestContextExecutor

The OETestContextExecutor class supports to use oe-test for run core
test component also is a base class for the other test components
(runtime, sdk, selftest).

Te principal functionality is to support cmdline parsing and execution
of OETestContext, the test components could extend the common options
to provide specific ones. The common options between test components
are test data file, output log and test cases path's to scan.

Also it initializes the logger to be passed to the whole OEQA framework.

[YOCTO #10230]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agoscripts/oe-test: Add new oe-test script
Aníbal Limón [Mon, 31 Oct 2016 20:42:30 +0000 (14:42 -0600)]
scripts/oe-test: Add new oe-test script

The new oe-test script will be use to run test components with
one single script.

The oe-test script search for test components inside meta/lib/oeqa,
the test components needs to implement OETestContextExecutor inside
context module in order to be supported by oe-test.

[YOCTO #10230]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agooeqa/core: Add tests for the OEQA framework
Mariano Lopez [Wed, 9 Nov 2016 17:26:59 +0000 (11:26 -0600)]
oeqa/core: Add tests for the OEQA framework

This test suite covers the current functionality for the OEQA
framework.

For run certain test suite,

$ cd meta/lib/oeqa/core/tests
$ ./test_data.py

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agooeqa/core/decorator: Add support for OETestDataDepends and skipIfDataVar
Aníbal Limón [Wed, 9 Nov 2016 17:24:57 +0000 (11:24 -0600)]
oeqa/core/decorator: Add support for OETestDataDepends and skipIfDataVar

The OETestDataDepends decorator skips a test case if a variable
isn't into test data (d).

The skipIfDataVar decorator skips a test case if a variable
has certain value.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agooeqa/core/decorator: Add support for OETimeout decorator
Mariano Lopez [Wed, 9 Nov 2016 17:19:07 +0000 (11:19 -0600)]
oeqa/core/decorator: Add support for OETimeout decorator

The OETimeout provides support for specify certain timeout
in seconds for a test case, if the timeout is reach the SIGALRM
is sent and an exception is raised to notify the timeout.

[YOCTO #10235]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
8 years agooeqa/core/decorator: Add support for OETestID and OETestTag
Mariano Lopez [Wed, 9 Nov 2016 17:14:23 +0000 (11:14 -0600)]
oeqa/core/decorator: Add support for OETestID and OETestTag

These two decorators stores certain TAG or ID for the test case
also provides support for filtering in loading step.

[YOCTO #10236]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
8 years agooeqa/core/decorator: Add support for OETestDepends
Aníbal Limón [Wed, 9 Nov 2016 17:09:07 +0000 (11:09 -0600)]
oeqa/core/decorator: Add support for OETestDepends

The OETestDepends decorator could be used over test cases to
define some dependency between them.

At loading time sorting the tests to grauntee that a test case
executes before also raise an exception if found a circular
dependency between test cases.

At before test case run reviews if the dependency if meet, in the
case of don't it skips the test case run.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agooeqa/core: Add loader, context and decorator modules
Aníbal Limón [Wed, 9 Nov 2016 16:38:37 +0000 (10:38 -0600)]
oeqa/core: Add loader, context and decorator modules

loader: Implements OETestLoader handling OETestDecorator
and filtering support when load tests. The OETestLoader is
responsible to set custom methods, attrs of the OEQA
frameowork.

[YOCTO #10231]
[YOCTO #10317]
[YOCTO #10353]

decorator: Add base class OETestDecorator to provide a common
way to define decorators to be used over OETestCase's, every
decorator has a method to be called when loading tests and
before test execution starts. Special decorators could be
implemented for filter tests on loading phase.

context: Provides HIGH level API for loadTests and runTests
of certain test component (i.e. runtime, sdk, selftest).

[YOCTO #10230]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agooeqa/core: Add utils module for OEQA framework
Mariano Lopez [Wed, 9 Nov 2016 16:33:42 +0000 (10:33 -0600)]
oeqa/core: Add utils module for OEQA framework

misc: Functions for transform object to other types.
path: Functions for path handling.
test: Functions for operations related to test cases and suites.

[YOCTO #10232]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
8 years agooeqa/core: Add base OEQA framework
Aníbal Limón [Tue, 8 Nov 2016 23:57:43 +0000 (17:57 -0600)]
oeqa/core: Add base OEQA framework

case: Defines OETestCase base class that provides custom
    methods/attrs defined by the framework.
    Every OETestCase instance contains a reference to the test
    data (d), the test context (tc) and the logger.
    Also implements _oe{SetUp,TearDown}Class for make special
    handling of OEQA decorators and validations.

runner: Defines OETestRunner/OETestResult with support for RAW
    and XML result logs.

exception: Custom exceptions related to the OEQA framework based
    on class OEQAException.

[YOCTO #10230]
[YOCTO #10233]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
8 years agowic: bootimg-pcbios: use wic-tools target
Ed Bartosh [Thu, 19 Jan 2017 13:53:46 +0000 (15:53 +0200)]
wic: bootimg-pcbios: use wic-tools target

Used wic-tools target to get location of syslinux.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
8 years agowic: rebuild wic-tools if its sysroot doesn't exist
Ed Bartosh [Thu, 19 Jan 2017 14:01:34 +0000 (16:01 +0200)]
wic: rebuild wic-tools if its sysroot doesn't exist

Rebuild wic-tools if its native sysroot doesn't exist to ensure
that all required tools are available.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
8 years agowic: misc.py: add parameter 'cache' to get_bitbake_vars
Ed Bartosh [Thu, 19 Jan 2017 14:18:28 +0000 (16:18 +0200)]
wic: misc.py: add parameter 'cache' to get_bitbake_vars

This parameter will be used to allow or prevent variable caching.

For example, we don't want to cache value of RECIPE_SYSROOT_NATIVE
wic-tools variable as we may decide to rebuild wic-tools.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
8 years agoselftest: fixed 3 wic test cases
Ed Bartosh [Wed, 18 Jan 2017 17:32:16 +0000 (19:32 +0200)]
selftest: fixed 3 wic test cases

Fixed test_systemd_bootdisk, test_wic_image_type and test_qemu
test cases by building core-image-minimal with correct configuration.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
8 years agoselftest: wic: don't set WKS_FILE
Ed Bartosh [Wed, 18 Jan 2017 17:24:27 +0000 (19:24 +0200)]
selftest: wic: don't set WKS_FILE

Setting WKS_FILE variable should be done only when
wic image is expected to be built by bitbake.
If it's set for all images it breaks image building in
some cases.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
8 years agowic: fixed test_iso_image test case
Ed Bartosh [Wed, 18 Jan 2017 17:21:17 +0000 (19:21 +0200)]
wic: fixed test_iso_image test case

Fixed isoimage-isohybrid plulgin and correspondent wic tet case:
- used wic-tools target when getting varlue of STAGING_LIBDIR variable
- ensured that image is built with efi and hddimg enabled

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
8 years agowic: fixed recipe name
Ed Bartosh [Wed, 18 Jan 2017 17:17:34 +0000 (19:17 +0200)]
wic: fixed recipe name

Renamed grub-efi-native -> grub-efi in NATIVE_RECIPES
dictionary as '-native' suffix is added to the recipe name in
the code.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
8 years agopartition.py: use FAKEROOTCMD variable to get path to pseudo
Ed Bartosh [Mon, 16 Jan 2017 20:58:14 +0000 (22:58 +0200)]
partition.py: use FAKEROOTCMD variable to get path to pseudo

wic used native sysroot to get path to pseudo utility.
This approach doesn't work with recipe specific sysroots.

Using FAKEROOTCMD should fix the issue.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
8 years agoimage.bbclass: put .env files to ${STAGING_DIR}/imgdata/
Ed Bartosh [Mon, 16 Jan 2017 20:53:46 +0000 (22:53 +0200)]
image.bbclass: put .env files to ${STAGING_DIR}/imgdata/

As STAGING_DIR_TARGET started to point to a recipe specific
sysroot wic is not able to add .env files when .wks file refers
to multiple rootfs recipes.

Used STAGING_DIR instead of STAGING_DIR_TARGET to make the
directory with .env files the same for all recipes.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
8 years agoimage_types: add RECIPE_SYSROOT_NATIVE to WICVARS
Ed Bartosh [Mon, 16 Jan 2017 20:49:46 +0000 (22:49 +0200)]
image_types: add RECIPE_SYSROOT_NATIVE to WICVARS

Added RECIPE_SYSROOT_NATIVE to the WICVARS for wic
to be able to access it when run from bitbake.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
8 years agowic: fix getting path of native sysroot
Ed Bartosh [Mon, 16 Jan 2017 20:42:29 +0000 (22:42 +0200)]
wic: fix getting path of native sysroot

wic used STAGING_DIR_NATIVE variable as a path to native sysroot.
This doesn't work with recipe specific sysroots as STAGING_DIR_NATIVE
points to the native sysroot of the current recipe.

Used RECIPE_SYSROOT_NATIVE variable of wic-tools recipe
to fix the issue.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
8 years agoselftest: build wic-tools in the Wic.setUp
Ed Bartosh [Wed, 18 Jan 2017 17:13:39 +0000 (19:13 +0200)]
selftest: build wic-tools in the Wic.setUp

Built wic-tools recipe instead of set of tools recipes
to ensure that all tools are available from one recipe sysroot.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
8 years agoimage_types.bbclass: build wic-tools
Ed Bartosh [Wed, 18 Jan 2017 17:10:49 +0000 (19:10 +0200)]
image_types.bbclass: build wic-tools

Added dependency do_image_wic -> wic-tools:do_build to ensure
that all required tools are ready to use by wic.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
8 years agowic: add wic-tools recipe
Ed Bartosh [Wed, 18 Jan 2017 16:53:48 +0000 (18:53 +0200)]
wic: add wic-tools recipe

This meta recipe is for building tools used by wic.
It allows wic to find tools in recipe specific sysroot as
all tools will be present in wic-tools sysroot.

NOTE: task do_build_sysroot is created to ensure that
sysroot is re-populated when package is built. Otherwise it will
be taken from sstate and sysroot will not be populated.

Generated wic-tools.env file for wic to be able to get values of
wic-tools variables when wic run from bitbake.

Also add dependency to grub-efi

Without grub-efi test_iso_image test case fails with this error:

AssertionError: Command 'wic create mkhybridiso --image-name
core-image-minimal' returned non-zero exit status 1:
Error: Please build grub-efi first

Fixed by adding dependency wic-tools -> grub-efi.

[RP: Added syslinux exclusion for non-IA arches]
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agobitbake.conf: Exclude extend_recipe_sysroot function from sstate checksums
Richard Purdie [Fri, 20 Jan 2017 16:28:45 +0000 (16:28 +0000)]
bitbake.conf: Exclude extend_recipe_sysroot function from sstate checksums

The extend_recipe_sysroot itself is excluded from the task hashes. This is
because it only ever acts upon the contents of the task dependencies and hence
those checksums accurately relfect what its doing. It does mean sysroots don't
repopulate if this function changes but there are other easy ways to achieve
that if needed.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agoselftest/devtool: Update to account for recipe specific sysroot
Richard Purdie [Wed, 11 Jan 2017 10:38:34 +0000 (10:38 +0000)]
selftest/devtool: Update to account for recipe specific sysroot

There is no common sysroot any more so add the libusb dependency using DEPENDS
and check for the output in the sysroot output directory so the tests
work with recipe specific sysroots.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agoSwitch to Recipe Specific Sysroots
Richard Purdie [Wed, 7 Dec 2016 13:54:35 +0000 (13:54 +0000)]
Switch to Recipe Specific Sysroots

This patch is comparatively large and invasive. It does only do one thing, switching the
system to build using recipe specific sysroots and where changes could be isolated from it,
that has been done.

With the current single sysroot approach, its possible for software to find things which
aren't in their dependencies. This leads to a determinism problem and is a growing issue in
several of the market segments where OE makes sense. The way to solve this problem for OE is
to have seperate sysroots for each recipe and these will only contain the dependencies for
that recipe.

Its worth noting that this is not task specific sysroots and that OE's dependencies do vary
enormously by task. This did result in some implementation challenges. There is nothing stopping
the implementation of task specific sysroots at some later point based on this work but
that as deemed a bridge too far right now.

Implementation details:

* Rather than installing the sysroot artefacts into a combined sysroots, they are now placed in
  TMPDIR/sysroot-components/PACKAGE_ARCH/PN.

* WORKDIR/recipe-sysroot and WORKDIR/recipe-sysroot-native are built by hardlinking in files
  from the sysroot-component trees. These new directories are known as RECIPE_SYSROOT and
  RECIPE_SYSROOT_NATIVE.

* This construction is primarily done by a new do_prepare_recipe_sysroot task which runs
  before do_configure and consists of a call to the extend_recipe_sysroot function.

* Other tasks need things in the sysroot before/after this, e.g. do_patch needs quilt-native
  and do_package_write_deb needs dpkg-native. The code therefore inspects the dependencies
  for each task and adds extend_recipe_sysroot as a prefunc if it has populate_sysroot
  dependencies.

* We have to do a search/replace 'fixme' operation on the files installed into the sysroot to
  change hardcoded paths into the correct ones. We create a fixmepath file in the component
  directory which lists the files which need this operation.

* Some files have "postinstall" commands which need to run against them, e.g. gdk-pixbuf each
  time a new loader is added. These are handled by adding files in bindir with the name
  prefixed by "postinst-" and are run in each sysroot as its created if they're present.
  This did mean most sstate postinstalls have to be rewritten but there shouldn't be many of them.

* Since a recipe can have multiple tasks and these tasks can run against each other at the same
  time we have to have a lock when we perform write operations against the sysroot. We also have
  to maintain manifests of what we install against a task checksum of the dependency. If the
  checksum changes, we remove its files and then add the new ones.

* The autotools logic for filtering the view of m4 files is no longer needed (and was the model
  for the way extend_recipe_sysroot works).

* For autotools, we used to build a combined m4 macros directory which had both the native and
  target m4 files. We can no longer do this so we use the target sysroot as the default and add
  the native sysroot as an extra backup include path. If we don't do this, we'd have to build
  target pkg-config before we could built anything using pkg-config for example (ditto gettext).
  Such dependencies would be painful so we haven't required that.

* PKDDATA_DIR was moved out the sysroot and works as before using sstate to build a hybrid copy
  for each machine. The paths therefore changed, the behaviour did not.

* The ccache class had to be reworked to function with rss.

* The TCBOOTSTRAP sysroot for compiler bootstrap is no longer needed but the -initial data
  does have to be filtered out from the main recipe sysroots. Putting "-initial" in a normal
  recipe name therefore remains a bad idea.

* The logic in insane needed tweaks to deal with the new path layout, as did the debug source
  file extraction code in package.bbclass.

* The logic in sstate.bbclass had to be rewritten since it previously only performed search and
  replace on extracted sstate and we now need this to happen even if the compiled path was
  "correct". This in theory could cause a mild performance issue but since the sysroot data
  was the main data that needed this and we'd have to do it there regardless with rss, I've opted
  just to change the way the class for everything. The built output used to build the sstate output
  is now retained and installed rather than deleted.

* The search and replace logic used in sstate objects also seemed weak/incorrect and didn't hold
  up against testing. This has been rewritten too. There are some assumptions made about paths, we
  save the 'proper' search and replace operations to fixmepath.cmd but then ignore this. What is
  here works but is a little hardcoded and an area for future improvement.

* In order to work with eSDK we need a way to build something that looks like the old style sysroot.
  "bitbake build-sysroots" will construct such a sysroot based on everything in the components
  directory that matches the current MACHINE. It will allow transition of external tools and can
  built target or native variants or both. It also supports a clean task. I'd suggest not relying on
  this for anything other than transitional purposes though. To see XXX in that sysroot, you'd have
  to have built that in a previous bitbake invocation.

* pseudo is run out of its components directory. This is fine as its statically linked.

* The hacks for wayland to see allarch dependencies in the multilib case are no longer needed
  and can be dropped.

* wic needed more extensive changes to work with rss and the fixes are in a separate commit series

* Various oe-selftest tweaks were needed since tests did assume the location to binaries and the
  combined sysroot in several cases.

* Most missing dependencies this work found have been sent out as separate patches as they were found
  but a few tweaks are still included here.

* A late addition is that extend_recipe_sysroot became multilib aware and able to populate multilib
  sysroots. I had hoped not to have to add that complexity but the meta-environment recipe forced my
  hand. That implementation can probably be neater but this is on the list of things to cleanup later
  at this point.

In summary, the impact people will likely see after this change:

* Recipes may fail with missing dependencies, particularly native tools like gettext-native,
  glib-2.0-native and libxml2.0-native. Some hosts have these installed and will mask these errors

* Any recipe/class using SSTATEPOSTINSTFUNCS will need that code rewriting into a postinst

* There was a separate patch series dealing with roots postinst native dependency issues. Any postinst
  which expects native tools at rootfs time will need to mark that dependency with PACKAGE_WRITE_DEPS.

There could well be other issues. This has been tested repeatedly against our autobuilders and oe-selftest
and issues found have been fixed. We believe at least OE-Core is in good shape but that doesn't mean
we've found all the issues.

Also, the logging is a bit chatty at the moment. It does help if something goes wrong and goes to the
task logfiles, not the console so I've intentionally left this like that for now. We can turn it down
easily enough in due course.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agopackage_rpm: Clean up pointless exception handling
Richard Purdie [Sat, 21 Jan 2017 14:18:01 +0000 (14:18 +0000)]
package_rpm: Clean up pointless exception handling

The exception handling in this function seemed mildly crazy. Python will
given perfectly good or in several cases better information if we let its
standard traceback/exception handling happen. Remove the pointless code.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agopackage_ipk: Clean up pointless exception handling
Richard Purdie [Sat, 21 Jan 2017 14:14:24 +0000 (14:14 +0000)]
package_ipk: Clean up pointless exception handling

The exception handling in this function seemed mildly crazy. Python will
given perfectly good or in several cases better information if we let its
standard traceback/exception handling happen. Remove the pointless code.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agopackage_ipk: Improve failure debug output
Richard Purdie [Sat, 21 Jan 2017 14:11:52 +0000 (14:11 +0000)]
package_ipk: Improve failure debug output

Currently if the dpkg-deb command fails you see an error message like this:

ERROR: nss-3.27.1-r0 do_package_write_ipk: opkg-build execution failed
ERROR: nss-3.27.1-r0 do_package_write_ipk: Function failed: do_package_ipk

which is pretty much useless. If we use subprocess.check_output, we see a
traceback and then:

Exception: subprocess.CalledProcessError: Command '<cmd>' returned non-zero exit status 1

Subprocess output:
<output>

which is much easier to debug from.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agopackage_deb: Clean up pointless exception handling
Richard Purdie [Sat, 21 Jan 2017 14:08:07 +0000 (14:08 +0000)]
package_deb: Clean up pointless exception handling

The exception handling in this function seemed mildly crazy. Python will
given perfectly good or in several cases better information if we let its
standard traceback/exception handling happen. Remove the pointless code
along with the duplicated key checking which was broken in the inner loop
by usage of the wrong variable.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agopackage_deb: Improve failure debug output
Richard Purdie [Sat, 21 Jan 2017 13:55:36 +0000 (13:55 +0000)]
package_deb: Improve failure debug output

Currently if the dpkg-deb command fails you see an error message like this:

ERROR: nss-3.27.1-r0 do_package_write_deb: dpkg-deb execution failed
ERROR: nss-3.27.1-r0 do_package_write_deb: Function failed: do_package_deb

which is pretty much useless. If we use subprocess.check_output, we see a
traceback and then:

Exception: subprocess.CalledProcessError: Command '<cmd>' returned non-zero exit status 1

Subprocess output:
<output>

which is much easier to debug from.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agopopulate_sdk_ext: Add wic-tools to BB_SETSCENE_ENFORCE_WHITELIST
Richard Purdie [Sat, 21 Jan 2017 11:10:59 +0000 (11:10 +0000)]
populate_sdk_ext: Add wic-tools to BB_SETSCENE_ENFORCE_WHITELIST

wic-tools has tasks which would always rerun and not come from sstate
to ensure we have a correctly populated sysroot. This is low overhead
and can be ignored from an eSDK perspective.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agoRevert "populate_sdk_ext: whitelist do_package tasks"
Richard Purdie [Sat, 21 Jan 2017 11:10:03 +0000 (11:10 +0000)]
Revert "populate_sdk_ext: whitelist do_package tasks"

Since Paul reverted the sstate.bbclass change which was checking the sstate
mirror test results, this change should also not be needed anymore.

This reverts commit e30f5002c4f216757ace27ad8d06164716ca46b5.

8 years agoepiphany: Fix dependencies for recipe specific sysroot
Jussi Kukkonen [Fri, 20 Jan 2017 13:09:38 +0000 (15:09 +0200)]
epiphany: Fix dependencies for recipe specific sysroot

gettext and glib-2.0 tools are required during build.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agometa-environment: Ensure all multilib dependencies are accounted for
Richard Purdie [Fri, 20 Jan 2017 13:55:47 +0000 (13:55 +0000)]
meta-environment: Ensure all multilib dependencies are accounted for

Currently the recipe depends on the mulitlib libcs all being built
but the dependencies don't account for this. Fix the DEPENDS so
that the requires pieces are all built first rather than relying on
luck.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agoutils: Factor out common multilib datastore creation function
Richard Purdie [Fri, 20 Jan 2017 13:50:47 +0000 (13:50 +0000)]
utils: Factor out common multilib datastore creation function

This code is already used in two places and we need it in others so
turn it into its own function.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agooe-selftest: devtool: remove use of git -C
Paul Eggleton [Fri, 20 Jan 2017 01:49:02 +0000 (14:49 +1300)]
oe-selftest: devtool: remove use of git -C

The -C option isn't available in versions of git older than 1.8.5,
and officially we only require git 1.8.3.1 or newer (and the latter is
the version you'll find on CentOS 7, so the test fails there). In any
case we can simply specify the working directory to runCmd() so just
do that instead.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 years agokernel.bbclass: Add PACKAGE_WRITE_DEPS for postinst
Jussi Kukkonen [Thu, 19 Jan 2017 15:45:43 +0000 (17:45 +0200)]
kernel.bbclass: Add PACKAGE_WRITE_DEPS for postinst

The depmodwrapper dependency is not actually used by the class but
anyone using pkg_postinst_kernel-base() will need it.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
8 years agocantarell-fonts: inherit pkgconfig
Jussi Kukkonen [Thu, 19 Jan 2017 09:27:13 +0000 (11:27 +0200)]
cantarell-fonts: inherit pkgconfig

configure fails without pkg-config.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
8 years agofontcache.bbclass: Add PACKAGE_WRITE_DEPS for postinst
Jussi Kukkonen [Thu, 19 Jan 2017 09:16:04 +0000 (11:16 +0200)]
fontcache.bbclass: Add PACKAGE_WRITE_DEPS for postinst

Qemu is used to run fc-cache on postinstall.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
8 years agogconf.bbclass: Add PACKAGE_WRITE_DEPS for postinst
Jussi Kukkonen [Thu, 19 Jan 2017 09:13:49 +0000 (11:13 +0200)]
gconf.bbclass: Add PACKAGE_WRITE_DEPS for postinst

gconftool-2 is used during postinstall.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>