[OE-core] [PATCH 4/4] native.bbclass: poison TARGET_CFLAGS etc for native builds

2016-02-26 Thread Andre McCurdy
TARGET_* FLAGS are never passed to the native toolchain. However, they are exported so their values affect the checksum of every task. Replace with fixed values to both avoid any unnecessary rebuilding of native packages when target flags are changed (as before) and now also to poison any

[OE-core] [PATCH 2/4] grub2.inc: avoid passing -isystem to native builds

2016-02-26 Thread Andre McCurdy
grub2 creates its own set of -nostdinc / -isystem / -ffreestanding CFLAGS and OE's default BUILD_CFLAGS (assigned to CFLAGS for native builds) etc, conflict with that. Signed-off-by: Andre McCurdy --- meta/recipes-bsp/grub/grub2.inc | 9 + 1 file changed, 9

[OE-core] [PATCH 1/4] grub2.inc: dont export TARGET_CFLAGS etc to grub2 configure

2016-02-26 Thread Andre McCurdy
The grub2 configure script uses variables such as TARGET_CFLAGS etc for its own purposes. Remove the OE versions from the configure environment to avoid conflicts. Signed-off-by: Andre McCurdy --- meta/recipes-bsp/grub/grub2.inc | 8 +++- 1 file changed, 7

[OE-core] [PATCH 3/4] grub2.inc: drop bogus dependency on xz

2016-02-26 Thread Andre McCurdy
grub contains it's own internal lzma library. Attempting to build grub against the system liblzma shared library or header files is not likely to end well. This change does not cause a floating dependency since all grub2.inc based recipes pass "--enable-liblzma=no" to configure. Signed-off-by:

[OE-core] [PATCH 0/4] poison TARGET_CFLAGS etc for native builds

2016-02-26 Thread Andre McCurdy
The first patch fixes known problems with grub-efi-native incorrectly leaking target flags into the native build. The second and third patches fix related grub2.inc issues. The final patch is the important change. It doesn't highlight and new problems (ie apart from grub-efi-native) for my

Re: [OE-core] [PATCH 0/3 v2] Upgrade RPM 5 to 5.4.16 (CVS HEAD)

2016-02-26 Thread Mark Hatle
On 2/26/16 5:11 PM, Burton, Ross wrote: > Sorry Mark... > > | In file included from ../../rpm-5.4.15/rpmio/rpmiotypes.h:8:0, > | from ../../rpm-5.4.15/rpmio/rpmsq.c:14: > | ../../rpm-5.4.15/rpmio/rpmsq.c: In function '_rpm_insque': > | ../../rpm-5.4.15/rpmio/rpmutil.h:115:30:

Re: [OE-core] [yocto] Yocto Project Status WW09

2016-02-26 Thread Christopher Larson
This is the sort of case where it'd be nice if bitbake provided a plugin mechanism, pure python, no metadata parsing. Something to think about in the long term.. On Fri, Feb 26, 2016 at 1:59 PM Burton, Ross wrote: > > On 26 February 2016 at 20:16, Philip Balister

Re: [OE-core] [PATCH 0/3 v2] Upgrade RPM 5 to 5.4.16 (CVS HEAD)

2016-02-26 Thread Burton, Ross
Sorry Mark... | In file included from ../../rpm-5.4.15/rpmio/rpmiotypes.h:8:0, | from ../../rpm-5.4.15/rpmio/rpmsq.c:14: | ../../rpm-5.4.15/rpmio/rpmsq.c: In function '_rpm_insque': | ../../rpm-5.4.15/rpmio/rpmutil.h:115:30: error: '__transaction_atomic' without transactional

[OE-core] [PATCH 1/1] dhcp: CVE-2015-8605

2016-02-26 Thread mariano . lopez
From: Mariano Lopez ISC DHCP allows remote attackers to cause a denial of service (application crash) via an invalid length field in a UDP IPv4 packet. Signed-off-by: Mariano Lopez --- .../dhcp/dhcp/CVE-2015-8605.patch

[OE-core] [jethro] 'wic' image support critical fixes

2016-02-26 Thread Otavio Salvador
Hello folks, [Cced Robert Yang] I would like to propuse the backport of following changes: Author: Mariano Lopez Date: Wed Dec 30 06:52:54 2015 + image_types.bbclass: Rebuild when WICVARS change The procces to do a wic image is to save a file with

