[OE-core] [PATCH] common-licenses: Add BSD-1-Clause

2018-01-19 Thread André Draszik
From: André Draszik Some projects are starting to use it. https://spdx.org/licenses//BSD-1-Clause.html Signed-off-by: André Draszik --- meta/files/common-licenses/BSD-1-Clause | 9 + 1 file changed, 9 insertions(+) create mode 100644

[OE-core] ✗ patchtest: failure for mtd-utils: remove double hashtable iterator definition

2018-01-19 Thread Patchwork
== Series Details == Series: mtd-utils: remove double hashtable iterator definition Revision: 1 URL : https://patchwork.openembedded.org/series/10612/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests

Re: [OE-core] [oe-commits] [openembedded-core] 08/08: json-glib: update to 1.4.2

2018-01-19 Thread Martin Jansa
qemuarm, qemux86, raspberrypi3 and few more arm MACHINEs. On Fri, Jan 19, 2018 at 3:02 PM, Burton, Ross wrote: > On 19 January 2018 at 13:58, Martin Jansa wrote: > >> It fails here since this upgrade, maybe the 0001-Do-not-disable-gobjec >>

Re: [OE-core] [PATCH] mtd-utils: remove double hashtable iterator definition

2018-01-19 Thread Burton, Ross
On 19 January 2018 at 11:06, Oleg Kokorin wrote: > diff --git > a/meta/recipes-devtools/mtd/mtd-utils/mtd-utils-fix-hashtable_iterator.patch > b/meta/recipes-devtools/mtd/mtd-utils/mtd-utils-fix- > hashtable_iterator.patch > new file mode 100644 > index 000..082f3b1 > ---

[OE-core] [PATCH][pyro] python3-native: Add python3-misc-native to RPROVIDES

2018-01-19 Thread André Draszik
From: Fabio Berton OE-core commit 800753069f667cd1664d70b3779150c467e3b3fe remove RPROVIDES list to get runtime dependences from manifest file. python3-misc is added in python3 recipe, we need to add native runtime to use python3-misc with native recipes.

Re: [OE-core] [PATCH] mtd-utils: remove double hashtable iterator definition

2018-01-19 Thread Burton, Ross
On 19 January 2018 at 13:57, Oleg Kokorin wrote: > I've got the points and re-sent the patch, but I'd like to add mine: > > by adding complexity instead of taking care of git and specifically > send-email command providing necessary portions you'd like to have in patch > in

Re: [OE-core] [PATCH] mtd-utils: remove double hashtable iterator definition

2018-01-19 Thread Burton, Ross
On 19 January 2018 at 13:54, Oleg Kokorin wrote: > +Upstream-Status: Pending > Is there a reason you're not sending this upstream? Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH] mtd-utils: remove double hashtable iterator definition

2018-01-19 Thread Burton, Ross
On 19 January 2018 at 13:17, Oleg Kokorin wrote: > hello Ross > why do I see this e-mail from you? > "Signed-off-by: Oleg Kokorin " is in the patch. > The file mtd-utils-fix-hashtable_iterator.patch needs this information too. See the wiki link I added

[OE-core] [PATCH] mtd-utils: remove double hashtable iterator definition

2018-01-19 Thread Oleg Kokorin
hashtable_iterator_key and hashtable_iterator_value redefinition inside mkfs.ubifs/hashtable/hashtable_itr.h cause linker redefinition error Signed-off-by: Oleg Kokorin --- .../mtd-utils-fix-hashtable_iterator.patch | 43 ++

Re: [OE-core] [oe-commits] [openembedded-core] 08/08: json-glib: update to 1.4.2

2018-01-19 Thread Burton, Ross
On 19 January 2018 at 13:58, Martin Jansa wrote: > It fails here since this upgrade, maybe the 0001-Do-not-disable-gobjec > t-introspection-when-cross-comp.patch is still useful and wasn't > completely merged upstream? > The patch was to let G-I work when

[OE-core] ✗ patchtest: failure for mtd-utils: remove double hashtable iterator definition (rev2)

