Re: [oe] [meta-python][scarthgap][PATCH 1/2] python3-twisted: remove obsolete python3-twisted-flow

2024-05-14 Thread Mark Hatle
I see this change made it into meta-openembedded master. But hasn't been pushed to scarthgap yet. I've having a problem with this recipe in scarthgap, and so far it looks like these two changes do fix the problem I'm having. The two commits I cherry-picked back to scarthgap and tested are:

[oe] [meta-python] obsolete distutils3-base.bbclass error

2024-04-16 Thread Mark Hatle
In scarthgap/master, I still have a couple of recipes that haven't been moved to using the proper setuptools3-base class yet. However, including distutils3-base fails. The code meta-python/classes/distutils3-base.bbclass is missing the close "}". --Mark -=-=-=-=-=-=-=-=-=-=-=- Links: You

Re: [oe] [meta-multimedia][PATCH v2] gstd: Fix systemd user unit packaging

2023-12-01 Thread Mark Hatle
After talking with Khem (and running this) I think this is the right solution. Thanks! --Mark On 12/1/23 10:57 AM, Khem Raj wrote: We do not need to preprocess it offline as its not run per session but per user. Signed-off-by: Khem Raj Cc: Mark Hatle --- v2: Fix runtime systemd service

Re: [oe] [meta-multimedia][PATCH] gstd: Install systemd unit into sysem unitdir folder

2023-12-01 Thread Mark Hatle
in, IMHO. --Mark On 12/1/23 2:04 AM, Khem Raj wrote: bt default it installs into user systemd unitdir folder which can not be preconfigured offline. Signed-off-by: Khem Raj Cc: Mark Hatle --- .../recipes-multimedia/gstreamer-1.0/gstd_git.bb| 6 -- 1 file changed, 4 insertions(+), 2

Re: [oe] [meta-multimedia][PATCH 09/10] gstd: Upgrade to 0.15.0

2023-11-30 Thread Mark Hatle
After this change I'm getting a systemd error when including gstd in my image. 2023-11-30T12:51:42+ SUBDEBUG Installed: gstd-1.0+really0.15.00+a011affa67-r0.0.cortexa72_cortexa53 2023-11-30T12:51:42+ INFO %post(gstd-1.0+really0.15.00+a011affa67-r0.0.cortexa72_cortexa53): scriptlet

[oe] [meta-oe][PATCH] kconfig-frontends: Avoid using hard coded /usr/include paths

2023-08-22 Thread Mark Hatle via lists.openembedded.org
The system could end up using an include path that points to the host system instead of the sysroot. Force the system to use the sysroot. Signed-off-by: Mark Hatle --- ...d-using-hard-coded-usr-include-paths.patch | 33 +++ .../kconfig-frontends_4.11.0.1.bb | 3

[oe] [meta-oe] kconfig-frontends recipe

2023-08-21 Thread Mark Hatle
I was trying to build the kconfig-frontends recipe locally the other day and ran into a problem where it reported unsafe "/usr/include" path. This seems to have been triggered because I actually had a /usr/include/ncursesw on one of my host systems. Other systems I had didn't have this

Re: [oe] [RFC][meta-python][PATCH] python3-kaleido: Add a lightweight graphics library

2022-03-23 Thread Mark Hatle
6:53 PM, Mark Hatle wrote: I've already been talking with Tim about this. It's rough and I'd not promise that it's "perfect". So it's definitely RFC quality right now. If someone uses Kaleido and notices an issue let me know and I'll try to fix it, but Tim suggested that RDEPENDS on py

Re: [oe] [RFC][meta-python][PATCH] python3-kaleido: Add a lightweight graphics library

