Re: [yocto] Regarding Error occuring after changing configuration

2018-07-05 Thread Prakash Ks
you can use IMAGE_ROOTFS_SIZE ?= *"8192"* to increase Rootfs size. On Thu, Jul 5, 2018 at 12:16 AM Abhishek Kumar Rai < abhish...@eximiusdesign.com> wrote: > Hi Team, > > I am getting error while building yocto after changing the configuration. > > Please find set of below commands that i have

Re: [yocto] struggling with initramfs

2018-07-03 Thread Prakash Ks
Try Adding KERNEL_INITRAMFS = "-initramfs" in platform specific .conf file Thanks! Prakash On Tue, Jul 3, 2018 at 11:53 AM Tim Hammer wrote: > > Can anyone point me to a step-by-step tutorial or simple how-to on > creating and using an initramfs with my kernel for ARM aarch64? > > > I have

Re: [yocto] Adding GCC to system root image

2018-06-22 Thread Prakash Ks
Try Removing line: IMAGE_INSTALL +="opkg" from poky/meta-qti-bsp/recipies-products/images/ BASE_IMAGE.inc Thanks! Prakash On Thu, Jun 21, 2018 at 6:59 PM Khem Raj wrote: > On Thu, Jun 21, 2018 at 4:02 PM Krishna Priya > wrote: > > > > Hello all, > > > > I am trying to add gcc to the system

Re: [yocto] Configuring speed of SD card read

2018-04-26 Thread Prakash Ks
Can you elaborate little more. On Thu, Apr 26, 2018 at 12:24 PM, Nishina A. Pervin < nishina.per...@nestgroup.net> wrote: > Hi > > > > > > I am using yocto Krogoth build for imx6q Sabreauto board. > > > > What is the rate at which data is read from SD card? Can we configure it > for higher

Re: [yocto] where is useradd-example.bb

2018-04-25 Thread Prakash Ks
you can find in the oe-core openembedded-core/meta/classes/useradd.bbclass and openembedded-core/meta/classes/useradd_base.bbclass Thanks! Prakash On Tue, Apr 24, 2018 at 4:45 AM, Greg Wilson-Lindberg wrote: > I'm trying to understand adding a user in a recipe and in

[yocto] Encrypt Root FIle system as part of RPI sdcard image using cryptsetup.

2018-04-05 Thread Prakash Ks
Hi, I wanted to encrypt the Root file system parttition for the RPI3 SDcard image, it would be great if anybody have some suggestion on this. Note: Below are the steps i am using to encrypt, same kind of steps i want to do automate, when we issue dd command automatically it should create

Re: [yocto] defconfig file (or fragment files) not used

2018-03-29 Thread Prakash Ks
wrote: > Hi, > > > > What’s the difference between fragment and patch ? > > I can easily make a patch but how do I make sure the patch will be applied > to the .config file ? > > > > Thanks for your help > > > > Vincent > > > > *De :* Prak

Re: [yocto] defconfig file (or fragment files) not used

2018-03-29 Thread Prakash Ks
Hi Vincent, Its better to create patch and apply from platform specific kernel recipes. if you need more info let me know. Thanks! Prakash On Thu, Mar 29, 2018 at 1:55 PM, Khem Raj wrote: > > > On 3/28/18 11:00 PM, Vincent Daanen wrote: > >> On 3/28/18 9:27 AM, Vincent