[oe] [meta-networking][PATCH] update maintainers

2018-10-02 Thread Joe MacDonald
Signed-off-by: Joe MacDonald --- meta-networking/MAINTAINERS | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta-networking/MAINTAINERS b/meta-networking/MAINTAINERS index bbb2d1b..5c4c4ce 100644 --- a/meta-networking/MAINTAINERS +++ b/meta-networking/MAINTAINERS

Re: [oe] [meta-networking][PATCH v3] bird: initial import

2018-08-17 Thread Joe MacDonald
you could certainly use that in your own bbappend file and then use it in some way with a do_install_append() function. > I have also added one comment in message to proposal from Kem. > > > Thanks. > > On Fri, Aug 17, 2018 at 8:25 PM Khem Raj wrote: > >

Re: [oe] [meta-networking][PATCH v3] bird: initial import

2018-08-17 Thread Joe MacDonald
[Re: [oe] [meta-networking][PATCH v3] bird: initial import] On 18.08.17 (Fri 11:25) Khem Raj wrote: > On Fri, Aug 17, 2018 at 10:52 AM Joe MacDonald > wrote: > > > > Initial integration of the two stable BIRD releases, 1.6.4 and 2.0.2. > > > > Signed-off-by: Joe

[oe] [meta-networking][PATCH v3] bird: initial import

2018-08-17 Thread Joe MacDonald
Initial integration of the two stable BIRD releases, 1.6.4 and 2.0.2. Signed-off-by: Joe MacDonald --- v3: - Dropped the v2.0.x series recipe due to issues building IPv6 client and server - Reworked v1.6.4 to remove the now-unnecessary .inc file - Added support for building ipv4

Re: [oe] [meta-networking][PATCH v2] bird: initial import

2018-08-17 Thread Joe MacDonald
[Re: [oe] [meta-networking][PATCH v2] bird: initial import] On 18.08.16 (Thu 17:02) Khem Raj wrote: > > > On 8/16/18 8:29 AM, Joe MacDonald wrote: > > Initial integration of the two stable BIRD releases, 1.6.4 and 2.0.2. > > > > Signed-off-by: Joe Mac

Re: [oe] [meta-networking][PATCH] bird: initial import

2018-08-17 Thread Joe MacDonald
. That said, there's possibly more to it than just that, in my comments below. > On Fri, Aug 17, 2018 at 3:31 AM Joe MacDonald > wrote: > > Hi Stefan, > > Based on the information you've share here, then, I have some additional > questions about this, because I'm now n

Re: [oe] [meta-networking][PATCH] bird: initial import

2018-08-16 Thread Joe MacDonald
> Bird is one of the best BGP daemon available worldwide and would be really > great to have this tool within native Yocto ecosystem. > Again let me say thank you to all contributors and supporters in this scope. > > Have a nice day. > > Ing. Stefan Bosak > > M +42

Re: [oe] [meta-networking][PATCH] bird: initial import

2018-08-16 Thread Joe MacDonald
this won't take long to make it into the master > branch. Already released branches are rarely (as a rule never, I would > say) updated with new content. > > -J. > > > > > Thanks. > > > > Have a nice day.

Re: [oe] [meta-networking][PATCH] bird: initial import

2018-08-16 Thread Joe MacDonald
> > Ing. Stefan Bosak > > M +421 948 852 092 > E stefan.bo...@gmail.com > > > On Thu, Aug 16, 2018 at 4:42 AM Joe MacDonald > wrote: > > Initial integration of the two stable BIRD releases, 1.6.4 and 2.0.2. > > Signed-off-by: Joe MacDonald

Re: [oe] [meta-networking][PATCH] bird: initial import

2018-08-16 Thread Joe MacDonald
[Re: [oe] [meta-networking][PATCH] bird: initial import] On 18.08.15 (Wed 20:29) akuster808 wrote: > > > On 08/15/2018 07:42 PM, Joe MacDonald wrote: > > Initial integration of the two stable BIRD releases, 1.6.4 and 2.0.2. > > > > Signed-off-by: Joe MacDonal

[oe] [meta-networking][PATCH v2] bird: initial import

2018-08-16 Thread Joe MacDonald
Initial integration of the two stable BIRD releases, 1.6.4 and 2.0.2. Signed-off-by: Joe MacDonald --- v2: - adding upstream-status and link to upstream commit accomplishing the same goal. .../recipes-protocols/bird/bird.inc | 32 + .../recipes-protocols/bird/bird_1.6.4.bb

[oe] [meta-networking][PATCH] bird: initial import

2018-08-15 Thread Joe MacDonald
Initial integration of the two stable BIRD releases, 1.6.4 and 2.0.2. Signed-off-by: Joe MacDonald --- This set of recipes came my way quite a while back from Stefan Bosak. I've updated the recipes a bit, made them compile with MUSL and verified basic functionality on x86_64 and qemuarm

Re: [oe] Splitting meta-oe?

2018-02-21 Thread Joe MacDonald
[Re: [oe] Splitting meta-oe?] On 18.02.21 (Wed 09:20) Tom Rini wrote: > On Wed, Feb 21, 2018 at 09:02:53AM -0500, Joe MacDonald wrote: > > [Re: [oe] Splitting meta-oe?] On 18.02.21 (Wed 11:22) Martin Jansa wrote: > > > > > There is good example of inter-layer depe