2018-01-19 Thread Patchwork
== Series Details == Series: mtd-utils: remove double hashtable iterator definition (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/10612/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several

Re: [OE-core] [PATCH v2] package: Record PE and PR values for shlib dependencies

2018-01-19 Thread Böszörményi Zoltán
Ping. Do you have any objection against the idea of this patch after the described observations? Thanks in advance, Zoltán Böszörményi 2018-01-16 11:10 keltezéssel, Böszörményi Zoltán írta: 2018-01-14 12:27 keltezéssel, Richard Purdie írta: On Fri, 2018-01-12 at 14:46 +0100, Böszörményi

Re: [OE-core] [oe-commits] [openembedded-core] 08/08: json-glib: update to 1.4.2

2018-01-19 Thread Martin Jansa
It fails here since this upgrade, maybe the 0001-Do-not-disable- gobject-introspection-when-cross-comp.patch is still useful and wasn't completely merged upstream? FAILED: json-glib/Json-1.0.typelib json-glib/1.4.2-r0/recipe-sysroot/usr/bin/g-ir-compiler-wrapper json-glib/Json-1.0.gir --output

Re: [OE-core] [oe-commits] [openembedded-core] 08/08: json-glib: update to 1.4.2

2018-01-19 Thread Burton, Ross
On 19 January 2018 at 14:06, Martin Jansa wrote: > qemuarm, qemux86, raspberrypi3 and few more arm MACHINEs. > Can you replicate with nodistro? Ross -- ___ Openembedded-core mailing list

Re: [OE-core] ✗ patchtest: failure - defective robot

2018-01-19 Thread Oleg Kokorin
hello All anybody know the proper way to crack around this useless robot keeping complaining about missing Sign-Off field inside the patch file while the field is in? thanks Oleg   Sent: Friday, January 19, 2018 at 3:02 PM From: Patchwork To: "Oleg

[OE-core] [PATCH] mtd-utils: remove double hashtable iterator definition

2018-01-19 Thread Oleg Kokorin
hashtable_iterator_key and hashtable_iterator_value redefinition inside mkfs.ubifs/hashtable/hashtable_itr.h cause linker redefinition error Signed-off-by: Oleg Kokorin --- .../mtd-utils-fix-hashtable_iterator.patch | 31 ++

Re: [OE-core] [PATCH] grep: support Perl regular expression

2018-01-19 Thread Burton, Ross
On 18 January 2018 at 03:41, Haiqing Bai wrote: > +PACKAGECONFIG[pcre] = ",--disable-perl-regexp,libpcre" > For clarity and ensure consistent behaviour if the defaults change, this should also be passing --enable-perl-regexp. Ross --

Re: [OE-core] [PATCH] [OE-CORE] [PATCH v3] mtd-utils: remove double hashtable iterator definition

2018-01-19 Thread Alexander Kanavin
On 01/19/2018 05:07 PM, Oleg Kokorin wrote: +Upstream-Status: Submitted to dizzy Upstream here means the maintainers of mtd-utils. Have you shown the patch to them? What did they say? Also, if you're seeing this with dizzy, this is a very old and no longer supported or maintained Yocto

[OE-core] ✗ patchtest: failure for mtd-utils: remove double hashtable iterator definition (rev3)

2018-01-19 Thread Patchwork
== Series Details == Series: mtd-utils: remove double hashtable iterator definition (rev3) Revision: 3 URL : https://patchwork.openembedded.org/series/10612/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several

[OE-core] [PATCH] mesa: Upgrade 17.3.2 -> 17.3.3 release

2018-01-19 Thread Otavio Salvador
The 17.3.3 release, published in January 18th, 2018. It fixes a number of issues since 17.3.2 release. The release notes can be seen at: https://www.mesa3d.org/relnotes/17.3.3.html Signed-off-by: Otavio Salvador --- meta/recipes-graphics/mesa/{mesa-gl_17.3.2.bb =>

Re: [OE-core] [PATCH] mtd-utils: remove double hashtable iterator definition

2018-01-19 Thread Burton, Ross
On 19 January 2018 at 14:23, Oleg Kokorin wrote: > hello Ross > > the whole patch supply procedure these days is completely messed-up IMHO. > > if I'm not sending to upstream, then why the damn patch being e-mailed? or > perhaps > just because I can't understand the difference

Re: [OE-core] [oe-commits] [openembedded-core] 08/08: json-glib: update to 1.4.2

2018-01-19 Thread Alexander Kanavin
On 01/19/2018 04:06 PM, Martin Jansa wrote: qemuarm, qemux86, raspberrypi3 and few more arm MACHINEs. I just tried with qemux86 - builds fine, and the g-i files are present in the packages. Alex -- ___ Openembedded-core mailing list

[OE-core] Question about multi rootfs UIDs when using wic

2018-01-19 Thread Volker Vogelhuber
I'm currently trying to create a multi RootFS WIC image as mentioned in directdisk-multi-rootfs.wks. For that I have two image recipes. One that is creating only an ext4 image (image-recovery), and the second that is also creating a WIC image (image-main). I used the IMAGE_FSTYPES variable for

[OE-core] [PATCH 3/3] connman: Implement subnet route in session

2018-01-19 Thread André Draszik
From: Jian Liang Implement subnet route creation/deletion in session, e.g. default via 192.168.100.1 dev eth0 192.168.100.0/24 dev eth0 Signed-off-by: Jian Liang Signed-off-by: André Draszik ---

[OE-core] [PATCH 1/3] connman: fix nat-postrouting not update issue

2018-01-19 Thread André Draszik
From: Jian Liang When more than one session are created with the same "AllowedInterface", connman failed to update nat- postrouting rules when new IP address was got Signed-off-by: Jian Liang Signed-off-by: André Draszik ---

[OE-core] [PATCH 2/3] connman: Fix a crash using wispr over TLS

2018-01-19 Thread André Draszik
From: Jian Liang This is happened when doing wispr against a HTTPS URL rather than the default one, i.e. http://ipv4.connman.net/online/status.html When gnutls_channel is instantiated, the gnutls_channel->established has to be initiated as FALSE. Otherwise,

[OE-core] [PATCH 0/3] connman: add a few backported patches

2018-01-19 Thread André Draszik
The following patches backport a few connman fixes, as connman hasn't seen a new release since August 2017. Cheers, Andre' -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] ✗ patchtest: failure for mtd-utils: remove double hashtable iterator definition (rev4)

2018-01-19 Thread Patchwork
== Series Details == Series: mtd-utils: remove double hashtable iterator definition (rev4) Revision: 4 URL : https://patchwork.openembedded.org/series/10612/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several

[OE-core] [PATCH] [OE-CORE] [PATCH v3] mtd-utils: remove double hashtable iterator definition

2018-01-19 Thread Oleg Kokorin
hashtable_iterator_key and hashtable_iterator_value redefinition inside mkfs.ubifs/hashtable/hashtable_itr.h cause linker redefinition error Signed-off-by: Oleg Kokorin --- .../mtd-utils-fix-hashtable_iterator.patch | 43 ++

[OE-core] [PATCH] [OE-CORE] [PATCH v4] mtd-utils: remove double hashtable iterator definition

2018-01-19 Thread Oleg Kokorin
hashtable_iterator_key and hashtable_iterator_value redefinition inside mkfs.ubifs/hashtable/hashtable_itr.h cause linker redefinition error Signed-off-by: Oleg Kokorin --- .../mtd-utils-fix-hashtable_iterator.patch | 58 ++

Re: [OE-core] [oe-commits] [openembedded-core] 08/08: json-glib: update to 1.4.2

2018-01-19 Thread Martin Jansa
I have gobject-introspection-data in DISTRO_FEATURES_BACKFILL_CONSIDERED. I am able to reproduce this with nodistro after adding: DISTRO_FEATURES_remove = "gobject-introspection-data" or the same to DISTRO_FEATURES_BACKFILL_CONSIDERED. This one is with require

Re: [OE-core] [PATCH] u-boot: Upgrade to 2018.01 release

2018-01-19 Thread Otavio Salvador
On Fri, Jan 19, 2018 at 3:45 PM, Marek Vasut wrote: > This upgrades the U-Boot from 2017.11 to 2018.01 release > and drops patches accepted upstream. > > Signed-off-by: Marek Vasut Acked-by: Otavio Salvador ... >

