[OE-core] [PATCH] harfbuzz:upgrade 2.3.1 -> 2.4.0

2019-04-01 Thread Zang Ruochen
-Upgrade from harfbuzz_2.3.1.bb to harfbuzz_2.4.0.bb. Signed-off-by: Zang Ruochen --- .../harfbuzz/{harfbuzz_2.3.1.bb => harfbuzz_2.4.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_2.3.1.bb => harfbuzz_2.4.0.bb} (89%)

Re: [OE-core] Git commit process question.

2019-04-01 Thread Jon Mason
On Tue, Apr 2, 2019 at 6:41 AM Mark Hatle wrote: > > On 4/1/19 6:20 PM, akuster808 wrote: > > > > > > On 4/1/19 4:02 PM, Richard Purdie wrote: > >> On Mon, 2019-04-01 at 15:33 -0700, akuster808 wrote: > >>> Hello, > >>> > >>> I have noticed a large number of git commits with no header > >>>

Re: [OE-core] [PATCH] asciidoc: use Python 3 port

2019-04-01 Thread Khem Raj
I find many posts reporting similar issue also I see it happen on ubuntu 18.04 host as well https://groups.google.com/forum/#!topic/asciidoc/FC-eOwU8rYg https://groups.google.com/forum/#!topic/asciidoc/N4boYdQ3Zik On Mon, Apr 1, 2019 at 7:01 AM Burton, Ross wrote: > > Error 4 is 'validation

[OE-core] [PATCH V2] llvm: fix link error for powerpc

2019-04-01 Thread changqing.li
From: Changqing Li fix below link error for powerpc lib/libLLVMSupport.a(CommandLine.cpp.o): in function `llvm::cl::opt_storage<(anonymous namespace): :HelpPrinterWrapper, true, true>::setLocation(llvm::cl::Option&, (anonymous namespace)::HelpPrinterWrapper&) [clone .isra.189]':

Re: [OE-core] Git commit process question.

2019-04-01 Thread Mark Hatle
On 4/1/19 6:20 PM, akuster808 wrote: > > > On 4/1/19 4:02 PM, Richard Purdie wrote: >> On Mon, 2019-04-01 at 15:33 -0700, akuster808 wrote: >>> Hello, >>> >>> I have noticed a large number of git commits with no header >>> information being accepted. >> Can you be more specific about what "no

Re: [OE-core] [PATCH] libcomps: update to 0.1.11

2019-04-01 Thread Burton, Ross
On Tue, 2 Apr 2019 at 00:18, Oleksandr Kravchuk wrote: > I wonder that as well. > > As someone rather new to the YP, I would sensitively like to learn why, > so I don't waste your time in the future again, because I have not > ignored the warning/error. I have simply not seen one. This only

Re: [OE-core] Git commit process question.

2019-04-01 Thread akuster808
On 4/1/19 4:02 PM, Richard Purdie wrote: > On Mon, 2019-04-01 at 15:33 -0700, akuster808 wrote: >> Hello, >> >> I have noticed a large number of git commits with no header >> information being accepted. > Can you be more specific about what "no header information" means? You > mean a shortlog

Re: [OE-core] [PATCH] libcomps: update to 0.1.11

2019-04-01 Thread Oleksandr Kravchuk
Ross - I wonder that as well. As someone rather new to the YP, I would sensitively like to learn why, so I don't waste your time in the future again, because I have not ignored the warning/error. I have simply not seen one. On 02/04/2019 01:13, Burton, Ross wrote: > For me: > > ERROR:

Re: [OE-core] [PATCH] libcomps: update to 0.1.11

2019-04-01 Thread Burton, Ross
For me: ERROR: libcomps-0.1.11-r0 do_patch: Command Error: 'quilt --quiltrc /data/poky-tmp/master/work/corei7-64-poky-linux/libcomps/0.1.11-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0 Output: Applying patch 0002-Set-library-installation-path-correctly.patch patching file

[OE-core] [PATCH] layer.conf: Update to warrior release name series

2019-04-01 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta-selftest/conf/layer.conf | 2 +- meta-skeleton/conf/layer.conf | 2 +- meta/conf/layer.conf | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-selftest/conf/layer.conf b/meta-selftest/conf/layer.conf index

Re: [OE-core] [OE-Core][master][PATCH v3 3/3] devtool: provide support for devtool menuconfig command

2019-04-01 Thread Paul Eggleton
On Friday, 29 March 2019 7:55:21 AM NZDT Sai Hari Chandana Kalluri wrote: > + pn = rd.getVar('PN', True) > + if pn not in workspace: > + raise DevtoolError("Run devtool modify before calling menuconfig > for %s" %pn) Did you see my earlier comment re check_workspace_recipe() ?

Re: [OE-core] Git commit process question.

2019-04-01 Thread Richard Purdie
On Mon, 2019-04-01 at 15:33 -0700, akuster808 wrote: > Hello, > > I have noticed a large number of git commits with no header > information being accepted. Can you be more specific about what "no header information" means? You mean a shortlog and no full log message? Cheers, Richard --

Re: [OE-core] [PATCH v2] devtool: prevent starting git gc in background

2019-04-01 Thread Paul Eggleton
Acked-by: Paul Eggleton On Friday, 22 March 2019 1:56:59 PM NZDT Taras Kondratiuk via Openembedded-core wrote: > Devtool creates a git repository for extracted sources in a temporary > directory and then moves it to a final destination after patching is > done. Unfortunately devtool is not

Re: [OE-core] [OE-Core][master][PATCH v3 1/3] devtool/standard.py: Update devtool modify to copy source from work-shared if its already downloaded

2019-04-01 Thread Paul Eggleton
On Friday, 29 March 2019 7:55:19 AM NZDT Sai Hari Chandana Kalluri wrote: > +def get_staging_kbranch(srcdir): > + staging_kbranch = "" > + if os.path.exists(srcdir) and os.listdir(srcdir): > + (branch, _) = bb.process.run('git branch | grep \* | cut -d \' \' > -f2', cwd=srcdir)

[OE-core] [PATCH] libgpg-error: update to 1.36

2019-04-01 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../{libgpg-error_1.35.bb => libgpg-error_1.36.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libgpg-error/{libgpg-error_1.35.bb => libgpg-error_1.36.bb} (94%) diff --git

[OE-core] [PATCH] libsolv: update to 0.7.4

2019-04-01 Thread Oleksandr Kravchuk
Removed patch has been upstreammed. Signed-off-by: Oleksandr Kravchuk --- ...y-disfavor-recommends-if-there-are-a.patch | 33 --- .../{libsolv_0.7.3.bb => libsolv_0.7.4.bb}| 7 ++-- 2 files changed, 3 insertions(+), 37 deletions(-) delete mode 100644

[OE-core] [PATCH] libinput: update to 1.13.0

2019-04-01 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../wayland/{libinput_1.12.6.bb => libinput_1.13.0.bb}| 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-graphics/wayland/{libinput_1.12.6.bb => libinput_1.13.0.bb} (84%) diff --git

[OE-core] Git commit process question.

2019-04-01 Thread akuster808
Hello, I have noticed a large number of git commits with no header information being accepted. Are we still following: https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines regards, Armin -- ___ Openembedded-core mailing list

[OE-core] [PATCH] glib-networking: remove PACKAGECONFIG for gnutls

2019-04-01 Thread Andreas Müller
* with patch suggested in [1] build complains with: | ERROR: glib-networking-2.58.0-r0 do_configure: QA Issue: glib-networking: configure was passed unrecognised options: gnutls [unknown-configure-option] * it turned mandatory - see meson.build: | # *** Checks for GnuTLS *** |

[OE-core] [PATCH] createrepo-c: update to 0.12.2

2019-04-01 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../{createrepo-c_git.bb => createrepo-c_0.12.2.bb}| 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-devtools/createrepo-c/{createrepo-c_git.bb => createrepo-c_0.12.2.bb} (94%) diff --git

[OE-core] [PATCH] libcomps: update to 0.1.11

2019-04-01 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../libcomps/{libcomps_git.bb => libcomps_0.1.11.bb} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename meta/recipes-devtools/libcomps/{libcomps_git.bb => libcomps_0.1.11.bb} (92%) diff --git

[OE-core] Reminder: Yocto Project Technical Team Meeting @ Monthly from 8am to 8:30am on the first Tuesday (PST)

2019-04-01 Thread sjolley.yp.pm
All, Just a reminder we will hold the monthly Yocto Project Technical Meeting at 8am PST tomorrow. (April 2nd) We will start planning for YP 2.8 Yocto Project Technical Team Meeting: We encourage people attending the meeting to logon and announce themselves on the Yocto Project IRC

[OE-core] Yocto Project Unassigned Bugs - Help Needed

2019-04-01 Thread sjolley.yp.pm
All, The triage team meets weekly and does its best to handle the bugs reported into the Bugzilla. The number of people attending that meeting has fallen, as have the number of people available to help fix bugs. One of the things we hear users report is they don't know how to help. We (the

[OE-core] [PATCH] dropbear: update to 2019.78

2019-04-01 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-core/dropbear/dropbear_2019.77.bb | 4 meta/recipes-core/dropbear/dropbear_2019.78.bb | 4 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 meta/recipes-core/dropbear/dropbear_2019.77.bb create mode 100644

[OE-core] [PATCH] libsecret: 0.18.8

2019-04-01 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../libsecret/{libsecret_0.18.7.bb => libsecret_0.18.8.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/libsecret/{libsecret_0.18.7.bb => libsecret_0.18.8.bb} (81%) diff --git

[OE-core] [PATCH] wget: update to 1.20.2

2019-04-01 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-extended/wget/wget_1.20.1.bb | 8 meta/recipes-extended/wget/wget_1.20.2.bb | 8 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 meta/recipes-extended/wget/wget_1.20.1.bb create mode 100644

[OE-core] [PATCH] libxcrypt: update to 4.4.4

2019-04-01 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../{libxcrypt.bb => libxcrypt_4.4.4.bb} | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) rename meta/recipes-core/libxcrypt/{libxcrypt.bb => libxcrypt_4.4.4.bb} (68%) diff --git a/meta/recipes-core/libxcrypt/libxcrypt.bb

[OE-core] [PATCH] libatomic-ops: update to 7.6.10

2019-04-01 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../{libatomic-ops_7.6.8.bb => libatomic-ops_7.6.10.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/libatomic-ops/{libatomic-ops_7.6.8.bb => libatomic-ops_7.6.10.bb} (82%) diff --git

[OE-core] [PATCH] xtrans: update to 1.4.0

2019-04-01 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../xorg-lib/{xtrans_1.3.5.bb => xtrans_1.4.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{xtrans_1.3.5.bb => xtrans_1.4.0.bb} (83%) diff --git

[OE-core] [PATCH] libxft: update to 2.3.3

2019-04-01 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../xorg-lib/{libxft_2.3.2.bb => libxft_2.3.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxft_2.3.2.bb => libxft_2.3.3.bb} (88%) diff --git

[OE-core] [PATCH] libxmu: update to 1.1.3

2019-04-01 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../xorg-lib/{libxmu_1.1.2.bb => libxmu_1.1.3.bb}| 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxmu_1.1.2.bb => libxmu_1.1.3.bb} (86%) diff --git

Re: [OE-core] [PATCH 2/2 V2] gobject-introspection: auto-enable/-disable gobject-introspection for meson

2019-04-01 Thread Andreas Müller
On Mon, Apr 1, 2019 at 9:34 PM Alexander Kanavin wrote: > > On Mon, 1 Apr 2019 at 21:26, Andreas Müller wrote: > > What about musl? Am not sure that my information is still valid: > > Broken qemu or not? > > musl is fine with qemu. > Just saw glib-networking failing for 'gnutils' option -> yes

Re: [OE-core] [PATCH] weston: upgrade 5.0.0 -> 6.0.0

2019-04-01 Thread Denys Dmytriyenko
Ah, right, v2 is out. On Mon, Apr 01, 2019 at 11:13:27AM +, Burton, Ross wrote: > WARNING: weston-6.0.0-r0 do_patch: > Some of the context lines in patches were ignored. This can lead to > incorrectly applied patches. > The context lines in the patches can be updated with devtool: > >

[OE-core] [PATCH v2] weston: upgrade 5.0.0 -> 6.0.0

2019-04-01 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Refresh patches. Note: 6.0.0 is the last one to support autotools (needs explicit configure option), newer versions will only support meson. Signed-off-by: Denys Dmytriyenko --- v2 - also refresh patches .../wayland/weston/0001-make-error-portable.patch | 10 +++

Re: [OE-core] [PATCH] ofono: update to 1.28

2019-04-01 Thread Alexander Kanavin
You need to add ell recipe to oe-core, add yourself or the ofono maintainer to maintainers.inc for it, and make a patch to remove ell from meta-oe. ell removal patch goes to oe-devel list. Also you can clean up the ell recipe and update ell as well to latest version at the same time. Alex On

Re: [OE-core] [PATCH 2/2 V2] gobject-introspection: auto-enable/-disable gobject-introspection for meson

2019-04-01 Thread Alexander Kanavin
On Mon, 1 Apr 2019 at 21:26, Andreas Müller wrote: > What about musl? Am not sure that my information is still valid: > Broken qemu or not? musl is fine with qemu. Alex -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH 2/2 V2] gobject-introspection: auto-enable/-disable gobject-introspection for meson

2019-04-01 Thread Andreas Müller
On Mon, Apr 1, 2019 at 6:36 PM Alexander Kanavin wrote: > > On Mon, 1 Apr 2019 at 18:21, Andreas Müller wrote: > > > > I honestly don't remember why the whitelisting was considered a good > > > idea, but I think it would be better to drop it altogether? That way > > > there will be no silent

[OE-core] [PATCH v3] cronie: update to 1.5.4

2019-04-01 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../cronie/cronie/crond_pam_config.patch | 16 .../cronie/{cronie_1.5.2.bb => cronie_1.5.4.bb} | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) rename meta/recipes-extended/cronie/{cronie_1.5.2.bb => cronie_1.5.4.bb}

Re: [OE-core] [PATCH v2] cronie: update to 1.5.4

2019-04-01 Thread akuster808
On 4/1/19 11:41 AM, Oleksandr Kravchuk wrote: > Signed-off-by: Oleksandr Kravchuk > --- > .../cronie/cronie/crond_pam_config.patch | 16 I don't see how this patch is now being applied? Those steps got remove. > .../cronie/{cronie_1.5.2.bb => cronie_1.5.4.bb} | 10

[OE-core] [PATCH v2] cronie: update to 1.5.4

2019-04-01 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../cronie/cronie/crond_pam_config.patch | 16 .../cronie/{cronie_1.5.2.bb => cronie_1.5.4.bb} | 10 -- 2 files changed, 12 insertions(+), 14 deletions(-) rename meta/recipes-extended/cronie/{cronie_1.5.2.bb =>

Re: [OE-core] [PATCH] ofono: update to 1.28

2019-04-01 Thread Oleksandr Kravchuk
On 01/04/2019 18:04, Burton, Ross wrote: > On Mon, 1 Apr 2019 at 16:58, Alexander Kanavin wrote: >> It does not look like a hard dependency. >> >> configure.ac has: >> AC_ARG_ENABLE([external_ell], AC_HELP_STRING([--enable-external-ell], >> >> So you can make it a PACKAGECONFIG option, disabled

[OE-core] [PATCH] busybox: fix CONFIG_RFKILL enable logic

2019-04-01 Thread Matt Porter
Currently CONFIG_RFKILL is enabled only if both bluetooth *and* wifi distro features are present. It should be enabled when either feature is present. Fix this by switching to use of bb.utils.contains_any(). Signed-off-by: Matt Porter --- meta/recipes-core/busybox/busybox.inc | 3 +-- 1 file

Re: [OE-core] [PATCH 2/2 V2] gobject-introspection: auto-enable/-disable gobject-introspection for meson

2019-04-01 Thread Alexander Kanavin
On Mon, 1 Apr 2019 at 18:21, Andreas Müller wrote: > > I honestly don't remember why the whitelisting was considered a good > > idea, but I think it would be better to drop it altogether? That way > > there will be no silent regressions (when upstream decides to rename > > the option, for

Re: [OE-core] [PATCH 2/2 V2] gobject-introspection: auto-enable/-disable gobject-introspection for meson

2019-04-01 Thread Andreas Müller
On Mon, Apr 1, 2019 at 6:21 PM Alexander Kanavin wrote: > > On Mon, 1 Apr 2019 at 18:10, Alexander Kanavin wrote: > > > Thanks, may I also ask that you go over the recipes in oe-core that > > inherit meson, and tweak them to use this option? (there is not a lot, > > and some don't use g-i at

Re: [OE-core] [PATCH] coreutils:upgrade 8.30 -> 8.31

2019-04-01 Thread Burton, Ross
Breaks with musl: | /data/poky-tmp/musl/work/corei7-64-poky-linux-musl/coreutils/8.31-r0/recipe-sysroot-native/usr/bin/x86_64-poky-linux-musl/../../libexec/x86_64-poky-linux-musl/gcc/x86_64-poky-linux-musl/8.3.0/ld:

Re: [OE-core] [PATCH 2/2 V2] gobject-introspection: auto-enable/-disable gobject-introspection for meson

2019-04-01 Thread Alexander Kanavin
On Mon, 1 Apr 2019 at 18:10, Alexander Kanavin wrote: > Thanks, may I also ask that you go over the recipes in oe-core that > inherit meson, and tweak them to use this option? (there is not a lot, > and some don't use g-i at all). The exact list is: at-spi2-core libsoup-2.4 gdk-pixbuf

Re: [OE-core] [PATCH 2/2 V2] gobject-introspection: auto-enable/-disable gobject-introspection for meson

2019-04-01 Thread Andreas Müller
On Mon, Apr 1, 2019 at 6:10 PM Alexander Kanavin wrote: > > On Mon, 1 Apr 2019 at 18:01, Andreas Müller wrote: > > +# Auto enable/disable based on GI_DATA_ENABLED > > EXTRA_OECONF_prepend_class-target = > > "${@bb.utils.contains('GI_DATA_ENABLED', 'True', '--enable-introspection', > >

Re: [OE-core] [PATCH 2/2 V2] gobject-introspection: auto-enable/-disable gobject-introspection for meson

2019-04-01 Thread Alexander Kanavin
On Mon, 1 Apr 2019 at 18:01, Andreas Müller wrote: > +# Auto enable/disable based on GI_DATA_ENABLED > EXTRA_OECONF_prepend_class-target = "${@bb.utils.contains('GI_DATA_ENABLED', > 'True', '--enable-introspection', '--disable-introspection', d)} " > +EXTRA_OEMESON_prepend_class-target = >

Re: [OE-core] [PATCH] ofono: update to 1.28

2019-04-01 Thread Burton, Ross
On Mon, 1 Apr 2019 at 16:58, Alexander Kanavin wrote: > It does not look like a hard dependency. > > configure.ac has: > AC_ARG_ENABLE([external_ell], AC_HELP_STRING([--enable-external-ell], > > So you can make it a PACKAGECONFIG option, disabled by default. It's > fine to have oe-core packages

[OE-core] [PATCH 2/2 V2] gobject-introspection: auto-enable/-disable gobject-introspection for meson

2019-04-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- V1 -> V2: Introduce GIR_MESON_OPTION as suggested by Alexander Kanavin meta/classes/gobject-introspection.bbclass | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/meta/classes/gobject-introspection.bbclass

Re: [OE-core] [PATCH] ofono: update to 1.28

2019-04-01 Thread Alexander Kanavin
It does not look like a hard dependency. configure.ac has: AC_ARG_ENABLE([external_ell], AC_HELP_STRING([--enable-external-ell], So you can make it a PACKAGECONFIG option, disabled by default. It's fine to have oe-core packages conditionally depend on things in meta-oe, if the condition defaults

Re: [OE-core] [PATCH] ofono: update to 1.28

2019-04-01 Thread Oleksandr Kravchuk
On 01/04/2019 16:13, Richard Purdie wrote: > On Sat, 2019-03-30 at 23:49 +0100, Oleksandr Kravchuk wrote: >> Deleted patch has been mainstremaed. >> >> Changelog: >> ver 1.28: >> - Fix issue with SIM initialization and Gemalto modems. >> >> ver 1.27: >> - Add support for handling SIMCom based

[OE-core] [PATCH v2] libyaml: update to 0.2.2

2019-04-01 Thread Oleksandr Kravchuk
LICENSE checksum was changed due to copyright year change. Signed-off-by: Oleksandr Kravchuk --- .../libyaml/{libyaml_0.2.1.bb => libyaml_0.2.2.bb}| 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) rename meta/recipes-support/libyaml/{libyaml_0.2.1.bb => libyaml_0.2.2.bb}

Re: [OE-core] [PATCH 2/2] gobject-introspection: auto-enable/-disable gobject-introspection for meson

2019-04-01 Thread Andreas Müller
On Mon, Apr 1, 2019 at 4:56 PM Alexander Kanavin wrote: > > On Mon, 1 Apr 2019 at 15:52, Andreas Müller wrote: > > +EXTRA_OEMESON_prepend_class-target = > > "-Dintrospection=${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'true', > > 'false', d)} " > > +EXTRA_OEMESON_prepend_class-native =

Re: [OE-core] [PATCH] quote: update to 4.05

2019-04-01 Thread Alexander Kanavin
On Mon, 1 Apr 2019 at 16:17, Richard Purdie wrote: > Typo in the shortlog (quote -> quota) and also: > > WARNING: quota-4.05-r0 do_patch: > Some of the context lines in patches were ignored. This can lead to > incorrectly applied patches. > The context lines in the patches can be updated with

Re: [OE-core] [PATCH 2/2] gobject-introspection: auto-enable/-disable gobject-introspection for meson

2019-04-01 Thread Alexander Kanavin
On Mon, 1 Apr 2019 at 15:52, Andreas Müller wrote: > +EXTRA_OEMESON_prepend_class-target = > "-Dintrospection=${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'true', > 'false', d)} " > +EXTRA_OEMESON_prepend_class-native = "-Dintrospection=False " > +EXTRA_OEMESON_prepend_class-nativesdk =

Re: [OE-core] [PULL][PATCH 0/2] Implement debian packages GPG signing

2019-04-01 Thread Alexander Kanavin
On Mon, 1 Apr 2019 at 15:57, Xavier Berger wrote: > Xavier Berger (2): > gpg-sign: Add parameters to gpg signature function > package_manager: sign DEB package feeds > > meta/lib/oe/gpg_sign.py| 6 +- > meta/lib/oe/package_manager.py | 19 --- How do we make sure

Re: [OE-core] [PATCH] quote: update to 4.05

2019-04-01 Thread Richard Purdie
On Sun, 2019-03-31 at 18:17 +0200, Oleksandr Kravchuk wrote: > License checksum from quota.c was removed since according to the > project, copyrighted code in question has been replaced with own > implementation (see @bcbc0d08e5cd). > > Removed patch has been upstreamed. > > Signed-off-by:

Re: [OE-core] [PATCH] ofono: update to 1.28

2019-04-01 Thread Richard Purdie
On Sat, 2019-03-30 at 23:49 +0100, Oleksandr Kravchuk wrote: > Deleted patch has been mainstremaed. > > Changelog: > ver 1.28: > - Fix issue with SIM initialization and Gemalto modems. > > ver 1.27: > - Add support for handling SIMCom based SIM800 modems. > - Add support for SIM lock state with

[OE-core] [PATCH] dropbear: update to 2019.78

2019-04-01 Thread Andrej Valek
Signed-off-by: Andrej Valek --- meta/recipes-core/dropbear/dropbear_2019.77.bb | 4 meta/recipes-core/dropbear/dropbear_2019.78.bb | 4 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 meta/recipes-core/dropbear/dropbear_2019.77.bb create mode 100644

Re: [OE-core] [PATCH] asciidoc: use Python 3 port

2019-04-01 Thread Burton, Ross
Error 4 is 'validation error', can you recover the file that is failing? Ross On Sat, 30 Mar 2019 at 02:01, Khem Raj wrote: > > On Wed, Mar 27, 2019 at 7:20 AM Ross Burton wrote: > > > > There's a sort-of-official port of asciidoc to Python 3. Whilst the > > official > > replacement is

[OE-core] [PATCH 1/2] gpg-sign: Add parameters to gpg signature function

2019-04-01 Thread Xavier Berger
output_suffix: If defined, add output_suffix as file name extension. use_sha256: If True, use sha256 for gpg as digest algorithm Signed-off-by: Xavier Berger --- meta/lib/oe/gpg_sign.py | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/lib/oe/gpg_sign.py

[OE-core] [PATCH 2/2] package_manager: sign DEB package feeds

2019-04-01 Thread Xavier Berger
Implement debian package repository signature. For each Release file created in repository subdirectory, a signature Release.gpg is created. Signature is performed using gpg backend when the following variables are set in local.conf: PACKAGE_CLASSES += "sign_package_feed" PACKAGE_FEED_GPG_NAME =

[OE-core] [PULL][PATCH 0/2] Implement debian packages GPG signing

2019-04-01 Thread Xavier Berger
The following patches add signing feature for debian packages. The following changes since commit 3bc700a12d4f21a5c7a1575da0972f9f78b4a091: mesa: update 19.0.0 -> 19.0.1 (2019-03-29 08:28:53 +) are available in the git repository at: git://push.yoctoproject.org/poky-contrib

[OE-core] [PATCH 2/2] gobject-introspection: auto-enable/-disable gobject-introspection for meson

2019-04-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta/classes/gobject-introspection.bbclass | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/meta/classes/gobject-introspection.bbclass b/meta/classes/gobject-introspection.bbclass index 4ceb0c68b1..968792c0b3 100644 ---

[OE-core] [PATCH 1/2] insane.bbclass: Trigger unrecognzed configure option for meson

2019-04-01 Thread Andreas Müller
Tested with 'unknown-configure-option' in ERROR_QA: For meson (glib-2.0-native): 1. add 'EXTRA_OEMESON_append = "-Dschnitzel=true -Dwurst=true"' | ERROR: glib-2.0-native-1_2.58.3-r0 do_configure: QA Issue: glib-2.0-native: configure was passed unrecognised options: schnitzel wurst

[OE-core] [PATCH] cmake: 3.14.0 -> 3.14.1

2019-04-01 Thread Pascal Bach
The FindFontconfig module added by 3.14.0 accidentally used uppercase FONTCONFIG_* variable names that do not match our conventions. 3.14.1 revises the module to use Fontconfig_* variable names. This is incompatible with 3.14.0 but since the module is new in the 3.14 series usage should not yet be

[OE-core] [PATCH] libsolv: use GNUInstallDirs

2019-04-01 Thread Ross Burton
Backport a patch from upstream to use GNUInstallDirs instead of hand-coded path logic, so we have proper control over where files end up. Signed-off-by: Ross Burton --- .../libsolv/0001-build-use-GNUInstallDirs.patch| 188 + meta/recipes-extended/libsolv/libsolv_0.7.3.bb

Re: [OE-core] [PATCH] gnupg: update to 2.2.15

2019-04-01 Thread Burton, Ross
ERROR: gnupg-2.2.15-r0 do_patch: Command Error: 'quilt --quiltrc /data/poky-tmp/master/work/corei7-64-poky-linux/gnupg/2.2.15-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0 Output: Applying patch 0001-Woverride-init-is-not-needed-with-gcc-9.patch patching file dirmngr/dns.h Hunk #1

Re: [OE-core] [PATCH] weston: upgrade 5.0.0 -> 6.0.0

2019-04-01 Thread Burton, Ross
WARNING: weston-6.0.0-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify devtool finish --force-patch-refresh Then the updated patches and the source

Re: [OE-core] [PATCH] ethtool:upgrade 4.19 -> 5.0

2019-04-01 Thread Alexander Kanavin
On Mon, 1 Apr 2019 at 13:04, Burton, Ross wrote: > > WARNING: ethtool-5.0-r0 do_patch: > Some of the context lines in patches were ignored. This can lead to > incorrectly applied patches. > The context lines in the patches can be updated with devtool: > > devtool modify > devtool finish

Re: [OE-core] [PATCH] ethtool:upgrade 4.19 -> 5.0

2019-04-01 Thread Burton, Ross
WARNING: ethtool-5.0-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify devtool finish --force-patch-refresh Then the updated patches and the source

Re: [OE-core] [PATCH] cronie: update to 1.5.4

2019-04-01 Thread Burton, Ross
ERROR: cronie-1.5.4-r0 do_patch: Command Error: 'quilt --quiltrc /data/poky-tmp/master/work/corei7-64-poky-linux/cronie/1.5.4-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0 Output: Applying patch crond_pam_config.patch patching file pam/crond Hunk #1 FAILED at 4. 1 out of 1 hunk FAILED

Re: [OE-core] [PATCH 3/3] gtk-icon-cache: clean up DEPENDS

2019-04-01 Thread Richard Purdie
On Fri, 2019-03-29 at 14:29 +, Ross Burton wrote: > Instead of using DEPENDS += use _append to ensure that these additions can't > get > overwritten. > > Also use gtk+3-native instead gtk-icon-utils-native as that recipe no longer > exists and is provided by gtk+3-native for compatibility. >

Re: [OE-core] [PATCH] fontconfig: update to 2.13.1

2019-04-01 Thread Burton, Ross
Please remember to explain what you're doing. On Sun, 31 Mar 2019 at 02:01, Oleksandr Kravchuk wrote: > LIC_FILES_CHKSUM = "file://COPYING;md5=7a0449e9bc5370402a94c00204beca3d \ > > file://src/fcfreetype.c;endline=45;md5=5d9513e3196a1fbfdfa94051c09dfc84 \ > -

Re: [OE-core] [PATCH] libyaml: update to 0.2.2

2019-04-01 Thread Burton, Ross
On Mon, 1 Apr 2019 at 03:24, Oleksandr Kravchuk wrote: > -S = "${WORKDIR}/yaml-${PV}" > +S = "${WORKDIR}/libyaml-${PV}" That is now the default, so can be removed. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH] llvm: fix link error for powerpc

2019-04-01 Thread Burton, Ross
On Mon, 1 Apr 2019 at 10:45, wrote: > +CXXFLAGS_append_class-target = " -mlongcall" If this is ppc-specific shouldn't it have a ppc override? Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] [PATCH] llvm: fix link error for powerpc

2019-04-01 Thread changqing.li
From: Changqing Li fix below link error for powerpc lib/libLLVMSupport.a(CommandLine.cpp.o): in function `llvm::cl::opt_storage<(anonymous namespace): :HelpPrinterWrapper, true, true>::setLocation(llvm::cl::Option&, (anonymous namespace)::HelpPrinterWrapper&) [clone .isra.189]':

