[yocto] best bet for WiFi Yocto experience?

2014-08-24 Thread Peter Tornel
Hi, Please provide a recommendation for a low cost, out of the box WiFi (802.11n) experience using Yocto.  AFAIK, Raspberry Pi doesn't come with WiFi built in.  I would like to spend less than $100 but could stretch it.  Pete -- ___ yocto mail

[yocto] ordering multiple bbappends and their FILESEXTRAPATHS_prepend setting

2014-08-12 Thread Peter Tornel
Hi, What is the correct method for controlling which FILESEXTRAPATHS_prepend actually shows up first in the path when there are multiple bbappends setting the same variable?  Pete-- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctop

[yocto] the yocto way to generate modules.dep when rebuilding the kernel?

2013-09-27 Thread Peter Tornel
Hi Yocto, I'm doing some iterative building of the kernel (modules), and I need to test it on my system. I do the following: bitbake virtual/kernel -c menuconfig bitbake virtual/kernel I copy over the modules.tgz file in deploy/images to my target & extract, but there is no modules.dep fi

Re: [yocto] Please point me to the binary that has the best chance of booting a dual core...

2013-05-09 Thread Peter Tornel
with GUI.  Thanks From: Peter Tornel To: "yocto@yoctoproject.org" Sent: Thursday, May 9, 2013 12:29 PM Subject: [yocto] Please point me to the binary that has the best chance of booting a dual core... Atom netbook from a FLASH drive.  Th

[yocto] Please point me to the binary that has the best chance of booting a dual core...

2013-05-09 Thread Peter Tornel
Atom netbook from a FLASH drive.  Thanks Pete___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] how to clean all?

2013-04-28 Thread Peter Tornel
Hello, Sometimes I feel the need to clean everything before building, but I don't want tojust rm my project directory since I want to keep my conf files.  What bitbake command can I run to get back to a pristine state (same as after creating project directory and modifying my conf files)?  R

[yocto] how to clear all?

2013-04-27 Thread Peter Tornel
    Hello, Sometimes I feel the need to clean everything before building, but I don't want to just rm my project directory since I want to keep my conf files.  What bitbake command can I run to get back to a pristine state (same as after creating project directory and modifying my conf files)

Re: [yocto] confusion about IMAGE_INSTALL and getting packages into rootfs

2012-04-12 Thread Peter Tornel
"Keep in mind that you should be using package names here, not recipe names." Thank you for the reply Darren.  I'm not sure I understand the difference yet, but I'm working on it.  ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoprojec

[yocto] confusion about IMAGE_INSTALL and getting packages into rootfs

2012-04-11 Thread Peter Tornel
I'm working with the poky tree, master branch.  I added a few packages to IMAGE_INSTALL in core-image-minimal.bb.  Everything builds fine, and I can see the built images in each tmp/work subdirectory for my IMAGE_INSTALL packages.  However, I find that some of the image executables that were p