Re: [yocto] [meta-security][PATCH] fail2bin: Add new package

2017-08-31 Thread Paul Eggleton
Hi Armin, On Friday, 1 September 2017 5:09:23 PM NZST Armin Kuster wrote: > Fail2Ban scans log files like /var/log/auth.log and bans IP addresses having > too > many failed login attempts. It does this by updating system firewall rules to > reject > new connections from those IP addresses,

[yocto] [meta-security][PATCH] fail2bin: Add new package

2017-08-31 Thread Armin Kuster
Fail2Ban scans log files like /var/log/auth.log and bans IP addresses having too many failed login attempts. It does this by updating system firewall rules to reject new connections from those IP addresses, for a configurable amount of time. Fail2Ban comes out-of-the-box ready to read many

Re: [yocto] [layerindex-web][PATCH v4] Asynchronous email notifications, task execution

2017-08-31 Thread Paul Eggleton
Hi Diana, On Friday, 25 August 2017 5:20:30 PM NZST Diana Thayer wrote: > This patch adds asynchronous task execution using a Celery backend > and RabbitMQ task queue, so that the layer submission process to > proceed even in the event that sending the notification email fails, > and establishing

Re: [yocto] Python recipes wanted?

2017-08-31 Thread Tim Orling
When you say "meta-oe", I assume you mean "meta-openembedded/meta-python" [1]. That layer is where they belong. There is no rule as to what is "wanted", but since you took the trouble to write recipes, we can all benefit from your effort. But, I would add some general guidelines: 1. Make sure

[yocto] apt-key not found

2017-08-31 Thread yahia farghaly
Hi, I have built an image with deb package support and for authorization of the incoming packages, i have to transfer a public key to the image and do the command apt-key add . i do this for the first time the image is booting but i want to automate the process when i build the image. i have

Re: [yocto] Python module and build_ext args

2017-08-31 Thread Craig McQueen
I wrote: > Khem Raj wrote: > > On Thu, Aug 24, 2017 at 9:42 PM, Craig McQueen > > wrote: > > > Khem Raj wrote: > > > On Thu, Aug 24, 2017 at 6:48 PM Craig McQueen > > > > > > wrote: > > > > > > I wrote: > > >> I'm trying to make a

[yocto] Python recipes wanted?

2017-08-31 Thread Craig McQueen
I have made a number of recipes for Python packages, for my own use. Does meta-oe have an interest in any/all Python package recipe contributions, or ones that are considered more popular? I have: python3-aiohttp_2.2.3.bb python3-aiohttp-jinja2_0.13.0.bb python3-aiohttp-session_1.0.0.bb

Re: [yocto] [meta-gplv2][PATCH] gmp_4.2.1: prevent calls to mpn_add_nc() if HAVE_NATIVE_mpn_sub_nc is false

2017-08-31 Thread Andre McCurdy
On Fri, Aug 25, 2017 at 5:50 PM, Andre McCurdy wrote: > When building for aarch64 (ie relying only on generic C code rather > than asm) libgmp.so contains undefined references to __gmpn_add_nc > and __gmpn_sub_nc which causes attempts to link with -lgmp to fail: > > |

Re: [yocto] Perforce fetcher ignores module and label

2017-08-31 Thread Andrew Bradford
Hi Katu, On 08/28 17:43, Katu Txakur wrote: > Thanks for looking at this. See my recipe below. I've left the bits related > to systemd service but I don't think they matter for this. I'm using an old > implementation of Perforce (2010) in case this matters. I've tried going > back to the old

[yocto] Building Custom Python 3 Packages

2017-08-31 Thread Seilis, Aaron
Hi, I'm building a couple of custom Python 3 scripts+modules as part of the -native tools required to build a number of my embedded components. I'm having difficulties getting my recipe to build when I've run `devtool modify` but the build works fine in a regular build. The Python tools are

Re: [yocto] [yocto-docs][PATCH] kernel-dev: fix typo

2017-08-31 Thread Andrea Galbusera
On Sun, Aug 13, 2017 at 4:29 PM, Andrea Galbusera wrote: > Signed-off-by: Andrea Galbusera > --- > documentation/kernel-dev/kernel-dev-advanced.xml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git