Re: [oe] Splitting meta-oe?

2018-02-21 Thread Joe MacDonald
> >>> I *am* building the different layers, but say I have a stable set of > > >>> packages > > >>> and working images .. but for whatever reason, I need an updated > > >>> python- > > >>> package for an unrelated package, or som

Re: [oe] Splitting meta-oe?

2018-02-21 Thread Joe MacDonald
ough some sort of global build, and hence I know that they all have > > worked together for someone. If I can update pieces individually, I break > > that .. and I own the broken bits after that .. which again, goes to > > my point that > > fixing one workflo

Re: [oe] Splitting meta-oe?

2018-02-20 Thread Joe MacDonald
out the high quality layers is that we'd > like to look at running more community layers through the Yocto > autobuilder, and granular layers make that easier to manage. > > Comments? > > Ross -- -Joe MacDonald. :wq signature.asc Description: PGP signature --

Re: [oe] [meta-networking][PATCH] lldpad: new add

2018-01-11 Thread Joe MacDonald
ot; > +DEPENDS = "libconfig libnl readline" > + > +SRC_URI = "git://open-lldp.org/open-lldp.git \ > + file://0001-fix-build-warnings.patch \ > + file://0002-Change-CFLAGS-to-avoid-error.patch \ > + " > + > +SRCREV =

[oe] [meta-networking][PATCH v2 3/6] freediameter: add new recipe

2017-11-01 Thread Joe MacDonald
jackie.hu...@windriver.com> Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- ...murhash-algorithm-with-Robert-Jenkin-s-ha.patch | 223 ++ .../freediameter/files/freeDiameter.conf | 250 + .../freediameter/files/freediameter.in

[oe] [meta-networking][PATCH v2 6/6] bridge-utils: update to v1.6

2017-11-01 Thread Joe MacDonald
Updating to the latest version (1.6) and taking the opportunity to clean up the old patches, switch to the upstream git repo for SRC_URI and make the requested change to the older AR patch from a while back. Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- .../recipes-support/

[oe] [meta-networking][PATCH v2 5/6] stunnel: fix compile error when openssl disable des support

2017-11-01 Thread Joe MacDonald
Signed-off-by: Kai Kang <kai.k...@windriver.com> Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- .../stunnel/stunnel/fix-openssl-no-des.patch | 54 ++ .../recipes-support/stunnel/stunnel_5.35.bb| 4 +- 2 files changed, 57 insertions(+), 1 d

[oe] [meta-networking][PATCH v2 4/6] net-snmp: support openssl without 3des

2017-11-01 Thread Joe MacDonald
* add a patch to include des.h only if it's found in openssl * disable des when openssl-no-weak-ciphers is enabled Signed-off-by: Jackie Huang <jackie.hu...@windriver.com> Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- .../net-snmp/net-snmp-fix-for-disable

[oe] [meta-networking][PATCH v2 1/6] ddclient: new package

2017-11-01 Thread Joe MacDonald
ifications based on the recipe at: https://github.com/cshoredaniel/meta-cshored/blob/master/recipes-connectivity/ddclient/ddclient_3.8.3.bb DDClient version has been updated to 3.8.3. Signed-off-by: Ray Kinsella <ray.kinse...@intel.com> Signed-off-by: Joe MacDonald <joe_macdon...@men

[oe] [meta-networking][PATCH v2 2/6] lksctp-tools: update and remove from blacklist

2017-11-01 Thread Joe MacDonald
update. Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- .../lksctp-tools/lksctp-tools_1.0.17.bb | 21 + 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.17.bb b/meta-netw

[oe] [meta-networking][PATCH v2 0/6] meta-networking patchwork cleanup

2017-11-01 Thread Joe MacDonald
for good reason, but two of the patches still made sense to include in meta-networking, IMO, with just some minor rework, so I did that too. Here's the report: Jackie Huang (2): freediameter: add new recipe net-snmp: support openssl without 3des Joe MacDonald (2): lksctp-tools

Re: [oe] [meta-networking][PATCH 1/6] ddclient: new package

2017-10-31 Thread Joe MacDonald
[Re: [oe] [meta-networking][PATCH 1/6] ddclient: new package] On 17.10.30 (Mon 16:14) Khem Raj wrote: > On Mon, Oct 30, 2017 at 11:11 AM, Joe MacDonald > <joe_macdon...@mentor.com> wrote: > > From: "Kinsella, Ray" <ray.kinse...@intel.com> > > > >

Re: [oe] [meta-networking][PATCH 2/6] lksctp-tools: update and remove from blacklist

2017-10-31 Thread Joe MacDonald
[Re: [oe] [meta-networking][PATCH 2/6] lksctp-tools: update and remove from blacklist] On 17.10.30 (Mon 16:21) Khem Raj wrote: > On Mon, Oct 30, 2017 at 11:11 AM, Joe MacDonald > <joe_macdon...@mentor.com> wrote: > > Switching lksctp-tools to build from the upstream git

Re: [oe] [meta-networking][PATCH 3/6] freediameter: add new recipe