[OE-core] [PATCH] harfbuzz: update 1.2.1 -> 1.2.3

2016-02-26 Thread Andre McCurdy
Overview of changes leading to 1.2.3 Thursday, February 25, 2016 - Blacklist GDEF table of certain versions of Times New Roman (Bold) Italic, due to bug in glyph class of ASCII double-quote character. This should address "regression" introduced in 1.2.0

[OE-core] [PATCH] gstreamer1.0-plugins-bad.inc: limit ARM_INSTRUCTION_SET over-rides to armv4/armv5

2016-02-26 Thread Andre McCurdy
The original over-ride is historical and no obvious issues are seen now when building in thumb2 for Cortex A15. Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff

Re: [OE-core] [yocto] Yocto Project Status WW09

2016-02-26 Thread Burton, Ross
On 26 February 2016 at 20:16, Philip Balister wrote: > I must admit, I'm surprised this is tricky. I look forward to seeing > what needs doing. Hopefully, it shows me things I can avoid in my work. > The moral of the story is don't rename layers if you want to maintain a

Re: [OE-core] [yocto] Yocto Project Status WW09

2016-02-26 Thread Philip Balister
On 02/26/2016 02:52 PM, Rudolf J Streif wrote: * We're about to try and transition meta-yocto within meta-yocto to meta-poky. The amount of pain this is causing is horrible :(. >>> >>> Thanks for doing this. Can you summarize the pain? Are there any >>> important lessons

Re: [OE-core] [yocto] Yocto Project Status WW09

2016-02-26 Thread Rudolf J Streif
> > > > > > * We're about to try and transition meta-yocto within meta-yocto to > > > > > > meta-poky. The amount of pain this is causing is horrible :(. > > > > Thanks for doing this. Can you summarize the pain? Are there any > > important lessons here? > > The key lesson is our current

Re: [OE-core] Yocto Project Status WW09

2016-02-26 Thread Richard Purdie
On Fri, 2016-02-26 at 13:45 -0500, Philip Balister wrote: > On 02/26/2016 12:36 PM, Richard Purdie wrote: > > Current Dev Position: YP 2.1 M3 > > Next Deadline: YP 2.1 M3 Cutoff (Feature Freeze) February 29, 2016 > > > > SWAT team rotation: Tracy -> Alejandero > >

Re: [OE-core] Yocto Project Status WW09

2016-02-26 Thread Philip Balister
On 02/26/2016 12:36 PM, Richard Purdie wrote: > Current Dev Position: YP 2.1 M3 > Next Deadline: YP 2.1 M3 Cutoff (Feature Freeze) February 29, 2016 > > SWAT team rotation: Tracy -> Alejandero > https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team > > Key Status/Updates: > * 2.1

[OE-core] mirrors/own-mirrors/sanity: Updates after npm fetcher addition

2016-02-26 Thread Richard Purdie
Update the classes after the addition of the npm fetcher to match the other fetcher additions. Signed-off-by: Richard Purdie diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass index 488b86d..9e6d483 100644 ---

[OE-core] [PATCH] base: Add nodejs-native dependency for npm:// urls

2016-02-26 Thread Richard Purdie
With the addition of the npm fetcher, we add the native dependency handling too. Signed-off-by: Richard Purdie diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 1372f38..e066dc9 100644 --- a/meta/classes/base.bbclass +++

[OE-core] Yocto Project Status WW09

2016-02-26 Thread Richard Purdie
Current Dev Position: YP 2.1 M3 Next Deadline: YP 2.1 M3 Cutoff (Feature Freeze) February 29, 2016 SWAT team rotation: Tracy -> Alejandero https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: * 2.1 Feature Freeze is upon us. If there is any feature you want to

[OE-core] Another Jethro Backport

2016-02-26 Thread Javier Viguera
Could you please add this commit to the list of Jethro backports?. -- Thanks Javier Viguera -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] [jethro][PATCH] image_types_uboot: add cpio.gz.uboot to supported IMAGE_TYPES

2016-02-26 Thread Javier Viguera
From: Arnold Csorvasi U-Boot needs the U-Boot header in a ramdisk image to boot it. Add this header to the cpio.gz image, so that it can be booted with U-Boot. Signed-off-by: Arnold Csorvasi Signed-off-by: Ross Burton ---

Re: [OE-core] [PATCH 02/29] gobject-introspection: add the recipe

