Re: [oe][master][scarthgap][meta-oe][PATCH] v4l-utils: Install media ctrl header and library files

2024-07-15 Thread Mark Hatle
files I verified this commit can be applied directly to scarthgap. --Mark On 6/24/24 10:28 AM, Mark Hatle wrote: From: Neel Gandhi Commit 9389d63fdddcab400cb0b243b74d47bf665aba18 removed a previous patch that caused the recipe to install the header and library files. Restore this behavior to

Re: [oe][master][scarthgap][meta-oe][PATCH] v4l-utils: Install media ctrl header and library files

2024-06-24 Thread Mark Hatle
6/24/24 11:21 AM, Mark Hatle wrote: What kind of error are you getting? I just rebased and the system told me there were no differences. Did it get munged by my email sending? --Mark On 6/24/24 11:02 AM, Khem Raj wrote: Hi Mark This patch does not apply cleanly on master or master-next

Re: [oe][master][scarthgap][meta-oe][PATCH] v4l-utils: Install media ctrl header and library files

2024-06-24 Thread Mark Hatle
branches and resend Thanks -Khem On Mon, Jun 24, 2024 at 8:28 AM Mark Hatle via lists.openembedded.org wrote: From: Neel Gandhi Commit 9389d63fdddcab400cb0b243b74d47bf665aba18 removed a previous patch that caused the recipe to install the header and library files. Restore this behavior to the

[oe][master][scarthgap][meta-oe][PATCH] v4l-utils: Install media ctrl header and library files

2024-06-24 Thread Mark Hatle
From: Neel Gandhi Commit 9389d63fdddcab400cb0b243b74d47bf665aba18 removed a previous patch that caused the recipe to install the header and library files. Restore this behavior to the new meson based build system. Signed-off-by: Neel Gandhi Signed-off-by: Mark Hatle Signed-off-by: Mark Hatle

Re: [oe] [PATCH v2] v4l-utils: Update to 1.26.1

2024-06-04 Thread Mark Hatle
I know this is months old, but I recently found an issue with this. Below the patch that ensured that 'metactl' headers were exported was removed. This new version no longer exports the headers required by components like gstreamer to use the 'mediactrl' interface exported by libv4l. I'm not

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 rec

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
h going 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 insert

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 start

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

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

2022-03-23 Thread Mark Hatle
23/22 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, bu

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

2022-03-23 Thread Mark Hatle
EPENDS on python3-misc is likely 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 Hat

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

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