2017-10-31 Thread Joe MacDonald
[Re: [oe] [meta-networking][PATCH 3/6] freediameter: add new recipe] On 17.10.30 (Mon 17:47) akuster808 wrote: > > > On 10/30/2017 11:11 AM, Joe MacDonald wrote: > > From: Jackie Huang <jackie.hu...@windriver.com> > > > > freeDiameter is an open source Dia

[oe] [meta-networking][PATCH 4/6] net-snmp: support openssl without 3des

2017-10-30 Thread Joe MacDonald
* add a patch to include des.h only if it's found in openssl * disable des when openssl-no-weak-ciphers is enabled Signed-off-by: Jackie Huang <jackie.hu...@windriver.com> Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- .../net-snmp/net-snmp-fix-for-disable

[oe] [meta-networking][PATCH 5/6] stunnel: fix compile error when openssl disable des support

2017-10-30 Thread Joe MacDonald
Signed-off-by: Kai Kang <kai.k...@windriver.com> Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- .../stunnel/stunnel/fix-openssl-no-des.patch | 54 ++ .../recipes-support/stunnel/stunnel_5.35.bb| 4 +- 2 files changed, 57 insertions(+), 1 d

[oe] [meta-networking][PATCH 6/6] bridge-utils: update to v1.6

2017-10-30 Thread Joe MacDonald
Updating to the latest version (1.6) and taking the opportunity to clean up the old patches, switch to the upstream git repo for SRC_URI and make the requested change to the older AR patch from a while back. Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- .../recipes-support/

[oe] [meta-networking][PATCH 3/6] freediameter: add new recipe

2017-10-30 Thread Joe MacDonald
jackie.hu...@windriver.com> Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- ...murhash-algorithm-with-Robert-Jenkin-s-ha.patch | 223 + .../freediameter/files/freediameter.init | 72 +++ .../freediameter/files/freediameter.service| 11 + .../

[oe] [meta-networking][PATCH 1/6] ddclient: new package

2017-10-30 Thread Joe MacDonald
ifications based on the recipe at: https://github.com/cshoredaniel/meta-cshored/blob/master/recipes-connectivity/ddclient/ddclient_3.8.3.bb DDClient version has been updated to 3.8.3. Signed-off-by: Ray Kinsella <ray.kinse...@intel.com> Signed-off-by: Joe MacDonald <joe_macdon...@men

[oe] [meta-networking][PATCH 2/6] lksctp-tools: update and remove from blacklist

2017-10-30 Thread Joe MacDonald
update. Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- .../recipes-support/lksctp-tools/lksctp-tools_1.0.17.bb | 16 +--- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.17.bb b/meta-netw

[oe] [meta-networking][PATCH 0/6] meta-networking patchwork cleanup

2017-10-30 Thread Joe MacDonald
, but two of the patches still made sense to include in meta-networking, IMO, with just some minor rework, so I did that too. Here's the report: Jackie Huang (2): freediameter: add new recipe net-snmp: support openssl without 3des Joe MacDonald (2): lksctp-tools: update and remove from blacklist

Re: [oe] [meta-networking][PATCH] bridge-utils: modify the AR to cross toolchain

2017-10-20 Thread Joe MacDonald
> > +++ b/meta-networking/recipes-support/bridge-utils/bridge-utils_1.5.bb > > @@ -7,6 +7,7 @@ SRC_URI += "\ > > file://0003-bridge-fix-some-build-time-warnings-errno.h.patch \ > > file://0004-libbridge-add-missing-include-s-fix-build-against-mu.patch > > \ > > file://0005-

Re: [oe] [meta-networking][PATCH 1/1] mdns: move from meta-intel-iot-middleware

2017-10-17 Thread Joe MacDonald
ixed it to a point where we have around 10-12 recipes which > >> don't compile > >> with musl, and it would be better to keep this level as such and > >> especially when we > >> know its failing. its a requirement for oe-core > > I do world builds on m

Re: [oe] Yocto security responses.

2017-10-16 Thread Joe MacDonald
[Re: Yocto security responses.] On 17.10.16 (Mon 00:49) Martin Jansa wrote: > On Fri, Oct 13, 2017 at 4:57 AM, Joe MacDonald <joe_macdon...@mentor.com> > wrote: > > Not to be brusque about it, but I've said all I intend to say on that > patch and I've regular

Re: [oe] [meta-networking][PATCH v3] wireguard: add WireGuard kernel module and tools

2017-05-18 Thread Joe MacDonald
gt; +replace both IPsec for most use cases, as well as popular user space > >> and/or \ > >> +TLS-based solutions like OpenVPN, while being more secure, more > >> performant, \ > >> +and easier to use." > >> +SECTION = "networking" >

Re: [oe] [meta-networking][PATCH 2/3] freediameter: add new recipe

2017-05-16 Thread Joe MacDonald
ouldn't load kernel module sctp." > > > +echo "Test cases testsctp and testcnx will fail." > > > +echo > > > +fi > > > + > > > +export EXTENSIONS_DIR=$EXTENSIONS_DIR > > > +cmake -E cmake_echo_color --cyan "Running t

Re: [oe] [meta-networking][PATCH 2/8] freeradius: add new recipe

2017-05-09 Thread Joe MacDonald
[PATCH] avoid searching host dirs > + > +Upstream-Status: Inappropriate [cross-compile specific] I don't know if that's specifically a reason to be inappropriate for upstream. :-) Anyway, given that some of the patches were submitted upstream, as yo

