Re: [yocto] beagleboard, qemuarm, beaglebone, and pandaboard images.

2013-04-16 Thread Burton, Ross
On 16 April 2013 01:00, Edward Vidal vidal.devel...@gmail.com wrote: beagleboard 1949 RPMs qemuarm 1747 RPMs beaglebone 1742 RPMs pandaboard 3842 RPMs Any and all help will be appreciated. Have a look in work/[machine]/[image]/[version], you'll see installed-pkgs.txt and

[yocto] [PATCH] [eclipse-poky][master]Capture error output of crosstap command

2013-04-16 Thread Ioana Grigoropol
- when running a command using system tap plugin make sure to read all output from standard and error output and display it accordingly [Yocto #4270] Signed-off-by: Ioana Grigoropol ioanax.grigoro...@intel.com --- .../org/yocto/sdk/remotetools/ShellSession.java| 79 1

Re: [yocto] beagleboard, qemuarm, beaglebone, and pandaboard images.

2013-04-16 Thread Edward Vidal
Ross, I did a search for installed-pkgs.txt and complementary-pkgs.txt neither of these files were on my system. I am assuming this is because in my local.conf I am using INHERIT += rm_work. as found on page 41 of the ref_manual. What is the difference between the two pkgs sets? The does reduce

Re: [yocto] beagleboard, qemuarm, beaglebone, and pandaboard images.

2013-04-16 Thread Burton, Ross
On 16 April 2013 15:01, Edward Vidal vidal.devel...@gmail.com wrote: I did a search for installed-pkgs.txt and complementary-pkgs.txt neither of these files were on my system. I am assuming this is because in my local.conf I am using INHERIT += rm_work. as found on page 41 of the ref_manual.

[yocto] Fwd: Keyboard support and Europen Font Support

2013-04-16 Thread Satya Swaroop Damarla
Hi Guys, I have German keyboard and my company can install the embedded machines anywhere in the world (mostly Europe). So, I would like to support all european languages both in keyboard and font, both in X and VT. So, for the moment I would like to know if it is possible to have a German

Re: [yocto] beagleboard, qemuarm, beaglebone, and pandaboard images.

2013-04-16 Thread Burton, Ross
On 16 April 2013 15:35, Edward Vidal vidal.devel...@gmail.com wrote: They all use EXTRA_IMAGE_FEATURES = debug-tweaks tools-sdk.in local.conf Something within the build is deciding which pkgs get installed between different builds. I would expect several different RPMs but not hundreds as was

Re: [yocto] beagleboard, qemuarm, beaglebone, and pandaboard images.

2013-04-16 Thread Paul Eggleton
On Tuesday 16 April 2013 15:03:50 Burton, Ross wrote: On 16 April 2013 15:01, Edward Vidal vidal.devel...@gmail.com wrote: I did a search for installed-pkgs.txt and complementary-pkgs.txt neither of these files were on my system. I am assuming this is because in my local.conf I am using

Re: [yocto] beagleboard, qemuarm, beaglebone, and pandaboard images.

2013-04-16 Thread Burton, Ross
Hi, Re-CCing the list so everyone else can see. A quick comparison of the beagle and panda lists using diff shows exactly what I was expecting. Slightly different X configuration (omap+evdev vs keyboard+mouse+evdev+fbdev) and a massively different kernel configuration: the beaglebone image has

[yocto] Repository to upgrade images

2013-04-16 Thread Edward Vidal
Hello, Are there any plans to provide a repo of pkgs where systems can be upgraded and new pkgs installed like other distro Fedora, CentOS, and rhel? This would also require yum or the new software that is replacing yum. Also for my Fedora, CentOS, and rhel systems I use cobbler for network

Re: [yocto] Repository to upgrade images

2013-04-16 Thread Burton, Ross
On 16 April 2013 20:02, Edward Vidal vidal.devel...@gmail.com wrote: Are there any plans to provide a repo of pkgs where systems can be upgraded and new pkgs installed like other distro Fedora, CentOS, and rhel? This would also require yum or the new software that is replacing yum. Do you

Re: [yocto] Repository to upgrade images

2013-04-16 Thread Trevor Woerner
On Tue, Apr 16, 2013 at 3:02 PM, Edward Vidal vidal.devel...@gmail.com wrote: Are there any plans to provide a repo of pkgs where systems can be upgraded and new pkgs installed like other distro Fedora, CentOS, and rhel? This would also require yum or the new software that is replacing yum. I

Re: [yocto] Repository to upgrade images

2013-04-16 Thread Edward Vidal
With that said how does Angstrom which uses opkg upgrades images that are build with Angstrom. I prefer Yocto but I had some pre-built image that came with my beagleboard and I used opkg upgrade and opkg install gfortran. Also has anyone built gfortran, libgfortran, and numpy? Currently these

Re: [yocto] Repository to upgrade images

2013-04-16 Thread Trevor Woerner
On Tue, Apr 16, 2013 at 3:49 PM, Edward Vidal vidal.devel...@gmail.com wrote: With that said how does Angstrom which uses opkg upgrades images that are build with Angstrom. Angstrom is a distribution, so it can make assumptions about how to build a set of packages that will work on your system.

Re: [yocto] Repository to upgrade images

2013-04-16 Thread Martin Jansa
On Tue, Apr 16, 2013 at 01:49:13PM -0600, Edward Vidal wrote: With that said how does Angstrom which uses opkg upgrades images that are build with Angstrom. I prefer Yocto but I had some pre-built image that The same mechanism as Ross and Trevor said. came with my beagleboard and I used

Re: [linux-yocto] [PATCH 0/1] linux-yocto-3.8 bugfix for 1.4

2013-04-16 Thread Bruce Ashfield
On 13-04-16 03:31 PM, Tom Zanussi wrote: On Tue, 2013-04-16 at 14:48 -0400, Bruce Ashfield wrote: On 13-04-16 12:31 PM, Tom Zanussi wrote: This is a fix for Yocto Bug 4099 - Crosstap script check fails. Please pull into linux-yocto-3.8 standard/base. Thanks Tom, I've staged it here. Nice

Re: [yocto] Repository to upgrade images

2013-04-16 Thread Edward Vidal
Can you point me to where I can find gnuradio is already in meta-oe and jenkins is building it every day with it :). I did a search meta-oe jenkins nothing seems to come up I have seen meta-gnurado as part 0f Angstrom. I believe that is for the processor in the ettus research board. Thanks