[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
t clear 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 -- ___ Openembe

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 con

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

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 its

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 pyro

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

2017-10-16 Thread Mark Hatle
t apply to hostapd and was removed from the patch. Signed-off-by: Mark Hatle --- .../hostapd/hostapd/key-replay-cve-multiple.patch | 984 + .../recipes-connectivity/hostapd/hostapd_2.6.bb| 1 + 2 files changed, 985 insertions(+) create mode 100644 meta-oe/recipes-co

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

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 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: What is the yocto target for this matter? >

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 wrote: >> 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 H

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 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.org/meta-openembedded-contrib >>

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-

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 - https://

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

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle --- ...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-extended/corosync/corosync_2.4.2.bb

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 wrote: >> >> You are missing the point. We DO need a replacement. However, I was unable >> to >> find one. With the few references I found when searching that there was no

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 wrote: >> On 9/6/17 2:58 PM, Andreas Müller wrote: >>> On Wed, Sep 6, 2017 at 9:23 PM, Mark Hatle wrote: >>>> There is no upstream revision to the mixer to make it work w/o >

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 wrote: >> From: Andreas Müller >> >> * patches were either leftovers or do not match the code >> * DESCRIPTION -> shortened SUMMARY >> >> Signed-off-by: Andreas Müller

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 > --- > .../recipes-extended/corosync/corosync_2.4.2.bb| 78 > ++ > .../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 2:58 PM, Andreas Müller wrote: > On Wed, Sep 6, 2017 at 9:23 PM, Mark Hatle wrote: >> 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 >&g

[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 --- .../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 | 14 - .../gstreamer-0.10/gst

[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 --- meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.11.0.bb | 14 -- .../packagegroups/packagegroup-xfce-extended.bb

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

2017-09-06 Thread Mark Hatle
From: Andreas Müller * patches were either leftovers or do not match the code * DESCRIPTION -> shortened SUMMARY Signed-off-by: Andreas Müller Added gtk+3 dependency and resolved conflicts Signed-off-by: Mark Hatle --- .../florence/files/fix-no-atspi-compile.patch |

[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 --- .../recipes-multimedia/pac

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

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle --- 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-gnome/conf/layer.conf @@ -12,4 +12,4

[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 --- .../recipes-multimedia

[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 --- meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb | 4 ++-- 1 file

[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 --- meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb b/meta-oe

[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 --- meta-xfce/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-xfce/conf/layer.conf b/meta-xfce/conf/layer.conf

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

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle --- 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 5e902a1..bf5178c 100644 --- a/meta

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

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle --- .../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/aarch64be_32/art_config.h | 10

[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 --- meta-xfce/recipes-support/vim/vim_%.bbappend | 6 -- 1 file changed, 6 deletions(-) delete mode 100644 meta-xfce/recipes-support/vim/vim_%.bbappend diff

[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 --- meta-gnome/conf/enable_gnome.conf | 2 ++ meta-gnome/recipes-devtools/glade/glade3_%.bbappend | 1 - 2

[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 --- meta-gnome/README | 5 + meta-gnome/conf/enable_gnome.conf | 1 + meta-gnome/conf/layer.conf| 2 -- 3 files changed, 6 insertions(+), 2

[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 --- 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.bb b/meta-oe/recipes-support/open

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

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle --- .../miniupnpd/miniupnpd_2.0.bb | 37 -- .../miniupnpd/miniupnpd_2.0.bb | 37 ++ 2 files changed, 37 insertions(+), 37 deletions(-) delete mode 100644 meta-multimedia/recipes

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

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle --- .../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 --- meta-oe/recipes-extended/dlm/dlm_4.0.2

[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 --- meta-oe/recipes-extended/pywbem/pywbem_0.8.0.bb| 36 -- .../recipes-extended/pywbem/pywbem_0.8.0.bb| 36 ++ 2 files changed, 36 insertions(+), 36

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

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle --- .../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 100644 meta-networking/recipes-extended

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

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle --- .../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 meta-networking/recipes-devtools

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

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle --- .../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 meta-networking/recipes

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

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle --- .../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 meta-networking/recipes

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

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle --- .../telepathy-python-0.15.19/parallel_make.patch | 43 -- .../remove_duplicate_install.patch | 26 - .../telepathy-python_fix_for_automake_1.12.patch | 26 - .../telepathy/telepathy-python_0.15.19.bb

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

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle --- ...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-resolv-conf.systemd.patch | 29

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

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle --- 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.33.bb index ac5f755..99b43fa 100644

[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 --- meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta-oe/r

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

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle --- 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 d3766d9..b72ced0 100644 --- a/meta-oe

[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 --- 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-driver/xf86-video-ati_7.8.0.bb b/meta

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

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle --- ...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/files/include_sys_types.patch | 17

[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 --- 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 a/meta-networking/recipes-filter

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

2017-09-06 Thread Mark Hatle
Signed-off-by: Mark Hatle --- 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/recipes-connectivity/iproute2/iproute2_

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

2017-09-06 Thread Mark Hatle
all users are gone and it is - Remove gstreamer-0.10 as all of the users are now gone. (This resolves various preferred provider 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 openip

[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 enabling tipc was not done as

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

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 build

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 > | postfix-3.1.1-r0.ppc64e6500 and sha

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 pa

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 thi

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 syst

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 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 is welcome. >>> >>

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 ne

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 extend

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 SSL/TLS: Cross-protoco

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

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 confi

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

2015-11-20 Thread Mark Hatle
n networking.. :P --Mark On 11/20/15 11:32 AM, Mark Hatle wrote: > From: Jackie Huang > > 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 use

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

2015-11-20 Thread Mark Hatle
From: Jackie Huang Kernel modules may not have the same architecture as user space. So we tell INSANE_SKIP to skip checking the arch for the modules. This is consistent with other kernel modules and the kernel recipe. Signed-off-by: Jackie Huang Signed-off-by: Mark Hatle --- meta

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

2015-11-20 Thread Mark Hatle
by: Jackie Huang Signed-off-by: Mark Hatle --- .../recipes-kernel/netmap/netmap-modules_git.bb| 48 +- 1 file changed, 47 insertions(+), 1 deletion(-) diff --git a/meta-networking/recipes-kernel/netmap/netmap-modules_git.bb b/meta-networking/recipes-kernel/net

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 layer is even more disruptive, and

Re: [oe] Prelink status

2015-10-29 Thread Mark Hatle
it's been 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-pre

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 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-Core, >>> as of now, we h

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

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

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

2014-11-18 Thread Mark Hatle
arssl to fix it. Signed-off-by: Kai Kang Signed-off-by: Mark Hatle --- 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-connectivity/polarssl/polarssl_1.3.8.bb index 8ca1b1c..7a496b7 1

[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 Signed-off-by: Mark Hatle --- recipes-filter/ebtables/ebtables_2.0.10-4.bb | 11 +++ 1 file chan

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

[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 http://lists.openembedde

  1   2   >