Re: [yocto] fetch from perforce

2013-10-24 Thread Katu Txakur
Thanks for your answer Paul, it took me longer than I thought because I couldn't find any documentation or comments in the code, but I finally got this working. The sintax to call it was, (there are actually 2 options, I took this one because I don't need user/passwd): P4PORT = "yourhost:yourpor

[yocto] where is dirsize and ksize tools?

2013-10-24 Thread João Henrique Freitas
Hello, I'm using dora. So the dev-manual says: " To help you see where you currently are with kernel and root filesystem sizes, you can use two tools found in the Source Directory [16] in the scripts directory: • ksize.py: Reports component sizes for the kernel build objects. • dirsize.py: Report

Re: [yocto] How to prevent building -dbg and -doc packages?

2013-10-24 Thread Bryan Evenson
Martin, Good question and several reasons. Build time isn’t as much of a factor as most of the packages that create the –dbg and –doc packages are core packages that don’t get rebuilt very often. The big reason is that I’m using a copy of the tmp/deploy/ipk/ directory for firmware upgrade for

Re: [yocto] How to prevent building -dbg and -doc packages?

2013-10-24 Thread Martin Jansa
If you want to really strip down the deploy/ipk directory size to minimum set of .ipks really installed in your rootfs, you can easily use installed-package.txt report from buildhistory to copy only installed .ipk files from deploy/ipk. Don't forget to re-execute package-index (opkg-make-install) i

[yocto] core-image-minimal-dev - linker error : cannot find -lc

2013-10-24 Thread Anup Kini
Hi All, I am trying to compile a c program on core-image-minimal-dev but en up with the following error. Kindly let me know if i need to include any additional packages in order to be able to compile c programs on the image. /usr/lib/gcc/arm-poky-linux-gnueabi/4.8.1/../../../../arm-poky-linux-gnu

[yocto] Testing wayland/weston

2013-10-24 Thread Gary Thomas
I'd like to try testing wayland/weston on my BeagleBoard (clone). I've built core-image-weston, but it fails to start up with this error: [15:07:01.465] weston 1.1.0 http://wayland.freedesktop.org/ Bug reports to: https://bugs.freedesktop.org/enter_bug.cgi?product=W

[yocto] undocumented/inconsistent use of KERNEL_DEVICETREE variable

2013-10-24 Thread Robert P. J. Day
simple observation -- the KERNEL_DEVICETREE variable is not mentioned in the ref manual variable glossary. more weirdly, though, i've always been used to seeing it used this way, like in the meta-yocto-bsp layer (that is, referring to the .dts *source* files): beagleboard.conf:KERNEL_DEVICET

Re: [yocto] undocumented/inconsistent use of KERNEL_DEVICETREE variable

2013-10-24 Thread Chris Larson
On Thu, Oct 24, 2013 at 8:27 AM, Robert P. J. Day wrote: > simple observation -- the KERNEL_DEVICETREE variable is not > mentioned in the ref manual variable glossary. > > more weirdly, though, i've always been used to seeing it used this > way, like in the meta-yocto-bsp layer (that is, refer

[yocto] filling in the "missing" entries in the ref manual variable glossary

2013-10-24 Thread Robert P. J. Day
expecting the standard reaction to be, "hey, feel free to submit a patch :-)", i've noticed that there are (unsurprisingly) quite a number of variables missing from the variable glossary in the ref manual. just related to u-boot (which i've been messing with this morning), here's the current

Re: [yocto] undocumented/inconsistent use of KERNEL_DEVICETREE variable

2013-10-24 Thread Robert P. J. Day
On Thu, 24 Oct 2013, Chris Larson wrote: > > On Thu, Oct 24, 2013 at 8:27 AM, Robert P. J. Day > wrote: >   simple observation -- the KERNEL_DEVICETREE variable is not > mentioned in the ref manual variable glossary. > >   more weirdly, though, i've always been used to seeing it

Re: [yocto] filling in the "missing" entries in the ref manual variable glossary

2013-10-24 Thread Rifenbark, Scott M
Hey Robert, You don't need to submit full patches and explanations for these. Noting that they are missing and need documenting is perfect. If you do have time when you point out a missing variable, providing a brief explanation would help. And... reporting what is missing is extremely usef

Re: [yocto] How to prevent building -dbg and -doc packages?

2013-10-24 Thread Bryan Evenson
Martin, I setup the buildhistory per the documentation and re-generated an image build to get the installed-packages.txt file. I’m working on a shell script to pull data from this file to rebuild a copy of the ipk/ directory with only the packages my image uses. I’m close, but I’m running int

Re: [yocto] Testing wayland/weston

2013-10-24 Thread Burton, Ross
On 24 October 2013 16:25, Gary Thomas wrote: > I'd like to try testing wayland/weston on my BeagleBoard (clone). > I've built core-image-weston, but it fails to start up with this error: > > [15:07:01.465] weston 1.1.0 >http://wayland.freedesktop.org/ >Bug reports t

Re: [yocto] uimage instead of zImage

2013-10-24 Thread Edward Vidal
Hello, My 2nd partition on the mmc is linux ext3. This is what I have been using to transfer the rootfs to my mmc tar jxvf beagleboard/core-image-minimal-beagleboard-20131024171447.rootfs.tar.bz2 Did something change since the 21 st of last month. Testing dora which was not part of dylan? No mat

[yocto] problems with yocto eclipse ADT and beaglebone

2013-10-24 Thread Larry Weaver
I apologize in advance for my inexperience in this type of endeavor. I've been a windows and microchip guy for some time, but the low cost machines like the beaglebone have all my clients moving over to linux so I need to become immersed in linux as well. I've spent the last month studying

Re: [yocto] problems with yocto eclipse ADT and beaglebone

2013-10-24 Thread Zhang, Jessica
Hi Larry, Is it latest eclipse plug-in you’re using is the 1.5 release? I’d expect our QA should test the scenario of build derived toolchain usage case and reported issue. Anyhow, I’m traveling atm and will try to reproduce the issue when I’m back in office next week. 2nd issue for re