[oe] [meta-networking][PATCH] wireguard: module install cleanup

2017-05-02 Thread Joe MacDonald
The module_install target shouldn't be used, just installing the module to the sysroot directly seems more appropriate. Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- .../wireguard/wireguard-module_0.0.20170421.bb | 20 ++-- 1 file changed, 14 insertions

Re: [oe] [meta-networking][PATCH v3] wireguard: add WireGuard kernel module and tools

2017-05-02 Thread Joe MacDonald
[Re: [oe] [meta-networking][PATCH v3] wireguard: add WireGuard kernel module and tools] On 17.05.01 (Mon 14:37) Stefan Agner wrote: > On 2017-05-01 08:18, Joe MacDonald wrote: > > [Re: [oe] [meta-networking][PATCH v3] wireguard: add WireGuard kernel > > module and tools] On 17.0

Re: [oe] [meta-networking][PATCH v3] wireguard: add WireGuard kernel module and tools

2017-05-01 Thread Joe MacDonald
uot; > >> diff --git a/meta-networking/recipes-kernel/wireguard/wireguard.inc > >> b/meta-networking/recipes-kernel/wireguard/wireguard.inc > >> new file mode 100644 index 000..46a9971 > >> --- /dev/null > >> +++ b/meta-networking/recipe

Re: [oe] [meta-networking][PATCH] strongswan: Split plugins

2017-04-26 Thread Joe MacDonald
/wiki/Pluginlist > > +RDEPENDS_${PN} += "\ > > +${PN}-plugin-aes \ > > +${PN}-plugin-attr \ > > +${PN}-plugin-cmac \ > > +${PN}-plugin-constraints \ > > +${PN}-plugin-des \ > > +${PN}-plugin-dnskey \ > > +${PN}-plugin-hmac \ >

Re: [oe] [meta-networking][PATCH 2/2] dnsmasq: disable the service by default

2017-02-27 Thread Joe MacDonald
t; > RCONFLICTS_${PN} += "${PN}-systemd" > SYSTEMD_SERVICE_${PN} = "dnsmasq.service" > +SYSTEMD_AUTO_ENABLE ?= "disable" > -- > 2.8.3 > > -- > ___ > Openembedded-devel mailing list > Openembe

Re: [oe] [meta-networking][PATCH v2] Samba: use built-in libtevent

2017-02-27 Thread Joe MacDonald
for libtevent. After abandoning the previous build and starting fresh, as the autobuilder would, it seems okay with the revert, so we'll go with that approach. -J. > > On Sat, Feb 25, 2017 at 4:42 AM, Joe MacDonald <joe_macdon...@mentor.com> > wrote: > > [Re: [oe] [me

Re: [oe] [meta-networking][PATCH v2] Samba: use built-in libtevent

2017-02-24 Thread Joe MacDonald
at failed for gvfs - so I > > stopped sending stuff. Now I know why gvfs fails... > > > > How do we proceed with this patch? > > > > [1] https://github.com/schnitzeltony/meta-openembedded/tree/work-2017-02 > > > Just notices that this patch made it into ma

Re: [oe] [PATCH] [meta-networking] ddclient: new package

2017-02-21 Thread Joe MacDonald
dclient/files/ip-up > new file mode 100644 > index 000..52a44f8 > --- /dev/null > +++ b/meta-networking/recipes-daemons/ddclient/files/ip-up > @@ -0,0 +1,4 @@ > +#!/bin/sh > + > +logger -t ddclient $PPP_IFACE $PPP_LOCAL > +ddclient -daemon=0 -syslog -use=if -if=$PPP_IFA

Re: [oe] Splitting meta-oe?

2017-02-19 Thread Joe MacDonald
k is a > reasonable question. I really, honestly did not mean for anything I said to sound like that. It's good to have this kind of discussion from time to time. It's very easy to get stuck in the "this is the way it's always been done" rut, so I hope Ross didn't feel like anyone was

Re: [oe] Splitting meta-oe?

2017-02-17 Thread Joe MacDonald
; > basically a good thing. But I am tired of this game. As you can see in > > meta-qt5-extra: I am interested in having cool images not in a cool > > build system. Long live core-image-sato! > > > > Andreas > > -- > > ___________ > > Openembedded-de

Re: [oe] [meta-networking] [PATCH] dibbler: fix SRC_URI from ${P} to ${BP}

2017-01-20 Thread Joe MacDonald
E = "http://klub.com.pl/dhcpv6; > LICENSE = "GPLv2" > LIC_FILES_CHKSUM = "file://LICENSE;md5=7236695bb6d4461c105d685a8b61c4e3" > > -SRC_URI = "http://klub.com.pl/dhcpv6/${BPN}/${P}.tar.gz \ > +SRC_URI = "http://klub.com.pl/dhcpv6/${BPN}/${BP}.tar.gz \ >

Re: [oe] [meta-networking][PATCH] iscsitarget: Fix call trace of ahash API calling

2017-01-17 Thread Joe MacDonald
e->lun); > > +#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 8, 0) > -+crypto_ahash_init(hash); > ++ahash_request_set_callback(hash, 0, NULL, NULL); > + ahash_request_set_crypt(hash, sg, volume->scsi_id,

Re: [oe] [meta-networking][PATCH] lftp: update SRC_URI with new source

