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

2017-12-31 Thread Chris Simmonds
Hi Andrew, On 30/12/17 20:25, Andrew Stuart wrote: [snip] > > # set the machine type in local.conf > vi /home/ubuntu/poky-rocko-18.0.0/build/conf/local.conf > MACHINE = "qemux86-64" > > # for blank root password in ssh, in local.conf: > vi /home/ubuntu/poky-rocko-18.0.0/build/conf/local.conf >

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

2017-12-30 Thread Zoran Stojsavljevic
> 1: kernel plus initramfs only - runs entirely from RAM after initial booting > from disk. Did not understand this requirement?! Wouldn't be better to have the following: runs entirely from RAM after initial booting from flash? Zoran ___ On Sat, Dec 30, 2017 at 8:18 AM, Andrew Stuart

[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