[linux-yocto] Adding git package to the image

2016-02-25 Thread shubham.kumar4
How do I include git in my Yocto image? I am using Intel Galileo Gen2. Thanks, Shubham_K The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged

Re: [linux-yocto] How to install c libraries on yocto

2016-02-09 Thread shubham.kumar4
> I'm new in te yocto proyect and i i want to know if you can help me with this > problem. > I want to compile a C program in my nitrogen6x but i don know how can add the > c standard > libraries to the image that i'm using, i read about it and find that c > libraries for embedded linux >

Re: [yocto] [meta-intel]:Quark not accepting "root" username at login prompt

2016-02-04 Thread shubham.kumar4
On Thu, 04 Feb 2016 07:31:32 shubham.kum...@wipro.com wrote: > >That entry is already there in "/conf/local.conf " file as follows:- >> > ># We default to enabling the debugging tweaks. > >EXTRA_IMAGE_FEATURES = "debug-tweaks" >> > >In addition to the above, I have also added "tools-sdk" and

[yocto] [meta-intel]:Quark not accepting "root" username at login prompt

2016-02-03 Thread shubham.kumar4
Hi all, I built a core-image-minimal with additions of a few packages like tools-sdk and tools-debug. With WIK tool and the kickstart file "mkgalileodisk", I created the image. Then I dd'd the image to the SD card. The Galileo booted with the image, but it's not accepting "root" as the

Re: [yocto] [meta-intel]:Quark not accepting "root" username at login prompt

2016-02-03 Thread shubham.kumar4
Hi all, I would additionally like to mention that the same problem persists when trying to boot the Galileo with core-image-sato. The steps which I followed are as follows:- Inside the poky directory, 1. source oe-init-build-env final_build/ Now ,Inside the final_build/ directory 2.

Re: [yocto] [meta-intel]:Quark not accepting "root" username at login prompt

2016-02-03 Thread shubham.kumar4
Hi Maciek, In "final_build/conf/local.conf" , EXTRA_IMAGE_FEATURES = "debug-tweaks". So, yes "debug-tweaks" is present. Thanks, Shubham_K From: Maciek Borzecki Sent: Wednesday, February 3, 2016 8:19 PM To: Shubham Kumar

Re: [yocto] [meta-intel]:Quark not accepting "root" username at login prompt

2016-02-03 Thread shubham.kumar4
Hi Khem, Thanks for your quick response. That entry is already there in "/conf/local.conf " file as follows:- # We default to enabling the debugging tweaks. EXTRA_IMAGE_FEATURES = "debug-tweaks" In addition to the above, I have also added "tools-sdk" and "tools-debug" as follows in the same

Re: [yocto] [meta-intel]:Quark not accepting "root" username at login prompt

2016-02-03 Thread shubham.kumar4
Hi Maciej, I did "bitbake -r core-image-sato" and redirected the output to a file. From that I found that IMAGE_FEATURES is assigned in image.bblass. A few of the contents in the file were as follows:- # IMAGE_FEATURES may contain any available package group IMAGE_FEATURES ?= ""