Re: [yocto] custom hddimg failure (mkdosfs: seek failed)

2013-03-23 Thread Insop Song
Thank you. Works, I can log in without password Insop On Mar 23, 2013, at 0:04, Khem Raj wrote: > > On Mar 22, 2013, at 11:53 PM, Insop Song wrote: > >> Hi Khem, >> >> Thank you for the reply. >> >> I've tried and it worked only if I use "tools-sdk" like below: >> >> However, this image asks

Re: [yocto] custom hddimg failure (mkdosfs: seek failed)

2013-03-23 Thread Khem Raj
On Mar 22, 2013, at 11:53 PM, Insop Song wrote: > Hi Khem, > > Thank you for the reply. > > I've tried and it worked only if I use "tools-sdk" like below: > > However, this image asks me the paaswrd, do you know? > > Thank you, > > Insop > > = > DEPE

Re: [yocto] custom hddimg failure (mkdosfs: seek failed)

2013-03-22 Thread Insop Song
Hi Khem, Thank you for the reply. I've tried and it worked only if I use "tools-sdk" like below: However, this image asks me the paaswrd, do you know? Thank you, Insop = DEPENDS = "linux-yocto" IMAGE_FEATURES += "package-management ssh-server-dropbear"

Re: [yocto] custom hddimg failure (mkdosfs: seek failed)

2013-03-21 Thread Khem Raj
EXTRA_IMAGE_FEATURES = "tools-sdk" On Mar 21, 2013, at 1:44 AM, Insop Song wrote: > Hi, > > I am trying to add sdk (gcc ..) to meta-realtime > (http://git.yoctoproject.org/cgit/cgit.cgi/meta-realtime/). > Only difference between upstream meta-realtime is ""tools-sdk" > > - > require reci