2017-01-09 Thread Joe MacDonald
SRC_URI = "http://lftp.yar.ru/ftp/lftp-${PV}.tar.bz2 \ > file://fix-gcc-6-conflicts-signbit.patch \ >" > SRC_URI[md5sum] = "7b54407ab24c1e78b45fe445d83eb5fd" > -- > 2.7.4 > -- -Joe MacDonald. :wq signature.asc Description: Digital signatu

Re: [oe] [meta-networking][PATCH] tcpdump: upgrade to 4.8.1

2017-01-09 Thread Joe MacDonald
uot; > >> export LIBS=" -lpcap" > >> > >> inherit autotools-brokensep ptest > >> -- > >> 2.7.4 > >> > >> -- > >> ___ > >> Openembedded-devel mailing list > >>

Re: [oe] [meta-networking] [PATCH] opensaf: 5.0.0 -> 5.1.0

2017-01-04 Thread Joe MacDonald
conf > metadata Makes sense to me, having it over in meta_oe_security_flags.inc seems a little confusing for someone who doesn't know to look there. If there's no objection, I'll just tweak this patch appropriately during the merge. -J. > > > -- > > 2.7.4 > > > &g

[oe] [meta-networking][PATCH 10/10] samba: simplify LSB handling

2016-12-17 Thread Joe MacDonald
From: Andreas Oberritter <o...@opendreambox.org> Signed-off-by: Andreas Oberritter <o...@opendreambox.org> Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | 13 + 1 file changed, 5 insertio

[oe] [meta-networking][PATCH 09/10] samba: start on boot with systemd

2016-12-17 Thread Joe MacDonald
From: Andreas Oberritter <o...@opendreambox.org> Signed-off-by: Andreas Oberritter <o...@opendreambox.org> Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | 4 1 file changed, 4 insertions(+) diff --git

[oe] [meta-networking][PATCH 07/10] samba: add packages samba-dsdb-modules, samba-testsuite and registry-tools

2016-12-17 Thread Joe MacDonald
From: Andreas Oberritter <o...@opendreambox.org> Inspired by Debian. Signed-off-by: Andreas Oberritter <o...@opendreambox.org> Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | 14 ++ 1 file chan

[oe] [meta-networking][PATCH 08/10] samba: move /etc/sysconfig to more common /etc/default, package tmpfiles.d in samba-common

2016-12-17 Thread Joe MacDonald
From: Andreas Oberritter <o...@opendreambox.org> Signed-off-by: Andreas Oberritter <o...@opendreambox.org> Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | 9 ++--- 1 file changed, 6 insertions(+), 3

[oe] [meta-networking][PATCH 03/10] samba: add smbclient package

2016-12-17 Thread Joe MacDonald
From: Andreas Oberritter <o...@opendreambox.org> Signed-off-by: Andreas Oberritter <o...@opendreambox.org> Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- .../recipes-connectivity/samba/samba_4.4.5.bb | 19 +++ 1 file changed, 15 insertio

[oe] [meta-networking][PATCH 04/10] samba: install manpages

2016-12-17 Thread Joe MacDonald
From: Andreas Oberritter <o...@opendreambox.org> Signed-off-by: Andreas Oberritter <o...@opendreambox.org> Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | 9 + 1 file changed, 9 insertions(+)

[oe] [meta-networking][PATCH 06/10] samba: split libraries into their own packages

2016-12-17 Thread Joe MacDonald
ter <o...@opendreambox.org> Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- .../recipes-connectivity/samba/samba_4.4.5.bb | 134 + 1 file changed, 30 insertions(+), 104 deletions(-) diff --git a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb b/meta-

[oe] [meta-networking][PATCH 05/10] samba: simplify files list for samba-python

2016-12-17 Thread Joe MacDonald
From: Andreas Oberritter <o...@opendreambox.org> Signed-off-by: Andreas Oberritter <o...@opendreambox.org> Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- .../recipes-connectivity/samba/samba_4.4.5.bb | 18 +- 1 file changed, 1 insertio

[oe] [meta-networking][PATCH 02/10] samba: install systemd units and initscripts unconditionally

2016-12-17 Thread Joe MacDonald
From: Andreas Oberritter <o...@opendreambox.org> Fixes hybrid systemd/sysvinit setups. Signed-off-by: Andreas Oberritter <o...@opendreambox.org> Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- .../recipes-connectivity/samba/samba_4.4.5.bb | 21 ++-

[oe] [meta-networking][PATCH 01/10] samba: rename initscript from 'samba.sh' to more common 'samba'

2016-12-17 Thread Joe MacDonald
From: Andreas Oberritter <o...@opendreambox.org> This gets masked automatically by samba.service if systemd is running. Signed-off-by: Andreas Oberritter <o...@opendreambox.org> Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- meta-networking/recipes-connectivity/sa

[oe] [meta-networking][PATCH 00/11][v2] samba: refresh pending patches

2016-12-17 Thread Joe MacDonald
Rev two of the updated patch set, this time with potentially less multlib issues (thanks for catching that, Andreas) and formally dropping the DISABLE_STATIC patch. -- -Joe MacDonald. :wq -- ___ Openembedded-devel mailing list Openembedded-devel

Re: [oe] [meta-networking][PATCH 04/11] samba: add smbclient package

