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

Paul Eggleton paul.eggleton at linux.intel.com
Thu Feb 4 01:15:59 PST 2016


On Thu, 04 Feb 2016 07:31:32 shubham.kumar4 at wipro.com wrote:
> That entry is already there in "<build>/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 file :-
> 
> #Other packages
> EXTRA_IMAGE_FEATURES = "tools-sdk"
> EXTRA_IMAGE_FEATURES = "tools-debug"
> 
> Is there anything else I'm missing?

Er... is that exactly how you are setting the EXTRA_IMAGE_FEATURES value? If 
it is, = sets the value, it does not add to it, so you're wiping out the 
previous items. You presumably want to be using += rather than = .

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



More information about the yocto mailing list