[yocto] [meta-raspberrypi] RaspberryPi2 - no audio?

2015-03-22 Thread Gary Thomas
I just built Poky/Yocto for the RaspberryPi2, straight out of the box using this configuration: Build Configuration: BB_VERSION= "1.25.0" BUILD_SYS = "i686-linux" NATIVELSBSTRING = "Fedora-13" TARGET_SYS= "arm-amltd-linux-gnueabi" MACHINE = "raspberrypi2" DISTR

Re: [yocto] [meta-raspberrypi] RaspberryPi2 - no audio?

2015-03-22 Thread Andrei Gherzan
Hello, On Sun, Mar 22, 2015 at 1:19 PM, Gary Thomas wrote: > I just built Poky/Yocto for the RaspberryPi2, straight out > of the box using this configuration: > > Build Configuration: > BB_VERSION= "1.25.0" > BUILD_SYS = "i686-linux" > NATIVELSBSTRING = "Fedora-13" > TARGET_SYS

Re: [yocto] [meta-raspberrypi] RaspberryPi2 - no audio?

2015-03-22 Thread Andreas Müller
On Sun, Mar 22, 2015 at 1:25 PM, Andrei Gherzan wrote: > Hello, > > On Sun, Mar 22, 2015 at 1:19 PM, Gary Thomas wrote: >> >> I just built Poky/Yocto for the RaspberryPi2, straight out >> of the box using this configuration: >> >> Build Configuration: >> BB_VERSION= "1.25.0" >> BUILD_SYS

[yocto] [meta-raspberrypi][PATCH] make sound work out of the box for raspberrypi2

2015-03-22 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...-during-boot-by-compiling-SND_BCM2835-int.patch | 38 ++ recipes-kernel/linux/linux-raspberrypi_3.18.bb | 8 +++-- 2 files changed, 43 insertions(+), 3 deletions(-) create mode 100644 recipes-kernel/linux/linux-raspberrypi/0001-start

Re: [yocto] [meta-raspberrypi] RaspberryPi2 - no audio?

2015-03-22 Thread Alex J Lennon
On 22/03/2015 21:17, Andreas Müller wrote: > On Sun, Mar 22, 2015 at 1:25 PM, Andrei Gherzan wrote: >> Hello, >> >> On Sun, Mar 22, 2015 at 1:19 PM, Gary Thomas wrote: >>> I just built Poky/Yocto for the RaspberryPi2, straight out >>> of the box using this configuration: >>> >>> Build Configura