2016-12-17 Thread Joe MacDonald
[Re: [meta-networking][PATCH 04/11] samba: add smbclient package] On 16.12.17 (Sat 14:33) Andreas Oberritter wrote: > On 17.12.2016 03:15, Joe MacDonald wrote: > > From: Andreas Oberritter <o...@opendreambox.org> > > > > Signed-off-by: Andreas Oberritter <o...@op

Re: [oe] [meta-networking][PATCH 00/11] samba: refresh pending patches

2016-12-17 Thread Joe MacDonald
[Re: [meta-networking][PATCH 00/11] samba: refresh pending patches] On 16.12.17 (Sat 14:43) Andreas Oberritter wrote: > On 17.12.2016 03:15, Joe MacDonald wrote: > > As I mentioned earlier this week, I'm taking a stab at updating the samba > > patches from Andreas Oberritte

Re: [oe] [meta-networking][PATCH 03/11] samba: remove unused variable DISABLE_STATIC

2016-12-17 Thread Joe MacDonald
[Re: [oe] [meta-networking][PATCH 03/11] samba: remove unused variable DISABLE_STATIC] On 16.12.17 (Sat 14:12) Andreas Oberritter wrote: > On 17.12.2016 04:05, Joe MacDonald wrote: > > Oh, I just realized this one sneaked back in despite my having thrown it > > out at least t

Re: [oe] [meta-networking][PATCH 03/11] samba: remove unused variable DISABLE_STATIC

2016-12-16 Thread Joe MacDonald
unused variable DISABLE_STATIC] On 16.12.16 (Fri 21:15) Joe MacDonald wrote: > From: Andreas Oberritter <o...@opendreambox.org> > > Signed-off-by: Andreas Oberritter <o...@opendreambox.org> > Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> > --- >

[oe] [meta-networking][PATCH 11/11] samba: simplify LSB handling

2016-12-16 Thread Joe MacDonald
From: Andreas Oberritter <o...@opendreambox.org> Signed-off-by: Andreas Oberritter <o...@opendreambox.org> Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | 13 + 1 file changed, 5 insertio

[oe] [meta-networking][PATCH 10/11] samba: start on boot with systemd

2016-12-16 Thread Joe MacDonald
From: Andreas Oberritter <o...@opendreambox.org> Signed-off-by: Andreas Oberritter <o...@opendreambox.org> Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | 4 1 file changed, 4 insertions(+) diff --git

[oe] [meta-networking][PATCH 08/11] samba: add packages samba-dsdb-modules, samba-testsuite and registry-tools

2016-12-16 Thread Joe MacDonald
From: Andreas Oberritter <o...@opendreambox.org> Inspired by Debian. Signed-off-by: Andreas Oberritter <o...@opendreambox.org> Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | 14 ++ 1 file chan

[oe] [meta-networking][PATCH 09/11] samba: move /etc/sysconfig to more common /etc/default, package tmpfiles.d in samba-common

2016-12-16 Thread Joe MacDonald
From: Andreas Oberritter <o...@opendreambox.org> Signed-off-by: Andreas Oberritter <o...@opendreambox.org> Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | 9 ++--- 1 file changed, 6 insertions(+), 3

[oe] [meta-networking][PATCH 05/11] samba: install manpages

2016-12-16 Thread Joe MacDonald
From: Andreas Oberritter <o...@opendreambox.org> Signed-off-by: Andreas Oberritter <o...@opendreambox.org> Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | 9 + 1 file changed, 9 insertions(+)

[oe] [meta-networking][PATCH 07/11] samba: split libraries into their own packages

2016-12-16 Thread Joe MacDonald
ter <o...@opendreambox.org> Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- .../recipes-connectivity/samba/samba_4.4.5.bb | 134 + 1 file changed, 30 insertions(+), 104 deletions(-) diff --git a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb b/meta-

[oe] [meta-networking][PATCH 06/11] samba: simplify files list for samba-python

2016-12-16 Thread Joe MacDonald
From: Andreas Oberritter <o...@opendreambox.org> Signed-off-by: Andreas Oberritter <o...@opendreambox.org> Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- .../recipes-connectivity/samba/samba_4.4.5.bb | 18 +- 1 file changed, 1 insertio

[oe] [meta-networking][PATCH 03/11] samba: remove unused variable DISABLE_STATIC

2016-12-16 Thread Joe MacDonald
From: Andreas Oberritter <o...@opendreambox.org> Signed-off-by: Andreas Oberritter <o...@opendreambox.org> Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | 1 - 1 file changed, 1 deletion(-) diff --git

[oe] [meta-networking][PATCH 04/11] samba: add smbclient package

2016-12-16 Thread Joe MacDonald
From: Andreas Oberritter <o...@opendreambox.org> Signed-off-by: Andreas Oberritter <o...@opendreambox.org> Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- .../recipes-connectivity/samba/samba_4.4.5.bb | 19 +++ 1 file changed, 15 insertio

[oe] [meta-networking][PATCH 02/11] samba: install systemd units and initscripts unconditionally

2016-12-16 Thread Joe MacDonald
From: Andreas Oberritter <o...@opendreambox.org> Fixes hybrid systemd/sysvinit setups. Signed-off-by: Andreas Oberritter <o...@opendreambox.org> Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- .../recipes-connectivity/samba/samba_4.4.5.bb | 21 ++-

