Re: [oe][meta-networking][PATCH] dnsmasq: Fix systemd service

2021-01-25 Thread Mark Asselstine
On Monday, January 25, 2021 12:09:19 P.M. EST Mario Schuknecht wrote: > Systemd service file option 'ExecStopPre' is warned and ignored by > systemd. By replacing 'ExecStopPre' with 'ExecStop', the intended > behavior is realized. The 'ExecStop' commands are executed one after the > other. > >

[oe] [meta-oe][PATCH] meta-oe: onig: avoid using 'install' with both -D and -t options

2020-02-21 Thread Mark Asselstine
extra line of code. Signed-off-by: Mark Asselstine --- meta-oe/recipes-support/onig/onig_6.9.4.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/onig/onig_6.9.4.bb b/meta-oe/recipes-support/onig/onig_6.9.4.bb index cfa86f0..50d9f52 100644 --- a/meta-oe

Re: [oe] [meta-oe][PATCHv2] rocksdb: 5.18.3 -> 6.0.2

2019-06-14 Thread Mark Asselstine
On Friday, June 14, 2019 3:23:09 P.M. EDT Khem Raj wrote: > Hi Pascal > > Do we still need to inject the compiler options we are doing in > do_compile_prepend() > proposed with > > https://patchwork.openembedded.org/patch/161810/ I was thinking they can be dropped. At least the trial build I

Re: [oe] [meta-oe][PATCH v2] rocksdb: Turn off Werror to fix build failure due to GCC9 checks

2019-06-11 Thread Mark Asselstine
On Sun, Jun 2, 2019 at 11:16 PM wrote: > > From: He Zhe > > GCC9 introduce stricter checks, deprecated-copy and pessimizing-move, while > rocksdb uses -Werror and causes the following build error. > > db/version_edit.h:178:33: error: implicitly-declared 'constexpr >

Re: [oe] [meta-oe][PATCH] rocksdb: 5.18.3 -> 6.0.2

2019-06-11 Thread Mark Asselstine
ue in the change but otherwise it merges cleanly to your uprev.) The gcc9 issue exists in 5.18.3 and 6.0.2 but since you are in here we might as well ensure that builds of master are working. Regards, Mark Asselstine > ...01-CMake-has-stock-FindZLIB-in-upper-case.patch | 29 > +

[oe] [meta-xfce][PATCH] xfconf: fix 'Failed to get connection to xfconfd' during do_rootfs

2019-04-18 Thread Mark Asselstine
, defaulting to having the gsettings-backend disabled. Signed-off-by: Mark Asselstine --- meta-xfce/recipes-xfce/xfconf/xfconf_4.13.6.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-xfce/recipes-xfce/xfconf/xfconf_4.13.6.bb b/meta-xfce/recipes-xfce/xfconf/xfconf_4.13.6.bb index

Re: [oe] Kernel modules being built, but not being included in image

2019-01-17 Thread Mark Asselstine
This will remind Bruce and myself to look at CONFIG_VETH as I think we only have it in the lxc.cfg fragment where we really should have it in a better location where lxc and docker can pick it up. MarkA > > Thank you for your help with this. > > Lewis Muhlenkamp > > -Orig

Re: [oe] Kernel modules being built, but not being included in image

2019-01-16 Thread Mark Asselstine
ersation over to the meta-virtualization list instead of here. We are more likely to catch the eyes of others who are using docker there and might get additional suggestions as to the cause. MarkA > > Thanks > > Lewis Muhlenkamp > > -Original Message- > From: Mark

Re: [oe] Kernel modules being built, but not being included in image

2019-01-15 Thread Mark Asselstine
On Tuesday, January 15, 2019 5:57:34 PM EST Mark Asselstine wrote: > On Tuesday, January 15, 2019 1:26:31 PM EST Muhlenkamp, Lewis wrote: > > Mark, > > > > I got the docker daemon to start up. I figured out what I needed to put > > into my .../recipes-kernel/linux/

Re: [oe] Kernel modules being built, but not being included in image

2019-01-15 Thread Mark Asselstine
I'm not sure if > there is something missing in VirtualBox that may be causing this, or some > VM setting that's not properly configured. I'm going to try on physical > hardware as well to see if that fixes the issue. > If there is something that I am missing though within my openembed

Re: [oe] Kernel modules being built, but not being included in image

2019-01-14 Thread Mark Asselstine
This has been asked in the past and I did have a "mini" layer that could be used in addition to meta-virt to allow you to get what you need in an image fairly easily. We were going to do some work to make this easier but I haven't looked in a while so I can't say where things are at off the top of

Re: [oe] [meta-oe][PATCH 06/10] bdwgc: upgrade 7.6.0 -> 7.6.8

2018-11-26 Thread Mark Asselstine
On Monday, November 26, 2018 1:10:07 PM EST Khem Raj wrote: > On Mon, Nov 26, 2018 at 10:07 AM Mark Asselstine > > wrote: > > On Monday, November 26, 2018 12:02:41 PM EST Khem Raj wrote: > > > On Mon, Nov 26, 2018 at 7:59 AM Mark Asselstine > > > > > >

Re: [oe] [meta-oe][PATCH 06/10] bdwgc: upgrade 7.6.0 -> 7.6.8

