Re: [yocto] How to include libstdc++ in an image?

2012-06-30 Thread Khem Raj
On Sat, Jun 30, 2012 at 3:29 PM, Paul Eggleton wrote: > > [citation needed] this is an interpretation of GPL-3, I dont have citations to hand here though. ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] How to include libstdc++ in an image?

2012-06-30 Thread Paul Eggleton
On Saturday 30 June 2012 23:56:18 Koen Kooi wrote: > But do note that if you ship libstdc++ without anything linking to it you > forego on the linking exception to the GPL. That is general is a Very Bad > Thing(TM), so ship a helloword.cpp binary to keep the fsf happy. As an > added bonus the hello

Re: [yocto] How to include libstdc++ in an image?

2012-06-30 Thread Koen Kooi
Op 28 jun. 2012, om 12:56 heeft Paul Eggleton het volgende geschreven: > On Tuesday 26 June 2012 19:22:20 maniacbug wrote: >> Hi. I am using denzil, trying to build a core-image-minimal with >> libstdc++ installed. I want to cross-develop in c++, and run the >> resulting apps on the image. For

Re: [yocto] kernel-modules problem

2012-06-30 Thread David Nyström
Adding "kernel-modules" to IMAGE_INSTALL += "" should solve this issue . .br. David Sent from my Android phone using TouchDown (www.nitrodesk.com) -Original Message- From: caterwaul [caterw...@163.com] Received: Saturday, 30 Jun 2012, 14:46 To: yocto [yocto@yoctoproject.org] Subject: [y

Re: [yocto] linux-xilinx: uImage.dtb files not being generated anymore

2012-06-30 Thread Khem Raj
figuration is as follows: >> >> Build Configuration: >> BB_VERSION        = "1.15.2" >> TARGET_ARCH       = "powerpc" >> TARGET_OS         = "linux" >> MACHINE           = "virtex5" >> DISTRO            = "poky" &g

[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] [PATCH] Poky ref manual, fix obvious errors in INC_PR example.

2012-06-30 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day --- diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index c815d3c..5810066 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -957,1

Re: [yocto] linux-xilinx: uImage.dtb files not being generated anymore

2012-06-30 Thread Elvis Dowson
CH = "powerpc" > TARGET_OS = "linux" > MACHINE = "virtex5" > DISTRO= "poky" > DISTRO_VERSION= "1.2+snapshot-20120630" > TUNE_FEATURES = "m32 fpu-soft ppc440" > TA

[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: