Re: [OE-core] [PATCH 0/1] Change default for cortexa* to armv7at-neon.

2014-08-29 Thread Mike Looijmans
On 08/28/2014 03:57 PM, Mark Hatle wrote: On 8/28/14, 8:50 AM, Koen Kooi wrote: Op 25 aug. 2014, om 21:12 heeft Mark Hatle mark.ha...@windriver.com het volgende geschreven: On 8/22/14, 5:26 PM, Martin Jansa wrote: On Fri, Aug 22, 2014 at 05:06:26PM -0500, Peter Seebach wrote: On Fri, 22

Re: [OE-core] [PATCH V3 00/10] upgrade systemd to 215 and other misc fixes

2014-08-29 Thread Koen Kooi
Op 29 aug. 2014, om 04:58 heeft Khem Raj raj.k...@gmail.com het volgende geschreven: On Sun, Aug 24, 2014 at 11:50 PM, ChenQi qi.c...@windriver.com wrote: On 08/24/2014 01:28 AM, Richard Purdie wrote: On Mon, 2014-08-18 at 09:51 +0800, Chen Qi wrote: The following changes since commit

[OE-core] [PATCH 2/2] gst-ffmpeg: Security Advisory - ffmpeg - CVE-2013-0869

2014-08-29 Thread Yue Tao
The field_end function in libavcodec/h264.c in FFmpeg before 1.1.2 allows remote attackers to have an unspecified impact via crafted H.264 data, related to an SPS and slice mismatch and an out-of-bounds array access. http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-0869 Signed-off-by:

[OE-core] [PATCH 1/2] gst-ffmpeg: Security Advisory - ffmpeg - CVE-2013-4358

2014-08-29 Thread Yue Tao
libavcodec/h264.c in FFmpeg before 0.11.4 allows remote attackers to cause a denial of service (crash) via vectors related to alternating bit depths in H.264 data. http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-4358 Signed-off-by: Yue Tao yue@windriver.com ---

Re: [OE-core] [PATCH 1/2] gst-ffmpeg: Security Advisory - ffmpeg - CVE-2013-4358

2014-08-29 Thread yue.tao
Please ignore the patch, because wrong status: Upstream-Status: Pending. It should be Backporting. On 2014年08月29日 14:22, Yue Tao wrote: libavcodec/h264.c in FFmpeg before 0.11.4 allows remote attackers to cause a denial of service (crash) via vectors related to alternating bit depths in

Re: [OE-core] [PATCH 2/2] gst-ffmpeg: Security Advisory - ffmpeg - CVE-2013-0869

2014-08-29 Thread yue.tao
Ditto On 2014年08月29日 14:22, Yue Tao wrote: The field_end function in libavcodec/h264.c in FFmpeg before 1.1.2 allows remote attackers to have an unspecified impact via crafted H.264 data, related to an SPS and slice mismatch and an out-of-bounds array access.

[OE-core] [PATCH V4 0/2] sstate_readonly: only allowed sstate-cache objects to be built (read-only sstate-cache)

2014-08-29 Thread Hongxu Jia
Changed in V4: - Enable read-only sstate-cache by inheriting the bbclass rather than by the SSTATECACHE_WHITELIST value is not null. There will be cases where customers don't want to build -anything- from source. In V3, So they would need to enter a dummy value to get that behavior, and

[OE-core] [PATCH 2/2] bbclass/sstate_readonly: only allowed sstate-cache objects to be built (read-only sstate-cache)

2014-08-29 Thread Hongxu Jia
The requirement is the developer who demand only the new software they write is allowed to be compiled from source, they only want to reuse binaries from an existed sstate-cache, if the developer makes a change that triggers a rebuild, it should be an instant error. When the readonly sstate-cache

[OE-core] [PATCH 1/2] bbclass/sstate: add hook SSTATE_CHECK_FUNCTIONS for sstate checking

2014-08-29 Thread Hongxu Jia
Provide hook for sstate checking, the checking failure will break the building immediately. Pass input parameters by bb.data (d.setVar/d.getVar). Hook : SSTATE_CHECK_FUNCTIONS Input : missed- list of missing sstate file index in sq : found - list of existing sstate file index in sq

[OE-core] [PATCH 1/2] gst-ffmpeg: Security Advisory - ffmpeg - CVE-2013-4358

2014-08-29 Thread Yue Tao
libavcodec/h264.c in FFmpeg before 0.11.4 allows remote attackers to cause a denial of service (crash) via vectors related to alternating bit depths in H.264 data. http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-4358 Signed-off-by: Yue Tao yue@windriver.com ---

[OE-core] [PATCH 2/2] gst-ffmpeg: Security Advisory - ffmpeg - CVE-2013-0869

2014-08-29 Thread Yue Tao
The field_end function in libavcodec/h264.c in FFmpeg before 1.1.2 allows remote attackers to have an unspecified impact via crafted H.264 data, related to an SPS and slice mismatch and an out-of-bounds array access. http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-0869 Signed-off-by:

[OE-core] [PATCH 2/2] package_manager.py: use RPM_PREFER_ELF_ARCH