2018-11-26 Thread Mark Asselstine
On Monday, November 26, 2018 12:02:41 PM EST Khem Raj wrote: > On Mon, Nov 26, 2018 at 7:59 AM Mark Asselstine > > wrote: > > On Tue, Nov 20, 2018 at 3:39 PM Khem Raj wrote: > > > From: Ivan Maidanski > > > > > > Highlights of this upgrade: > &

Re: [oe] [meta-oe][PATCH 06/10] bdwgc: upgrade 7.6.0 -> 7.6.8

2018-11-26 Thread Mark Asselstine
On Tue, Nov 20, 2018 at 3:39 PM Khem Raj wrote: > > From: Ivan Maidanski > > Highlights of this upgrade: > * Fix numerous bugs (concurrency, overflow, CVE-2016-9427, etc.) > * Fix various typos in comments and documentation > * AddressSanitizer and MemorySanitizer support > * RISC-V support > >

[oe] [meta-networking][PATCH] networkmanager: package additional .la files

2018-11-13 Thread Mark Asselstine
. networkmanager: 4 installed and not shipped files. [installed-vs-shipped] As with similar changes in the past, if the distro makes use of 'remove-libtool' this issue is not seen but we should add .la files to the -dev package when they do exist. Signed-off-by: Mark Asselstine --- .../recipes-connectivity

Re: [oe] [meta-xfce][PATCH] meta-xfce: xfconf: fixup installed-vs-shipped QA issue

2018-11-07 Thread Mark Asselstine
On Wednesday, November 7, 2018 12:28:24 PM EST Khem Raj wrote: > On Wed, Nov 7, 2018 at 9:12 AM Mark Asselstine < > > mark.asselst...@windriver.com> wrote: > > On Wed, Nov 7, 2018 at 12:02 PM Mark Asselstine > > > > wrote: > > > On We

Re: [oe] [meta-xfce][PATCH] meta-xfce: xfconf: fixup installed-vs-shipped QA issue

2018-11-07 Thread Mark Asselstine
On Wed, Nov 7, 2018 at 12:02 PM Mark Asselstine wrote: > > On Wed, Nov 7, 2018 at 12:00 PM Mark Asselstine > wrote: > > > > On Wednesday, November 7, 2018 11:55:08 AM EST Khem Raj wrote: > > > On Wed, Nov 7, 2018 at 8:40 AM Mark Asselstine > > > >

Re: [oe] [meta-xfce][PATCH] meta-xfce: xfconf: fixup installed-vs-shipped QA issue

2018-11-07 Thread Mark Asselstine
On Wed, Nov 7, 2018 at 12:00 PM Mark Asselstine wrote: > > On Wednesday, November 7, 2018 11:55:08 AM EST Khem Raj wrote: > > On Wed, Nov 7, 2018 at 8:40 AM Mark Asselstine > > > > wrote: > > > Since the xfconf uprev, commit 4222cac97678 [xfconf: 4.13.5 ->

Re: [oe] [meta-xfce][PATCH] meta-xfce: xfconf: fixup installed-vs-shipped QA issue

2018-11-07 Thread Mark Asselstine
On Wednesday, November 7, 2018 11:55:08 AM EST Khem Raj wrote: > On Wed, Nov 7, 2018 at 8:40 AM Mark Asselstine > > wrote: > > Since the xfconf uprev, commit 4222cac97678 [xfconf: 4.13.5 -> > > > > 4.13.6], we are getting a QA issue: > > ERROR: xfconf-4.

[oe] [meta-xfce][PATCH] meta-xfce: xfconf: fixup installed-vs-shipped QA issue

2018-11-07 Thread Mark Asselstine
-r0 do_package: Function failed: do_package We need to include the .la file in the -dev package to avoid this. Signed-off-by: Mark Asselstine --- meta-xfce/recipes-xfce/xfconf/xfconf_4.13.6.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-xfce/recipes-xfce/xfconf/xfconf_4.13.6.bb b/m

[oe] [meta-python][PATCH] python-twisted: Add more python-twisted-* packages to the "meta" package

2018-10-30 Thread Mark Asselstine
isted-news is only part of the py2 package). Signed-off-by: Mark Asselstine --- Please consider this for the 'thud' branch as well. Thanks. meta-python/recipes-devtools/python/python-twisted.inc | 3 +++ meta-python/recipes-devtools/python/python-twisted_18.4.0.bb | 4 2 files changed, 7

Re: [oe] [meta-oe][PATCH] polkit: fixup 'installed but not shipped' error

2018-10-16 Thread Mark Asselstine
On Tue, Oct 16, 2018 at 3:35 AM Hongxu Jia wrote: > > On 2018年10月16日 06:01, Khem Raj wrote: > > may be we can use bitbake variables here and also optimize it a bit if > > possible ? > > too many installs there > > It is not the issue of polkit, but gobject-introspection.bbclass in oe-core, > I've

[oe] [meta-oe][PATCH] polkit: fixup 'installed but not shipped' error

2018-10-15 Thread Mark Asselstine
location for these files. Signed-off-by: Mark Asselstine --- meta-oe/recipes-extended/polkit/polkit_0.115.bb | 9 + 1 file changed, 9 insertions(+) diff --git a/meta-oe/recipes-extended/polkit/polkit_0.115.bb b/meta-oe/recipes-extended/polkit/polkit_0.115.bb index ad0f66a..ffaacaa 100644

Re: [oe] (no subject)