Re: [yocto] Repository to upgrade images

2013-04-16 Thread Martin Jansa
On Tue, Apr 16, 2013 at 02:40:21PM -0600, Edward Vidal wrote: Can you point me to where I can find gnuradio is already in meta-oe and jenkins is building it every day with it :). I did a search meta-oe jenkins nothing seems to come up I have seen meta-gnurado as part 0f Angstrom. I believe

[yocto] Yocto Project Technical Team Meeting - Tuesday, April 16, 2013 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US Canada).

2013-04-16 Thread Liu, Song
Attendees: Saul, Beth, ScottR, BjörnS, KevinS, TomZ, Corneliu, JeffP, Belen, RichardP, RossB, PaulE, Nitin, SeanH, Bruce, Darren, Song Agenda: * Opens collection - 5 min (Song) * Yocto 1.3.1 Release - Ross. - The release is out. Building out 1.3.2. Hopefully won't take as long as 1.3.1 -

Re: [yocto] Repository to upgrade images

2013-04-16 Thread Philip Balister
On 04/16/2013 04:40 PM, Edward Vidal wrote: Can you point me to where I can find Maybe you should give us some more details. It doesn't look like the angstrom feeds ahve a package for gnuradio, but we can ask Koen if he can add it. If you are building custom images, just add gnuradio to the

[linux-yocto] [PATCH 1/1] Makefile: add -grecord-gcc-switches if using -mfentry

2013-04-16 Thread Tom Zanussi
Commit a2546fae [ftrace: Add -mfentry to Makefile on function tracer] adds support for using -mfentry when possible, whenever the ftrace CONFIG_FUNCTION_TRACER option is enabled. This unfortunately causes bogus dwarf debuginfo to be generated: gcc Bug 54793 - the location of a formal_parameter

Re: [linux-yocto] [PATCH 0/1] linux-yocto-3.8 bugfix for 1.4

2013-04-16 Thread Bruce Ashfield
On 13-04-16 12:31 PM, Tom Zanussi wrote: This is a fix for Yocto Bug 4099 - Crosstap script check fails. Please pull into linux-yocto-3.8 standard/base. Thanks Tom, I've staged it here. Nice to see a fix that wasn't caused by something that I did :) Bruce Thanks, Tom Tom Zanussi (1):

Re: [linux-yocto] [PATCH 0/1] linux-yocto-3.8 bugfix for 1.4

2013-04-16 Thread Bruce Ashfield
On 13-04-16 04:01 PM, Tom Zanussi wrote: On Tue, 2013-04-16 at 15:54 -0400, Bruce Ashfield wrote: On 13-04-16 03:31 PM, Tom Zanussi wrote: On Tue, 2013-04-16 at 14:48 -0400, Bruce Ashfield wrote: On 13-04-16 12:31 PM, Tom Zanussi wrote: This is a fix for Yocto Bug 4099 - Crosstap script