2016-02-26 Thread Burton, Ross
On 26 November 2015 at 14:26, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > +# No idea why these sources are installed by upstream and how they are > meant to be used > +FILES_${PN}-dev_append = " ${datadir}/gobject-introspection-1.0/tests/*.c > \ > +

[OE-core] [PATCH 1/1] eudev: Keep classic network interface naming scheme

2016-02-26 Thread Alejandro Hernandez
Creates an empty udev rule, causing the system to use the classic network interface naming scheme, e. g. eth0, eth1. Signed-off-by: Alejandro Hernandez --- meta/recipes-core/udev/eudev_3.1.5.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

Re: [OE-core] [PATCH 01/29] qemu.bbclass: add qemu_wrapper_cmdline()

2016-02-26 Thread Burton, Ross
On 26 November 2015 at 14:26, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > +return "PSEUDO_UNLOAD=1 " + qemu_binary + " " + qemu_options + " -L " > + rootfs_path\ > ++ " -E LD_LIBRARY_PATH=" + string.join(library_paths, ":") + > " " > It's idiomatic to use

Re: [OE-core] [PATCH] oeqa/selftest/buildoptions: Test build does not fail without git rev

2016-02-26 Thread Burton, Ross
On 15 February 2016 at 16:49, Daniel Istrate < daniel.alexandrux.istr...@intel.com> wrote: > +shutil.move(git_dir, git_dir_tmp) > This is a bit scary. I think the test should use yocto-layers to create an empty layer. Ross -- ___

Re: [OE-core] [PATCH 0/4] Replaces udev with eudev for compatibility when using sysvinit on newer kernels

2016-02-26 Thread Burton, Ross
On 26 February 2016 at 15:45, Alejandro Hernandez < alejandro.hernan...@linux.intel.com> wrote: > Sorry, now I understand what you meant, and I see the issue, since, we > would need to create our own naming scheme at build time, instead of runtime > For safety would it be best to tell eudev to

Re: [OE-core] [PATCH 0/4] Replaces udev with eudev for compatibility when using sysvinit on newer kernels

2016-02-26 Thread Alejandro Hernandez
On 02/26/2016 09:40 AM, Alejandro Hernandez wrote: On 02/26/2016 02:24 AM, Andre McCurdy wrote: On Thu, Feb 25, 2016 at 3:34 PM, Alejandro Hernandez wrote: udev has started to fail on new kernels (4.4), due to being deprecated in favor of systemd's

Re: [OE-core] [PATCH 0/4] Replaces udev with eudev for compatibility when using sysvinit on newer kernels

2016-02-26 Thread Alejandro Hernandez
On 02/26/2016 02:24 AM, Andre McCurdy wrote: On Thu, Feb 25, 2016 at 3:34 PM, Alejandro Hernandez wrote: udev has started to fail on new kernels (4.4), due to being deprecated in favor of systemd's udev implementation. To maintain a sysvinit alternative

Re: [OE-core] [PATCH 0/3] Add initial capability to check CVEs for recipes

2016-02-26 Thread Mariano Lopez
On 02/26/2016 08:57 AM, mikko.rap...@bmw.de wrote: On Fri, Feb 26, 2016 at 03:56:24PM +0100, Mikko Rapeli wrote: On Fri, Feb 26, 2016 at 08:48:47AM -0600, Mariano Lopez wrote: On 02/26/2016 02:14 AM, mikko.rap...@bmw.de wrote: Hi, On my developer machine the cve-check ran ok for dizzy but

[OE-core] [PATCH] systemctl: handle RequiredBy dependencies

2016-02-26 Thread Tomas Novotny
Install section of a systemd service may contain RequiredBy dependency, which is not handled currently. This means that symlinks to enable the service are not created and the service may not be started. Also fix debug output (all dependencies were printed instead of the one which was enabled or

Re: [OE-core] [PATCH 0/3] Add initial capability to check CVEs for recipes

2016-02-26 Thread Mikko.Rapeli
On Fri, Feb 26, 2016 at 03:56:24PM +0100, Mikko Rapeli wrote: > On Fri, Feb 26, 2016 at 08:48:47AM -0600, Mariano Lopez wrote: > > On 02/26/2016 02:14 AM, mikko.rap...@bmw.de wrote: > > >Hi, > > > > > >On my developer machine the cve-check ran ok for dizzy but on build server > > >with

Re: [OE-core] [PATCH 0/3] Add initial capability to check CVEs for recipes

2016-02-26 Thread Mikko.Rapeli
On Fri, Feb 26, 2016 at 08:48:47AM -0600, Mariano Lopez wrote: > On 02/26/2016 02:14 AM, mikko.rap...@bmw.de wrote: > >Hi, > > > >On my developer machine the cve-check ran ok for dizzy but on build server > >with sstate-cache and rmwork enabled it failed with what looks like a race > >condition

[OE-core] [PATCH 5/9] scripts: test-recipe Tool for running tests on recipes

2016-02-26 Thread Daniel Istrate
It shares many functionality with oe-selftest. It requires an aditional argument --recipe in order to know on which recipe to test against. Test recipes should be located at: meta/lib/oeqa/recipetests/ Signed-off-by: Daniel Istrate --- scripts/test-recipe

Re: [OE-core] [PATCH 0/3] Add initial capability to check CVEs for recipes

2016-02-26 Thread Mariano Lopez
On 02/26/2016 02:14 AM, mikko.rap...@bmw.de wrote: Hi, On my developer machine the cve-check ran ok for dizzy but on build server with sstate-cache and rmwork enabled it failed with what looks like a race condition when scanning the patch files: 17:45:36 ERROR: Error executing a python

[OE-core] [PATCH 3/9] selftest: Moved list_classes, list_modules, run methods to runner.py

2016-02-26 Thread Daniel Istrate
Signed-off-by: Daniel Istrate --- meta/lib/oeqa/runner.py | 59 scripts/oe-selftest | 65 ++--- 2 files changed, 72 insertions(+), 52 deletions(-) diff --git

[OE-core] [PATCH 2/9] selftest: Moved coverage functionality from oe-selftest to oeqa/runner.py

2016-02-26 Thread Daniel Istrate
Signed-off-by: Daniel Istrate --- meta/lib/oeqa/runner.py | 108 +++- scripts/oe-selftest | 106 +-- 2 files changed, 108 insertions(+), 106 deletions(-) diff --git

[OE-core] [PATCH 9/9] recipetests: buildrecipe: Test combinations of bbappend

2016-02-26 Thread Daniel Istrate
Selectively use each combination of .bbappend files with the recipe; All the combinations should not break the recipe build Signed-off-by: Daniel Istrate --- meta/lib/oeqa/recipetests/buildrecipe.py | 59 +++- 1 file changed, 58

[OE-core] [PATCH 6/9] recipetests: base - Base Class for Test Recipes

2016-02-26 Thread Daniel Istrate
Test Recipes should inherit this class. It sets up a custom tmp dir for the recipe under test. Signed-off-by: Daniel Istrate --- meta/lib/oeqa/recipetests/base.py | 25 + 1 file changed, 25 insertions(+) create mode 100644

[OE-core] [PATCH 1/9] selftest: Moved method from oe-selftest to oeqa/runner.py

2016-02-26 Thread Daniel Istrate
Moved methods to runner and added parameters to them in order for them to be used by other runners. Signed-off-by: Daniel Istrate --- meta/lib/oeqa/runner.py | 344 scripts/oe-selftest | 325

[OE-core] [PATCH 4/9] oeqa/utils/commands: Added 3 new methods for recipes

2016-02-26 Thread Daniel Istrate
get_all_available_recipes, is_recipe_valid, get_tasks_for_recipe Signed-off-by: Daniel Istrate --- meta/lib/oeqa/utils/commands.py | 20 1 file changed, 20 insertions(+) diff --git a/meta/lib/oeqa/utils/commands.py

[OE-core] [PATCH 7/9] recipetests: buildrecipe: Test suite for recipe tests

2016-02-26 Thread Daniel Istrate
Includes tests for: 1. test build recipe for all major architectures 2. test rebuild recipe from sstate 1 (with sstate) 3. test_rebuild_recipe_from_sstate_2 (without sstate) 4. test cleaning operations on recipe 5. test force major tasks on recipe fix for [YOCTO #6370] Signed-off-by: Daniel

[OE-core] [PATCH 8/9] oeqa/utils/commands: Added method - get_all_bbappends

2016-02-26 Thread Daniel Istrate
This method runs 'bitbake-layers show-appends' and returns a dictionary {recipe: [bbappends], ..} Signed-off-by: Daniel Istrate --- meta/lib/oeqa/utils/commands.py | 22 ++ 1 file changed, 22 insertions(+) diff --git

Re: [OE-core] [PATCH 1/3 v2] rpm: Uprev to rpm-5.4.16 (pre) and rpm-5.4+cvs to current CVS head

2016-02-26 Thread Mark Hatle
On 2/26/16 9:01 AM, alexander.kana...@linux.intel.com wrote: >> +Set the DB 6 version to match oe-core db 6.0.30 >> +Signed-off-by: Mark Hatle >> +-[db-6.1], [db_create], [db.h], >> ++[db-6.0], [db_create], [db.h], > > Why not update the oe-core recipe of db to

Re: [OE-core] [PATCH] ffmpeg: add bzlib, lzma and xv PACKAGECONFIGs

2016-02-26 Thread alexander . kanavin
> +PACKAGECONFIG[xv] = "--enable-outdev=xv,--disable-outdev=xv,libxv" Ah, ffmpeg already had a way to do it :) This patch is fine. Alex -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH 1/3 v2] rpm: Uprev to rpm-5.4.16 (pre) and rpm-5.4+cvs to current CVS head

2016-02-26 Thread alexander . kanavin
> +Set the DB 6 version to match oe-core db 6.0.30 > +Signed-off-by: Mark Hatle > +-[db-6.1], [db_create], [db.h], > ++[db-6.0], [db_create], [db.h], Why not update the oe-core recipe of db to 6.1 instead? Rpm is the only thing that is holding it back. Note

[OE-core] [PATCH] ffmpeg: add bzlib, lzma and xv PACKAGECONFIGs

2016-02-26 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb index 3f0cbf8..036d4f1 100644 ---

Re: [OE-core] [PATCH] ffmpeg: add bzlib and lzma PACKAGECONFIGs

2016-02-26 Thread Jonathan Liu
On 26 February 2016 at 22:16, Jonathan Liu wrote: > Signed-off-by: Jonathan Liu > --- > meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb >

Re: [OE-core] [PATCH] ffmpeg: fix build when DISTRO_FEATURES doesn't contain x11

2016-02-26 Thread Jonathan Liu
On 27 February 2016 at 01:43, wrote: >>> I'd call that a bug, and should be simple to resolve (pass expand=True >>> when >>> fetching getVarFlags in the PACKAGECONFIG handling code). >>> >>> Ross >> >> Feel free to submit a patch to handle the PACKAGECONFIG

Re: [OE-core] [PATCH] ffmpeg: fix build when DISTRO_FEATURES doesn't contain x11

2016-02-26 Thread alexander . kanavin
>> I'd call that a bug, and should be simple to resolve (pass expand=True >> when >> fetching getVarFlags in the PACKAGECONFIG handling code). >> >> Ross > > Feel free to submit a patch to handle the PACKAGECONFIG expansion and > then I can update the fix. I think you need to solve this in a

Re: [OE-core] [PATCH] ffmpeg: fix build when DISTRO_FEATURES doesn't contain x11