2018-07-31 Thread Mark Asselstine
> Okay, it makes sense! > > > > > > My question may seem stupid but then why don’t we always use ‘-native’ > > > > for > > > > > the dependencies ? > > > > > > Is it because sometimes we know that the behavior of ‘foo’ and > >

Re: [oe] (no subject)

2018-07-27 Thread Mark Asselstine
> > > > Is it because sometimes we know that the behavior of ‘foo’ and > > > > ‘foo-native’ > > > > > would be the same, independently of the architecture ? > > > > > > William > > > > > > Le ven. 27 juil. 201

Re: [oe] (no subject)

2018-07-27 Thread Mark Asselstine
hat is what I can recall at the moment. Unfortunately I have forgotten some of the subtleties that might be in play. Mark > > William > > Le ven. 27 juil. 2018 à 17:03, Mark Asselstine < > > mark.asselst...@windriver.com> a écrit : > > On Thu, Jul 26, 2018 at 3:40 PM,

Re: [oe] (no subject)

2018-07-27 Thread Mark Asselstine
On Thu, Jul 26, 2018 at 3:40 PM, Mark Asselstine wrote: > On Mon, Jul 23, 2018 at 8:28 AM, William Delacre > wrote: >> Hi ! :-) >> >> I’m facing issues when trying to run ‘bitbake python-twisted’ (do_compile >> error) >> >> Log says : >> “

Re: [oe] (no subject)

2018-07-26 Thread Mark Asselstine
On Mon, Jul 23, 2018 at 8:28 AM, William Delacre wrote: > Hi ! :-) > > I’m facing issues when trying to run ‘bitbake python-twisted’ (do_compile > error) > > Log says : > “Download error on https://pypi.python.org/simple/incremental/: [Errno -3] > Temporary failure in name resolution > >

[oe] [meta-xfce][PATCH] xfce4: package libtool files if they are installed

2018-06-18 Thread Mark Asselstine
according to the current state of the build today. Signed-off-by: Mark Asselstine --- This is follow up to my original patch submission http://lists.openembedded.org/pipermail/openembedded-devel/2018-June/118896.html As the discussion concludes we need to ensure that using the 'remove-libtool

Re: [oe] [meta-xfce][PATCH] xfce4-panel: fix QA issue 'installed-vs-shipped'

2018-06-18 Thread Mark Asselstine
On Mon, Jun 18, 2018 at 6:27 PM, Andreas Müller wrote: > On Mon, Jun 18, 2018 at 11:42 PM, Richard Purdie > wrote: > Off-Topic / FYI for me gmail considered your email spam >> >> Removing the libtool files became the project default a while ago (Jan >> 2017): >> >>

Re: [oe] [meta-xfce][PATCH] xfce4-panel: fix QA issue 'installed-vs-shipped'

2018-06-18 Thread Mark Asselstine
On Monday, June 18, 2018 4:10:12 PM EDT Andreas Müller wrote: > On Mon, Jun 18, 2018 at 8:55 PM, Mark Hatle wrote: > > On 6/18/18 1:47 PM, Khem Raj wrote: > >> On Mon, Jun 18, 2018 at 11:09 AM Mark Asselstine > >> > >> wrote: > >>>

Re: [oe] [meta-xfce][PATCH] xfce4-panel: fix QA issue 'installed-vs-shipped'

2018-06-18 Thread Mark Asselstine
per recipe patches but I would recommend to consider it as a distro > feature for your distro. > Andreas, Can you revert your "various classes recipes: Remove FILES entries for dbg/dev packages" then? If this is a distro feature then these recipes need to build without the QA i

Re: [oe] [meta-xfce][PATCH] thunar: fix QA issue 'installed-vs-shipped'

2018-06-18 Thread Mark Asselstine
On Mon, Jun 18, 2018 at 1:51 PM, Khem Raj wrote: > On Mon, Jun 18, 2018 at 9:51 AM Mark Asselstine > wrote: >> >> Since commit eb0fe21c1535 [thunar: upgrade 1.6.15 -> 1.8.0] we see a >> QA Error/Warning regarding files 'installed-vs-shipped': >> >> ERR

Re: [oe] [meta-xfce][PATCH] xfce4-panel: fix QA issue 'installed-vs-shipped'

2018-06-18 Thread Mark Asselstine
On Mon, Jun 18, 2018 at 1:15 PM, Mark Asselstine wrote: > On Mon, Jun 18, 2018 at 1:07 PM, Mark Asselstine > wrote: >> On Monday, June 18, 2018 12:51:47 PM EDT Andreas Müller wrote: >>> On Mon, Jun 18, 2018 at 4:45 PM, Mark Asselstine >>> >>> wrote: >&

Re: [oe] [meta-xfce][PATCH] xfce4-panel: fix QA issue 'installed-vs-shipped'

2018-06-18 Thread Mark Asselstine
On Mon, Jun 18, 2018 at 1:07 PM, Mark Asselstine wrote: > On Monday, June 18, 2018 12:51:47 PM EDT Andreas Müller wrote: >> On Mon, Jun 18, 2018 at 4:45 PM, Mark Asselstine >> >> wrote: >> > Since commit 5f31db601408 [xfce4-panel: upgrade 4.12.2 -> 4.13.3] we &g

Re: [oe] [meta-xfce][PATCH] xfce4-panel: fix QA issue 'installed-vs-shipped'

