Re: [OE-core] [PATCH 0/2] bind update req. new pkg in core

2018-05-21 Thread akuster808
On 05/21/2018 07:25 PM, Khem Raj wrote: > On Mon, May 21, 2018 at 9:30 PM, akuster808 wrote: >> >> On 05/21/2018 06:06 PM, Khem Raj wrote: >> >> >> On Mon, May 21, 2018 at 3:44 PM Armin Kuster wrote: >>> With this update, the python-ply package is required. >>> I copied the one from meta-python

[OE-core] [meta-oe][PATCH] Turbostat: add a necessary recipe to meta-oe

2018-05-21 Thread Hongzhi.Song
This is an efficient tool to reflect the status of processors. Turbostat reports processor topology, frequency, idle power-state statistics, temperature and power on processors. Signed-off-by: Hongzhi.Song --- meta-oe/recipes-kernel/turbostat/turbostat.bb | 53 +++ 1 file

Re: [OE-core] [PATCH 0/2] bind update req. new pkg in core

2018-05-21 Thread Khem Raj
On Mon, May 21, 2018 at 9:30 PM, akuster808 wrote: > > > On 05/21/2018 06:06 PM, Khem Raj wrote: > > > On Mon, May 21, 2018 at 3:44 PM Armin Kuster wrote: >> >> With this update, the python-ply package is required. >> I copied the one from meta-python to core. Once this hits master, >> I will sen

Re: [OE-core] [PATCH 2/2] cpan_build.bbclass: tell Module::Build the replacement

2018-05-21 Thread Khem Raj
On Mon, May 21, 2018 at 11:49 AM, Jens Rehsack wrote: > Instead of patching Module::Build, maybe Module::Build::Tiny and all other > similar tools, use the official way to tell them which is the target perl > on target. > > Signed-off-by: Jens Rehsack > --- > meta/classes/cpan_build.bbclass | 2

[OE-core] [PATCH V3] webkitgtk: Upgrade to 2.20.2

2018-05-21 Thread Khem Raj
Backport a patch to fix build clang 6.0+ driver can correclty detect corss gold linker now Signed-off-by: Khem Raj --- V2: - Remove code to disable gold with clang instead of commenting, and describe why remove V3: - Mark patch status properly as backport .../0012-soup-Forward-declare-URL-cl

Re: [OE-core] [PATCH 0/2] bind update req. new pkg in core

2018-05-21 Thread akuster808
On 05/21/2018 06:06 PM, Khem Raj wrote: > > On Mon, May 21, 2018 at 3:44 PM Armin Kuster > wrote: > > With this update, the python-ply package is required. > I copied the one from meta-python to core. Once this hits master, > I will send a patch to remove

Re: [OE-core] [PATCH 0/2] bind update req. new pkg in core

2018-05-21 Thread Khem Raj
On Mon, May 21, 2018 at 3:44 PM Armin Kuster wrote: > With this update, the python-ply package is required. > I copied the one from meta-python to core. Once this hits master, > I will send a patch to remove the same recipe from > meta-python. Can this be turned on/off using packageconfig ? If

Re: [OE-core] [PATCH 0/4] Package upgrades

2018-05-21 Thread Denys Dmytriyenko
On Mon, May 21, 2018 at 07:17:35PM -0400, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko > > Upgrades for hdparm, lz4, mtd-utils and wayland-protocols. > > The following changes since commit 9611485bba03ef77ff31121e3b1da7cd57990c3e: > > patchreview: don't disable malformed SoB check (2018

[OE-core] [PATCH 4/4] wayland-protocols: upgrade 1.13 -> 1.14

