[OE-core] [PATCH 3/6] gstreamer1.0-plugins-good_git: update 1.7.1 -> 1.7.2

2016-02-19 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- ...itialized-warnings-when-compiling-with-Os.patch | 41 -- .../gstreamer/gstreamer1.0-plugins-good_git.bb | 8 ++--- 2 files changed, 4 insertions(+), 45 deletions(-) delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plu

[OE-core] [PATCH 1/6] gstreamer1.0_git: update 1.7.1 -> 1.7.2

2016-02-19 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb index cb55c9a..771

[OE-core] [PATCH 2/6] gstreamer1.0-plugins-base_git: update 1.7.1 -> 1.7.2

2016-02-19 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- .../gstreamer/gstreamer1.0-plugins-base_git.bb| 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugi

[OE-core] [PATCH 6/6] gstreamer1.0-libav_git: update 1.7.1 -> 1.7.2

2016-02-19 Thread Andre McCurdy
Hash for libav LICENSE.md updated due to dropping libaacplus: https://github.com/FFmpeg/FFmpeg/commit/9ba54c1b82a81581e5283da75c153a76f04324c0 Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb | 13 +++-- 1 file changed, 7 insertions(+), 6 d

[OE-core] [PATCH 4/6] gstreamer1.0-plugins-bad_git: update 1.7.1 -> 1.7.2

2016-02-19 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- .../gstreamer/gstreamer1.0-plugins-bad.inc | 2 - ...valid-sentinels-for-gst_structure_get-etc.patch | 51 +++--- .../gstreamer/gstreamer1.0-plugins-bad_1.6.3.bb| 10 + .../gstreamer/gstreamer1.0-plugins-bad_git.bb | 21 ++

[OE-core] [PATCH 5/6] gstreamer1.0-plugins-ugly_git: update 1.7.1 -> 1.7.2

2016-02-19 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- .../gstreamer/gstreamer1.0-plugins-ugly_git.bb | 23 +++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plug

[OE-core] [PATCH 0/6] update gstreamer1.0 git recipes 1.7.1 -> 1.7.2

2016-02-19 Thread Andre McCurdy
Minimal testing only (ie it builds OK in my distro and the Qt 5.4 browser demo can still play youtube videos using the libav plugin). Andre McCurdy (6): gstreamer1.0_git: update 1.7.1 -> 1.7.2 gstreamer1.0-plugins-base_git: update 1.7.1 -> 1.7.2 gstreamer1.0-plugins-good_git: update 1.7.1 ->

[OE-core] [PATCH] buildstats.bbclass: Don't assume /proc//io present

