On Thu, 04 Feb 2016 07:31:32 shubham.kum...@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
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to