2018-05-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- .../wayland/{wayland-protocols_1.13.bb => wayland-protocols_1.14.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{wayland-protocols_1.13.bb => wayland-protocols_1.14.bb} (85%) dif

[OE-core] [PATCH 3/4] mtd-utils: upgrade 2.0.1 -> 2.0.2

2018-05-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- meta/recipes-devtools/mtd/mtd-utils_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb b/meta/recipes-devtools/mtd/mtd-utils_git.bb index a0e1cf7..97a3e0c 100644

[OE-core] [PATCH 1/4] hdparm: upgrade 9.55 -> 9.56

2018-05-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- meta/recipes-extended/hdparm/{hdparm_9.55.bb => hdparm_9.56.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/hdparm/{hdparm_9.55.bb => hdparm_9.56.bb} (90%) diff --git a/meta/recipes-extende

[OE-core] [PATCH 2/4] lz4: upgrade 1.8.1.2 -> 1.8.2

2018-05-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- meta/recipes-support/lz4/{lz4_1.8.1.2.bb => lz4_1.8.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/lz4/{lz4_1.8.1.2.bb => lz4_1.8.2.bb} (94%) diff --git a/meta/recipes-support/lz4/lz4_1.8.1.2

[OE-core] [PATCH 0/4] Package upgrades

2018-05-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Upgrades for hdparm, lz4, mtd-utils and wayland-protocols. The following changes since commit 9611485bba03ef77ff31121e3b1da7cd57990c3e: patchreview: don't disable malformed SoB check (2018-05-15 10:00:33 +0100) are available in the git repository at: git://push.ope

[OE-core] [PATCH 1/2] linux-firmware: upgrade to 8fc2d4e5 revision

2018-05-21 Thread Otavio Salvador
8fc2d4e Merge git://git.marvell.com/mwifiex-firmware e1abab6 linux-firmware: update Marvell USB8997 firmware image to add WPA2 vulnerability fix c38c231 linux-firmware: update Marvell SD8897-B0 firmware image to add WPA2 vulnerability fix 0686ec7 Merge branch 'firmware-update' of https://github.c

[OE-core] [PATCH 2/2] libdrm: upgrade 2.4.91 -> 2.4.92

2018-05-21 Thread Otavio Salvador
Daniel Stone (3): drm/atomic: Refuse to add invalid objects to requests headers: Sync with drm-next headers: Update README Dylan Baker (1): meson: don't use compiler.has_header Emil Velikov (1): Revert "libdrm: intel/Android.mk: Filter libdrm_intel librar

[OE-core] [PATCH 2/2] python3-ply: add package needed by bind 9.12 update

2018-05-21 Thread Armin Kuster
move package from meta-python Signed-off-by: Armin Kuster --- meta/recipes-devtools/python/python-ply.inc | 18 ++ meta/recipes-devtools/python/python-ply_3.11.bb | 2 ++ 2 files changed, 20 insertions(+) create mode 100644 meta/recipes-devtools/python/python-ply.inc creat

[OE-core] [PATCH 0/2] bind update req. new pkg in core

2018-05-21 Thread Armin Kuster
With this update, the python-ply package is required. I copied the one from meta-python to core. Once this hits master, I will send a patch to remove the same recipe from meta-python. Armin Kuster (2): bind: update to 9.12.1 python3-ply: add package needed by bind 9.12 update ...0001-build-u

[OE-core] [PATCH 1/2] bind: update to 9.12.1

2018-05-21 Thread Armin Kuster
LIC_FILES_CHKSUM changed do to updated year Requires python-ply package in core removed: dont-test-on-host.patch, no longer impliemented drop use-python3-and-fix-install-lib-path.patch, they added the ability to pass in lib dir loctions drop bind-confgen-build-unix.o-once.patch, fix included in u

Re: [OE-core] [V2][PATCH] busybox: update to 1.28.3

2018-05-21 Thread Andre McCurdy
On Mon, May 21, 2018 at 12:13 PM, akuster808 wrote: > On 05/21/2018 11:18 AM, Andre McCurdy wrote: >> On Sun, May 20, 2018 at 7:49 AM, Armin Kuster wrote: >>> From: Armin Kuster >>> >>> [v2] >>> Add back busybox-udhcpc-no_deconfig.patch ti SRC_URI, missed earlier >>> >>> [v1] >>> removed patches

Re: [OE-core] [PATCH V2] webkitgtk: Upgrade to 2.20.2

2018-05-21 Thread Khem Raj
Thanks, I'll check it out once I am near a computer On Mon, May 21, 2018 at 7:55 AM Burton, Ross wrote: > My patch metrics[1] will love you if you can replace that patch with a > backport... > > Ross > [1] http://www.burtonini.com/temp/status/ > > On 21 May 2018 at 14:37, Khem Raj wrote: > > Pa

Re: [OE-core] [V2][PATCH] busybox: update to 1.28.3

2018-05-21 Thread akuster808
On 05/21/2018 11:18 AM, Andre McCurdy wrote: > On Sun, May 20, 2018 at 7:49 AM, Armin Kuster wrote: >> From: Armin Kuster >> >> [v2] >> Add back busybox-udhcpc-no_deconfig.patch ti SRC_URI, missed earlier >> >> [v1] >> removed patches included in update: >> busybox/CVE-2011-5325.patch >> busybo

Re: [OE-core] [PATCH] scripts/oe-init-bashrc: add more user-friendly oe-setup utility

2018-05-21 Thread Alexander Kanavin
On 05/21/2018 06:55 PM, Jens Rehsack wrote: Move scripts/bashrc from meta-jens/scripts to oe-core to share user-friendly oe builddir management with community. Using this script will help manage multiple BSPs and targets like perl developers using perlbrew. Please explain in detail what this do

Re: [OE-core] [PATCH 0/2] Update Perl5 handling

2018-05-21 Thread Alexander Kanavin
On 05/21/2018 06:49 PM, Jens Rehsack wrote: cpan_build.bbclass: adopt to recent EU::MM cpan_build.bbclass: tell Module::Build the replacement Would you be interested in taking over the maintenance of the core perl recipe? We have a few issues that need to be taken care of, such as updat

Re: [OE-core] [V2][PATCH] busybox: update to 1.28.3

2018-05-21 Thread Andre McCurdy
On Sun, May 20, 2018 at 7:49 AM, Armin Kuster wrote: > From: Armin Kuster > > [v2] > Add back busybox-udhcpc-no_deconfig.patch ti SRC_URI, missed earlier > > [v1] > removed patches included in update: > busybox/CVE-2011-5325.patch > busybox/CVE-2017-15873.patch > busybox/busybox-CVE-2017-16544.pa

Re: [OE-core] [PATCH] arch-armv7a.inc: default to Thumb2 instruction set for armv7a and above

2018-05-21 Thread Andre McCurdy
On Sat, May 19, 2018 at 12:41 AM, Martin Jansa wrote: > On Sat, May 19, 2018 at 12:31:51AM -0700, Andre McCurdy wrote: >> On Sat, May 19, 2018 at 12:11 AM, Martin Jansa >> wrote: >> > On Fri, May 18, 2018 at 11:48:45PM -0700, Andre McCurdy wrote: >> >> On Fri, May 18, 2018 at 10:42 PM, Martin Ja

[OE-core] [PATCH] scripts/oe-init-bashrc: add more user-friendly oe-setup utility

2018-05-21 Thread Jens Rehsack
Move scripts/bashrc from meta-jens/scripts to oe-core to share user-friendly oe builddir management with community. Using this script will help manage multiple BSPs and targets like perl developers using perlbrew. Add few missed features as list contained repositories, used layers or other builddi

[OE-core] [PATCH 1/2] cpan_build.bbclass: adopt to recent EU::MM

2018-05-21 Thread Jens Rehsack
The modern the time, the improvements in ExtUtils::MakeMaker. Nowadays, .packlist and perllocal.pod aren't touched anymore when appropriate flags set during configure stage. Controlling the flags globally avoids dual-life recipes need share patching. Further: remove prepending ${PERL_ARCHLIB} in

[OE-core] [PATCH 2/2] cpan_build.bbclass: tell Module::Build the replacement

2018-05-21 Thread Jens Rehsack
Instead of patching Module::Build, maybe Module::Build::Tiny and all other similar tools, use the official way to tell them which is the target perl on target. Signed-off-by: Jens Rehsack --- meta/classes/cpan_build.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta

[OE-core] [PATCH 0/2] Update Perl5 handling

2018-05-21 Thread Jens Rehsack
ens Rehsack (2): cpan_build.bbclass: adopt to recent EU::MM cpan_build.bbclass: tell Module::Build the replacement meta/classes/cpan.bbclass | 3 +-- meta/classes/cpan_build.bbclass | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) -- Jens Rehsack - rehs...@gmail.com signature

[OE-core] Yocto Project Status WW21’18

2018-05-21 Thread Jolley, Stephen K
Current Dev Position: YP 2.6 M1 is accepting patches. Next Deadline: YP 2.6 M1 release is June 11, 2018 SWAT Team Rotation: · SWAT lead is currently: Ross · SWAT team rotation: Ross -> Paul on May 25, 2018 · SWAT team rotation: Paul -> Tracy on June 1, 2018 ·

Re: [OE-core] [PATCH v2] rootfs-postcommands: put image testdata under sstate control

2018-05-21 Thread André Draszik
Hi, On Thu, 2018-05-17 at 14:29 +0800, ChenQi wrote: > Hi, > > I've also noticed this problem. The growing testdata.json files also > bothered me a little bit. > > I think the only small flaw with your patch is you deleted the following > check. > > if testdata_link != testdata: > > Checking

Re: [OE-core] [PATCH V2] webkitgtk: Upgrade to 2.20.2

2018-05-21 Thread Burton, Ross
My patch metrics[1] will love you if you can replace that patch with a backport... Ross [1] http://www.burtonini.com/temp/status/ On 21 May 2018 at 14:37, Khem Raj wrote: > Patch it to build with clang > > clang 6.0+ driver can correclty detect corss gold linker now > > Signed-off-by: Khem Raj

Re: [OE-core] [PATCH] wget: upgrade 1.19.4 -> 1.19.5

2018-05-21 Thread Khem Raj
Cool, thanks! On Mon, May 21, 2018 at 7:36 AM Burton, Ross wrote: > There's just one security fix which can be backported (in fact, that > fix is already on the list for master so its easy to backport). > > Ross > > On 21 May 2018 at 14:48, Khem Raj wrote: > > this has security fixes i wonder i

Re: [OE-core] [PATCH] wget: upgrade 1.19.4 -> 1.19.5

2018-05-21 Thread Burton, Ross
There's just one security fix which can be backported (in fact, that fix is already on the list for master so its easy to backport). Ross On 21 May 2018 at 14:48, Khem Raj wrote: > this has security fixes i wonder if this should be backported to sumo > > On Mon, May 21, 2018 at 1:53 AM, Jibin Xu

Re: [OE-core] [PATCH] wget: upgrade 1.19.4 -> 1.19.5

2018-05-21 Thread Khem Raj
this has security fixes i wonder if this should be backported to sumo On Mon, May 21, 2018 at 1:53 AM, Jibin Xu wrote: > Signed-off-by: Jibin Xu > --- > meta/recipes-extended/wget/{wget_1.19.4.bb => wget_1.19.5.bb} | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename meta/recip

Re: [OE-core] [PATCH 2/2] webkitgtk: Upgrade to 2.20.2

2018-05-21 Thread Khem Raj
On Mon, May 21, 2018 at 3:14 AM, Burton, Ross wrote: > On 21 May 2018 at 07:07, Alexander Kanavin wrote: >> 2018-05-21 1:04 GMT+03:00 Khem Raj : >>> +Subject: [PATCH] soup: Forward declare URL class >>> + >>> +This helps getting away with compiler errors seen with clang >>> + >>> +/mnt/a/oe/works

[OE-core] [PATCH V2] webkitgtk: Upgrade to 2.20.2

2018-05-21 Thread Khem Raj
Patch it to build with clang clang 6.0+ driver can correclty detect corss gold linker now Signed-off-by: Khem Raj --- V2: - Remove code to disabel gold with clang instead of commenting, and descrive the removal .../0012-soup-Forward-declare-URL-class.patch | 31 +++ ...ebkitgt

[OE-core] [rocko][PATCH 1/1] ncurses: Fix CVE-2018-10754

2018-05-21 Thread Ovidiu Panait
In ncurses before 6.1.20180414, there is a NULL Pointer Dereference in the _nc_parse_entry function of tinfo/parse_entry.c. It could lead to a remote denial of service if the terminfo library code is used to process untrusted terminfo data in which a use-name is invalid syntax. Upstream patch:

Re: [OE-core] [PATCH 2/2] webkitgtk: Upgrade to 2.20.2

2018-05-21 Thread Burton, Ross
On 21 May 2018 at 07:07, Alexander Kanavin wrote: > 2018-05-21 1:04 GMT+03:00 Khem Raj : >> +Subject: [PATCH] soup: Forward declare URL class >> + >> +This helps getting away with compiler errors seen with clang >> + >> +/mnt/a/oe/workspace/sources/webkitgtk/Source/WebCore/platform/network/soup/So

[OE-core] [PATCH] wireless-tools: remove the recipe

2018-05-21 Thread Alexander Kanavin
wireless-tools have been obsolete and superseded by iw for a very long time. I've checked that images continue to boot and the graphical connman frontend is still able to list wireless networks; there is no evidence that wireless-tools are needed by anything. [YOCTO #12727] Signed-off-by: Alexan

[OE-core] [PATCH] wget: upgrade 1.19.4 -> 1.19.5

2018-05-21 Thread Jibin Xu
Signed-off-by: Jibin Xu --- meta/recipes-extended/wget/{wget_1.19.4.bb => wget_1.19.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/wget/{wget_1.19.4.bb => wget_1.19.5.bb} (60%) diff --git a/meta/recipes-extended/wget/wget_1.19.4.bb b/meta/recipes-e