[yocto] kernel-modules problem

2012-06-30 Thread caterwaul
Hi friends, I wanted to include mtd_tests modules into my rootfs. To do this, I configed the kernel and added kernel-modules in IMAGE_INSTALL in my image bb file. After build I could find all ko files I wanted at tmp/work/myboard-linux/linux-qoriq-sdk-3.0.6-r2/git/drivers/mtd/tests/. But I co

[yocto] Kconfig depend problem

2012-06-30 Thread caterwaul
Hi Friends, I failed to merge "MTD_TESTS=m" into my final .config file. I noticed MTD_TESTS depend as following pasted. But I didn't find any choice definition in that Kconfig. What does that mean? Did I miss something? IN menuconfig menu: Symbol: MTD_TESTS [=m] Type : tristate Prompt:

[yocto] Kconfig depend problem

2012-06-30 Thread caterwaul
Hi Friends, I failed to merge "MTD_TESTS=m" into my final .config file. I noticed MTD_TESTS depend as following pasted. But I didn't find any choice definition in that Kconfig. What does that mean? Did I miss something? IN menuconfig menu: Symbol: MTD_TESTS [=m] Type : tristate Prompt:

[yocto] kernel-modules problem

2012-06-29 Thread caterwaul
Hi friends, I wanted to include mtd_tests modules into my rootfs. To do this, I configed the kernel and added kernel-modules in IMAGE_INSTALL in my image bb file. After build I could find all ko files I wanted at tmp/work/myboard-linux/linux-qoriq-sdk-3.0.6-r2/git/drivers/mtd/tests/. But I co

[yocto] Fw:Re:Re: problem about package and subpackage

2012-04-18 Thread caterwaul
Forwarding messages From: caterwaul Date: 2012-04-18 21:57:27 To: "Gary Thomas" Subject: Re:Re: [yocto] problem about package and subpackage At 2012-04-18 19:57:21,"Gary Thomas" wrote: >On 2012-04-18 05:29, caterwaul wrote: >> Hi, >>

[yocto] problem about package and subpackage

2012-04-18 Thread caterwaul
Hi, I wanted to add dhcp(4.2.0) into my image. And I added "dhcp" into IMAGE_INSTALL of my image's bb file. After I runing bitbake, the dhcp package is normally fetched and compiled and so on. But during do_rootfs bitbake reported as follow: Processing dhcp... Unable to find package dhcp (dhcp

[yocto] Problem about print in fetching

2012-04-08 Thread caterwaul
Hi, I want to print out all the URI_SRC I use during the build. And I have tried 3 methods in 2 places as follow. But all of these can not print out the src path. Did I make some mistakes? Could anyone help me on this? Thank you. PLACE ONE in poky-edison-6.0.1/bitbake/lib/bb/fetch2/__init__

[yocto] Problem about print in fetching

2012-04-08 Thread caterwaul
Hi, I want to print out all the URI_SRC I use during the build. And I have tried 3 methods in 2 places as follow. But all of these can not print out the src path. Did I make some mistakes? Could anyone help me on this? Thank you. PLACE ONE in poky-edison-6.0.1/bitbake/lib/bb/fetch2/__init__

[yocto] Where does this object "d" come from?

2012-04-07 Thread caterwaul
Hi, I'm just start to investigate how bitbake works and need your help about a question. Thank you in advance. The object "d" in the pasted paragraph is passed down through the following Python scripts. But where does the object "d" come from? and where can I find the its definition? in th