2018-06-18 Thread Mark Asselstine
On Monday, June 18, 2018 12:51:47 PM EDT Andreas Müller wrote: > On Mon, Jun 18, 2018 at 4:45 PM, Mark Asselstine > > wrote: > > Since commit 5f31db601408 [xfce4-panel: upgrade 4.12.2 -> 4.13.3] we > > > > are getting a QA Warnings/Erros for 'installed-vs-shippe

[oe] [meta-xfce][PATCH] thunar: fix QA issue 'installed-vs-shipped'

2018-06-18 Thread Mark Asselstine
ser /usr/lib/systemd/user/thunar.service Correct the path to the systemd service file to match what we see in other recipes which include "user" service files. Signed-off-by: Mark Asselstine --- This issue and patch is for master-next to match the merge status of commit eb0fe21c1535

[oe] [meta-xfce][PATCH] xfce4-panel: fix QA issue 'installed-vs-shipped'

2018-06-18 Thread Mark Asselstine
ned up as they don't appear to be necessary. Signed-off-by: Mark Asselstine --- This error is currently only seen on master-next since the xfce4-panel upgrade commit is yet to make it into master. As such this fix is only applicable to master-next. meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.13.3.

Re: [oe] [meta-java] maintainer status

2018-06-07 Thread Mark Asselstine
On Thursday, June 7, 2018 10:10:15 AM EDT Mario Domenech Goulart wrote: > On Wed, 6 Jun 2018 09:31:27 -0400 Mark Asselstine wrote: > > On Wednesday, June 6, 2018 3:38:25 AM EDT Mario Domenech Goulart wrote: > >> Hi Mark and all, > >> > >> On Tue, 5 Jun

Re: [oe] [meta-java] maintainer status

2018-06-07 Thread Mark Asselstine
On Thursday, June 7, 2018 9:56:34 AM EDT Otavio Salvador wrote: > On Thu, Jun 7, 2018 at 10:53 AM, Richard Leitner > wrote: > > > > As I'm using this layer now for quite a few years I'll be glad to help you > > with the maintainership of meta-java. Nonetheless I have to admit that I > >

Re: [oe] [meta-java] maintainer status

2018-06-06 Thread Mark Asselstine
On Wednesday, June 6, 2018 3:38:25 AM EDT Mario Domenech Goulart wrote: > Hi Mark and all, > > On Tue, 5 Jun 2018 11:11:26 -0400 Mark Asselstine wrote: > > Several of us have noticed that nothing has been merged to meta-java since > > mid-April (roughly 8 weeks ago). With

Re: [oe] [meta-java] maintainer status

2018-06-05 Thread Mark Asselstine
On Tuesday, June 5, 2018 12:48:20 PM EDT Otavio Salvador wrote: > On Tue, Jun 5, 2018 at 12:11 PM, Mark Asselstine > > wrote: > > Several of us have noticed that nothing has been merged to meta-java since > > mid-April (roughly 8 weeks ago). With about a dozen commits

Re: [oe] [meta-java] maintainer status

2018-06-05 Thread Mark Asselstine
On Tue, Jun 5, 2018 at 11:18 AM, Mark Asselstine wrote: > On Tue, Jun 5, 2018 at 11:11 AM, Mark Asselstine > wrote: >> Several of us have noticed that nothing has been merged to meta-java since >> mid-April (roughly 8 weeks ago). With about a dozen commits sent to the list >

Re: [oe] [meta-java] maintainer status

2018-06-05 Thread Mark Asselstine
On Tue, Jun 5, 2018 at 11:11 AM, Mark Asselstine wrote: > Several of us have noticed that nothing has been merged to meta-java since > mid-April (roughly 8 weeks ago). With about a dozen commits sent to the list > and pending merges I thought I might email you, the maintainers,

[oe] [meta-java] maintainer status

2018-06-05 Thread Mark Asselstine
Several of us have noticed that nothing has been merged to meta-java since mid-April (roughly 8 weeks ago). With about a dozen commits sent to the list and pending merges I thought I might email you, the maintainers, directly to determine if this is expected to continue. Should we be looking to

[oe] [meta-gnome][PATCH] gnome-keyring: fix 'installed but not shipped' QA issue

2018-05-16 Thread Mark Asselstine
-pkcs11.la /lib64/security/pam_gnome_keyring.la >From various documents the .la files should not be packaged in either the main recipe package or the -dev package unless required. So inherit 'remove-libtool' to have all the .la files cleaned up as they don't appear to be necessary. Signed

[oe] [meta-networking][PATCH V2] networkmanager: fix "installed-vs-shipped" QA issue

2018-05-04 Thread Mark Asselstine
23:01:40.456642738-07:00] /usr/lib/NetworkManager/VPN The upstream project moved these to $prefix/lib as part of upstream commit 74818b155c32 [build: fix $nmlibdir to be "/usr/lib/NetworkManager"] and here we adapt the recipe to take this change into effect. Signed-off-by: Mark

Re: [oe] [meta-networking][PATCH] networkmanager: fix "installed-vs-shipped" QA issue

2018-05-04 Thread Mark Asselstine
On Friday, May 4, 2018 12:02:25 PM EDT Peter Kjellerstedt wrote: > > -Original Message- > > From: openembedded-devel-boun...@lists.openembedded.org > > [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of > > Mark Asselstine > &

[oe] [meta-networking][PATCH] networkmanager: fix "installed-vs-shipped" QA issue

2018-05-03 Thread Mark Asselstine
23:01:40.456642738-07:00] /usr/lib/NetworkManager/VPN The upstream project moved these to $prefix/lib as part of upstream commit 74818b155c32 [build: fix $nmlibdir to be "/usr/lib/NetworkManager"] and here we adapt the recipe to take this change into effect. Signed-off-by: Mark

