Re: [yocto] install and use "bitbake -c populate_sdk"

2013-02-04 Thread Eddy Lai GMail
into following the example of hello-mod under meta-skeleton, to use bitbake to build your kernel module? -Jessica *From:*Lai Eddy [mailto:eddy.lai...@gmail.com] *Sent:* Wednesday, January 30, 2013 7:54 PM *To:* Zhang, Jessica *Cc:* yocto@yoctoproject.org *Subject:* Re: [yocto] install an

Re: [yocto] install and use "bitbake -c populate_sdk"

2013-01-30 Thread Zhang, Jessica
ry 30, 2013 7:54 PM To: Zhang, Jessica Cc: yocto@yoctoproject.org Subject: Re: [yocto] install and use "bitbake -c populate_sdk" Thanks Jessica, why I tried to use "-c populate-sdk" is because that I can find "core-image-sato-sdk" but no "core-image-basic-sdk

Re: [yocto] install and use "bitbake -c populate_sdk"

2013-01-30 Thread Lai Eddy
d kernel sources. > Please refer to core-image-sato-sdk for how to customize your image to > allow your do development work on target. > > Thanks, > Jessica > > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto: > yocto-boun...@yoctoproject.org] O

Re: [yocto] install and use "bitbake -c populate_sdk"

2013-01-30 Thread Zhang, Jessica
allow your do development work on target. Thanks, Jessica -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Eddy Lai GMail Sent: Thursday, January 24, 2013 5:49 AM To: yocto@yoctoproject.org Subject: Re: [yocto] install and use

Re: [yocto] install and use "bitbake -c populate_sdk"

2013-01-24 Thread Burton, Ross
On 24 January 2013 17:12, Trevor Woerner wrote: >> how can I "extend" the >> target system to use the rest USB disk space? ( it's FAT file system) >> or how to modify configuration to force build the .hddimg create ~"8GB" > > By default a certain amount of overhead is applied to the final imag

Re: [yocto] install and use "bitbake -c populate_sdk"

2013-01-24 Thread Trevor Woerner
On Thu, Jan 24, 2013 at 8:48 AM, Eddy Lai GMail wrote: > how can I "extend" the > target system to use the rest USB disk space? ( it's FAT file system) > or how to modify configuration to force build the .hddimg create ~"8GB" By default a certain amount of overhead is applied to the final im

Re: [yocto] install and use "bitbake -c populate_sdk"

2013-01-24 Thread Eddy Lai GMail
Hi, I have build and boot the image from USB flash disk with the .hddimg created by "bitbake -k core-image-basic" have added ssh server inside and make sure the ethernet works well, then use "bitbake -c populate_sdk core-image-basic" to create the "poky_eglibc_xx.sh" under "tmp/deploy/sdk" dir