Re: [yocto] Dumping sysvinit

2015-09-17 Thread Mike Looijmans
On 16-09-15 16:13, Andy Pont wrote: Ross wrote... Now to figure out why the tar.gz file for the root file system has grown from just under 3MiB to almost 15MiB! That would be systemd... it pulls in a lot of libraries that are fairly common on complex systems but on a minimal image less so.

Re: [yocto] I hate busybox!

2015-09-17 Thread Mike Looijmans
On 16-09-15 18:43, Paul D. DeRocco wrote: From: Mike Looijmans "Embedded" in my world is not about RAM or disk size. It's about building a device that has a set task in life, and nothing is as important as that one task. Whether that's running on an i7 or an M3 is irrelevant. For a system to

[yocto] Pushbutton poweroff

2015-09-17 Thread Paul D. DeRocco
I'm using Fido to create an Atom-based embedded system using systemd. The last version of this system (based on Dylan) worked fine, but in this one the power button doesn't initiate a poweroff. In the systemd area, I only see two differences: 1) The new poweroff.target includes

[yocto] Cross-compiling Node-RED 0.10.10 on Openembedded Yocto project LINUX

2015-09-17 Thread Jeff Hatch
I'm running into some difficulty building Node-RED 0.10.10 for an ARM architecture project. I am trying to build using the Openembedded Yocto core to cross-compile the firmware for the project I am working on. There are some custom modifications that we have made to Node-RED, primarily adding

[yocto] build host toolchain

2015-09-17 Thread Stath, Paul
I was recently tasked with migrating our Jenkins based build server to new hardware. During this migration, the OS was also upgraded to the latest Ubuntu LTS release. The previous build server was hosted on Ubuntu 12.04 LTS. The new build server is hosted on Ubuntu 14.04 LTS. We have a couple

[yocto] [meta-raspberry] HDL tools for Raspberry PI 2 B

2015-09-17 Thread Edward Vidal
Hi all, I need recipes for the GTKWAVE, Iverilog, and (Yosys, arachne-pnr, and icebox). The missing packages are compiled on target  P2 B.   Plus the recipes that I already have working below. These were built on a custom image for the Raspberry Pi 2 B with Yocto. The following are the recipes

Re: [yocto] [meta-security][PATCH] paxctl: add new recipe

2015-09-17 Thread akuster808
In queue for merging. thanks, Armin On 09/14/2015 09:32 AM, Jagadeesh Krishnanjanappa wrote: > paxctl is a tool that allows PaX flags to be modified on a per-binary > basis. PaX is part of common security-enhancing kernel patches and > secure distributions, such as GrSecurity or Adamantix

Re: [linux-yocto] [PATCH] Bluetooth: Delay check for conn->smp in smp_conn_security()

2015-09-17 Thread Zheng, Wu
Hi Bruce Ashfield, Thanks. Best regards Zheng Wu -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Thursday, September 17, 2015 4:22 AM To: Zheng, Wu; linux-yocto@yoctoproject.org Subject: Re: [linux-yocto] [PATCH] Bluetooth: Delay check for conn->smp

Re: [linux-yocto] [PATCH 0/1] cc2520: set the default fifo pin value from platform data

2015-09-17 Thread Bruce Ashfield
On 2015-09-17 11:03 PM, LIYONG wrote: Hi Bruce, Just want to check the status about this patch, when will it be merged? or is there any error occurred? It is queued with some other changes to 4.1. Everything should be pushed on Friday. Bruce Thanks, Yong Li

[yocto] Busybox hwclock.sh initscript issues

2015-09-17 Thread Craig McQueen
I'm using Yocto dizzy. I've found a couple of issues with the Busybox hwclock.sh initscript. 1) The script checks that /sbin/hwclock exists at the start. But after that it runs hwclock without an explicit /sbin/hwclock path. So it only works if /sbin/ is in the PATH. Thus it doesn't run