[oe] [meta-networking][PATCH 01/11] samba: rename initscript from 'samba.sh' to more common 'samba'

2016-12-16 Thread Joe MacDonald
From: Andreas Oberritter <o...@opendreambox.org> This gets masked automatically by samba.service if systemd is running. Signed-off-by: Andreas Oberritter <o...@opendreambox.org> Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- meta-networking/recipes-connectivity/sa

[oe] [meta-networking][PATCH 00/11] samba: refresh pending patches

2016-12-16 Thread Joe MacDonald
, but this definitely needs a bit of soak time in master-next and if you're around, Andreas, and can double-check my work on your patches, that'd be much appreciated. -- -Joe MacDonald. :wq -- ___ Openembedded-devel mailing list Openembedded-devel

[oe] [meta-networking][PATCH] iscsi-initiator-utils: Update to 2.0.874

2016-12-05 Thread Joe MacDonald
-iscsi.org is defunct, the new home is at open-iscsi.com, update the SRC_URI and homepage accordingly. Signed-off-by: Martin Jansa <martin.ja...@gmail.com> Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- ...nitiator-utils-Do-not-clean-kernel-source.patch | 44 .../iscsi-ini

Re: [oe] [meta-networking][PATCH] iscsi-initiator-utils: Update to 2.0.874

2016-12-05 Thread Joe MacDonald
[Re: [oe] [meta-networking][PATCH] iscsi-initiator-utils: Update to 2.0.874] On 16.11.29 (Tue 21:00) Martin Jansa wrote: > On Wed, Nov 23, 2016 at 10:08:29AM -0500, Joe MacDonald wrote: > > The latest iscsi-initiator-utils has been available for a while now, > > update our r

[oe] [meta-networking][PATCH] iscsi-initiator-utils: Update to 2.0.874

2016-11-23 Thread Joe MacDonald
and homepage accordingly. Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- ...nitiator-utils-Do-not-clean-kernel-source.patch | 44 .../iscsi-initiator-utils-dont-use-static.patch| 21 -- ...text-add-include-for-NI_MAXHOST-definiton.patch | 35 +++ .../iscsi-initiator-uti

[oe] [meta-networking][PATCH] iscsi-initiator-utils: Update SRC_URI and homepage

2016-11-14 Thread Joe MacDonald
open-iscsi.org is defunct, the new home is at open-iscsi.com, update the SRC_URI and homepage accordingly. Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- ...utils_2.0-873.bb => iscsi-initiator-utils_2.0.873.bb} | 16 +--- 1 file changed, 9 insertions(+), 7

Re: [oe] OE plans for morty

2016-11-14 Thread Joe MacDonald
> ? 8eef5ab wireshark: update to 2.2.1 > > > > > > > > ? 812e940 ntp : Add openssl to default PACKAGECONFIG options > > > > ? 8760099 atftp: fixes musl libc build > > > > ? 5abe6ea arptables: add the directory for default > > > > /etc/sysconfig/arptables > > > > ? a0e2240 arptables: add arptables systemd service file > > > > 93b0d65 iscsitarget: resolve build error with linux kernel 4.8 > > > > 9e8d127 squid: fix ptest failure > > > > 6f54f29 squid: specify sysconfdir and logdir > > > > 307d1c9 libtdb: fixes for deterministic builds > > > > 5175c03 libldb: fixes for deterministic builds > > > > 5291715 libtevent: fixes for deterministic builds > > > > 778a2b6 libtalloc: fixes for deterministic builds > > > > fe652f8 libldb: fix for LIC_FILES_CHKSUM > > > > f25aa3d libtdb: fix for LIC_FILES_CHKSUM > > > > d4a36f6 libtevent: fix for LIC_FILES_CHKSUM > > > > 0014397 libtalloc: fix for LIC_FILES_CHKSUM > > > > > > > > a95726d samba: replace pam packageconfig by hard dependency > > > > 3fdfdd8 samba: un-blacklist > > > > > > > > > > > -- > > Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com > > > -- -Joe MacDonald. :wq signature.asc Description: Digital signature -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

[oe] [meta-networking][PATCH] samba: un-blacklist

2016-09-15 Thread Joe MacDonald
Commit b60c60806e57f69233db582ef88d113867c2ecd1 resolves the linking issue, later commits (mainly 12a118989296d13e036d0daa9f9a3d45eee03ded) resolve the packaging issue, so re-enable samba for everyone. Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- meta-networking/r

Re: [oe] 3 meta-networking patches

2016-09-15 Thread Joe MacDonald
had a lot of discussion around it and ultimately the rationale wasn't solid. The latter was resolved with patches to waf-samba as a generic solution rather than piecemeal, as this was doing. -- -Joe MacDonald. :wq signature.asc Description: Digital signature --

Re: [oe] [meta-networking][PATCH] lksctp-tools: 1.0.16 -> 1.0.17

2016-09-14 Thread Joe MacDonald
l,--hash-style=gnu -Wl,--as-needed -Wl,-soname -Wl,libsctp.so.1 > -o .libs/libsctp.so.1.0.16 > #| > /home/jenkins/oe/world/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/arm-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.9.0/ld: > error: symbol sctp_connectx has undefined v

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