[OE-core] [PATCH] xtrans:upgrade 1.3.5 -> 1.4.0

2019-04-01 Thread Zang Ruochen
-Upgrade from xtrans_1.3.5.bb to xtrans_1.4.0.bb. Signed-off-by: Zang Ruochen --- .../xorg-lib/{xtrans_1.3.5.bb => xtrans_1.4.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{xtrans_1.3.5.bb => xtrans_1.4.0.bb} (83%) diff

[OE-core] [PATCH] libtirpc:upgrade 1.0.3 -> 1.1.4

2019-04-01 Thread Zang Ruochen
-Upgrade from libtirpc_1.0.3.bb to libtirpc_1.1.4.bb. -Delete libtirpc/libtirpc-1.0.4-rc1.patch beacuse this patch has been adopted in the high version. Signed-off-by: Zang Ruochen --- .../libtirpc/libtirpc-1.0.4-rc1.patch | 103 -- .../{libtirpc_1.0.3.bb =>

[OE-core] [PATCH] sysprof:upgrade 3.30.2 -> 3.32.0

2019-04-01 Thread Zang Ruochen
-Upgrade from sysprof_3.30.2.bb to sysprof_3.32.0.bb. Signed-off-by: Zang Ruochen --- .../sysprof/{sysprof_3.30.2.bb => sysprof_3.32.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-kernel/sysprof/{sysprof_3.30.2.bb => sysprof_3.32.0.bb} (88%) diff

[OE-core] [PATCH] nss:upgrade 3.42.1 -> 3.43

2019-04-01 Thread Zang Ruochen
-Upgrade from nss_3.42.1.bb to nss_3.43.bb. Signed-off-by: Zang Ruochen --- meta/recipes-support/nss/{nss_3.42.1.bb => nss_3.43.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/nss/{nss_3.42.1.bb => nss_3.43.bb} (98%) diff --git