[oe] [meta-java][PATCH] Fix occasional build failures related to do_removebinaries

2018-04-18 Thread Mark Asselstine
do_unpack() and do_patch(). We shouldn't be doing anything to disrupt do_removebinaries() so we simply ensure the tasks are more strictly ordered to prevent any interference. Signed-off-by: Mark Asselstine <mark.asselst...@windriver.com> --- recipes-core/jakarta-commons/jakarta-commons.inc| 2

[oe] [V2][meta-python][PATCH] python-jsonpatch: fix do_install failure with py2 build

2018-04-02 Thread Mark Asselstine
://github.com/stefankoegl/python-json-patch/pull/81 Since a release is not yet available with the required fix we must apply the fix as a patch. Signed-off-by: Mark Asselstine <mark.asselst...@windriver.com> --- *** V2 *** * V1 broke py3 builds and the change isn't needed for py3 so adjust to only

Re: [oe] [meta-python][PATCH] python-jsonpatch: fix do_install

2018-04-02 Thread Mark Asselstine
t; > > > > > On Thu, Mar 29, 2018 at 3:03 PM Martin Jansa <martin.ja...@gmail.com> > > > > wrote: > >> This seems to break python3-jsonpatch which won't find this .patch file, > >> because it's in different directory. > >> > >> O

[oe] [meta-oe][PATCH] zeromq: Fixup do_install_ptest_base failure

2018-03-28 Thread Mark Asselstine
) did not take into account that the location of the tests changed in the 'build' directory as part of the new release. Updating to use the proper directory. Signed-off-by: Mark Asselstine <mark.asselst...@windriver.com> --- meta-oe/recipes-connectivity/zeromq/zeromq_4.2.3.bb | 2 +-

[oe] [meta-python][PATCH] python-jsonpatch: fix do_install

2018-03-28 Thread Mark Asselstine
://github.com/stefankoegl/python-json-patch/pull/81 Since a release is not yet available with the required fix we must apply the fix as a patch. Signed-off-by: Mark Asselstine <mark.asselst...@windriver.com> --- .../recipes-devtools/python/python-jsonpatch.inc | 4 +++ .../Drop-support-for-EOL-

[oe] [meta-oe][PATCH] gnulib: use deltask instead of noexec

2018-03-07 Thread Mark Asselstine
o fail. NOTE that there is a pending merge which will change the backtrace for a proper ERROR: [package_manager.py: Print offending package instead of non-sense trace] Signed-off-by: Mark Asselstine <mark.asselst...@windriver.com> --- meta-oe/recipes-support/gnulib/gnulib_2017-08-20.18.bb

Re: [oe] [oe-commits] [meta-openembedded] branch rocko updated (6e3fc5b -> a65c1ac)

2018-02-02 Thread Mark Asselstine
On Friday, February 2, 2018 6:42:08 AM EST Derek Straka wrote: > Mark had cherry picked the twisted changes from master. I thought he had > pulled in the full change set, but I must have missed some of the commits > when I reviewed it. I'll take a look once I get off the train. Sorry for > the

Re: [oe] [meta-oe][PATCH] recipes: use oe.utils.conditional instead of deprecated base_conditional

2018-02-01 Thread Mark Asselstine
On Thu, Feb 1, 2018 at 1:47 PM, Andrei Gherzan wrote: > On Thu, Feb 1, 2018 at 2:22 PM, Trevor Woerner wrote: > >> On Thu, Feb 1, 2018 at 8:51 AM, Martin Jansa >> wrote: >> >> > I've merged it now to unblock people doing the builds

Re: [oe] [meta-python][PATCH] python-automat: fix build dependencies to avoid download during do_compile

2017-12-22 Thread Mark Asselstine
On Friday, December 22, 2017 2:11:20 PM EST Derek Straka wrote: > Sure. I'm waiting for confirmation it fixes the issue from the ML before > requesting any backports. Sounds good. Thanks. Mark > > On Fri, Dec 22, 2017 at 2:00 PM, Mark Asselstine < > > mark.asselst...

Re: [oe] [meta-python][PATCH] python-automat: fix build dependencies to avoid download during do_compile

2017-12-22 Thread Mark Asselstine
On Fri, Dec 22, 2017 at 9:16 AM, Derek Straka wrote: > Add the correct version of python{3}-setuptools-scm-native > Remove the dependency on m2r Derek, Can you please ensure this and other fixes for python-automat are applied to the rocko branch. Recall I had requested this

[oe] [meta-python][PATCH] python-twisted: avoid downloading build dependencies

2017-12-20 Thread Mark Asselstine
python-incremental-native there might be issues should it ever run the code that does the import of twisted. This is not an issue now and a comment has been added to hopefully make this issue known to anyone else coming along at a later time. Signed-off-by: Mark Asselstine <mark.asse

[oe] [meta-python][v2][PATCH] python-pyroute2: uprev to v0.4.21 (from 0.3.22)

2017-12-20 Thread Mark Asselstine
Drop the json<-->simplejson patch instead opting to depend on python-json (part of core python libs). Beyond this the uprev is straightforward. Signed-off-by: Mark Asselstine <mark.asselst...@windriver.com> --- **V2** * Drop FILESEXTRAPATHS_prepend since it is now unused * Rest

