[yocto] meta-raspberry pi libav bbappend

2012-08-31 Thread Jack Mitchell
I'm attempting to build for the Raspberry Pi again today and I have hit a problem with libav. I have it BBMASK'ed in my local.conf however it seems the recipe still gets sanity checked and can't find the recipe to go with the bbappend so it fails. What is the best way to get around this?

Re: [yocto] meta-raspberry pi libav bbappend

2012-08-31 Thread Jack Mitchell
On 31/08/12 09:26, Jack Mitchell wrote: I'm attempting to build for the Raspberry Pi again today and I have hit a problem with libav. I have it BBMASK'ed in my local.conf however it seems the recipe still gets sanity checked and can't find the recipe to go with the bbappend so it fails. What

Re: [yocto] meta-raspberry pi libav bbappend

2012-08-31 Thread Jack Mitchell
On 31/08/12 09:30, Paul Eggleton wrote: On Friday 31 August 2012 09:26:03 Jack Mitchell wrote: I'm attempting to build for the Raspberry Pi again today and I have hit a problem with libav. I have it BBMASK'ed in my local.conf however it seems the recipe still gets sanity checked and can't find

Re: [yocto] meta-raspberry pi libav bbappend

2012-08-31 Thread Tomas Frydrych
On 31/08/12 09:44, Jack Mitchell wrote: My BBMASK is: BBMASK = meta-raspberrypi/recipes-multimedia/libav|meta-raspberrypi/recipes-core/systemd I think it matches against full paths, so try: .*/meta-raspberrypi/recipes-multimedia/libav|.*/meta-raspberrypi/recipes-core/systemd Tomas

Re: [yocto] meta-raspberry pi libav bbappend

2012-08-31 Thread Jack Mitchell
On 31/08/12 10:03, Tomas Frydrych wrote: On 31/08/12 09:44, Jack Mitchell wrote: My BBMASK is: BBMASK = meta-raspberrypi/recipes-multimedia/libav|meta-raspberrypi/recipes-core/systemd I think it matches against full paths, so try:

Re: [yocto] meta-raspberry pi libav bbappend

2012-08-31 Thread Tomas Frydrych
On 31/08/12 10:10, Jack Mitchell wrote: Thanks for the suggestion but unfortunately no dice. It was working about a week ago with this BBMASK...The only big change I can see is that omxplayer now depends in libav, but I have tried just masking the whole recipes-multimedia path with the same

Re: [yocto] meta-raspberry pi libav bbappend

2012-08-31 Thread Andrei Gherzan
On Fri, Aug 31, 2012 at 12:18 PM, Tomas Frydrych tf+lists.yo...@r-finger.com wrote: On 31/08/12 10:10, Jack Mitchell wrote: Thanks for the suggestion but unfortunately no dice. It was working about a week ago with this BBMASK...The only big change I can see is that omxplayer now depends

[yocto] [meta-raspberrypi] gettext RPATH QA issue

2012-08-31 Thread Jack Mitchell
that you use a tested distribution. Build Configuration: BB_VERSION= 1.15.3 TARGET_ARCH = arm TARGET_OS = linux-gnueabi MACHINE = raspberrypi DISTRO= poky DISTRO_VERSION= 1.2+snapshot-20120831 TUNE_FEATURES = armv6 vfp

Re: [yocto] meta-raspberry pi libav bbappend

2012-08-31 Thread Jack Mitchell
On 31/08/12 10:20, Andrei Gherzan wrote: On Fri, Aug 31, 2012 at 12:18 PM, Tomas Frydrych tf+lists.yo...@r-finger.com mailto:tf+lists.yo...@r-finger.comwrote: On 31/08/12 10:10, Jack Mitchell wrote: Thanks for the suggestion but unfortunately no dice. It was working about a week

Re: [yocto] [meta-raspberrypi] gettext RPATH QA issue

2012-08-31 Thread Jack Mitchell
-20120831 TUNE_FEATURES = armv6 vfp arm1176jzfs TARGET_FPU= vfp meta meta-yocto= master:9ba1e33e2d14362971d6441ee6142bcb0857df1a meta-raspberrypi = master:ad5ef650663b7bf67c4ca08f0b1a9ce402e58be9 meta-oe = master:a81cdc840c1dfca2bd0cb4ddd6e4bc1488286649

[yocto] U-Boot and missing tftp command

2012-08-31 Thread Pedro I. Sanchez
Hello, I just successfully built a Yocto image for a beagleboard-xm card and noticed that the U-Boot image is missing support for the tftp command. How do I go about recompiling U-Boot to include this command? Thanks, -- Pedro ___ yocto mailing

Re: [yocto] configuring WiFi in Yocto

2012-08-31 Thread Jim Abernathy
On 08/30/2012 07:41 AM, Burton, Ross wrote: On 29 August 2012 13:52, James Abernathy jfaberna...@gmail.com wrote: rtl8192ce:rtl92c_init_sw_vars():0-0 Failed to request firmware! You're missing firmware still. Ensure that you've installed every linux-firmware-* package first, and if that

Re: [yocto] Poky 1.3_M3 branch does not work with linux-yocto 3.0 kernel ?