2014-08-29 Thread Robert Yang
Use RPM_PREFER_ELF_ARCH to instead of RPM_PREFER_COLOR as rpm upstream suggested, and use 4 to instead of 3 since it is a bit mask (not enumeration), so we need 4 here. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/lib/oe/package_manager.py | 12 ++--

[OE-core] [PATCH 1/2] local.conf.sample.extended: update for RPM_PREFER_ELF_ARCH

2014-08-29 Thread Robert Yang
Updated as the rpm upstream suggested: - RPM_PREFER_COLOR - RPM_PREFER_ELF_ARCH - 3 - 4 Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/conf/local.conf.sample.extended |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/conf/local.conf.sample.extended

[OE-core] [PATCH 0/2] package_manager.py: use RPM_PREFER_ELF_ARCH to instead of RPM_PREFER_COLOR

2014-08-29 Thread Robert Yang
The following changes since commit d2fbc55d6863a767e69092bac686c02c3ec34650: populate_sdk_base: Remap TOOLCHAIN_HOST_TASK variable (2014-08-28 15:12:31 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/rpm

[OE-core] [PATCH 1/2] libunwind: add recipes

2014-08-29 Thread Chong Lu
Add libunwind from meta-oe to oe-core, since perf depends on it. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-support/libunwind/libunwind.inc| 30 + meta/recipes-support/libunwind/libunwind_1.1.bb | 4 2 files changed, 34 insertions(+) create

[OE-core] [PATCH 2/2] perf: add libunwind support

2014-08-29 Thread Chong Lu
Add a new feature named 'perf-libunwind'. Adding this support to perf allows it to do stack traces on ARM - thumb2 and MIPS targets. PERF_FEATURES variable in perf-features.inc will enable the perf-libunwind. Signed-off-by: Chong Lu chong...@windriver.com ---

[OE-core] [PATCH 0/2] perf: add libunwind support

2014-08-29 Thread Chong Lu
The following changes since commit 669c07d6022174d01fe5a95b7b0faa9ef86da1e2: bitbake: build/data: Write out more complete python run files (2014-08-28 15:12:45 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/libunwind

Re: [OE-core] [PATCH 1/2] libunwind: add recipes

2014-08-29 Thread Chong Lu
On 08/29/2014 04:38 PM, Chong Lu wrote: Add libunwind from meta-oe to oe-core, since perf depends on it. To be clearly, adding this recipes to perf allows it to do stack traces on ARM - thumb2 and MIPS targets. Signed-off-by: Chong Lu chong...@windriver.com ---

[OE-core] [PATCH v2] libsdl: add packageconfigs for x11, directfb, opengl

2014-08-29 Thread Carlos Rafael Giani
Also adds special treatment of nativesdk versions to avoid build errors Adapted from openembedded-core-contrib, commit cb921237643be39aa8f44ea4c35d3cfd30f782c0 Signed-off-by: Carlos Rafael Giani d...@pseudoterminal.org --- meta/recipes-graphics/libsdl/libsdl_1.2.15.bb | 25

Re: [OE-core] [PATCH v2] libsdl: add packageconfigs for x11, directfb, opengl

2014-08-29 Thread Carlos Rafael Giani
Main change from Martin Jansa's patch is the use of bb.utils.contains instead of base_contains, and that tslib is removed from DEPENDS. This is something I am not 100% certain of. Is this the right approach? (Removing tslib from DEPENDS for nativesdk I mean.) On 08/29/2014 12:16 PM, Carlos

Re: [OE-core] [RFT] Moving on from eglibc to glibc 2.20

2014-08-29 Thread Richard Purdie
On Thu, 2014-08-28 at 18:46 -0700, Khem Raj wrote: On Thu, Aug 28, 2014 at 5:41 PM, Khem Raj raj.k...@gmail.com wrote: reproduced. will apprise as I have some fix. OK pushed another patch to the contrib tree that should take care of both xf86-input-synaptics xf86-input-vmmouse Thanks. I'm

Re: [OE-core] [PATCH] ptest-runner: return 1 instead of zero if any test fails

2014-08-29 Thread Laszlo Papp
On Mon, Aug 25, 2014 at 7:42 AM, Stoicescu, CorneliuX corneliux.stoice...@intel.com wrote: Hello, From my experience with ptest, there will always be a few tests failing, so we will always get exit code 1. Ptest is not only about meta-core, you need to remember that. My use case is actually

Re: [OE-core] [PATCH v2] libsdl: add packageconfigs for x11, directfb, opengl

2014-08-29 Thread Martin Jansa
On Fri, Aug 29, 2014 at 12:16:22PM +0200, Carlos Rafael Giani wrote: Also adds special treatment of nativesdk versions to avoid build errors Adapted from openembedded-core-contrib, commit cb921237643be39aa8f44ea4c35d3cfd30f782c0 Signed-off-by: Carlos Rafael Giani d...@pseudoterminal.org

Re: [OE-core] [PATCH] Add support for ccache builds with the SDK

2014-08-29 Thread Laszlo Papp
One week passed and there is neither feedback, nor progress. What am I doing wrong? On Fri, Aug 22, 2014 at 4:20 PM, Laszlo Papp lp...@kde.org wrote: Signed-off-by: Laszlo Papp lp...@kde.org --- meta/classes/toolchain-scripts.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git

[OE-core] boost 1.56 compile fail

2014-08-29 Thread Yi Qingliang
hardware: samsung s3c6410 after updated to latest poky, the boost compile fail! error info: libs/atomic/src/lockpool.cpp:127:5: error: 'thread_fence' is not a member of 'boost::atomics::detail' libs/atomic/src/lockpool.cpp:138:5: error: 'signal_fence' is not a member of 'boost::atomics::detail'

Re: [OE-core] boost 1.56 compile fail

2014-08-29 Thread Yi Qingliang
and use 'gcc_atomic' in platform.hpp just for 4.8.x 4.9.x, #if ((defined(__GNUC__) ((__GNUC__ * 100 + __GNUC_MINOR__) = 407)) I don't know why low version gcc can do the lock free atomic operation, but high version can't On Fri, Aug 29, 2014 at 11:28 AM, Yi Qingliang

Re: [OE-core] boost 1.56 compile fail

2014-08-29 Thread Peter A. Bigot
On 08/29/2014 06:28 AM, Yi Qingliang wrote: hardware: samsung s3c6410 after updated to latest poky, the boost compile fail! error info: libs/atomic/src/lockpool.cpp:127:5: error: 'thread_fence' is not a member of 'boost::atomics::detail' libs/atomic/src/lockpool.cpp:138:5: error:

[OE-core] [PATCH RFC] imagebuilder-collab: Add illustration of standalone image creation tool

2014-08-29 Thread Richard Purdie
This adds a recipe which creates a tarball of a standalone image creation tool. On the most part this is copying in our standard lib/bb and lib/oe library functions. There is a modified base.bbclass and bitbake.conf, ultimately we could refactor files to remove duplication here should we find this

Re: [OE-core] [PATCH 0/1] Change default for cortexa* to armv7at-neon.

2014-08-29 Thread Koen Kooi
Op 29 aug. 2014, om 08:12 heeft Mike Looijmans mike.looijm...@topic.nl het volgende geschreven: On 08/28/2014 03:57 PM, Mark Hatle wrote: On 8/28/14, 8:50 AM, Koen Kooi wrote: Op 25 aug. 2014, om 21:12 heeft Mark Hatle mark.ha...@windriver.com het volgende geschreven: On 8/22/14, 5:26

Re: [OE-core] [RFT] Moving on from eglibc to glibc 2.20

2014-08-29 Thread Richard Purdie
On Thu, 2014-08-28 at 18:46 -0700, Khem Raj wrote: On Thu, Aug 28, 2014 at 5:41 PM, Khem Raj raj.k...@gmail.com wrote: reproduced. will apprise as I have some fix. OK pushed another patch to the contrib tree that should take care of both xf86-input-synaptics xf86-input-vmmouse

Re: [OE-core] [RFT] Moving on from eglibc to glibc 2.20

2014-08-29 Thread Richard Purdie
On Thu, 2014-08-28 at 18:46 -0700, Khem Raj wrote: On Thu, Aug 28, 2014 at 5:41 PM, Khem Raj raj.k...@gmail.com wrote: reproduced. will apprise as I have some fix. OK pushed another patch to the contrib tree that should take care of both xf86-input-synaptics xf86-input-vmmouse Also,

Re: [OE-core] [PATCH 0/1] Change default for cortexa* to armv7at-neon.

2014-08-29 Thread Mark Hatle
On 8/29/14, 1:12 AM, Mike Looijmans wrote: On 08/28/2014 03:57 PM, Mark Hatle wrote: On 8/28/14, 8:50 AM, Koen Kooi wrote: Op 25 aug. 2014, om 21:12 heeft Mark Hatle mark.ha...@windriver.com het volgende geschreven: On 8/22/14, 5:26 PM, Martin Jansa wrote: On Fri, Aug 22, 2014 at

[OE-core] [PATCH 0/3] Various PUs

2014-08-29 Thread Cristian Iorga
The following changes since commit fe2e53ba30ba679c038bd5b48b9a91a41af4c49e: bitbake: toaster: create Build methods for calculating progress and ETA (2014-08-29 13:56:50 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ciorga/PUs

[OE-core] [PATCH 3/3] libical: upgrade to 1.0.0

2014-08-29 Thread Cristian Iorga
pthread-fix.patch no longer needed, included upstream; Switched to new website, new bug tracker, new source repo. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../libical/files/pthread-fix.patch| 52 -- .../libical/{libical_0.48.bb =

[OE-core] [PATCH 1/3] iproute2: upgrade to 3.16.0

2014-08-29 Thread Cristian Iorga
Bugfixes. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../iproute2/{iproute2_3.15.0.bb = iproute2_3.16.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/iproute2/{iproute2_3.15.0.bb = iproute2_3.16.0.bb} (68%) diff

[OE-core] [PATCH 2/3] libpcap: upgrade to 1.6.1

2014-08-29 Thread Cristian Iorga
- Still BSD licensed, some changes into pcap triggered a checksum change; - ieee80215-arphrd.patch removed, obsolete. - switched to ${BP} variable; Changelog from previous version: Saturday Jul. 19, 2014 m...@sandelman.ca Summary for 1.6.1 libpcap release some fixes for the any device

[OE-core] [daisy][PATCH] qemu: Explicitly disable libiscsi, its not in DEPENDS

2014-08-29 Thread Jonathan Liu
Signed-off-by: Jonathan Liu net...@gmail.com --- meta/recipes-devtools/qemu/qemu.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 2702986..472988d 100644 ---

[OE-core] [PATCH 3/3] oeqa/runtime: Automatic test for ptest

2014-08-29 Thread Lucian Musat
For images without ptest the packages are automatically installed alongside ptest-runner. Log results are saved in ./results folder. No cleanup is done for packages after the test is finished. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com Signed-off-by: Lucian Musat

[OE-core] [PATCH 1/3] oeqa: Added package installer to oetest to aid in future automatic install of packages

2014-08-29 Thread Lucian Musat
Signed-off-by: Lucian Musat georgex.l.mu...@intel.com --- meta/lib/oeqa/oetest.py | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta/lib/oeqa/oetest.py b/meta/lib/oeqa/oetest.py index ed8b3b2..0b7e7dc 100644 --- a/meta/lib/oeqa/oetest.py +++ b/meta/lib/oeqa/oetest.py @@ -66,6 +66,13

[OE-core] [PATCH 2/3] oeqa/utils/logparser.py: results based log parser utility

2014-08-29 Thread Lucian Musat
A module for parsing results based logs like ptest, compliance and performance. Supports breaking the logs into multiple sections and also provides a result object to use the parser with. The parser is initialized with the regex required to identify results and section statements in the target

[OE-core] [PATCH 5/5] at: Upgrade to 3.1.15

2014-08-29 Thread Saul Wold
Rebase pam.conf.patch Move to generic files - at for patches directory Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-extended/at/{files = at}/S99at | 0 meta/recipes-extended/at/{files = at}/atd.service | 0 .../{files = at}/configure-add-enable-pam.patch | 0

[OE-core] [PATCH 4/5] libassuan: Upgrade to 2.1.2

2014-08-29 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../libassuan-add-pkgconfig-support.patch | 38 +++--- .../{libassuan_2.1.1.bb = libassuan_2.1.2.bb} | 4 +-- 2 files changed, 21 insertions(+), 21 deletions(-) rename

[OE-core] [PATCH 3/5] libxkbcommon: Upgrade to 0.4.3

2014-08-29 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../xorg-lib/{libxkbcommon_0.4.2.bb = libxkbcommon_0.4.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxkbcommon_0.4.2.bb = libxkbcommon_0.4.3.bb} (82%) diff --git

[OE-core] [PATCH 2/5] man-pages: Upgrade to 3.71

2014-08-29 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../man-pages/{man-pages_3.70.bb = man-pages_3.71.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/man-pages/{man-pages_3.70.bb = man-pages_3.71.bb} (82%) diff --git

[OE-core] [PATCH 1/5] less: Upgrade to 466

2014-08-29 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-extended/less/{less_458.bb = less_466.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/less/{less_458.bb = less_466.bb} (88%) diff --git a/meta/recipes-extended/less/less_458.bb

[OE-core] [PATCH 0/5] Package Updates

2014-08-29 Thread Saul Wold
Richard, A final set of package before feature freeze. Sau! The following changes since commit d2fbc55d6863a767e69092bac686c02c3ec34650: populate_sdk_base: Remap TOOLCHAIN_HOST_TASK variable (2014-08-28 15:12:31 +0100) are available in the git repository at:

Re: [OE-core] [PATCH] useradd: Add setscene dep on pseudo-native

2014-08-29 Thread Jate Sujjavanich
There's a commit in poky's master-next with the message bitbake: runqueue: Fix setscene tasks not running. Should it fix the problem fixed by my patch? Thanks, - Jate S. On Sun, Aug 10, 2014 at 5:00 PM, Jate Sujjavanich jate...@gmail.com wrote: A recipe will sometimes be rebuilt

Re: [OE-core] [PATCH 8/9] bootchart2: no bashism in bootchartd.in

2014-08-29 Thread Max Eliaser
Would you be okay with me sending this one upstream? I think it's a worthwhile modification. -Max On Wed, 2014-08-27 at 08:57 -0700, Robert Yang wrote: So use /bin/sh Signed-off-by: Robert Yang liezhi.y...@windriver.com --- .../bootchart2/bootchartd-no-bashism.patch | 27

[OE-core] [PATCH 0/3] ALSA upgrades

2014-08-29 Thread Cristian Iorga
The following changes since commit fe2e53ba30ba679c038bd5b48b9a91a41af4c49e: bitbake: toaster: create Build methods for calculating progress and ETA (2014-08-29 13:56:50 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ciorga/PU2

[OE-core] [PATCH 3/3] alsa-utils: upgrade to 1.0.28

2014-08-29 Thread Cristian Iorga
Changelog: http://www.alsa-project.org/main/index.php/Changes_v1.0.27.2_v1.0.28 0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch updated. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- ...f_1.0.27.2.bb = alsa-utils-alsaconf_1.0.28.bb} | 0

[OE-core] [PATCH 1/3] alsa-lib: upgrade to 1.0.28

2014-08-29 Thread Cristian Iorga
Changelog: http://www.alsa-project.org/main/index.php/Changes_v1.0.27.2_v1.0.28 Update-iatomic.h-functions-definitions-for-mips.patch removed, integrated upstream. Check-if-wordexp-function-is-supported.patch updated. Signed-off-by: Cristian Iorga cristian.io...@intel.com ---

[OE-core] [PATCH 2/3] alsa-tools: upgrade to 1.0.28

2014-08-29 Thread Cristian Iorga
mips_has_no_io_h.patch removed, no longer necessary. Changelog: http://www.alsa-project.org/main/index.php/Changes_v1.0.27.2_v1.0.28 Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../alsa/alsa-tools/mips_has_no_io_h.patch | 16

[OE-core] [PATCH] package_manager: Add rpm v4 support

2014-08-29 Thread Richard Purdie
Currently the package manager code only supports rpm v5. To be useful outside of OE or with OE layers using v4, it makes sense to add in rpm v4 support. This takes a patch from Bartosh, Eduard eduard.bart...@intel.com and enhances it to also include versions of the workarounds from poky-eurogiciel

[OE-core] [PATCH] package_manager.py: enable smart non-interactive mode

2014-08-29 Thread Richard Purdie
From: Ed Bartosh eduard.bart...@intel.com Added --quiet option to smart command line. Without this option smart 1.4.1 turns into interactive mode, i.e. start asking questions and expecting answers. Internally within smart, this changes the default UI to one which just prints to stderr, the

[OE-core] [PATCH] package_rpm: Add optional improved directory handling

2014-08-29 Thread Richard Purdie
From: Ronan Le Martret ro...@fridu.net During spec generation, ideally directories should not be auto packaged under the %file section of rpm packages but take ownership of specific directories. * packages only empty directories or explict directory. See: -

[OE-core] [PATCH] package_rpm: Add %manifest support for spec generation.

2014-08-29 Thread Richard Purdie
From: Ronan Le Martret ro...@fridu.net The manifest file allow custom smack security for a package. https://wiki.tizen.org/wiki/Security/Application_installation_and_Manifest Signed-off-by: Ronan Le Martret ro...@fridu.net Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org

[OE-core] [PATCH] package_rpm: Add builddir macro to define source directory

2014-08-29 Thread Richard Purdie
This allows its usage in other RPM macros so files in ${S} can be found. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta/classes/package_rpm.bbclass b/meta/classes/package_rpm.bbclass index 0f565ac..51910ec 100644 --- a/meta/classes/package_rpm.bbclass +++

Re: [OE-core] [PATCH 3/5] qemux86: support X11 when QEMU is emulating a different GPU than vmware

2014-08-29 Thread Max Eliaser
My understanding is that xf86-video-modesetting is completely unaccelerated, whereas xf86-video-cirrus does some 2D acceleration. Is that not correct? -Max On Wed, 2014-08-27 at 15:48 +0100, Burton, Ross wrote: On 26 August 2014 18:34, Max Eliaser max.elia...@intel.com wrote: QEMU is capable

Re: [OE-core] [PATCH] Add support for ccache builds with the SDK

2014-08-29 Thread Saul Wold
Might be a nit, but can you please follow the Commit Guildlines at http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines The summary should include the filename or area of the fix toolchain-script: Add ... Also can you expand on the why this is needed? Thanks Sau! On

Re: [OE-core] [PATCH] package_rpm: Add optional improved directory handling

2014-08-29 Thread Mark Hatle
On 8/29/14, 12:39 PM, Richard Purdie wrote: From: Ronan Le Martret ro...@fridu.net During spec generation, ideally directories should not be auto packaged under the %file section of rpm packages but take ownership of specific directories. * packages only empty directories or explict directory.

Re: [OE-core] [PATCH] package_rpm: Add %manifest support for spec generation.

2014-08-29 Thread Mark Hatle
On 8/29/14, 12:39 PM, Richard Purdie wrote: From: Ronan Le Martret ro...@fridu.net The manifest file allow custom smack security for a package. https://wiki.tizen.org/wiki/Security/Application_installation_and_Manifest I'm concerned with this simply because we're adding a very specific

Re: [OE-core] [PATCH] package_rpm: Add builddir macro to define source directory

2014-08-29 Thread Mark Hatle
On 8/29/14, 12:40 PM, Richard Purdie wrote: This allows its usage in other RPM macros so files in ${S} can be found. Minor note, (traditional) RPM doesn't differentiate between the 'B' and the 'S'. So build dir has historically be a combination of the two. In this case, 'S' is likely

[OE-core] [PATCH 0/7] gstreamer1.0 upgrades

2014-08-29 Thread Cristian Iorga
The following changes since commit fe2e53ba30ba679c038bd5b48b9a91a41af4c49e: bitbake: toaster: create Build methods for calculating progress and ETA (2014-08-29 13:56:50 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ciorga/gstreamer1.0_upg

[OE-core] [PATCH 2/7] gstreamer1.0-libav: upgrade to 1.4.1

2014-08-29 Thread Cristian Iorga
Bugfix release. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../{gstreamer1.0-libav_1.4.0.bb = gstreamer1.0-libav_1.4.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.4.0.bb =

[OE-core] [PATCH 5/7] gstreamer1.0-plugins-bad: upgrade to 1.4.1

2014-08-29 Thread Cristian Iorga
Bugfix release. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- ...amer1.0-plugins-bad_1.4.0.bb = gstreamer1.0-plugins-bad_1.4.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.4.0.bb =

[OE-core] [PATCH 3/7] gstreamer1.0-plugins-base: upgrade to 1.4.1

2014-08-29 Thread Cristian Iorga
Bugfix release. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- ...er1.0-plugins-base_1.4.0.bb = gstreamer1.0-plugins-base_1.4.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.4.0.bb =

[OE-core] [PATCH 7/7] gstreamer1.0-plugins-ugly: upgrade to 1.4.1

2014-08-29 Thread Cristian Iorga
Bugfix release. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- ...er1.0-plugins-ugly_1.4.0.bb = gstreamer1.0-plugins-ugly_1.4.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.4.0.bb =

[OE-core] [PATCH 4/7] gstreamer1.0-plugins-good: upgrade to 1.4.1

2014-08-29 Thread Cristian Iorga
Bugfix release. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- ...r1.0-plugins-good_1.4.0.bb = gstreamer1.0-plugins-good_1.4.1.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.4.0.bb =

[OE-core] [PATCH 1/7] gstreamer1.0: upgrade to 1.4.1

2014-08-29 Thread Cristian Iorga
bugfix release. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../gstreamer/{gstreamer1.0_1.4.0.bb = gstreamer1.0_1.4.1.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.4.0.bb = gstreamer1.0_1.4.1.bb}

[OE-core] [PATCH 6/7] gstreamer1.0-rtsp-server: upgrade to 1.4.1

2014-08-29 Thread Cristian Iorga
Bugfix release. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- ...amer1.0-rtsp-server_1.4.0.bb = gstreamer1.0-rtsp-server_1.4.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.4.0.bb =

[OE-core] [PATCH] libtirpc: upgrade to 0.2.5

2014-08-29 Thread Cristian Iorga
Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../libtirpc/{libtirpc_0.2.4.bb = libtirpc_0.2.5.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/libtirpc/{libtirpc_0.2.4.bb = libtirpc_0.2.5.bb} (82%) diff --git

[OE-core] [V3 PATCH] oe-core/kernel: Deploy KERNEL_ALT_IMAGETYPE and check it for uImage

2014-08-29 Thread Yang Shi
Install, deploy and package KERNEL_ALT_IMAGETYPE and create kernel-alt-image package. Check if KERNEL_ALT_IMAGETYPE is empty or not. If KERNEL_ALT_IMAGETYPE is empty, just skip alt image install and deploy, otherwise it is failed to install/deploy because KERNEL_ALT_OUTPUT doesn't point to a real

Re: [OE-core] boost 1.56 compile fail

2014-08-29 Thread Dan McGregor
On 29 August 2014 05:48, Peter A. Bigot p...@pabigot.com wrote: On 08/29/2014 06:28 AM, Yi Qingliang wrote: hardware: samsung s3c6410 after updated to latest poky, the boost compile fail! error info: libs/atomic/src/lockpool.cpp:127:5: error: 'thread_fence' is not a member of

Re: [OE-core] boost 1.56 compile fail

2014-08-29 Thread Peter A. Bigot
On 08/29/2014 03:36 PM, Dan McGregor wrote: On 29 August 2014 05:48, Peter A. Bigot p...@pabigot.com wrote: On 08/29/2014 06:28 AM, Yi Qingliang wrote: hardware: samsung s3c6410 after updated to latest poky, the boost compile fail! error info: libs/atomic/src/lockpool.cpp:127:5: error:

[OE-core] [PATCH 3/5] xserver-nodm-init: Only start in runlevel 5

2014-08-29 Thread Dan McGregor
From: Dan McGregor dan.mcgre...@usask.ca Runlevel 3 is often multi-user without X, so don't start the X server in runlevel 3. This allows one to start up a machine without X running from the bootloader. Signed-off-by: Dan McGregor dan.mcgre...@usask.ca ---

[OE-core] [PATCH 1/5] sudo: make sudoers a config file

2014-08-29 Thread Dan McGregor
From: Dan McGregor dan.mcgre...@usask.ca Signed-off-by: Dan McGregor dan.mcgre...@usask.ca --- meta/recipes-extended/sudo/sudo.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-extended/sudo/sudo.inc b/meta/recipes-extended/sudo/sudo.inc index 6de984a..1d7e541 100644 ---

[OE-core] [PATCH 5/5] rpcbind: Make user's home directory /

2014-08-29 Thread Dan McGregor
From: Dan McGregor dan.mcgre...@usask.ca Signed-off-by: Dan McGregor dan.mcgre...@usask.ca --- meta/recipes-extended/rpcbind/rpcbind_0.2.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/rpcbind/rpcbind_0.2.1.bb

[OE-core] [PATCH 4/5] lighttpd: install config file without execute permissions

2014-08-29 Thread Dan McGregor
From: Dan McGregor dan.mcgre...@usask.ca Signed-off-by: Dan McGregor dan.mcgre...@usask.ca --- meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb

[OE-core] [PATCH 2/5] gcc-runtime: enable asan and tsan

2014-08-29 Thread Dan McGregor
From: Dan McGregor dan.mcgre...@usask.ca ASan and TSan are useful debugging tools, enable them on the target and add the packages to packagegroup-core-sdk. Signed-off-by: Dan McGregor dan.mcgre...@usask.ca --- .../recipes-core/packagegroups/packagegroup-core-sdk.bb | 4 +++-

Re: [OE-core] boost 1.56 compile fail

2014-08-29 Thread Dan McGregor
On 29 August 2014 14:58, Peter A. Bigot p...@pabigot.com wrote: On 08/29/2014 03:36 PM, Dan McGregor wrote: On 29 August 2014 05:48, Peter A. Bigot p...@pabigot.com wrote: On 08/29/2014 06:28 AM, Yi Qingliang wrote: hardware: samsung s3c6410 after updated to latest poky, the boost compile

Re: [OE-core] [PATCH 2/5] gcc-runtime: enable asan and tsan

2014-08-29 Thread Dan McGregor
On 29 August 2014 15:15, Dan McGregor danismostlik...@gmail.com wrote: From: Dan McGregor dan.mcgre...@usask.ca ASan and TSan are useful debugging tools, enable them on the target and add the packages to packagegroup-core-sdk. Signed-off-by: Dan McGregor dan.mcgre...@usask.ca ---

Re: [OE-core] [PATCH] package_rpm: Add %manifest support for spec generation.

2014-08-29 Thread Richard Purdie
On Fri, 2014-08-29 at 13:38 -0500, Mark Hatle wrote: On 8/29/14, 12:39 PM, Richard Purdie wrote: From: Ronan Le Martret ro...@fridu.net The manifest file allow custom smack security for a package. https://wiki.tizen.org/wiki/Security/Application_installation_and_Manifest I'm

Re: [OE-core] [PATCH] package_rpm: Add optional improved directory handling

2014-08-29 Thread Richard Purdie
On Fri, 2014-08-29 at 13:36 -0500, Mark Hatle wrote: On 8/29/14, 12:39 PM, Richard Purdie wrote: From: Ronan Le Martret ro...@fridu.net During spec generation, ideally directories should not be auto packaged under the %file section of rpm packages but take ownership of specific

Re: [OE-core] [PATCH] package_rpm: Add %manifest support for spec generation.

2014-08-29 Thread Mark Hatle
On 8/29/14, 4:51 PM, Richard Purdie wrote: On Fri, 2014-08-29 at 13:38 -0500, Mark Hatle wrote: On 8/29/14, 12:39 PM, Richard Purdie wrote: From: Ronan Le Martret ro...@fridu.net The manifest file allow custom smack security for a package.

Re: [OE-core] [PATCH] package_rpm: Add optional improved directory handling

2014-08-29 Thread Mark Hatle
On 8/29/14, 5:02 PM, Richard Purdie wrote: On Fri, 2014-08-29 at 13:36 -0500, Mark Hatle wrote: On 8/29/14, 12:39 PM, Richard Purdie wrote: From: Ronan Le Martret ro...@fridu.net During spec generation, ideally directories should not be auto packaged under the %file section of rpm packages

Re: [OE-core] [PATCH] package_rpm: Add optional improved directory handling

2014-08-29 Thread Richard Purdie
On Fri, 2014-08-29 at 17:13 -0500, Mark Hatle wrote: On 8/29/14, 5:02 PM, Richard Purdie wrote: On Fri, 2014-08-29 at 13:36 -0500, Mark Hatle wrote: Going back in time, I remember us specifically talking about directory ownership and how we likely should try and reach a point where the

Re: [OE-core] [RFT] Moving on from eglibc to glibc 2.20

2014-08-29 Thread Khem Raj
On Fri, Aug 29, 2014 at 5:18 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2014-08-28 at 18:46 -0700, Khem Raj wrote: On Thu, Aug 28, 2014 at 5:41 PM, Khem Raj raj.k...@gmail.com wrote: reproduced. will apprise as I have some fix. OK pushed another patch to the contrib

Re: [OE-core] [RFT] Moving on from eglibc to glibc 2.20

2014-08-29 Thread Khem Raj
On Fri, Aug 29, 2014 at 3:39 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2014-08-28 at 18:46 -0700, Khem Raj wrote: On Thu, Aug 28, 2014 at 5:41 PM, Khem Raj raj.k...@gmail.com wrote: reproduced. will apprise as I have some fix. OK pushed another patch to the contrib

Re: [OE-core] [RFT] Moving on from eglibc to glibc 2.20

2014-08-29 Thread Khem Raj
On Fri, Aug 29, 2014 at 5:20 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2014-08-28 at 18:46 -0700, Khem Raj wrote: On Thu, Aug 28, 2014 at 5:41 PM, Khem Raj raj.k...@gmail.com wrote: reproduced. will apprise as I have some fix. OK pushed another patch to the contrib

Re: [OE-core] boost 1.56 compile fail

2014-08-29 Thread Peter A. Bigot
On 08/29/2014 04:18 PM, Dan McGregor wrote: On 29 August 2014 14:58, Peter A. Bigot p...@pabigot.com wrote: On 08/29/2014 03:36 PM, Dan McGregor wrote: On 29 August 2014 05:48, Peter A. Bigot p...@pabigot.com wrote: On 08/29/2014 06:28 AM, Yi Qingliang wrote: hardware: samsung s3c6410 after

Re: [OE-core] [RFT] Moving on from eglibc to glibc 2.20

2014-08-29 Thread Khem Raj
On Fri, Aug 29, 2014 at 5:01 PM, Khem Raj raj.k...@gmail.com wrote: On Fri, Aug 29, 2014 at 3:39 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2014-08-28 at 18:46 -0700, Khem Raj wrote: On Thu, Aug 28, 2014 at 5:41 PM, Khem Raj raj.k...@gmail.com wrote: reproduced.

Re: [OE-core] [RFT] Moving on from eglibc to glibc 2.20

2014-08-29 Thread Khem Raj
On Fri, Aug 29, 2014 at 4:59 PM, Khem Raj raj.k...@gmail.com wrote: On Fri, Aug 29, 2014 at 5:18 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2014-08-28 at 18:46 -0700, Khem Raj wrote: On Thu, Aug 28, 2014 at 5:41 PM, Khem Raj raj.k...@gmail.com wrote: reproduced.

[OE-core] [PATCH 05/18] kernel-yocto: remove branch existence checking in do_validate_branches

2014-08-29 Thread Bruce Ashfield
Now that the fetcher will enforce branch existence, we no longer need to confirm that a branch exists, and that it was the branch requested to be built. We know the branch exists and we'll confirm that the specified SRCREV is going to be built after we've patched the tree. Signed-off-by: Bruce

[OE-core] [PATCH 01/18] kernel-yocto: use cat-file instead of git-show

2014-08-29 Thread Bruce Ashfield
Parsing the output of git show is error prone, since it changes based on the type of issue with bad comit IDs. Since the output is no longer used in the case of a valid ref, we can switch to git-cat-file and simply check the return code. Signed-off-by: Darren Hart dvh...@linux.intel.com

[OE-core] [PATCH 02/18] kernel-yocto: move SRCREV validation to patching phase

2014-08-29 Thread Bruce Ashfield
Rather than attempting to condition the entire tree to machine SRCREV (since we don't know what branch will be built), we can instead wait until patching has completed and then confirm that we are indeed building a decendant of the specified SRCREV. The result is a much simpler check, and no

[OE-core] [PATCH 06/18] kernel-yocto: remove KBRANCH_DEFAULT

2014-08-29 Thread Bruce Ashfield
KBRANCH_DEFAULT was introduced as a way to trigger the enforced build of a particular branch of the tree. With the fetcher now enforcing SRCREVs existing on a branch, we can simply validate that the SRCREV is reachable from the final branch and no longer care about enforcing a given branch.

[OE-core] [PATCH 08/18] kernel-yocto: use show-ref instead of branch -a

2014-08-29 Thread Bruce Ashfield
It's better to check a branches existence via show-ref versus the end user branch commands. So we make the switch. Also as part of this change, we move the conversion of remote branches to local branches above the meta branch checking. This is required to ensure that the branch is local for the

[OE-core] [PATCH 09/18] kernel-yocto: clean overly complex branch checkout

2014-08-29 Thread Bruce Ashfield
Since the git fetcher ensures that branches exist, we no longer need to validate the branch and have a conditional checkout of the source. We can remove some checks and ensure that whenever we exit the do_kernel_checkout routine that a branch is always checked out. Signed-off-by: Bruce Ashfield

[OE-core] [PATCH 03/18] kernel-yocto: remove containing branch check

2014-08-29 Thread Bruce Ashfield
The bitbake fetcher now enforces that a commit is contained by a branch, so this code can be dropped from do_validate_branches. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/classes/kernel-yocto.bbclass | 7 --- 1 file changed, 7 deletions(-) diff --git

[OE-core] [PATCH 00/18] kernel-yocto: consolidated pull request

2014-08-29 Thread Bruce Ashfield
Richard/Saul, Here's the pending queue of kernel changes for the 1.7 feature freeze. The queue is large, but I've actually been building and running with most of these changes for 6 months now, so they've been soaked for quite a while. This block of changes is largely about removing some of the

  1   2   >