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 the
> documentation it sa
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 spe
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
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 tri
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 us
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 Daanen wrote:
>>>
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 :*
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
encrypte