2016-09-09 Thread Joe MacDonald
[Re: [oe] [meta-networking][PATCH 2/2 v2] samba: restrict the blacklist to ARM only] On 16.09.10 (Sat 00:03) Andreas Müller wrote: > On Fri, Sep 9, 2016 at 10:44 PM, Joe MacDonald <joe_macdon...@mentor.com> > wrote: > > [[oe] [meta-networking][PATCH 2/2 v2] samba: restrict th

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

2016-09-09 Thread Joe MacDonald
004/ > -# before this issue it was also failing in do_package and > -# autodetecting libpam dependency > -PNBLACKLIST[samba] ?= "BROKEN: fails to build with new binutils-2.27" > +BLACKLIST_REASON ?= "" > +BLACKLIST_REASON_arm = "BROKEN: fails to build with n

Re: [oe] [meta-networking][PATCH] tcpreplay: 3.4.4 -> 4.1.1

2016-09-08 Thread Joe MacDonald
4 > --- a/meta-networking/recipes-support/tcpreplay/tcpreplay_3.4.4.bb > +++ b/meta-networking/recipes-support/tcpreplay/tcpreplay_4.1.1.bb > @@ -4,16 +4,12 @@ HOMEPAGE = "http://tcpreplay.synfin.net/; > SECTION = "net" > > LICENSE = "GPLv3" > -LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=c33cccf72cc1

Re: [oe] [meta-networking][PATCH 1/1] yp-tools: fix compile errors

2016-08-18 Thread Joe MacDonald
meta-networking/recipes-support/nis/yp-tools_3.3.bb b/meta- > > networking/recipes-support/nis/yp-tools_3.3.bb > > > index b89f0b8..69217fa 100644 > > > --- a/meta-networking/recipes-support/nis/yp-tools_3.3.bb > > > +++ b/meta-networking/recipes-support/nis/yp-tools_3.3.bb > > > @@ -11,11 +11,10 @@ ypwhich, yppasswd, domainname

Re: [oe] [meta-networking][PATCH] squid: fix configure host contamination

2016-08-17 Thread Joe MacDonald
e-serial-tests-config-needed-by-ptest.patch \ > file://run-ptest \ > file://volatiles.03_squid \ > + file://set_sysroot_patch.patch \ > " > > LIC_FILES_CHKSUM = "file://COPYING;md5=c492e2d6d32ec5c1aad0e0609a141ce9 \ > @@ -48,6 +49,11

Re: [oe] [recipes-extended][PATCH] pax: strip off file name's trailing slash

2016-07-12 Thread Joe MacDonald
d6/${BP}.tar.bz2 > > \ > > file://fix_for_compile_with_gcc-4.6.0.patch \ > >-file://pax-3.4_fix_for_x32.patch" > >+file://pax-3.4_fix_for_x32.patch \ > >+file://pax-strip-off-file-name-s-trailing-slash.patch \ > >+" > > > >

Re: [oe] [meta-networking][PATCH] augeas: Move from oe-core

2016-07-12 Thread Joe MacDonald
card $(top_srcdir)/lenses/*.aug) > ++dist_lenstest_DATA=$(wildcard $(top_srcdir)lenses/tests/*.aug) > + > + EXTRA_DIST=augeas.spec build/aux/move-if-change Makefile.am HACKING > + > diff --git a/meta-networking/recipes-support/augeas/augeas_1.5.0.bb > b/meta-networking/recipes-support/augeas/augeas_1.5.0.bb > new file mode 100644 > index 000..c4f62e7 > --- /dev/null > +++ b/meta-networking/recipes-support/augeas/augeas_1.5.0.bb > @@ -0,0 +1,4 @@ > +require augeas.inc > + > +SRC_URI[md5sum] = "01190e455c513124a2dae29a1182c113" > +SRC_URI[sha256sum] = > "223bb6e6fe3e9e92277dafd5d34e623733eb969a72a382998d204feab253f73f" > -- > 2.1.4 > -- -Joe MacDonald. :wq signature.asc Description: Digital signature -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

[oe] [meta-oe][PATCH] plymouth: remove virtual prefix for RPROVIDES

2016-07-08 Thread Joe MacDonald
The 'virtual' namespace is only intended to be used for build-time dependencies, not in the runtime package namespace. Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> --- meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [oe] [meta-networking][PATCH] Samba: use only libsystemd

2016-06-20 Thread Joe MacDonald
7ee730 100644 > --- a/meta-networking/recipes-connectivity/samba/samba_4.4.2.bb > +++ b/meta-networking/recipes-connectivity/samba/samba_4.4.2.bb > @@ -13,6 +13,7 @@ ${SAMBA_MIRROR} > http://www.mirrorservice.org/sites/ftp.samba.org \n

Re: [oe] [meta-networking][PATCH] openconnect: add dependency to fix Makefile.am

2016-05-12 Thread Joe MacDonald
128244013a" > -SRC_URI = "git://git.infradead.org/users/dwmw2/openconnect.git" > +SRC_URI = "git://git.infradead.org/users/dwmw2/openconnect.git \ > + file://0001-Makefile.am-add-missing-dependency.patch" > > S = "${WORKDIR}/git" > -- -Joe MacDonald. :wq signature.asc Description: Digital signature -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

  1   2   3   4   5   6   7   >