Re: [yocto] uboot.bin and rootfs but not uImage

2013-03-08 Thread Bruce Ashfield
On 13-03-08 03:46 AM, Khem Raj wrote: On Mar 3, 2013, at 4:12 AM, Satya Swaroop DAMARLA mailto:swar...@weisser.at>> wrote: hi Rudy, hi guys Thank you for the chnages to be made. I always do in two steps, I fetch all and then compile the image... After fetching then I renamed the file to defco

Re: [yocto] uboot.bin and rootfs but not uImage

2013-03-08 Thread Khem Raj
On Mar 3, 2013, at 4:12 AM, Satya Swaroop DAMARLA wrote: > hi Rudy, hi guys > > Thank you for the chnages to be made. I always do in two steps, I fetch all > and then compile the image... > After fetching then I renamed the file to defconfig. but can you tell where > should I add "do_fetch_ap

Re: [yocto] uboot.bin and rootfs but not uImage

2013-03-03 Thread Satya Swaroop DAMARLA
hi Rudy, hi guys Thank you for the chnages to be made. I always do in two steps, I fetch all and then compile the image... After fetching then I renamed the file to defconfig. but can you tell where should I add "do_fetch_append". Should I add in linux-skidata.bbappend (if here where should this a

Re: [yocto] uboot.bin and rootfs but not uImage

2013-03-02 Thread Rudolf Streif
You are missing .config because you called your defconfig skidata-carrier_defconfig. Just rename skidata-carrier_defconfig do defconfig in SRC_URI = "git://${KSRC};protocol=file;branch=${KBRANCH};name=kernel \ file://defconfig \ " Alternatively you could do do_fetch_append (

Re: [yocto] uboot.bin and rootfs but not uImage

2013-03-02 Thread Satya Swaroop DAMARLA
Hi Bruce and Hi Rudy, You are right and it works until it failes at the do_configure. Suggestions please. Here is the file for linux-skidata.bb DESCRIPTION = "Skidata Linux Kernel" SECTION = "kernel" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" PV =

Re: [yocto] uboot.bin and rootfs but not uImage

2013-03-01 Thread Bruce Ashfield
On 13-03-01 03:53 AM, Satya Swaroop Damarla wrote: Hi Rudy, Thank you for the basic file... I have a question here... The git directory is already saved on my work pc. What is the necessity to download it again? The reason behind my asking this question is, it is secured and so password is requi

Re: [yocto] uboot.bin and rootfs but not uImage

2013-03-01 Thread Satya Swaroop Damarla
Hi Rudy, Thank you for the basic file... I have a question here... The git directory is already saved on my work pc. What is the necessity to download it again? The reason behind my asking this question is, it is secured and so password is required. So, in order to avoid confusion I already downlo

Re: [yocto] uboot.bin and rootfs but not uImage

2013-02-28 Thread Rudolf Streif
Hi Satya, You will first need a kernel recipe, let's call it linux-skidata.bb. It can look like this: DESCRIPTION = "Skidata Linux Kernel" SECTION = "kernel" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" PV = "3.2" inherit kernel FILESEXTRAPATHS_pr

Re: [yocto] uboot.bin and rootfs but not uImage

2013-02-28 Thread Rudolf Streif
Satya, your machine configuration file looks ok as far as I can tell. Did you get an error message when building the kernel? Did you try to build just the kernel e.g. bitbake linux-yocto? :rjs On Mon, Feb 25, 2013 at 11:31 PM, Satya Swaroop Damarla < swaroop.dama...@gmail.com> wrote: > Hello G

[yocto] uboot.bin and rootfs but not uImage

2013-02-25 Thread Satya Swaroop Damarla
Hello Guys... I think uImage is important but it is not being generated by the yocto project. It only generated the rootfs and uboot.bin. Is there any variable that has to be introduced in the machine.conf (in my case it is skidata-tamonten.conf) Here is the configuration file #@TYPE: Machine