2022-03-23 Thread Mark Hatle
ly missing. (The person I wrote this for should be testing it over the next few days, and I'll send an update if they find issues with it.) --Mark On 3/23/22 6:49 PM, Mark Hatle wrote: From: Mark Hatle Signed-off-by: Mark Hatle Signed-off-by: Mark Hatle --- .../python/python3-kaleid

[oe] [RFC][meta-python][PATCH] python3-kaleido: Add a lightweight graphics library

2022-03-23 Thread Mark Hatle
From: Mark Hatle Signed-off-by: Mark Hatle Signed-off-by: Mark Hatle --- .../python/python3-kaleido_0.2.1.bb | 27 +++ 1 file changed, 27 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-kaleido_0.2.1.bb diff --git a/meta-python/recipes

Re: [oe][meta-python][PATCH] python3-matplotlib: Disable automatic download during do_compile

2021-12-14 Thread Mark Hatle
will just sit forever waiting for the download. That is how we ended up finding the issue. --Mark On 12/14/21 1:04 PM, Mark Hatle wrote: From: Mark Hatle Add a patch to disable the automatic download of components. Add manual download for a specific freetype and qhull version. Signed-off

[oe][meta-python][PATCH] python3-matplotlib: Disable automatic download during do_compile

2021-12-14 Thread Mark Hatle
From: Mark Hatle Add a patch to disable the automatic download of components. Add manual download for a specific freetype and qhull version. Signed-off-by: Mark Hatle Signed-off-by: Mark Hatle --- .../matplotlib-disable-download.patch | 50 +++ .../python/python3

Re: [oe] [yocto] [OE-core] patchwork

2019-05-13 Thread Mark Hatle
On 5/13/19 10:46 AM, Adrian Bunk wrote: > On Mon, May 13, 2019 at 10:32:48AM +0300, Mark Hatle wrote: >> On 5/12/19 9:04 PM, akuster808 wrote: >>> ok, so no Admins. This is unexceptionable. >>> >>> OE TSC and Board, I believe its your time to get involved. >

Re: [oe] [OE-core] patchwork

2019-05-13 Thread Mark Hatle
On 5/12/19 9:04 PM, akuster808 wrote: > ok, so no Admins. This is unexceptionable. > > OE TSC and Board, I believe its your time to get involved. I've not used patchwork before, do you know who originally configured it? Was it Paul Eggleton, or Richard, or? If I have an idea who was originally

Re: [oe] [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

[oe] [PATCH 1/1] gstreamer: Remove machine specific append

2018-10-17 Thread Mark Hatle
growing set of PR values as well as being unable to tell which configured version of the multimedia components are really being deployed. The solution here was to remove the rrecommend for consistency. Signed-off-by: Mark Hatle --- .../recipes-multimedia/gstreamer-0.10/gstreamer_0.10.36.bb | 3

[oe] [PATCH 0/1] Fix gstreamer changing hash for different machines

2018-10-17 Thread Mark Hatle
if that would resolve the hash/ PR issue either. Mark Hatle (1): gstreamer: Remove machine specific append .../recipes-multimedia/gstreamer-0.10/gstreamer_0.10.36.bb | 3 --- 1 file changed, 3 deletions(-) -- 2.18.0 -- ___ Openembedded-devel

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

2018-06-18 Thread Mark Hatle
On 6/18/18 1:47 PM, Khem Raj wrote: > On Mon, Jun 18, 2018 at 11:09 AM Mark Asselstine > wrote: >> >> On Mon, Jun 18, 2018 at 1:57 PM, Khem Raj wrote: >>> On Mon, Jun 18, 2018 at 10:54 AM Mark Hatle >>> wrote: >>>> >>>> On 6/18/18

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

2018-06-18 Thread Mark Hatle
On 6/18/18 12:50 PM, Khem Raj wrote: > Hi Mark > > It seems your distro is not inheriting it globally. Here I have > INHERIT_DISTRO ?= "debian devshell sstate license remove-libtool" So is remove-libtool a recipe or a distro option? I'm asking because doing this half-way is causing a lot of

Re: [oe] multilib SDK issue

2018-03-02 Thread Mark Hatle
On 3/2/18 2:06 AM, ZhangXiao wrote: > For the conflict of the config file, how about use "update-alternatives" > to avoid it? This is my recommendation. Rename the conflicting scripts to append the 'base_libdir' value, and then use the update-alternatives to install them. --Mark > Thanks >

Re: [oe] [meta-oe][PATCH] hostapd: fix WPA2 key replay security bug

2017-10-16 Thread Mark Hatle
On 10/16/17 5:29 PM, Mark Hatle wrote: > On 10/16/17 3:57 PM, akuster808 wrote: >> >> >> On 10/16/2017 11:14 AM, Denys Dmytriyenko wrote: >>> Can we also prioritize backporting this to older releases as well - pyro, >> This should apply directly to pyro as

Re: [oe] [meta-oe][PATCH] hostapd: fix WPA2 key replay security bug

2017-10-16 Thread Mark Hatle
On 10/16/17 3:57 PM, akuster808 wrote: > > > On 10/16/2017 11:14 AM, Denys Dmytriyenko wrote: >> Can we also prioritize backporting this to older releases as well - pyro, > This should apply directly to pyro as its the same version. > I will wait for this to land in master. Should apply to

[oe] [meta-oe][PATCH] hostapd: fix WPA2 key replay security bug

2017-10-16 Thread Mark Hatle
ending request does not apply to hostapd and was removed from the patch. Signed-off-by: Mark Hatle <mark.ha...@windriver.com> --- .../hostapd/hostapd/key-replay-cve-multiple.patch | 984 + .../recipes-connectivity/hostapd/hostapd_2.6.bb| 1 + 2 files changed, 98

Re: [oe] [meta-oe][PATCH] libpng12: add it back from oe-core

2017-09-13 Thread Mark Hatle
On 9/13/17 4:54 AM, Martin Jansa wrote: > All other LSB related recipes are in oe-core, why should libpng12 be > different and live in meta-oe? We had talked about some of this before, and I thought the OE/YP decision was to create a new meta-lsb to carry any packages that were clearly obsolete

Re: [oe] [PATCH 22/31] vim: Remove xfce vim bbappend

2017-09-07 Thread Mark Hatle
On 9/7/17 3:57 AM, Andreas Müller wrote: > On Wed, Sep 6, 2017 at 9:23 PM, Mark Hatle <mark.ha...@windriver.com> wrote: >> Changing the behavior of a recipe by including a layer is not allowed >> by the yocto-compat-layer script. > I have a question on this:

Re: [oe] [PATCH 19/31] glade3: Move PACKAGECONFIG setting to enable_gnome.conf

2017-09-07 Thread Mark Hatle
On 9/7/17 4:29 AM, Andreas Müller wrote: > On Wed, Sep 6, 2017 at 9:23 PM, Mark Hatle <mark.ha...@windriver.com> wrote: >> This resolves a failure of the yocto-compat-layer.py script. Changing the >> PACKAGECONFIG setting by just including a layer can cause problems. >

Re: [oe] [PATCH 00/31] Numerous patches to resolve yocto-compat-layer

2017-09-06 Thread Mark Hatle
On 9/6/17 6:49 PM, Khem Raj wrote: > On Wed, Sep 6, 2017 at 4:41 PM, Mark Hatle <mark.ha...@windriver.com> wrote: >> Current version of these patches, the v2 of 13/31 and the dropping of 29 and >> 31 >> has been pushed to: >> >> git://git.openembedded.

Re: [oe] [PATCH 00/31] Numerous patches to resolve yocto-compat-layer

2017-09-06 Thread Mark Hatle
Current version of these patches, the v2 of 13/31 and the dropping of 29 and 31 has been pushed to: git://git.openembedded.org/meta-openembedded-contrib mgh/yp-compat/master-next --Mark On 9/6/17 2:22 PM, Mark Hatle wrote: > This patch set attempts to address the 'yocto-compat-layer

Re: [oe] [PATCH 29/31] xfce4-mixer: Remove, gstreamer-0.10 is obsolete

2017-09-06 Thread Mark Hatle
On 9/6/17 4:00 PM, Mark Hatle wrote: > On 9/6/17 3:53 PM, Andreas Müller wrote: >>>> I am sure that I miss the point again but fedora - for me >>>> reference/inspiration many times - has no problem with xfce4-mixer >>>> [1]. >>>> >>&

Re: [oe] [PATCH 29/31] xfce4-mixer: Remove, gstreamer-0.10 is obsolete

2017-09-06 Thread Mark Hatle
On 9/6/17 3:53 PM, Andreas Müller wrote: >>> I am sure that I miss the point again but fedora - for me >>> reference/inspiration many times - has no problem with xfce4-mixer >>> [1]. >>> >>> [1] >>> http://pkgs.fedoraproject.org/cgit/rpms/xfce4-mixer.git/tree/xfce4-mixer.spec >> >> arch -

[oe] [PATCH 13/31 v2] corosync: Requires net-snmp from meta-networking

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle <mark.ha...@windriver.com> --- ...001-Include-fcntl.h-for-F_-and-O_-defines.patch | 28 .../recipes-extended/corosync/corosync_2.4.2.bb| 80 ++ ...001-Include-fcntl.h-for-F_-and-O_-defines.patch | 28 .../recipes-ex

Re: [oe] [PATCH 29/31] xfce4-mixer: Remove, gstreamer-0.10 is obsolete

2017-09-06 Thread Mark Hatle
On 9/6/17 3:35 PM, Andreas Müller wrote: > On Wed, Sep 6, 2017 at 10:21 PM, Mark Hatle <mark.ha...@windriver.com> wrote: >> >> You are missing the point. We DO need a replacement. However, I was unable >> to >> find one. With the few

Re: [oe] [PATCH 29/31] xfce4-mixer: Remove, gstreamer-0.10 is obsolete

2017-09-06 Thread Mark Hatle
On 9/6/17 3:13 PM, Andreas Müller wrote: > On Wed, Sep 6, 2017 at 10:02 PM, Mark Hatle <mark.ha...@windriver.com> wrote: >> On 9/6/17 2:58 PM, Andreas Müller wrote: >>> On Wed, Sep 6, 2017 at 9:23 PM, Mark Hatle <mark.ha...@windriver.com> wrote: >>>>

Re: [oe] [PATCH 30/31] florence: update 0.6.3

2017-09-06 Thread Mark Hatle
On 9/6/17 2:59 PM, Andreas Müller wrote: > On Wed, Sep 6, 2017 at 9:23 PM, Mark Hatle <mark.ha...@windriver.com> wrote: >> From: Andreas Müller <schnitzelt...@googlemail.com> >> >> * patches were either leftovers or do not match the code >> * DESCRIPTIO

Re: [oe] [PATCH 13/31] corosync: Requires net-snmp from meta-networking

2017-09-06 Thread Mark Hatle
FYI, the git mv here was incomplete. I missed the patch. I will send up a v2 for this commit soon. On 9/6/17 2:23 PM, Mark Hatle wrote: > Signed-off-by: Mark Hatle <mark.ha...@windriver.com> > --- > .../recipes-extended/corosync/corosync_2

Re: [oe] [PATCH 29/31] xfce4-mixer: Remove, gstreamer-0.10 is obsolete

2017-09-06 Thread Mark Hatle
On 9/6/17 2:58 PM, Andreas Müller wrote: > On Wed, Sep 6, 2017 at 9:23 PM, Mark Hatle <mark.ha...@windriver.com> wrote: >> There is no upstream revision to the mixer to make it work w/o gstreamer-0.10 >> >> also remove from packagegroup-xfce-extended >> >

[oe] [PATCH 31/31] gstreamer-0.10: Remove as all users are gone and it is obsolete

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle <mark.ha...@windriver.com> --- .../gst-ffmpeg-0.10.13/lower-rank.diff | 16 - .../gstreamer-0.10/gst-fluendo-mp3_0.10.31.bb | 14 - .../gst-fluendo-mpegdemux_0.10.85.bb | 12 - .../gstreamer-0.10/gst-fluendo.inc

[oe] [PATCH 29/31] xfce4-mixer: Remove, gstreamer-0.10 is obsolete

2017-09-06 Thread Mark Hatle
There is no upstream revision to the mixer to make it work w/o gstreamer-0.10 also remove from packagegroup-xfce-extended Signed-off-by: Mark Hatle <mark.ha...@windriver.com> --- meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.11.0.bb | 14 -- .../packagegroups/packagegrou

[oe] [PATCH 30/31] florence: update 0.6.3

2017-09-06 Thread Mark Hatle
From: Andreas Müller <schnitzelt...@googlemail.com> * patches were either leftovers or do not match the code * DESCRIPTION -> shortened SUMMARY Signed-off-by: Andreas Müller <schnitzelt...@googlemail.com> Added gtk+3 dependency and resolved conflicts Signed-off-by: Mark

[oe] [PATCH 27/31] recipes-multimedia: Add LICENSE_FLAGS

2017-09-06 Thread Mark Hatle
Multiple recipes require other recipes which all are defined to have a LICENSE_FLAGS = "commercial". Set these referring packages to the same license flag so they are only enabled when their dependency is also enabled. Signed-off-by: Mark Hatle <mark.ha...@windriver.com>

[oe] [PATCH 23/31] layer.conf: Add meta-networking for the networkmanager

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle <mark.ha...@windriver.com> --- meta-gnome/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/conf/layer.conf b/meta-gnome/conf/layer.conf index 58e12a9..fb89c14 100644 --- a/meta-gnome/conf/layer.conf +++ b/meta-gnom

[oe] [PATCH 25/31] mpv: Requires ffmpeg which has a LICENSE_FLAGS = commercial set

2017-09-06 Thread Mark Hatle
We need to also set LICENSE_FLAGS = commercial to avoid any type of parsing errors for world builds. Signed-off-by: Mark Hatle <mark.ha...@windriver.com> --- meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-multimedia/m

[oe] [PATCH 26/31] recipes-multimedia: Add LICENSE_FLAGS

2017-09-06 Thread Mark Hatle
Multiple recipes require libmap, mpg123 or ffmpeg which all are defined to have a LICENSE_FLAGS = "commercial". Set these referring packages to the same license flag so they are only enabled when their dependency is also enabled. Signed-off-by: Mark Hatle <mark.ha...@

[oe] [PATCH 28/31] libmtp: remove 'mtp-tools' from PACKAGES

2017-09-06 Thread Mark Hatle
mtp-tools is a 'rename' of the ${PN}-bin, so it should not be in the PACKAGES value. If it is, it will result in either an error during packaging or an indeterminate package. Signed-off-by: Mark Hatle <mark.ha...@windriver.com> --- meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb | 4 +

[oe] [PATCH 24/31] meta-xfce: depend on meta-multimedia

2017-09-06 Thread Mark Hatle
Remove duplicate meta-oe dependency and replace it with one for meta-multimedia. This is needed for various apps. Signed-off-by: Mark Hatle <mark.ha...@windriver.com> --- meta-xfce/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-xfce/conf/layer.

[oe] [PATCH 21/31] pinpoint: Add dependency on opengl for cogl

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle <mark.ha...@windriver.com> --- meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb b/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb index 5

[oe] [PATCH 20/31] libart-lgpg: Obsolete, replaced by version in oe-core

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle <mark.ha...@windriver.com> --- .../libart-lgpl/libart-lgpl/Makefile.am.patch | 17 - .../libart-lgpl/libart-lgpl/aarch64/art_config.h | 10 .../libart-lgpl/libart-lgpl/aarch64be/art_config.h | 10 .../libart-lgpl/aarch6

[oe] [PATCH 22/31] vim: Remove xfce vim bbappend

2017-09-06 Thread Mark Hatle
Changing the behavior of a recipe by including a layer is not allowed by the yocto-compat-layer script. Signed-off-by: Mark Hatle <mark.ha...@windriver.com> --- meta-xfce/recipes-support/vim/vim_%.bbappend | 6 -- 1 file changed, 6 deletions(-) delete mode 100644 meta-xfce/recipes-s

[oe] [PATCH 19/31] glade3: Move PACKAGECONFIG setting to enable_gnome.conf

2017-09-06 Thread Mark Hatle
This resolves a failure of the yocto-compat-layer.py script. Changing the PACKAGECONFIG setting by just including a layer can cause problems. Signed-off-by: Mark Hatle <mark.ha...@windriver.com> --- meta-gnome/conf/enable_gnome.conf | 2 ++ meta-gnome/recipes-devtools

[oe] [PATCH 18/31] enable_gnome.conf: Move the AVAHI_GTK setting

2017-09-06 Thread Mark Hatle
This is a distribution wide setting, so just including the layer should not affect other layers. Signed-off-by: Mark Hatle <mark.ha...@windriver.com> --- meta-gnome/README | 5 + meta-gnome/conf/enable_gnome.conf | 1 + meta-gnome/conf/layer.conf| 2 -- 3

[oe] [PATCH 16/31] open-vm-tools: only build if meta-networking and meta-filesystems is available

2017-09-06 Thread Mark Hatle
libdnet - meta-networking fuse - meta-filesystems Signed-off-by: Mark Hatle <mark.ha...@windriver.com> --- meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5

[oe] [PATCH 17/31] miniupnpd: Move to meta-networking, requires libnetfilter-conntrack

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle <mark.ha...@windriver.com> --- .../miniupnpd/miniupnpd_2.0.bb | 37 -- .../miniupnpd/miniupnpd_2.0.bb | 37 ++ 2 files changed, 37 insertions(+), 37 deletions(-) delete mode 100644

[oe] [PATCH 15/31] dlm: requires corosync, from meta-networking

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle <mark.ha...@windriver.com> --- .../respect-ldflags-also-from-bin_ldflags.patch| 36 +++ meta-networking/recipes-extended/dlm/dlm_4.0.2.bb | 51 ++ .../respect-ldflags-also-from-bin_ldflags.patch| 36 --- m

[oe] [PATCH 14/31] pywbem: Requires python-m2crypto-native (and others) from meta-python

2017-09-06 Thread Mark Hatle
Move pywbem to the meta-python layer to avoid missing requirements. Signed-off-by: Mark Hatle <mark.ha...@windriver.com> --- meta-oe/recipes-extended/pywbem/pywbem_0.8.0.bb| 36 -- .../recipes-extended/pywbem/pywbem_0.8.0.bb| 36 ++ 2

[oe] [PATCH 13/31] corosync: Requires net-snmp from meta-networking

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle <mark.ha...@windriver.com> --- .../recipes-extended/corosync/corosync_2.4.2.bb| 78 ++ .../recipes-extended/corosync/corosync_2.4.2.bb| 78 -- 2 files changed, 78 insertions(+), 78 deletions(-) create mode 10064

[oe] [PATCH 11/31] python-ldap: Move to meta-networking, requires cyrus-sasl

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle <mark.ha...@windriver.com> --- .../recipes-devtools/python/python-ldap_2.4.41.bb | 29 ++ .../recipes-devtools/python/python-ldap_2.4.41.bb | 29 -- 2 files changed, 29 insertions(+), 29 deletions(-) create mode 100644

[oe] [PATCH 12/31] python-networkmanager: Move to networking, requires networkmanager

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle <mark.ha...@windriver.com> --- .../python-networkmanager/python-networkmanager_2.0.1.bb| 13 + .../python-networkmanager/python-networkmanager_2.0.1.bb| 13 - 2 files changed, 13 insertions(+), 13 deletions(-) create mode 100644

[oe] [PATCH 08/31] networkmanager-openvpn: requires openvpn from meta-networking

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle <mark.ha...@windriver.com> --- .../networkmanager/networkmanager-openvpn_1.2.8.bb | 39 ++ .../networkmanager/networkmanager-openvpn_1.2.8.bb | 39 -- 2 files changed, 39 insertions(+), 39 deletions(-) create mode 100644

[oe] [PATCH 09/31] telepathy-python: Move to meta-python, requires python-dbus

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle <mark.ha...@windriver.com> --- .../telepathy-python-0.15.19/parallel_make.patch | 43 -- .../remove_duplicate_install.patch | 26 - .../telepathy-python_fix_for_automake_1.12.patch | 26 - .../tel

[oe] [PATCH 10/31] networkmanager: Move to meta-networking, requires dnsmasq

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle <mark.ha...@windriver.com> --- ...adjust-net-headers-for-musl-compatibility.patch | 82 +++ .../0001-check-for-strndupa-before-using-it.patch | 67 +++ ...dns-resolved-add-systemd-resolved-backend.patch | 621 + ...ed-also-check-for-etc-

[oe] [PATCH 07/31] boinc-client: Add distro flag, requires opengl

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle <mark.ha...@windriver.com> --- meta-oe/recipes-extended/boinc/boinc-client_7.6.33.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/boinc/boinc-client_7.6.33.bb b/meta-oe/recipes-extended/boinc/boinc-client_7.6

[oe] [PATCH 05/31] openlmi-tools: Only build if the necessary python pieces are available

2017-09-06 Thread Mark Hatle
Since this isn't a python library it doesn't really belong to meta-python. But I couldn't figure out where else to move it to. Signed-off-by: Mark Hatle <mark.ha...@windriver.com> --- meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb | 5 + 1 file changed, 5 insertions(+) diff

[oe] [PATCH 04/31] glmark2: Set required distro features to opengl

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle <mark.ha...@windriver.com> --- meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb index d

[oe] [PATCH 06/31] xorg-drivers: Add opengl distro flag requirement to ati and nouveau

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle <mark.ha...@windriver.com> --- meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.8.0.bb | 3 +++ meta-oe/recipes-graphics/xorg-driver/xf86-video-nouveau_1.0.15.bb | 4 2 files changed, 7 insertions(+) diff --git a/meta-oe/recipes-graphics/xorg-drive

[oe] [PATCH 03/31] openipmi: Move to meta-networking requires net-snmp

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle <mark.ha...@windriver.com> --- ...ame-struct-parameter-printf-for-namespace.patch | 618 + .../files/do-not-install-pyc-and-pyo.patch | 25 + .../fix-symlink-install-error-in-cmdlang.patch | 22 + .../openipmi

[oe] [PATCH 02/31] libml: Move to oe-core

2017-09-06 Thread Mark Hatle
Moved to oe-core, remove this version. Signed-off-by: Mark Hatle <mark.ha...@windriver.com> --- meta-networking/recipes-filter/libmnl/libmnl_1.0.4.bb | 13 - 1 file changed, 13 deletions(-) delete mode 100644 meta-networking/recipes-filter/libmnl/libmnl_1.0.4.bb diff --git

[oe] [PATCH 01/31] iproute2: Move tipc enablement to oe-core

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle <mark.ha...@windriver.com> --- meta-networking/recipes-connectivity/iproute2/iproute2_%.bbappend | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 meta-networking/recipes-connectivity/iproute2/iproute2_%.bbappend diff --git a/meta-networking/r

[oe] [PATCH 00/31] Numerous patches to resolve yocto-compat-layer

2017-09-06 Thread Mark Hatle
issues I observed..) Andreas Müller (1): florence: update 0.6.3 Mark Hatle (30): iproute2: Move tipc enablement to oe-core libml: Move to oe-core openipmi: Move to meta-networking requires net-snmp glmark2: Set required distro features to opengl openlmi-tools: Only build

[oe] iproute2 - meta-openembedded/libmnl and Yocto Project compat

2017-09-05 Thread Mark Hatle
The patch to oe-core: commit 944ef0de241de77429ab0e5cb1dd4a7f355cf3fd Author: Yi Zhao Date: Tue Aug 15 15:38:36 2017 +0800 iproute2: add tipc support added tipc support. This is part of the work that originated in meta-openembedded. However, the default of

Re: [oe] [meta-oe][PATCH] iproute2: Move append to meta-networking layer

2017-08-28 Thread Mark Hatle
On 8/28/17 8:30 PM, Yi Zhao wrote: > > > 在 2017年08月29日 09:19, Mark Hatle 写道: >> On 8/28/17 8:07 PM, Mark Hatle wrote: >>> On 8/28/17 1:13 PM, Fabio Berton wrote: >>>> meta-openembedded commit eb8994f44a080d9c7fd2c87b6b6935ad0a55eb27 added >>>&

Re: [oe] [meta-oe][PATCH] iproute2: Move append to meta-networking layer

2017-08-28 Thread Mark Hatle
On 8/28/17 8:07 PM, Mark Hatle wrote: > On 8/28/17 1:13 PM, Fabio Berton wrote: >> meta-openembedded commit eb8994f44a080d9c7fd2c87b6b6935ad0a55eb27 added >> iproute2 append to enable tipc PACKAGECONFIG that install libmnl >> package. libmnl recipe is in meta-networking

Re: [oe] [meta-oe][PATCH] iproute2: Move append to meta-networking layer

2017-08-28 Thread Mark Hatle
On 8/28/17 1:13 PM, Fabio Berton wrote: > meta-openembedded commit eb8994f44a080d9c7fd2c87b6b6935ad0a55eb27 added > iproute2 append to enable tipc PACKAGECONFIG that install libmnl > package. libmnl recipe is in meta-networking layer and this layer > needs to be added to bblayers.conf file to

Re: [oe] [meta-networking][PATCH] postfix: do NOT create directory /var/spool/mail

2017-04-12 Thread Mark Hatle
On 4/9/17 9:18 PM, kai.k...@windriver.com wrote: > From: Kai Kang > > postfix installs directory /var/spool/mail which conflicts with package > shadow. > > | Error: Transaction check error: > | file /var/spool/mail conflicts between attempted installs of > |

Re: [oe] [OE-core] OEDAM - Portland 2017

2017-02-19 Thread Mark Hatle
On 2/19/17 4:12 AM, Trevor Woerner wrote: > Does anyone have any recommendations for how to get from the > conference venue to the Mentor Graphics office? > I have a rental car and will have room for 2, or MAYBE 3 people. (At this point I suspect I will return the car after the OEDAM, because

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

2016-12-23 Thread Mark Hatle
On 12/21/16 4:26 PM, Christopher Larson wrote: > On Wed, Dec 21, 2016 at 2:53 PM, Mark Asselstine < > mark.asselst...@windriver.com> wrote: > >> 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

Re: [oe] [OE-core] Busybox drop systemd support

2016-07-27 Thread Mark Hatle
On 7/27/16 12:17 PM, Aníbal Limón wrote: > Hi folks, > > I was working debugging an issue for missing /var/log/messages in > systemd/busybox images [1] and then i found that busybox drop support > for systemd from 1.25 version [2]. > > This ends in a set of questions of what we need to do in

Re: [oe] [OE-core] [yocto] [RFT] GCC 6 Recipes

2016-04-28 Thread Mark Hatle
On 4/28/16 2:10 AM, Khem Raj wrote: > >> On Apr 27, 2016, at 11:06 AM, Mark Hatle <mark.ha...@windriver.com> wrote: >> >> On 4/27/16 12:53 PM, Khem Raj wrote: >>> thanks I think most of them come to these categories. So any help in >>> fixing them

Re: [oe] [OE-core] [yocto] [RFT] GCC 6 Recipes

2016-04-27 Thread Mark Hatle
On 4/27/16 12:53 PM, Khem Raj wrote: > thanks I think most of them come to these categories. So any help in > fixing them is welcome. > > 1. kernel older than 4.4, backport needed fixed into these branches or > move to newer kernels. > 2. uboot dont have gcc6 compiler header files, backport the

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2016-03-09

2016-03-11 Thread Mark Hatle
On 3/10/16 5:53 AM, Martin Jansa wrote: > Aggressive PNBLACKLISTing continues. But linux-yocto (and modules depending > on it) > are still broken :/. > > I'll look at cef3 and chromium issue, my recent patch for meta-browser > fixed the build for armv7a MACHINEs, so it probably needs to be

Re: [oe] [OE-core] [jethro][fido][PATCH] openssl: Security fix CVE-2016-0800

2016-03-04 Thread Mark Hatle
On 3/4/16 10:51 AM, Denys Dmytriyenko wrote: > On Fri, Mar 04, 2016 at 08:46:01AM -0800, akuster wrote: >> >> >> On 03/04/2016 07:39 AM, Denys Dmytriyenko wrote: >>> On Tue, Mar 01, 2016 at 11:37:21PM -0800, Armin Kuster wrote: From: Armin Kuster CVE-2016-0800

Re: [oe] [OE-core] RFC: Reference updater filesystem

2015-11-24 Thread Mark Hatle
On 11/24/15 12:05 PM, Roman Khimov wrote: > В письме от 24 ноября 2015 07:47:38 пользователь Mark Hatle написал: >> On 11/24/15 4:39 AM, Roman Khimov wrote: >>> В письме от 23 ноября 2015 15:41:28 пользователь Mariano Lopez написал: >>>> 1. Use a separate p

Re: [oe] [yocto] [OE-core] RFC: Reference updater filesystem

2015-11-24 Thread Mark Hatle
On 11/24/15 11:02 AM, Lopez, Mariano wrote: > > > On 11/24/2015 7:47 AM, Mark Hatle wrote: >> On 11/24/15 4:39 AM, Roman Khimov wrote: >>> В письме от 23 ноября 2015 15:41:28 пользователь Mariano Lopez написал: >>>> 1. Use a separate partition for th

Re: [oe] [OE-core] RFC: Reference updater filesystem

2015-11-24 Thread Mark Hatle
On 11/24/15 4:39 AM, Roman Khimov wrote: > В письме от 23 ноября 2015 15:41:28 пользователь Mariano Lopez написал: >> 1. Use a separate partition for the configuration. >>a. The pro of this method is the partition is not touched during the >> update. >>b. The con of this method is the

[oe] [meta-networking][PATCH 2/2 v4] netmap-modules: Modules may not have the same arch as userspace

2015-11-20 Thread Mark Hatle
jackie.hu...@windriver.com> Signed-off-by: Mark Hatle <mark.ha...@windriver.com> --- meta-networking/recipes-kernel/netmap/netmap-modules_git.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta-networking/recipes-kernel/netmap/netmap-modules_git.bb b/meta-networking/recipes-ke

[oe] [meta-networking][PATCH 1/2 v4] netmap-modules: make deterministic builds for drivers

2015-11-20 Thread Mark Hatle
onfigs to EXTRA_OECONF Signed-off-by: Jackie Huang <jackie.hu...@windriver.com> Signed-off-by: Mark Hatle <mark.ha...@windriver.com> --- .../recipes-kernel/netmap/netmap-modules_git.bb| 48 +- 1 file changed, 47 insertions(+), 1 deletion(-) diff --git a/meta-networking/rec

Re: [oe] [meta-networking][PATCH 1/2 v4] netmap-modules: make deterministic builds for drivers

2015-11-20 Thread Mark Hatle
/15 11:32 AM, Mark Hatle wrote: > From: Jackie Huang <jackie.hu...@windriver.com> > > The driver builds are optional, but for deterministic builds, > we should should be able to explicitly enable/disable the > builds for them in a proper place (maybe in BSP). > > We us

Re: [oe] [OE-core] qt4 moves out of oe-core - to meta-qt4, or to meta-oe?

2015-11-16 Thread Mark Hatle
On 11/16/15 11:10 AM, akuster808 wrote: > > > On 11/16/2015 03:24 AM, Otavio Salvador wrote: >> On Mon, Nov 16, 2015 at 9:23 AM, Alexander Kanavin >> wrote: >>> On 11/16/2015 01:20 PM, Otavio Salvador wrote: >>> > Making a separate repository with this

Re: [oe] State of libcs in OE-Core glibc/uclibc/musl

2015-10-29 Thread Mark Hatle
On 10/29/15 10:42 AM, Khem Raj wrote: > Hi All, > > I would like to get everyone’s opinion on the libcs we maintain in OE-Core, > as of now, we have > > glibc + cross localedef + kconfig patches which are left overs from eglibc > days I do find the above useful -- include the kconfig part. >

Re: [oe] [OE-core] State of libcs in OE-Core glibc/uclibc/musl

2015-10-29 Thread Mark Hatle
On 10/29/15 3:14 PM, Khem Raj wrote: > On Thu, Oct 29, 2015 at 1:07 PM, Mark Hatle <mark.ha...@windriver.com> wrote: >> On 10/29/15 10:42 AM, Khem Raj wrote: >>> Hi All, >>> >>> I would like to get everyone’s opinion on the libcs we maintain in OE-C

Re: [oe] Prelink status

2015-10-29 Thread Mark Hatle
broken for a while now. If anyone has any expertise on Power 32-bit or 64-bit ELF, I'm still looking for help there to get these issues resolved. --Mark On 10/26/15 9:28 AM, Mark Hatle wrote: > I'm cross posting this in an effort to ask for help for the cross-prelink > project. (

[oe] Prelink problems -- need help!

2015-10-26 Thread Mark Hatle
I'm cross posting this in an effort to ask for help for the cross-prelink project. (If you are unaware of what the prelinker does, it goes through and adjusts the relocation addresses to predefined values in an attempt to speed up executable load times. For embedded systems, this can be fairly

[oe] [meta-networking][PATCH] ebtables: make it be able to work on 64bit kernel with 32 bit userspace

2014-11-18 Thread Mark Hatle
, KERNEL_64_USERSPACE_32 is needed to be enabled. If the MLPREFIX of package matchs lib.?32, the 32bit multilib package on 64bit kernel is being built. Signed-off-by: Roy.Li rongqing...@windriver.com Signed-off-by: Mark Hatle mark.ha...@windriver.com --- recipes-filter/ebtables/ebtables_2.0.10-4.bb

[oe] [meta-networking][PATCH] polarssl: add dependency openssl

2014-11-18 Thread Mark Hatle
openssl for polarssl to fix it. Signed-off-by: Kai Kang kai.k...@windriver.com Signed-off-by: Mark Hatle mark.ha...@windriver.com --- recipes-connectivity/polarssl/polarssl_1.3.8.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-connectivity/polarssl/polarssl_1.3.8.bb b/recipes

Re: [oe] Error: package not found in the base feeds

2014-08-09 Thread Mark Hatle
On 8/9/14, 7:40 AM, Himanshu Pandey wrote: Hi,I am getting following error:Error: spread not found in the base feeds (genericx86_64 x86_64 noarch any all).Error: liburiparser not found in the base feeds (genericx86_64 x86_64 noarch any all). This message indicates that something put

[oe] [meta-networking][PATCH 0/3] misc fixes

2013-11-19 Thread Mark Hatle
The following patch set includes some misc fixes for meta-networking. These should be generally applicable, and can also be applied to the dora branch (as well as master). ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

[oe] [meta-networking][PATCH 3/3] ntpd: make start-stop-daemon command available for ntpd

2013-11-19 Thread Mark Hatle
Reworked to set PATH instead of hardcode the location of start-stop-daemon Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta-networking/recipes-support/ntp/files/ntpd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-networking/recipes-support/ntp/files/ntpd b/meta-networking

[oe] [meta-networking][PATCH 2/3] proftpd: Convert proftpd group to system scope

2013-11-19 Thread Mark Hatle
From: Qiang Chen qiang.c...@windriver.com Proftpd is meant to be a system user, not a normal user of the system so lets pass the correct parameters to the system. Just add --system param when creating ftp group. Signed-off-by: Qiang Chen qiang.c...@windriver.com Signed-off-by: Jeff Polk

[oe] [meta-networking][PATCH 1/3] quagga: Fix watchquagga initscript problem.

2013-11-19 Thread Mark Hatle
From: Bopeng Liu bopeng@windriver.com Change the default config file for making watchquagga can startup successful Signed-off-by: Bopeng Liu bopeng@windriver.com --- .../recipes-protocols/quagga/files/watchquagga.default | 9 +++-- 1 file changed, 7 insertions(+), 2

[oe] [meta-webserver][PATCH 1/1] meta-webserver: Add LAYERVERSION and LAYERDEPENDS

2013-11-19 Thread Mark Hatle
From: Wenzong Fan wenzong@windriver.com Add LAYERVERSION and LAYERDEPENDS to layer.conf Signed-off-by: Wenzong Fan wenzong@windriver.com Signed-off-by: Robert Yang liezhi.y...@windriver.com Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta-webserver/conf/layer.conf | 5

[oe] [meta-webserver][PATCH 0/1] meta-webserver: Add LAYERVERSION and LAYERDEPENDS

2013-11-19 Thread Mark Hatle
Quick patch to add the layerversion and layerdepends. This is generally useful, but is not required. We use the LAYERDEPENDS to verify configurations. ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

  1   2   >