Re: [OE-core] [PATCH] u-boot: Update to 2017.03 release

2017-03-26 Thread Denys Dmytriyenko
On Sun, Mar 26, 2017 at 05:08:13PM -0300, Otavio Salvador wrote: > Ths 2017.03 release is out since March 13th 2017 and is the latest > stable release prior Pyro release. At least 2 typos in the description... > Signed-off-by: Otavio Salvador > --- > >

Re: [OE-core] [PATCH 3/3] apt: fix hardcode of /usr/lib

2017-03-26 Thread Robert Yang
On 03/24/2017 08:05 PM, Burton, Ross wrote: On 24 March 2017 at 08:55, Robert Yang > wrote: - install -m 0644 ${S}/debian/apt.systemd.daily ${D}/usr/lib/apt/ + install -m 0644 ${S}/debian/apt.systemd.daily

Re: [OE-core] Using MACHINE_FEATURES in a native recipe

2017-03-26 Thread Jussi Kukkonen
On 25 March 2017 at 17:34, Peter Kjellerstedt wrote: > > -Original Message- > > From: openembedded-core-boun...@lists.openembedded.org > > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > > Richard Purdie > > Sent: den 25 mars 2017

[OE-core] [PATCH 1/2] mesa: Update to 17.0.2

2017-03-26 Thread Otavio Salvador
This is a bugfix only release. , | Bug fixes | | Bug 68504 - 9.2-rc1 workaround for clover build failure on ppc/altivec: cannot convert 'bool' to '__vector(4) __bool int' in return | Bug 97988 - [radeonsi] playing back videos with VDPAU exhibits deinterlacing/anti-aliasing issues not

Re: [OE-core] CPU profiling at thread level

2017-03-26 Thread Munagala Naresh
Gentle remainder.. appreciate any pointers on thread level CPU usage. Thanks Naresh On Sat, Mar 25, 2017 at 9:44 PM, Munagala Naresh < munagala.nareshb...@gmail.com> wrote: > Hi Team, > > To analyzes the CPU load consumption of a particular process, we need to > find the thread level

[OE-core] [PATCH 2/2] mesa: Add Etnaviv and i.MX Gallium backend PACKAGECONFIG options

2017-03-26 Thread Otavio Salvador
The MESA 17.0 has Etnaviv and i.MX support. Expose them in PACKAGECONFIG for use. Signed-off-by: Otavio Salvador --- meta/recipes-graphics/mesa/mesa.inc | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/mesa.inc

[OE-core] [PATCH] u-boot: Update to 2017.03 release

2017-03-26 Thread Otavio Salvador
Ths 2017.03 release is out since March 13th 2017 and is the latest stable release prior Pyro release. Signed-off-by: Otavio Salvador --- .../u-boot/{u-boot-common_2017.01.inc => u-boot-common_2017.03.inc} | 2 +- .../u-boot/{u-boot-fw-utils_2017.01.bb =>

[OE-core] [PATCH] autotools.bbclass: Replace "grep ... >/dev/null" with "grep -q"

2017-03-26 Thread Robert P. J. Day
For aesthetic style reasons, use "grep -q" instead of ">/dev/null". Signed-off-by: Robert P. J. Day --- diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index d494734..ac04a07 100644 --- a/meta/classes/autotools.bbclass +++

[OE-core] [PATCH] wic: fix generation of partition UUID

2017-03-26 Thread Ed Bartosh
Partition UUID for msdos partitioning is based on a 4 bytes long system identifier. Wic uses random number to generate system identifier. For the numbers starting with 0 partition uuid is shorter, which makes wic images non-bootable as kernel expects 8 charactest in PARTUUID parameter. Padded