2012-08-31 Thread Saxena, Rahul
I have opened a issue in bugzilla for this (Bug# 3050) Rahul -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Thursday, August 30, 2012 10:23 AM To: Saxena, Rahul Cc: Bodke, Kishore K; Bruce Ashfield; Hart, Darren; yocto@yoctoproject.org Subject: Re:

Re: [yocto] configuring WiFi in Yocto

2012-08-31 Thread Burton, Ross
Hi Jim, On 31 August 2012 19:05, Jim Abernathy jfaberna...@gmail.com wrote: Not sure I know how to force linux-firmware-* to be installed?? Personally I use DISTRO_EXTRA_RDEPENDS += in my local.conf for local changes like that. Also I replaced the WiFi card with an Intel Wireless-N 135, and I

Re: [yocto] configuring WiFi in Yocto

2012-08-31 Thread Jim Abernathy
On 08/31/2012 03:22 PM, Burton, Ross wrote: Hi Jim, On 31 August 2012 19:05, Jim Abernathy jfaberna...@gmail.com wrote: Not sure I know how to force linux-firmware-* to be installed?? Personally I use DISTRO_EXTRA_RDEPENDS += in my local.conf for local changes like that. Also I replaced the

Re: [yocto] configuring WiFi in Yocto

2012-08-31 Thread Burton, Ross
On 31 August 2012 21:20, Jim Abernathy jfaberna...@gmail.com wrote: the firmware I need must not be in the Denzil for Cedartrail BSP. It built fine with the DISTRO_EXTRA_RDEPENDS added, but both the Intel and Realtek cards can't load the firmware. Entirely possible. Either steal the latest

Re: [yocto] meta-raspberry pi libav bbappend

2012-08-31 Thread Khem Raj
On Fri, Aug 31, 2012 at 1:44 AM, Jack Mitchell m...@communistcode.co.uk wrote: meta-raspberrypi/recipes-multimedia/libav|meta-raspberrypi/recipes-core/systemd I wonder whats inside meta-raspberrypi/recipes-core/systemd ___ yocto mailing list

Re: [yocto] [meta-raspberrypi] gettext RPATH QA issue

2012-08-31 Thread Khem Raj
= 1.15.3 TARGET_ARCH = arm TARGET_OS = linux-gnueabi MACHINE = raspberrypi DISTRO= poky DISTRO_VERSION= 1.2+snapshot-20120831 TUNE_FEATURES = armv6 vfp arm1176jzfs TARGET_FPU= vfp meta meta-yocto

[yocto] Tune qemuarm settings and build everything except the kernel?

2012-08-31 Thread Evade Flow
Hello, all! I've recently been tapped to bootstrap an embedded Linux project at work and create some demos on hardware left over from an earlier effort. I normally work higher up the application stack, compiling programs using a cross toolchain and sysroot created by some unlucky coworker. In the

Re: [yocto] Tune qemuarm settings and build everything except the kernel?

2012-08-31 Thread Khem Raj
Hi Evade, Glad it worked for you at first go. Thats quite an achievement for yocto On Fri, Aug 31, 2012 at 2:58 PM, Evade Flow evadef...@gmail.com wrote: Now I'm wondering: is there any easy way to optimize for the actual target(s) a bit more than the qemuarm MACHINE type does? The example

[yocto] Beaglebone BSP for denzil?

2012-08-31 Thread Scott Garman
Hello, Am I correct in understanding that the TI Beagleboard BSP from yoctoproject.org should work with the Beaglebone, or do I need meta-ti? I'm not looking for accelerated graphics or anything - this will just be used in a classroom setting where there will be Beaglebones I'd like to boot

[yocto] Error when applying kernel patch from BSP: Uncommited changes detected. Refresh first error

2012-08-31 Thread Saxena, Rahul
Hi, I am trying to apply a kernel patch from the BSP, but getting a error. DEBUG: Executing shell function do_patch Unstaged changes after reset: M .gitignore Deleted branch meta-temp (was 580ac9c). warning: could not find (or was already included): cfg/x86_64.scc

Re: [yocto] Beaglebone BSP for denzil?

2012-08-31 Thread Rudolf Streif
Hey Scott, I am doing the same thing for a Linux Foundation class. The root filesystem that YP builds for the BBoard works just fine for the BBone. That's at least true for core-image-minimal. I tested that with the kernel that comes with the BBone. The kernel does not work. The BBoard has an

Re: [yocto] Beaglebone BSP for denzil?

2012-08-31 Thread Rudolf Streif
Typo correction: the BBone has an AM3359 CPU. On Aug 31, 2012 6:44 PM, Rudolf Streif rstr...@linuxfoundation.org wrote: Hey Scott, I am doing the same thing for a Linux Foundation class. The root filesystem that YP builds for the BBoard works just fine for the BBone. That's at least true

Re: [yocto] Error when applying kernel patch from BSP: Uncommited changes detected. Refresh first error

2012-08-31 Thread Bruce Ashfield
On Fri, Aug 31, 2012 at 7:26 PM, Saxena, Rahul rahul.sax...@intel.com wrote: Hi, I am trying to apply a kernel patch from the BSP, but getting a error. DEBUG: Executing shell function do_patch Unstaged changes after reset: M .gitignore Deleted branch meta-temp (was 580ac9c).

Re: [yocto] Beaglebone BSP for denzil?

2012-08-31 Thread Khem Raj
On Fri, Aug 31, 2012 at 6:44 PM, Rudolf Streif rstr...@linuxfoundation.org wrote: Hey Scott, I am doing the same thing for a Linux Foundation class. The root filesystem that YP builds for the BBoard works just fine for the BBone. That's at least true for core-image-minimal. I tested that