Re: [oe] [meta-python][PATCH] python-pyroute2: uprev to v0.4.21 (from 0.3.22)

2017-12-18 Thread Mark Asselstine
On Monday, December 18, 2017 4:07:44 PM EST Derek Straka wrote: > I also need to look at the UPSTREAM_CHECK_URI for this recipe since it > isn't finding the latest version and telling me to update the package. Odd. Let me know how it goes. If it is easier for you to make the changes locally and

Re: [oe] [meta-python][rocko][PATCH 2/2] python-twisted: restore RDEPENDS on -news for py2

2017-12-18 Thread Mark Asselstine
ver_ list stdlibs. Even with an automated approach I am not enthusiastic about forcing the listing of required stdlibs for the sake of a few MB of space. Mark > > On Dec 15, 2017 2:35 PM, "Mark Asselstine" <mark.asselst...@windriver.com> > > > > wrote: >

Re: [oe] [meta-python][PATCH] python-pyroute2: uprev to v0.4.21 (from 0.3.22)

2017-12-18 Thread Mark Asselstine
I can respect this approach. I will put the RDEPENDS back and send out a V2. As for the overall approach being applied to all python recipes, my opinion still stands that this is such a small subset that we are devoting time better spent elsewhere to service the few. Mark > > -Derek > >

Re: [oe] [meta-python][PATCH] python-pyroute2: uprev to v0.4.21 (from 0.3.22)

2017-12-18 Thread Mark Asselstine
On Mon, Dec 18, 2017 at 11:37 AM, Alexander Kanavin <alexander.kana...@linux.intel.com> wrote: > On 12/18/2017 06:15 PM, Mark Asselstine wrote: >> >> On Mon, Dec 18, 2017 at 10:36 AM, Christopher Larson <kerg...@gmail.com> >> wrote: >>> >>>

Re: [oe] [meta-python][PATCH] python-pyroute2: uprev to v0.4.21 (from 0.3.22)

2017-12-18 Thread Mark Asselstine
negligible. All of this seems to add way more work and churn that outweighs any real benefit. Mark > > On Mon, Dec 18, 2017 at 8:33 AM, Mark Asselstine < > mark.asselst...@windriver.com> wrote: > >> On Sat, Dec 16, 2017 at 4:58 PM, Derek Straka <de...@asterius.io> wro

Re: [oe] [meta-python][PATCH] python-pyroute2: uprev to v0.4.21 (from 0.3.22)

