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] [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

[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] [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-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-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 > > > >

[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

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.

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 ->

[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] 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-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] 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-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-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] [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 > >

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: > &

[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] [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] 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 > +

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 >

[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-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. > >

<    1   2