Re: [OE-core] [PATCH] glibc:CVE-2017-17426

2018-01-19 Thread Burton, Ross
This needs rebasing to master, and I suspect your email servers are corrupting your mails as I often have to go and fix up your patches which have had long lines wrapped: Applying: glibc:CVE-2017-17426 error: corrupt patch at line 64 Ross On 17 January 2018 at 02:46, Huang, Qiyu

[OE-core] [PATCH] u-boot: Upgrade to 2018.01 release

2018-01-19 Thread Marek Vasut
This upgrades the U-Boot from 2017.11 to 2018.01 release and drops patches accepted upstream. Signed-off-by: Marek Vasut Cc: Otavio Salvador Cc: Ross Burton Cc: Richard Purdie ---

Re: [OE-core] [PATCH] u-boot: Upgrade to 2018.01 release

2018-01-19 Thread Marek Vasut
On 01/19/2018 07:18 PM, Otavio Salvador wrote: > On Fri, Jan 19, 2018 at 3:45 PM, Marek Vasut wrote: >> This upgrades the U-Boot from 2017.11 to 2018.01 release >> and drops patches accepted upstream. >> >> Signed-off-by: Marek Vasut > > Acked-by: Otavio Salvador

[OE-core] [PATCH v3] recipes-core: move hwclock.sh to util-linux

2018-01-19 Thread Alex Stewart
* Move the hwclock.sh initscript from the busybox recipe to util-linux. This script is generally useful for distros that get their hwclock implementation from sources other than busybox and we follow debian's example by providing it in util-linux. :busybox/* * Remove the busybox-hwclock

Re: [OE-core] [PATCH] u-boot: Upgrade to 2018.01 release

2018-01-19 Thread Tom Rini
On Fri, Jan 19, 2018 at 10:46:56PM +0100, Marek Vasut wrote: > On 01/19/2018 07:18 PM, Otavio Salvador wrote: > > On Fri, Jan 19, 2018 at 3:45 PM, Marek Vasut wrote: > >> This upgrades the U-Boot from 2017.11 to 2018.01 release > >> and drops patches accepted upstream. > >> > >>

Re: [OE-core] [PATCH] u-boot: Upgrade to 2018.01 release

2018-01-19 Thread Marek Vasut
On 01/19/2018 10:58 PM, Tom Rini wrote: > On Fri, Jan 19, 2018 at 10:46:56PM +0100, Marek Vasut wrote: >> On 01/19/2018 07:18 PM, Otavio Salvador wrote: >>> On Fri, Jan 19, 2018 at 3:45 PM, Marek Vasut wrote: This upgrades the U-Boot from 2017.11 to 2018.01 release and

Re: [OE-core] [PATCH 2/2] cmake: use Ninja by default

2018-01-19 Thread Alejandro Enedino Hernandez Samaniego
On 01/18/2018 04:38 AM, Ross Burton wrote: > This changes the cmake class to use Ninja instead of Make by default. > > If a recipe is broken with Ninja then the recipe can set > OECMAKE_GENERATOR="Unix > Makefiles" to change back to Make. > > Signed-off-by: Ross Burton >

Re: [OE-core] [PATCH] image_types: add support for modern f2fs flash filesystem

2018-01-19 Thread Richard Purdie
On Thu, 2018-01-18 at 09:16 -0800, Saul Wold wrote: > The f2fs filesystem is a newer flash filesystem that is available in > meta-filesystems. This needs a minimum sized blank space to operate > in correctly. > > The f2fs has overprovision functionality and when building smaller > filesystems,

Re: [OE-core] [PATCH] bash: 4.4 -> 4.4.12

2018-01-19 Thread Alexander Kanavin
On 01/19/2018 09:54 AM, Martin Hundebøll wrote: 1.Upgrade bash from 4.4 to 4.4.12. 2.Delete bash44-001, bash44-002, bash44-003, bash44-004, bash44-005, bash44-006, bash44-007,bash44-008, bash44-009, bash44-0010, bash44-0011, bash44-0012, since it is integrated upstream. Signed-off-by: Huang