2016-02-19 Thread Juro Bystricky
It is not guaranteed Linux kernel was configured with process I/O statistics enabled. If process I/O statistcs are not present, issue a one time warning and do not attempt to read the non-existing stats counters. [YOCTO#9025] Signed-off-by: Juro Bystricky --- meta/classes/buildstats.bbclass | 2

[OE-core] [PATCH 0/1] Don't assume /proc//io present

2016-02-19 Thread Juro Bystricky
Latest enhancements to collect task statistics in the file buildstats.bbclass also collect task I/O statistics using procfs interface. However, it is not guaranteed the I/O counters are actually present. This depends on how the kernel was configured. If the kernel was configured without CONFIG_TAS

Re: [OE-core] [PATCH v2 2/2] kernel: Make symbol link to vmlinuz in boot directory

2016-02-19 Thread Burton, Ross
On 19 February 2016 at 09:56, wrote: > documentation/ref-manual/ref-tasks.xml| 8 > meta/classes/kernel.bbclass | 13 - > meta/conf/documentation.conf | 2 +- > meta/recipes-kernel/linux/linux-yocto.inc | 2 +- > documentation/ is actually a

Re: [OE-core] [PATCHv2 2/2] oeqa/selftest/prservice: Added new TC: check pr-server starts and stop correctly on localhost.

2016-02-19 Thread Burton, Ross
On 19 February 2016 at 22:05, Francisco Pedraza < francisco.j.pedraza.gonza...@intel.com> wrote: > +runCmd('bitbake-prserv --host localhost --port %s > --loglevel=DEBUG --start' % port) > +ret = runCmd('bitbake-prserv --host localhost --port %s > --loglevel=DEBUG --stop' % port) >

[OE-core] [PATCHv2 1/2] oeqa/utils: added new networke module

2016-02-19 Thread Francisco Pedraza
A network module was added, and will contain network utility funcions for now. with get_free_port that returns availabe network port in the system. Signed-off-by: Francisco Pedraza --- meta/lib/oeqa/utils/network.py | 8 1 file changed, 8 insertions(+) create mode 100644 meta/lib/oeqa/

[OE-core] [PATCHv2 2/2] oeqa/selftest/prservice: Added new TC: check pr-server starts and stop correctly on localhost.

2016-02-19 Thread Francisco Pedraza
This test case validates if prservice start and stop properly the server. Using bitbake commands also validates the exit status. [YOCTO #8258] Signed-off-by: Francisco Pedraza --- meta/lib/oeqa/selftest/prservice.py | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCH v3 2/2] scripts/oe-selftest: Use site.USER_SITE to run coverage configuration code for sub-process

2016-02-19 Thread humberto . ibarra . lopez
From: Humberto Ibarra Coverage in oe-selftest currently requires to create or modify a sitecustomize.py file according the coverage tool setup instructions (http://coverage.readthedocs.org/). This file has to be located in the system's python folder, which is not a good solution since this folder

[OE-core] [PATCH v3 1/2] scripts/oe-selftest: Add filtering to the coverage data gathered by oe-selftest

2016-02-19 Thread humberto . ibarra . lopez
From: Humberto Ibarra When --coverage is used, oe-selftest gathers coverage data from the testcases executed. The command lacks a way of filtering which files to gather coverage data from. This patch adds three options to specify which files should be considered. The --coverage-source option spe

[OE-core] [PATCH v3 0/2] Coverage filtering and configuration file for sub-process in $HOME

2016-02-19 Thread humberto . ibarra . lopez
From: Humberto Ibarra Enables filtering to the files to be measured with coverage and adds temporal file to enable subprocessing Humberto Ibarra (2): scripts/oe-selftest: Add filtering to the coverage data gathered by oe-selftest scripts/oe-selftest: Use site.USER_SITE to run cover

[OE-core] [PATCH v2] signing-keys: Make signing keys the only publisher of keys

2016-02-19 Thread Randy Witt
Previously the keys were put into the os-release package. The package indexing code was also deploying the keys rather than only using the keys. This change makes signing-keys.bb the only publisher of the keys and also uses standard tasks that already have sstate. Signed-off-by: Randy Witt ---

[OE-core] Yocto Project Status WW08

2016-02-19 Thread Jolley, Stephen K
Current Dev Position: YP 2.1 M3 Next Deadline: YP 2.1 M2 Target release date is February 12, 2016 (Will slip a few weeks.) SWAT team rotation: Anibal -> Tracy https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: *A build for M2-rc3 was passed to QA af

Re: [OE-core] [PATCH v2 1/2] kernel: Add KERNEL_IMAGETYPES to build multi types kernel at one time

2016-02-19 Thread Bruce Ashfield
On Fri, Feb 19, 2016 at 4:56 AM, wrote: > From: He Zhe > > Add KERNEL_IMAGETYPES to support building packaging and installing > multi types of kernel images, such as zImage uImage, at one time. > > KERNEL_IMAGETYPE works as before. All KERNEL_ALT_IMAGETYPEs are > replaced by KERNEL_IMAGETYPES. >

[OE-core] [PATCH v6 0/4] IPK signing for the gpg_sign module

2016-02-19 Thread Ioan-Adrian Ratiu
This patch series extends the gpg_sign module to support ipk signing. v6 implements Markus' feedback. The most notable change is the sign_ipk and detach_sign merger, as they were almost identical in functionality. This also meant a refactoring for detach_sign and a bug fix for the STDIN file descr

[OE-core] [PATCH v6 3/4] gpg_sign: export_pubkey: add signature type support

2016-02-19 Thread Ioan-Adrian Ratiu
Add support for multiple types of signatures (binary or ascii) in export_pubkey(). There is no change in behaviour for the function, the previous implicit default is the new parameter "armor" default. Signed-off-by: Ioan-Adrian Ratiu --- meta/lib/oe/gpg_sign.py | 6 -- 1 file changed, 4 inse

[OE-core] [PATCH v6 4/4] package_manager: sign IPK package feeds

2016-02-19 Thread Ioan-Adrian Ratiu
Create gpg signed ipk package feeds using the gpg backend if configured. Signed-off-by: Ioan-Adrian Ratiu --- meta/classes/sign_package_feed.bbclass | 12 +++- meta/lib/oe/package_manager.py | 17 +++-- 2 files changed, 26 insertions(+), 3 deletions(-) diff --git a/m

[OE-core] [PATCH v6 1/4] gpg_sign: add local ipk package signing functionality

2016-02-19 Thread Ioan-Adrian Ratiu
Implement ipk signing inside the sign_ipk bbclass using the gpg_sign module and configure signing similar to how rpm does it. sign_ipk uses gpg_sign's detach_sign because its functionality is identical to package feed signing. IPK signing process is a bit different from rpm: - Signatures are s

[OE-core] [PATCH v6 2/4] gpg_sign: detach_sign: fix gpg > 2.1 STDIN file descriptor

2016-02-19 Thread Ioan-Adrian Ratiu
Starting from v2.1 passing passwords directly to gpg does not work anymore [1], instead a loopback interface must be used otherwise gpg >2.1 will error out with: "gpg: signing failed: Inappropriate ioctl for device" gpg <2.1 does not work with the new --pinentry-mode arg and gives an invalid optio

[OE-core] [Jethro][PATCH 0/5] Jethro Pull request

2016-02-19 Thread Armin Kuster
From: Armin Kuster Please consider these security fixes for Jethro next. Some maybe a resend as I don't know if they are queued anywhere. Master has these in some for or another. The following changes since commit ae57ea03c6a41f2e3b61e0c157e32ca7df7b3c4b: libbsd: Security fix CVE-2016-2090

Re: [OE-core] [PATCH v5 1/3] gpg_sign: add local ipk package signing functionality

2016-02-19 Thread Ioan-Adrian Ratiu
On Fri, 19 Feb 2016 13:18:12 +0200 Ioan-Adrian Ratiu wrote: > On Thu, 18 Feb 2016 11:28:58 +0200 > Ioan-Adrian Ratiu wrote: > > > Hello > > > > On Thu, 18 Feb 2016 11:04:22 +0200 > > Markus Lehtonen wrote: > > > > > Hi, > > > > > > > > > > > > On 17/02/16 17:41, "Ioan-Adrian Ratiu" > >

Re: [OE-core] [PATCH v5 1/3] gpg_sign: add local ipk package signing functionality

2016-02-19 Thread Ioan-Adrian Ratiu
On Thu, 18 Feb 2016 11:28:58 +0200 Ioan-Adrian Ratiu wrote: > Hello > > On Thu, 18 Feb 2016 11:04:22 +0200 > Markus Lehtonen wrote: > > > Hi, > > > > > > > > On 17/02/16 17:41, "Ioan-Adrian Ratiu" > > > adrian.ra...@ni.com> wrote: > > > > >Implement local ipk signing logic inside the g

[OE-core] [PATCH] oeqa/selftest/bbtests: Test bbappend order

2016-02-19 Thread Daniel Istrate
BitBake should append to recipe in a predictable order. fix for [YOCTO #9145] test for [YOCTO #9138] Signed-off-by: Daniel Istrate --- meta/lib/oeqa/selftest/bbtests.py | 23 +++ 1 file changed, 23 insertions(+) diff --git a/meta/lib/oeqa/selftest/bbtests.py b/meta/lib/oeq

[OE-core] [PATCH v2 2/2] kernel: Make symbol link to vmlinuz in boot directory

2016-02-19 Thread zhe.he
From: He Zhe Rename do_kernel_link_vmlinux to do_kernel_link_images and make a symbol link to vmlinuz(if exists) for reference in arch/$arch/boot directory. Signed-off-by: He Zhe --- documentation/ref-manual/ref-tasks.xml| 8 meta/classes/kernel.bbclass | 13 +++

[OE-core] [PATCH v2 0/2] Yocto Bug #6945

2016-02-19 Thread zhe.he
From: He Zhe v1 to v2: - Change KERNEL_OUTPUT to KERNEL_OUTPUT_DIR and update comments - Update related doc files - Replace all KERNEL_ALT_IMAGETYPEs with KERNEL_IMAGETYPES - Link built vmlinuz to boot directory for reference The following changes since commit ed20c6ca446a8788615e497bd445219

[OE-core] [PATCH v2 1/2] kernel: Add KERNEL_IMAGETYPES to build multi types kernel at one time

2016-02-19 Thread zhe.he
From: He Zhe Add KERNEL_IMAGETYPES to support building packaging and installing multi types of kernel images, such as zImage uImage, at one time. KERNEL_IMAGETYPE works as before. All KERNEL_ALT_IMAGETYPEs are replaced by KERNEL_IMAGETYPES. Fixes [YOCTO #6945]. Signed-off-by: He Zhe --- docu

Re: [OE-core] [PATCH] signing-keys: Make signing keys the only publisher of keys

2016-02-19 Thread Markus Lehtonen
Hi Randy, On Thu, 2016-02-18 at 07:38 -0800, Randy Witt wrote: > Previously the keys were put into the os-release package. The package > indexing code was also deploying the keys rather than only using the > keys. > > This change makes signing-keys.bb the only publisher of the keys and > also > u

[OE-core] [PATCH 1/1] classes/populate_sdk_ext: add a better config extension mechanism

2016-02-19 Thread Paul Eggleton
The sdk_extraconf() method of setting the configuration was awkward since you needed to set it in a class and then inherit that class since function definitions aren't allowed in conf files. It seemed to me the a neater way to do this was to read the extra lines from an additional conf file sdk-ext

[OE-core] [PATCH 0/1] Improve ext SDK config extension mechanism

2016-02-19 Thread Paul Eggleton
The following changes since commit 58b45240739da210ef2fecea931c8b8daa9a4c07: epiphany: Add libxml2-native to DEPENDS (2016-02-18 22:55:12 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/extsdkfixes6-oe http://cgit.openembedded.org/

[OE-core] [PATCH 14/14] recipetool: create: improve CMake package mapping

2016-02-19 Thread Paul Eggleton
* Package names are actually case sensitive near as I can tell, so we shouldn't be lowercasing them everywhere. * Look for CMake packages in pkgdata and map those back to recipes, so we aren't dependent on the hardcoded mappings (though those are still preserved). * Avoid duplicates in the un

[OE-core] [PATCH 09/14] devtool: deploy-target: write deployed files list to target

2016-02-19 Thread Paul Eggleton
When running devtool deploy-target, we save a list of deployed files, and this list is used by devtool undeploy-target (or the next time deploy-target is run if the list is present, in case any files have been renamed or deleted since the first time). We were writing this file to the host, but it m

[OE-core] [PATCH 12/14] devtool: modify: tweak help description for behaviour change

2016-02-19 Thread Paul Eggleton
I should have adjusted this in OE-Core commit 80a44e52609a89d9ffe816181ae193af491c06ac where the behaviour changed. Signed-off-by: Paul Eggleton --- scripts/lib/devtool/standard.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/lib/devtool/standard.py b/scripts/l

[OE-core] [PATCH 10/14] devtool: undeploy-target: support undeploying all recipes

2016-02-19 Thread Paul Eggleton
If you want to put the target device back to exactly how it was before devtool deploy-target started poking things into it, then it would make things easier if you didn't have to figure out which recipes were deployed. Now that we have the list stored on the target we can determine this reliably, s

[OE-core] [PATCH 03/14] devtool: reset: fix preserving patches/other files next to recipes

2016-02-19 Thread Paul Eggleton
If files had been created next to the recipe (for example devtool add, edit the source and commit and then devtool update-recipe), running devtool reset failed to preserve those files and gave an error due to trying to rmdir the directory containing them which wasn't empty. Fix the preservation of

[OE-core] [PATCH 08/14] devtool: sdk-update: tweak command-line handling of updateserver

2016-02-19 Thread Paul Eggleton
Get the default value for updateserver from the configuration file and show it in the help; also only make the parameter optional if it's specified. This means we can also drop the check in the function as argparse will then ensure it's specified if there's no config setting. Signed-off-by: Paul E

[OE-core] [PATCH 13/14] recipetool: create: add additional extension mechanisms

2016-02-19 Thread Paul Eggleton
Add a means of extending the dependency extraction for autotools and cmake. Note: in order to have this work, you need to have an __init__.py in the lib/recipetool directory within your layer along with the module implementing the handlers, and the __init__.py needs to contain: # Enable other l

[OE-core] [PATCH 01/14] devtool: minor fix for error message

2016-02-19 Thread Paul Eggleton
There is no -N/--name option for devtool, that's a recipetool option - with devtool you just specify the name as a positional argument. Signed-off-by: Paul Eggleton --- scripts/lib/devtool/standard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/devtool/standar

[OE-core] [PATCH 11/14] devtool: deploy-target: preserve existing files

2016-02-19 Thread Paul Eggleton
If files would be overwritten by the deployment, preserve them in a separate location on the target so that they can be restored if you later run devtool undeploy-target. At the same time, also check for sufficient space before starting the operation so that we avoid potentially failing part way t

[OE-core] [PATCH 02/14] devtool / recipetool: use common code for launching editor

2016-02-19 Thread Paul Eggleton
Looking at Chris Larson's code for starting the user's editor for "recipetool newappend" it was slightly better than what I wrote for "devtool edit-recipe" in that it checks VISUAL as well as EDITOR and defaults to vi if neither are set, so break this out to its own function and call it from both p

[OE-core] [PATCH 07/14] devtool: (un)deploy-target: add help descriptions

2016-02-19 Thread Paul Eggleton
Add a long description used when running --help on the specific command. Signed-off-by: Paul Eggleton --- scripts/lib/devtool/deploy.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/lib/devtool/deploy.py b/scripts/lib/devtool/deploy.py index 0236c53..d742ed3 100644 --- a/scripts/

[OE-core] [PATCH 04/14] devtool: update-recipe: don't show workspace recipe warning if no update

2016-02-19 Thread Paul Eggleton
If we didn't make any changes to the file then there's no point warning the user that we have done. Signed-off-by: Paul Eggleton --- scripts/lib/devtool/standard.py | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/de

[OE-core] [PATCH 00/14] devtool / recipetool improvements

2016-02-19 Thread Paul Eggleton
More devtool / recipetool work - some improvements to the help output, behaviour of (un)deploy-target, extensibility of autoconf/cmake handling, and improvements to cmake dependency extraction, plus one or two other minor fixes. The following changes since commit 58b45240739da210ef2fecea931c8b8da

[OE-core] [PATCH 05/14] devtool: categorise and order subcommands in help output

2016-02-19 Thread Paul Eggleton
The listing of subcommands in the --help output for devtool was starting to get difficult to follow, with commands appearing in no particular order (due to some being in separate modules and the order of those modules being parsed). Logically grouping the subcommands as well as being able to exerci

[OE-core] [PATCH 06/14] scripts/lib/argparse_oe: tweak title above options

2016-02-19 Thread Paul Eggleton
Naming these as "optional arguments" is perhaps slightly confusing since some of the positional arguments might also be optional; in addition it's rare (though possible) for options to be mandatory - up until recently we had a recipetool option (-o) that was mandatory. It's not perfect, but change

Re: [OE-core] [PATCH v2 2/2] devtool: update-recipe: create config fragment

2016-02-19 Thread Markus Lehtonen
On Thu, 2016-02-18 at 15:19 +, Christopher Larson wrote: > > > On Thu, Feb 18, 2016 at 7:19 AM Markus Lehtonen < > markus.lehto...@linux.intel.com> wrote: > > Create config fragment if the user makes modifications to kernel > > config. > > User may change .config e.g. by directly editing it o

[OE-core] [PATCH 4/4] staging.bbclass: remove trail slash from SYSROOT_DESTDIR

2016-02-19 Thread Robert Yang
Fixed path: QA Issue: sysroot-destdir//usr/lib/ Note the 2 slashes "//". Signed-off-by: Robert Yang --- meta/classes/staging.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass index 243bcdf..bc5dfa8 100644

[OE-core] [PATCH 0/4] meta: 4 fixes

2016-02-19 Thread Robert Yang
The following changes since commit 58b45240739da210ef2fecea931c8b8daa9a4c07: epiphany: Add libxml2-native to DEPENDS (2016-02-18 22:55:12 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/4fixes http://cgit.openembedded.org/cgit.cgi/op

[OE-core] [PATCH 2/4] recipe_sanity.bbclass: skip DataSmart in recipe_sanity_eh()

2016-02-19 Thread Robert Yang
Fixed: $ bitbake quilt -crecipe_sanity File "/path/to/poky/bitbake/lib/bb/siggen.py", line 261, in dump_sigtask p = pickle.dump(data, stream, -1) PicklingError: Can't pickle : attribute lookup bb.COW.C failed This is because of: cfgdata[k] = d.getVar(k, 0) If d.getVar(k, 0) is a DataSmart (

[OE-core] [PATCH 1/4] image.bbclass: fix circular dependency when IMAGE_FSTYPES append hddimg

2016-02-19 Thread Robert Yang
Fixed: IMAGE_FSTYPES_append = " hddimg" $ bitbake -g core-image-minimal-initramfs NOTE: Resolving any missing task queue dependencies NOTE: Preparing RunQueue ERROR: Task /path/to/core-image-minimal-initramfs.bb (do_bootimg) has circular dependency on /path/to/core-image-minimal-initramfs.bb (do_

[OE-core] [PATCH 3/4] terminal.bbclass: import oe.terminal for oe.terminal.prioritized()

2016-02-19 Thread Robert Yang
Fixed: INHERIT += "typecheck" $ bitbake -p ERROR: Failure expanding expression auto none ${@" ".join(o.name for o in oe.terminal.prioritized())} which triggered exception AttributeError: 'module' object has no attribute 'terminal' Signed-off-by: Robert Yang --- meta/classes/terminal.bbclass |

Re: [OE-core] Recovering GCC 4.8

2016-02-19 Thread Gary Thomas
On 2016-02-19 09:02, Phil Blundell wrote: On Fri, 2016-02-19 at 07:37 +0100, Gary Thomas wrote: | checking for suffix of object files... configure: error: in `/local/p0381_2016-02-19/tmp/work/cortexa7hf-neon-amltd-linux-gnueabi/libgcc-initial/4.8.4-r0/gcc-4.8.4/build.arm-amltd-linux-gnueabi.arm-

Re: [OE-core] Recovering GCC 4.8

2016-02-19 Thread Phil Blundell
On Fri, 2016-02-19 at 07:37 +0100, Gary Thomas wrote: > | checking for suffix of object files... configure: error: in > `/local/p0381_2016-02-19/tmp/work/cortexa7hf-neon-amltd-linux-gnueabi/libgcc-initial/4.8.4-r0/gcc-4.8.4/build.arm-amltd-linux-gnueabi.arm-amltd-linux-gnueabi/libgcc': > | configu

[OE-core] [PATCH] toolchain-scripts.bbclass: add three other path to PATH in env.sh

2016-02-19 Thread Jun Zhang
in sdk,there are some utils in sysroot/host-os/bin, sysroot/host-os/sbin/,sysroot/host-os/usr/bin need to use, so add these three paths to PATH in env.sh. Signed-off-by: Jun Zhang --- meta/classes/toolchain-scripts.bbclass | 5 - meta/conf/bitbake.conf | 3 +++ 2 files chan