Re: [yocto] [meta-raspberrypi][PATCH] rpi-config: Allow arbitrary additions to config.txt.

2017-12-29 Thread Paul Barker
On Thu, Dec 28, 2017 at 11:00 PM, wrote: > From: Drew Moseley > > Setup a bitbake variable to allow users to specify > arbitrary additions to config.txt that are not otherwise > covered by specific settings. > > Signed-off-by: Drew Moseley

Re: [yocto] Python cryptography failing due to undefined symbol: pthread_atfork

2017-12-29 Thread Alan Martinovic
Hey Tim, your hunch was right, it can be fixed with the .bbappend, thanks. Would like to submit it as a patch to python-cryptography.inc. Is there a policy on what should be the base commit for which the patch should be applied on? I can't test it with master, I saw there is a rocko-next, should

Re: [yocto] [meta-raspberrypi][PATCH] rpi-config: Allow arbitrary additions to config.txt.

2017-12-29 Thread Drew Moseley
On 12/29/2017 10:44 AM, Paul Barker wrote: > On Thu, Dec 28, 2017 at 11:00 PM, wrote: >> From: Drew Moseley >> >> Setup a bitbake variable to allow users to specify >> arbitrary additions to config.txt that are not otherwise >> covered by

[yocto] How to build pure initramfs run from ram Yocto with some packages in initramfs?

2017-12-29 Thread Andrew Stuart
Hi folks, With Tiny Core Linux I am able to have a kernel file plus an initramfs that boots My goal is to configure Yocto to these requirements: 1: kernel plus initramfs only - runs entirely from RAM after initial booting from disk. 2: openssh server installed 3: nginx installed 4: isc dhcp