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 a/documentation/kernel-dev/kernel-dev-advanced.xml
> b/documentation/kernel-
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 sto
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 perfo
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:
>
> | .../usr/lib/libgmp.so: undef
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
python3
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 recipe for python3-uvloop, using setuptools3.
> > >>
> > >> The Py
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 alread
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 the
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
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 stand
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, for
11 matches
Mail list logo