2017-12-18 Thread Mark Asselstine
On Sat, Dec 16, 2017 at 4:58 PM, Derek Straka <de...@asterius.io> wrote: > On Mon, Dec 4, 2017 at 2:00 PM, Mark Asselstine < > mark.asselst...@windriver.com> wrote: > >> Drop the json<-->simplejson patch instead opting to depend on >> python-json (part of c

Re: [oe] [meta-python][v2][rocko][PATCH 1/8] python-twisted: restore RDEPENDS on -news for py2

2017-12-15 Thread Mark Asselstine
Sorry, this should be 0/8. And apologies for anyone viewing these on gmail, it seems to have merged things with my V1 series. Patches 1 and 2 from the V1 are the same here if you are trying to decipher the gmail mess. Mark On Fri, Dec 15, 2017 at 3:21 PM, Mark Asselstine <mark.asse

[oe] [meta-python][v2][rocko][PATCH 8/8] python-attrs: update to version 17.3.0

2017-12-15 Thread Mark Asselstine
From: Derek Straka Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- Cherry-pick from master 87618f32736c1ee5f29e7458973b75c5b0b124f7

[oe] [meta-python][v2][rocko][PATCH 7/8] python-attrs: add an initial recipe for version 17.2.0

2017-12-15 Thread Mark Asselstine
From: Derek Straka Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- Cherry-pick from master bd827cb9ff57b8e42768add8e8b206c95cd6aea2

[oe] [meta-python][v2][rocko][PATCH 6/8] python-hyperlink: add a recipe for version 17.3.1

2017-12-15 Thread Mark Asselstine
From: Derek Straka Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- Cherry-pick from master 378b8a6a8aa65fae704e9ceddc3f2e2b07585953

[oe] [meta-python][v2][rocko][PATCH 4/8] python-constantly: add a recipe for version 15.1.0

2017-12-15 Thread Mark Asselstine
From: Derek Straka Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- Cherry-pick from master b9e0b2abd1074f846bb3aef3670c0a461f6b1d00

[oe] [meta-python][v2][rocko][PATCH 1/8] python-twisted: clean-up the dependencies

2017-12-15 Thread Mark Asselstine
From: Derek Straka Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- Cherry-pick from master e410b5c54373ce9539f2df9840e3d987f319ee6c

[oe] [meta-python][v2][rocko][PATCH 3/8] python-automat: add an initial recipe for version 0.6.0

2017-12-15 Thread Mark Asselstine
From: Derek Straka Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- Cherry-pick from master 2b6ae2d951df1050bf4fe0734ece750d0fef2faf meta-python/recipes-devtools/python/python-automat.inc | 16

[oe] [meta-python][v2][rocko][PATCH 2/8] python-twisted: restore RDEPENDS on -news for py2

2017-12-15 Thread Mark Asselstine
maintain the RDEPENDS, restore this RDEPENDS for py2. Signed-off-by: Mark Asselstine <mark.asselst...@windriver.com> --- meta-python/recipes-devtools/python/python-twisted_17.9.0.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-twisted_17.9.0

[oe] [meta-python][v2][rocko][PATCH 5/8] python-incremental: add an initial recipe for version 17.5.0

2017-12-15 Thread Mark Asselstine
From: Derek Straka Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- Cerry-pick from master 63791edb3f69269fc6e0b83863e76f6a4a35965c

[oe] [meta-python][v2][rocko][PATCH 1/8] python-twisted: restore RDEPENDS on -news for py2

2017-12-15 Thread Mark Asselstine
V1 of this series was incomplete. Thus following up with a V2 which includes additional cherry-picks from master. Cherry-pick commit IDs are listed in the temporary comment section of the individual commits. When building images using rocko that include python-twisted you will get an error:

Re: [oe] [meta-python][rocko][PATCH 2/2] python-twisted: restore RDEPENDS on -news for py2

2017-12-15 Thread Mark Asselstine
he news package. Thanks. > > On Dec 15, 2017 2:22 PM, "Mark Asselstine" <mark.asselst...@windriver.com> > wrote: > >> No problem. Unfortunately your commit log was thin on information so I >> had to make some assumptions as to what you were doing in the commit. &

Re: [oe] [meta-python][rocko][PATCH 2/2] python-twisted: restore RDEPENDS on -news for py2

2017-12-15 Thread Mark Asselstine
I misread the 1/2 patch and thought I > removed news from core and not the base package RDEPENDS. > > On Dec 15, 2017 2:08 PM, "Mark Asselstine" <mark.asselst...@windriver.com> > wrote: > > The RDEPENDS are not for core, these are RDEPENDS_${PN}, ie. if you > d

Re: [oe] [meta-python][rocko][PATCH 2/2] python-twisted: restore RDEPENDS on -news for py2

2017-12-15 Thread Mark Asselstine
added for automat and others. Mark On Fri, Dec 15, 2017 at 1:32 PM, Derek Straka <de...@asterius.io> wrote: > Is it actually required for core? I thought I went through and verified > that news was a stand alone module. > > On Dec 15, 2017 12:46 PM, "Mark As

[oe] [meta-python][rocko][PATCH 2/2] python-twisted: restore RDEPENDS on -news for py2

2017-12-15 Thread Mark Asselstine
maintain the RDEPENDS, restore this RDEPENDS for py2. Signed-off-by: Mark Asselstine <mark.asselst...@windriver.com> --- meta-python/recipes-devtools/python/python-twisted_17.9.0.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-twisted_17.9.0

[oe] [meta-python][rocko][PATCH 1/2] python-twisted: clean-up the dependencies

2017-12-15 Thread Mark Asselstine
From: Derek Straka Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-twisted.inc| 4 ++-- meta-python/recipes-devtools/python/python-twisted_17.9.0.bb | 2 +-

[oe] [meta-python][rocko][PATCH 0/2] python-twisted: fixup news plugin RDEPENDS

2017-12-15 Thread Mark Asselstine
The following two changes fix builds of python[3]-twisted. Patch 1/2 is a backport of e410b5c54373ce9539f2df9840e3d987f319ee6c from master. This patch addresses a failure which presents as: nothing provides python3-twisted-news needed by python3-twisted-17.9.0-r0.corei7_64 This is caused by

[oe] [meta-networking][PATCH] inetutils: make -syslog rconflict with other system loggers

2017-12-04 Thread Mark Asselstine
to only allow one to exist in a rootfs image at a time. Signed-off-by: Mark Asselstine <mark.asselst...@windriver.com> --- meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-networking/recipes-connectivity/ine

[oe] [meta-python][PATCH] python-pyroute2: uprev to v0.4.21 (from 0.3.22)

2017-12-04 Thread Mark Asselstine
Drop the json<-->simplejson patch instead opting to depend on python-json (part of core python libs). Beyond this the uprev is straightforward. Signed-off-by: Mark Asselstine <mark.asselst...@windriver.com> --- .../recipes-devtools/python/python-pyroute2

Re: [oe] [meta-webserver][PATCH] meta-webserver: apache2 allow SYSTEMD_AUTO_ENABLE to be overwritten

2017-11-20 Thread Mark Asselstine
On Thursday, November 16, 2017 5:14:02 PM EST Patrick Ohly wrote: > On Thu, 2017-11-16 at 15:00 -0500, Mark Asselstine wrote: > > On Thursday, November 16, 2017 7:28:06 PM EST Patrick Ohly wrote: > > > On Thu, 2017-11-16 at 10:19 -0500, Mark Asselstine wrote: > > > &g

Re: [oe] [meta-webserver][PATCH] meta-webserver: apache2 allow SYSTEMD_AUTO_ENABLE to be overwritten

2017-11-16 Thread Mark Asselstine
On Thursday, November 16, 2017 7:28:06 PM EST Patrick Ohly wrote: > On Thu, 2017-11-16 at 10:19 -0500, Mark Asselstine wrote: > > The current assignment does not allow a bbappend to be used to > > overwrite the SYSTEMD_AUTO_ENABLE value in order to have apache2 auto > >

[oe] [meta-webserver][PATCH] meta-webserver: apache2 allow SYSTEMD_AUTO_ENABLE to be overwritten

2017-11-16 Thread Mark Asselstine
that if apache2 is being installed it would be desirable to have it auto run, so this setting should be removed in favor of the default in systemd.bbclass (enable). In order not to surprise users of this recipe with this change in behavior we opt to keep this as disabled but overwrite-able. Signed-off-by: Mark

[oe] [meta-python][PATCH] python-scrypt: add new package

2017-11-06 Thread Mark Asselstine
This python package provides bindings for the scrypt key derivation function library. (https://bitbucket.org/mhallin/py-scrypt/overview) Signed-off-by: Mark Asselstine <mark.asselst...@windriver.com> --- meta-python/recipes-devtools/python/python-scrypt.inc | 12 meta-

[oe] [meta-python][PATCH] twisted: add support to build for python3

2017-06-22 Thread Mark Asselstine
The work on twisted to ensure python3 compatability is nearing completion, as per their python3 tracker page: https://twistedmatrix.com/trac/milestone/Python-3.x Create a common .inc file and a new python3-* recipe to match other python3 packages. Signed-off-by: Mark Asselstine <mark.asse

[oe] [meta-python][PATCH 1/2] python-zopeinterface: fixup test package

2017-05-19 Thread Mark Asselstine
The recipe seems to have the intent of creating a 'tests' package but doesn't follow through on this intent. Rename 'tests' to 'test' to match other python test packages and follow through on the intent to actually produce a 'test' package. Signed-off-by: Mark Asselstine <mark.asse

[oe] [meta-python][PATCH 2/2] python3-zopeinterface: add python3 packaging

2017-05-19 Thread Mark Asselstine
Matching what has been done with other python packages, move the existing recipe into a .inc file and then create python and python3 specific bb files to allow the generation of python2 or python3 versions. Signed-off-by: Mark Asselstine <mark.asselst...@windriver.com> --- .../python/

Re: [oe] State of bitbake world, Failed tasks 2017-03-11

2017-03-11 Thread Mark Asselstine
On Sat, Mar 11, 2017 at 1:02 PM, Martin Jansa wrote: > This time the results are very inconsistent across different MACHINEs > because they were using significantly different metadata. > > qemuarm is oldest 3 from 4 failures were causes by pending meta-oe > changes which

[oe] [meta-oe][PATCH] udisks: add missing hard dependency

2017-02-07 Thread Mark Asselstine
:1150: recipe for target 'daemon-glue.h' failed This becomes a hard build failure when per recipe sysroots are used. Signed-off-by: Mark Asselstine <mark.asselst...@windriver.com> --- meta-oe/recipes-support/udisks/udisks_1.0.5.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)

[oe] [meta-webserver][PATCH] apache2: the download has been moved to the 'archives'

2016-12-21 Thread Mark Asselstine
This release of apache2 is no longer found in the main downloads area but has been moved to the 'archives'. We should uprev apache2 but for now this will at least get the builds working again. Signed-off-by: Mark Asselstine <mark.asselst...@windriver.com> --- meta-webserver/recipes-httpd/a

[oe] [meta-networking][PATCH 1/2] dnsmasq: read the conf files found in dnsmasq.d

2016-11-21 Thread Mark Asselstine
not result in any runtime behavior changes. Signed-off-by: Mark Asselstine <mark.asselst...@windriver.com> --- .../recipes-support/dnsmasq/files/dnsmasq-noresolvconf.service | 2 +- .../recipes-support/dnsmasq/files/dnsmasq-resolvconf.service| 2 +- 2 files changed, 2 inse

[oe] [meta-networking][PATCH 2/2] dnsmasq: allow for dnsmasq instances to reuse default dnsmasq.conf

2016-11-21 Thread Mark Asselstine
address as well as any other local subnets. This will allow the main dnsmasq instance to play nice with other instances we might start for network-manager, libvirt, lxc... Signed-off-by: Mark Asselstine <mark.asselst...@windriver.com> --- .../recipes-support/dnsmasq/files/dnsmasq-noresolvconf.s

Re: [oe] [meta-networking][PATCH 2/2 v2] samba: restrict the blacklist to ARM only

2016-09-12 Thread Mark Asselstine
On Sunday, September 11, 2016 9:26:44 PM EDT Huang, Jie (Jackie) wrote: > > -Original Message- > > From: openembedded-devel-boun...@lists.openembedded.org > > [mailto:openembedded-devel- boun...@lists.openembedded.org] On Behalf Of > > Joe MacDonald > > Sent: Saturday, September 10, 2016

Re: [oe] [meta-networking][PATCH] waf-samba.bbclass: Append PACKAGECONFIG_CONFARGS to EXTRA_OECONF

2016-09-08 Thread Mark Asselstine
Agreed. I was looking at this today as well and if we go the EXTRA_OECONF route it should be done in the package recipe. Additionally Jackie I was going to restrict the blacklist to ARM based on the build failure report (http://errors.yoctoproject.org/Errors/Details/81004/). Could you include a

Re: [oe] [meta-oe][PATCH 1/2] vte9: Add old vte into meta-oe

2016-06-23 Thread Mark Asselstine
On June 23, 2016 11:34:00 Jussi Kukkonen wrote: > vte versioning is a little confusing: > > vte-2.91.pc (version 0.44.1) > provided by oe-core "vte" > vte-2.90.pc (current version 0.36.3) > not in openembedded, can be patched to use "vte" > vte.pc (current version 0.28.2): > provided

  1   2   >