2016-02-26 Thread Jonathan Liu
On 26 February 2016 at 23:33, Burton, Ross wrote: > > On 26 February 2016 at 11:17, Jonathan Liu wrote: >> >> It doesn't work in PACKAGECONFIG. that is the first thing I tried. > > > I'd call that a bug, and should be simple to resolve (pass

Re: [OE-core] [PATCH] rsync: enable native builds for rsync 2.6.9

2016-02-26 Thread Burton, Ross
Retracting this - for native builds GPLv3 is acceptable. Ross On 25 February 2016 at 21:59, Ross Burton wrote: > Signed-off-by: Ross Burton > --- > meta/recipes-devtools/rsync/rsync_2.6.9.bb | 2 ++ > 1 file changed, 2 insertions(+) > > diff

Re: [OE-core] [PATCH] ffmpeg: fix build when DISTRO_FEATURES doesn't contain x11

2016-02-26 Thread Burton, Ross
On 26 February 2016 at 11:17, Jonathan Liu wrote: > It doesn't work in PACKAGECONFIG. that is the first thing I tried. > I'd call that a bug, and should be simple to resolve (pass expand=True when fetching getVarFlags in the PACKAGECONFIG handling code). Ross --

Re: [OE-core] [PATCH] ffmpeg: fix build when DISTRO_FEATURES doesn't contain x11

2016-02-26 Thread Jonathan Liu
Hi Martin, It doesn't work in PACKAGECONFIG. that is the first thing I tried. Regards, Jonathan On 26 February 2016 at 22:04, Martin Jansa wrote: > On Fri, Feb 26, 2016 at 09:52:25PM +1100, Jonathan Liu wrote: >> If avdevice is enabled, libxv is used if it is

[OE-core] [PATCH v2] ffmpeg: fix build when DISTRO_FEATURES doesn't contain x11

2016-02-26 Thread Jonathan Liu
If avdevice is enabled, libxv is used if it is detected by configure for the XV outdev. However, we can't depend on libxv for avdevice when DISTRO_FEATURES doesn't contain x11 as this will result in an error. Fix this by adding a libxv dependency only when the avdevice PACKAGECONFIG is enabled

[OE-core] [PATCH] ffmpeg: add bzlib and lzma PACKAGECONFIGs

2016-02-26 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb index e7b20fa..53156ed 100644 ---

Re: [OE-core] [PATCH] ffmpeg: fix build when DISTRO_FEATURES doesn't contain x11

2016-02-26 Thread Martin Jansa
On Fri, Feb 26, 2016 at 09:52:25PM +1100, Jonathan Liu wrote: > If avdevice is enabled, libxv is used if it is detected by configure > for the XV outdev. However, we can't depend on libxv for avdevice when > DISTRO_FEATURES doesn't contain x11 as this will result in an error. > > Fix this by

[OE-core] [dizzy][PATCH] glibc 2.20: Security fix CVE-2015-7547

2016-02-26 Thread Koen Kooi
CVE-2015-7547: getaddrinfo() stack-based buffer overflow Signed-off-by: Koen Kooi --- meta/recipes-core/glibc/glibc/CVE-2015-7547.patch | 583 ++ meta/recipes-core/glibc/glibc_2.20.bb | 1 + 2 files changed, 584 insertions(+) create

[OE-core] [PATCH] ffmpeg: fix build when DISTRO_FEATURES doesn't contain x11

2016-02-26 Thread Jonathan Liu
If avdevice is enabled, libxv is used if it is detected by configure for the XV outdev. However, we can't depend on libxv for avdevice when DISTRO_FEATURES doesn't contain x11 as this will result in an error. Fix this by adding a libxv dependency only when the avdevice PACKAGECONFIG is enabled

Re: [OE-core] How to integrate third party application software to yocto image

2016-02-26 Thread Anders Darander
Hi, Please, don't top post. * winis...@futuraautomation.com [160226 06:41]: > I copied "recipes-navigation" folder from meta-oe (Open embedded build tree) > to "/poky/meta " > I have appended in “conf/local.conf” as given below > IMAGE_INSTALL_append = "

[OE-core] [PATCH] rootfs-postcommands: fix ssh_allow_empty_password checking

2016-02-26 Thread Jonathan Liu
The ssh_allow_empty_password function doesn't check if sshd_config_readonly exists before running sed which can result in an error if sshd_config exists but sshd_config_readonly doesn't. Signed-off-by: Jonathan Liu --- meta/classes/rootfs-postcommands.bbclass | 10 ++

Re: [OE-core] [PATCH 0/4] Replaces udev with eudev for compatibility when using sysvinit on newer kernels

2016-02-26 Thread Andre McCurdy
On Thu, Feb 25, 2016 at 3:34 PM, Alejandro Hernandez wrote: > udev has started to fail on new kernels (4.4), due to being deprecated in > favor > of systemd's udev implementation. To maintain a sysvinit alternative we also > need to provide an alternative to

Re: [OE-core] [PATCH 0/3] Add initial capability to check CVEs for recipes

2016-02-26 Thread Mikko.Rapeli
Hi, On my developer machine the cve-check ran ok for dizzy but on build server with sstate-cache and rmwork enabled it failed with what looks like a race condition when scanning the patch files: 17:45:36 ERROR: Error executing a python function in

Re: [OE-core] [PATCH] uclibc support for rng-tools

2016-02-26 Thread Khem Raj
its better fix > On Feb 25, 2016, at 2:30 AM, Maxin B. John wrote: > > Uclibc has its own argp implemented as libuargp. So, we add a new > option --enable-uclibc to select it. > > Signed-off-by: Maxin B. John > --- >