[yocto] Changing /etc/shadow file

2013-11-23 Thread rajan pathak
I have to make some changes to my /etc/shadow file, I Can see shadow file is from poky/meta/recipe-extended,so to change this file do I have to apply patch or what? Thanks Rajan ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.o

Re: [yocto] Changing /etc/shadow file

2013-11-24 Thread rajan pathak
es, you will > find lot's of examples in other layers .. > > Cheers, > bernie > > > On Sun, Nov 24, 2013 at 2:14 AM, rajan pathak wrote: > >> I have to make some changes to my /etc/shadow file, >> >> I Can see shadow file is from poky/meta/

Re: [yocto] Changing /etc/shadow file

2013-11-25 Thread rajan pathak
Running out of idea Any would like to give some suggestion here? Thanks On Sun, Nov 24, 2013 at 3:37 PM, rajan pathak wrote: > Thanks Bernard > > I tried patching the shadow file but couldn't make it work > > My requirement is specific ,wanted to modify /etc/shadow file o

Re: [yocto] yocto Digest, Vol 38, Issue 92

2013-11-25 Thread rajan pathak
I am not sure but any change to Linux kernel repo can be reflected by modifying the SRCREV variable in Kernel recipe file. Thanks Rajan On Mon, Nov 25, 2013 at 10:37 PM, wrote: > Send yocto mailing list submissions to > yocto@yoctoproject.org > > To subscribe or unsubscribe via the Wor

[yocto] How to Customize do_fetch to extract two files from tarball

2013-12-07 Thread rajan pathak
I wanted to extract couple of files from tarball which is located SVN repo,This is a huge repo and it takes almost hour to get fetched . I don't want to waste that much of time only to get two files from that tarball repo I have got with me python code that will do svn cat but not sure how to put