Re: [yocto] Raspberry b+ support

2014-11-05 Thread Andrei Gherzan
http://www.avast.com >> >> > -- > _______ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto > > -- *Andrei Gherzan* -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH] qtbase: Add basic Qt5 building support

2014-11-20 Thread Andrei Gherzan
escale/meta-fsl-arm/blob/master/conf/layer.conf P.S.: Sorry for this very late reply but I had a very busy period lately. Thanks for understanding. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Raspberry b+ support

2014-11-20 Thread Andrei Gherzan
Hello, On Wed, Nov 05, 2014 at 02:14:48PM +0100, Andrei Gherzan wrote: >I did nothing regarding RPI b+ as i don't own a device like that. If >you guys can make it work and patches are needed in order to accomplish >this, please send them over mailing list and/or

Re: [yocto] [meta-raspberrypi][PATCH] gstreamer1.0-plugins-bad: raname bbappend to work with any version in oe-core

2014-11-20 Thread Andrei Gherzan
gt; recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.4.0.bbappend > rename to recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend > -- > 1.7.9.5 > A similar patch was merged. Thanks. -- Andrei Gherzan -- ___ yocto mailing l

Re: [yocto] Potential Yocto Project developer day at ELC

2015-01-13 Thread Andrei Gherzan
d folks before we can justify the > expense. > > Thanks > > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto > > -- *Andrei Gherzan* -- ___

Re: [yocto] basic questions on LINUX costomization for raspberrypi

2015-01-13 Thread Andrei Gherzan
s? > > Thank you for your help > > regards > > Abhishek > > > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto > > -- *Andrei Gherzan* -- __

Re: [yocto] adding drivers to rpi-basic-image

2015-01-13 Thread Andrei Gherzan
are you talking about? Be a little more specific. > Actually I am into making a customized LINUX just for my target > requirement so I want to be very specific on packages I am adding and why? > Please guide me. > > -- *Andrei Gherzan* -- ___

Re: [yocto] [meta-raspberrypi] Why not enable hard floating point?

2015-01-14 Thread Andrei Gherzan
s there a reason why > the meta-raspberrypi layer does not enable hard floating point? > Well we played a little with this in the past. And we realised that, at that time at least, switching to hf didn't add any performace improvements. Did you test anything that proves the contrary? Thanks

Re: [yocto] [meta-raspberrypi][PATCH 0/2] wic support

2015-01-14 Thread Andrei Gherzan
including any attachments hereto, > may contain privileged or confidential information and is sent > solely for the attention and use of the intended addressee(s). > If you are not an intended addressee, you may neither use this > message nor copy or deliver it to anyone. In such case, you > should immediately destroy this message and kindly notify the > sender by reply email. Thank you. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] armhf support for meta-raspberrypi

2015-01-17 Thread Andrei Gherzan
. > > There are also special tune options available for the raspberrypi in this > file which fits the processor architecture. I am using "arm1176jzfshf" so > far without any problems but I did not do any speed tests. > > Regards, > > Jens > -- > _______

Re: [yocto] [meta-raspberrypi] Why not enable hard floating point?

2015-01-17 Thread Andrei Gherzan
it by hand. Anybody who can do it and provide some feedback? As well, some bench-marking would really make sense here. Thanks guys. -- *Andrei Gherzan* -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Benchmark layer available

2015-01-17 Thread Andrei Gherzan
Hello guys, Is there any benchmarking layer available? I was interested in LINPACK and I think it would make sense to have a benchmarking layer which will include stuff like: LINPACK, ioquake3, Whetstone etc. Regards, -- *Andrei Gherzan

Re: [yocto] Benchmark layer available

2015-01-19 Thread Andrei Gherzan
Hello, On Jan 19, 2015 11:47 AM, "Paul Eggleton" wrote: > > On Sunday 18 January 2015 16:51:09 akuster808 wrote: > > On 01/17/2015 05:02 PM, Andrei Gherzan wrote: > > > Is there any benchmarking layer available? I was interested in LINPACK > > > a

[yocto] [meta-raspberrypi][PATCH 2/2] omxplayer: Minor tweaks

2015-01-25 Thread Andrei Gherzan
Change-Id: Ic88656f2efba3d976918a4c556931b294bd00ed5 Signed-off-by: Andrei Gherzan --- recipes-multimedia/omxplayer/omxplayer_git.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer

[yocto] [meta-raspberrypi][PATCH 1/2] omxplayer: Add patch to fix lflags and cflags

2015-01-25 Thread Andrei Gherzan
This patch fixes the following package build break: | arm-poky-linux-gnueabi-gcc is unable to create an executable file. | C compiler test failed. Change-Id: I9f0bf47e4bf969a793718e915fc6c5f4eab012bb Signed-off-by: Andrei Gherzan --- ...PEG_EXTRA_CFLAGS-and-FFMPEG_EXTRA_LDFLAGS.patch | 31

Re: [yocto] [meta-raspberrypi][PATCH 1/2] omxplayer: Add patch to fix lflags and cflags

2015-01-25 Thread Andrei Gherzan
On Sun, Jan 25, 2015 at 8:31 PM, Andrei Gherzan wrote: > This patch fixes the following package build break: > | arm-poky-linux-gnueabi-gcc is unable to create an executable file. > | C compiler test failed. Both patches merged. -- *Andre

Re: [yocto] [meta-raspberrypi][PATCH 0/2] linux-raspberrypi fixes

2015-01-25 Thread Andrei Gherzan
tory at: > > git://git.yoctoproject.org/poky-contrib petmab/rpi_fixes > http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=petmab/rpi_fixes > > Petter Mabäcker (2): > linux-raspberrypi: fix do_configure failure > linux-raspberrypi: faulty branch and srcrev for 3.1

Re: [yocto] [meta-raspberrypi][PATCH 0/2] wic support

2015-01-25 Thread Andrei Gherzan
> sdimage-raspberrypi.wks: kickstart image definition > > conf/machine/raspberrypi.conf| 2 ++ > scripts/lib/image/canned-wks/sdimage-raspberrypi.wks | 6 ++ > 2 files changed, 8 insertions(+) > create mode 100644 scripts/lib/image/canned-wks/sdima

Re: [yocto] armhf support for meta-raspberrypi

2015-01-25 Thread Andrei Gherzan
because the compile is already using the optimized instructions. So this change is actually redundant and won't improve the performance in any way. So, the current setup seems to be the one to use. -- *Andrei Gherzan* -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi] Why not enable hard floating point?

2015-01-25 Thread Andrei Gherzan
On Sun, Jan 18, 2015 at 2:29 AM, Andrei Gherzan wrote: > Hello, > > On Fri, Jan 16, 2015 at 3:05 AM, J. Tang wrote: > >> >> On 2015-01-15, at 04:06, Mike Looijmans wrote: >> >> > -2- The CPU doesn't actually have floating point support and the kernel

Re: [yocto] [meta-raspberrypi] Image will halt soon after boot

2015-01-25 Thread Andrei Gherzan
ely for the attention and use of the intended addressee(s). > If you are not an intended addressee, you may neither use this > message nor copy or deliver it to anyone. In such case, you > should immediately destroy this message and kindly notify the > sender by reply email. T

Re: [yocto] [meta-raspberrypi][PATCH] qtbase: Add basic Qt5 building support

2015-01-25 Thread Andrei Gherzan
Hello, On Thu, Nov 20, 2014 at 1:58 PM, Andrei Gherzan wrote: > Hello Yen, > > On Sat, Oct 25, 2014 at 10:21:47AM +0800, Yen-Chin Lee wrote: > > To build raspberrypi with Qt5, we need to add extra QT_CONFIG_FLAGS to > > indicate device config. > > >

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: Replace not working v3.16.1 by v3.16.5

2015-01-25 Thread Andrei Gherzan
ecause these get rebased regularly. > > Signed-off-by: Jens Lucius > Could you give this patch a spin? -- *Andrei Gherzan* -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Meta-Raspberry and Meta-Oracle-Java: ERROR

2015-01-25 Thread Andrei Gherzan
n advance. > > Did you manage to fix this in the meanwhile? I realized you got no answer because most probably nobody is actually using java on rpi :) and that includes me too. Maybe we can check this out and work in fixing rpi with meta-oracle-java t

Re: [yocto] [meta-raspberrypi] Image will halt soon after boot

2015-01-26 Thread Andrei Gherzan
Dizzy branch created. Enjoy! On Jan 26, 2015 12:35 AM, "Andrei Gherzan" wrote: > Dizzy branch on its way. Maintainer received the ping. > > On Thu, Dec 18, 2014 at 5:45 PM, Maciej Borzecki < > maciej.borze...@open-rnd.pl> wrote: > >> On 12/18 16:42, P

Re: [yocto] [oe] [meta-raspberrypi][PATCH v2] qtbase: Add basic Qt5 building support

2015-01-30 Thread Andrei Gherzan
ated. | Makefile:206: recipe for target 'pulseaudio.o' failed | make: *** [pulseaudio.o] Error 1 | PulseAudio disabled. | PulseAudio support cannot be enabled due to functionality tests! Any idea why? Didn't you encounter this issue? -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: Replace not working v3.16.1 by v3.16.5

2015-01-31 Thread Andrei Gherzan
On Tue, Jan 27, 2015 at 06:52:54AM +0100, Petter Mabäcker wrote: > Hi, > > Actually this bump is already included in meta-raspberrypi: > > efd760d linux-raspberrypi: faulty branch and srcrev for 3.16 Correct. Thanks. -- Andrei Gherzan -- __

[yocto] [meta-raspberrypi][PATCH 2/2] linux-raspberrypi: Remove old v3.2.27

2015-01-31 Thread Andrei Gherzan
Change-Id: If5e0a88acdfe67903d1a11133849f35f453904ac Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_3.2.27.bb | 4 1 file changed, 4 deletions(-) delete mode 100644 recipes-kernel/linux/linux-raspberrypi_3.2.27.bb diff --git a/recipes-kernel/linux/linux

[yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi: Change to Linux Yocto style kernel recipes

2015-01-31 Thread Andrei Gherzan
minor refactoring and removed some useless code. Change-Id: Ic72e14ec14ec3f042aeda0c6820f896be9c02e69 Signed-off-by: Alex J Lennon Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi.inc| 39 +- recipes-kernel/linux/linux-raspberrypi/defconfig | 3788

[yocto] [meta-raspberrypi][ANNOUNCEMENT] Official issue tracker

2015-02-03 Thread Andrei Gherzan
43/#/q/project:meta-raspberrypi Happy hacking! -- *Andrei Gherzan* -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [meta-raspberrypi][PATCH 1/5] linux-raspberrypi: Refactor kernel recipes

2015-02-06 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi.inc| 2 +- recipes-kernel/linux/linux-raspberrypi_3.10.38.bb | 6 -- recipes-kernel/linux/linux-raspberrypi_3.10.bb| 8 recipes-kernel/linux/linux-raspberrypi_3.12.36.bb | 6 -- recipes-kernel/linux

[yocto] [meta-raspberrypi][PATCH 2/5] omxplayer: Bump SRCREV

2015-02-06 Thread Andrei Gherzan
Add a patch to fix the pkg-config mechanism in ffmpeg. Change-Id: Ib506bb4e26a8a0c5c294ed55da0a0da8dc67a2d7 Signed-off-by: Andrei Gherzan --- .../omxplayer/omxplayer/use-native-pkg-config.patch | 19 +++ recipes-multimedia/omxplayer/omxplayer_git.bb | 7 --- 2

[yocto] [meta-raspberrypi][PATCH 3/5] rpi-gpio: Update to v0.5.9

2015-02-06 Thread Andrei Gherzan
Change-Id: Ifc455b9106f07583ccaf3fe82723baaeb5e04d2e Signed-off-by: Andrei Gherzan --- recipes-devtools/python/rpi-gpio_0.5.6.bb | 19 --- recipes-devtools/python/rpi-gpio_0.5.9.bb | 19 +++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644

[yocto] [meta-raspberrypi][PATCH 5/5] userland: Bump SRCREV

2015-02-06 Thread Andrei Gherzan
Change-Id: If1d2608322749db4baa445ba94bc471a0ac86a5c Signed-off-by: Andrei Gherzan --- recipes-graphics/userland/userland_git.bb | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index

[yocto] [meta-raspberrypi][PATCH 4/5] bcm2835: Update to v1.38

2015-02-06 Thread Andrei Gherzan
Change-Id: Iebac94415602454dd4e2808c8e02d0083f804029 Signed-off-by: Andrei Gherzan --- recipes-bcm/bcm2835/bcm2835_1.36.bb | 40 - recipes-bcm/bcm2835/bcm2835_1.38.bb | 40 + 2 files changed, 40 insertions(+), 40 deletions

[yocto] [meta-raspberrypi][PATCH 3/8] rpi-default-versions.inc: Use kernel v3.18 by default

2015-02-08 Thread Andrei Gherzan
Change-Id: If3ff46ae10b7bee2decead6dfa408833713d16f8 Signed-off-by: Andrei Gherzan --- conf/machine/include/rpi-default-versions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/rpi-default-versions.inc b/conf/machine/include/rpi-default-versions.inc

[yocto] [meta-raspberrypi][PATCH 4/8] linux-raspberrypi.inc: Remove machine specific CMDLINE definition

2015-02-08 Thread Andrei Gherzan
This is already a raspberrypi specific recipe. So this is useless and would break other machines. Change-Id: Ie1d627384255660d7e213833fd4433f47c0edc1d Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

[yocto] [meta-raspberrypi][PATCH 2/8] xserver-xf86-config: Use SOC specific assignements

2015-02-08 Thread Andrei Gherzan
In this way the modifications will be used on all RPI boards. Change-Id: Ife10db876db85c1c4944028a0b49ccae4d8c0d41 Signed-off-by: Andrei Gherzan --- conf/machine/include/rpi-base.inc| 3 +++ recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | 6

[yocto] [meta-raspberrypi][PATCH 5/8] firmware: Update to HEAD

2015-02-08 Thread Andrei Gherzan
Change-Id: I682365b514f233616ac7eb07667edc4ca6afcdfa Signed-off-by: Andrei Gherzan --- recipes-bcm/common/firmware.inc | 4 ++-- recipes-bcm/vc-graphics/vc-graphics.inc | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/recipes-bcm/common/firmware.inc b/recipes-bcm

[yocto] [meta-raspberrypi][PATCH 1/8] raspberrypi.conf: Split in specific and common conf. files

2015-02-08 Thread Andrei Gherzan
*.conf files should hold board specific stuff while rpi-base.inc should include configuration that is common for all Raspberry Pi boards. Remove MACHINE_KERNEL_PR as we don't use it anymore. Minor tweaks. Change-Id: I5e1b12c1d224ac003d2890544beb036f1d5d8643 Signed-off-by: Andrei Gh

[yocto] [meta-raspberrypi][PATCH 6/8] linux-raspberrypi.inc: Make KERNEL_DEFCONFIG machine specific

2015-02-08 Thread Andrei Gherzan
Change-Id: I241a8adead67717f31d1b2e66a71bd5c3edfa9fd Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index

[yocto] [meta-raspberrypi][PATCH 7/8] Use variable for kernel image deployed name on SD card

2015-02-08 Thread Andrei Gherzan
Change-Id: I4a55b53d337930aae3351629a902dbac832ac958 Signed-off-by: Andrei Gherzan --- classes/sdcard_image-rpi.bbclass | 7 +-- conf/machine/include/rpi-base.inc | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image

[yocto] [meta-raspberrypi][PATCH 1/5] linux-raspberrypi: Refactor kernel recipes

2015-02-08 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi.inc| 2 +- recipes-kernel/linux/linux-raspberrypi_3.10.38.bb | 6 -- recipes-kernel/linux/linux-raspberrypi_3.10.bb| 8 recipes-kernel/linux/linux-raspberrypi_3.12.36.bb | 6 -- recipes-kernel/linux

[yocto] [meta-raspberrypi][PATCH 8/8] Add support for Raspberry PI 2

2015-02-08 Thread Andrei Gherzan
Add machine configuration file. Change the kernel image name on SD card. Use the defconfig for this machine (bcm2709_defconfig). Change-Id: I6549d5f49b1ed32ef4d44aca6f7af4234618c1a8 Signed-off-by: Andrei Gherzan --- classes/sdcard_image-rpi.bbclass | 1 + conf/machine/raspberrypi2

[yocto] [meta-raspberrypi][PATCH 3/5] rpi-gpio: Update to v0.5.9

2015-02-08 Thread Andrei Gherzan
Change-Id: Ifc455b9106f07583ccaf3fe82723baaeb5e04d2e Signed-off-by: Andrei Gherzan --- recipes-devtools/python/rpi-gpio_0.5.6.bb | 19 --- recipes-devtools/python/rpi-gpio_0.5.9.bb | 19 +++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644

[yocto] [meta-raspberrypi][PATCH 4/5] bcm2835: Update to v1.38

2015-02-08 Thread Andrei Gherzan
Change-Id: Iebac94415602454dd4e2808c8e02d0083f804029 Signed-off-by: Andrei Gherzan --- recipes-bcm/bcm2835/bcm2835_1.36.bb | 40 - recipes-bcm/bcm2835/bcm2835_1.38.bb | 40 + 2 files changed, 40 insertions(+), 40 deletions

[yocto] [meta-raspberrypi][PATCH 2/5] omxplayer: Bump SRCREV

2015-02-08 Thread Andrei Gherzan
Add a patch to fix the pkg-config mechanism in ffmpeg. Change-Id: Ib506bb4e26a8a0c5c294ed55da0a0da8dc67a2d7 Signed-off-by: Andrei Gherzan --- .../omxplayer/omxplayer/use-native-pkg-config.patch | 19 +++ recipes-multimedia/omxplayer/omxplayer_git.bb | 7 --- 2

[yocto] [meta-raspberrypi][PATCH 5/5] userland: Bump SRCREV

2015-02-08 Thread Andrei Gherzan
Change-Id: If1d2608322749db4baa445ba94bc471a0ac86a5c Signed-off-by: Andrei Gherzan --- recipes-graphics/userland/userland_git.bb | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index

Re: [yocto] [meta-raspberrypi][PATCH 1/5] linux-raspberrypi: Refactor kernel recipes

2015-02-09 Thread Andrei Gherzan
On Mon, Feb 9, 2015 at 11:06 PM, Petter Mabäcker wrote: > Hmm the formatting in my previous mail looks weird, I try to send this > again.. See my comment inline. > > Cheers > Petter > > > On 02/08/2015 12:58 PM, Andrei Gherzan wrote: > >> We use this to simpli

[yocto] [meta-raspberrypi][PATCH V2 2/5] omxplayer: Bump SRCREV

2015-02-09 Thread Andrei Gherzan
Add a patch to fix the pkg-config mechanism in ffmpeg. Change-Id: Ib506bb4e26a8a0c5c294ed55da0a0da8dc67a2d7 Signed-off-by: Andrei Gherzan --- .../omxplayer/omxplayer/use-native-pkg-config.patch | 19 +++ recipes-multimedia/omxplayer/omxplayer_git.bb | 7 --- 2

[yocto] [meta-raspberrypi][PATCH V2 4/5] bcm2835: Update to v1.38

2015-02-09 Thread Andrei Gherzan
Change-Id: Iebac94415602454dd4e2808c8e02d0083f804029 Signed-off-by: Andrei Gherzan --- recipes-bcm/bcm2835/bcm2835_1.36.bb | 40 - recipes-bcm/bcm2835/bcm2835_1.38.bb | 40 + 2 files changed, 40 insertions(+), 40 deletions

[yocto] [meta-raspberrypi][PATCH V2 3/5] rpi-gpio: Update to v0.5.9

2015-02-09 Thread Andrei Gherzan
Change-Id: Ifc455b9106f07583ccaf3fe82723baaeb5e04d2e Signed-off-by: Andrei Gherzan --- recipes-devtools/python/rpi-gpio_0.5.6.bb | 19 --- recipes-devtools/python/rpi-gpio_0.5.9.bb | 19 +++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644

[yocto] [meta-raspberrypi][PATCH V2 1/5] linux-raspberrypi: Refactor kernel recipes

2015-02-09 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi.inc| 2 +- recipes-kernel/linux/linux-raspberrypi_3.10.38.bb | 6 -- recipes-kernel/linux/linux-raspberrypi_3.10.bb| 8 recipes-kernel/linux/linux-raspberrypi_3.12.36.bb | 6 -- recipes-kernel/linux

[yocto] [meta-raspberrypi][PATCH V2 5/5] userland: Bump SRCREV

2015-02-09 Thread Andrei Gherzan
Change-Id: If1d2608322749db4baa445ba94bc471a0ac86a5c Signed-off-by: Andrei Gherzan --- recipes-graphics/userland/userland_git.bb | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index

[yocto] Issues with vardeps

2015-02-10 Thread Andrei Gherzan
st sig file doesn't change anymore even though DISTRO_FEATURES is there. http://pastebin.com/8AFxb4FZ Any idea why do I get this behavior? Is this a known issue or do I miss something? What I want to accomplish is to force do_install every-time DISTRO_FEATURES changes. -- *Andrei Gherzan* -

[yocto] [meta-raspberrypi][PATCH 3/3] raspberrypi.conf: Use arm1176jzfshf as default tune

2015-02-11 Thread Andrei Gherzan
Reformat the tune-arm1176jzf-s.inc file. There is not 'PACKAGE_EXTRA_ARCHS_tune-armv6hf-vfp'. Replace it by 'PACKAGE_EXTRA_ARCHS_tune-armv6hf'. Change-Id: I0dd63b1dd3e1ebc7fe0600e93fb9d27a6a833cd9 Signed-off-by: Andrei Gherzan --- conf/machine/include/tune-a

[yocto] [meta-raspberrypi][PATCH 2/3] rpi-base.inc: Use KERNEL_DEVICETREE by default

2015-02-11 Thread Andrei Gherzan
We already switched to kernel v3.18 by default so we can activate KERNEL_DEVICETREE by default too. Change-Id: I69612be72f8254d462421112cf851e17a1ef24f8 Signed-off-by: Andrei Gherzan --- conf/machine/include/rpi-base.inc | 32 1 file changed, 16 insertions

Re: [yocto] [meta-raspberrypi][PATCH 1/8] raspberrypi.conf: Split in specific and common conf. files

2015-02-11 Thread Andrei Gherzan
On Sun, Feb 8, 2015 at 12:56 PM, Andrei Gherzan wrote: > *.conf files should hold board specific stuff while rpi-base.inc should > include configuration that is common for all Raspberry Pi boards. > > Remove MACHINE_KERNEL_PR as we don't use it anymore. > > Mino

[yocto] [meta-raspberrypi][PATCH 1/3] userland: Fix build for armv7

2015-02-11 Thread Andrei Gherzan
[Bug #49] Change-Id: I340b4134ae4227f315c1c3df1345b04ebd4b874b Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi2.conf| 5 - recipes-graphics/userland/userland_git.bb | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/conf/machine/raspberrypi2.conf b

Re: [yocto] [meta-raspberrypi] Pi-2 support?

2015-02-25 Thread Andrei Gherzan
Hello, On Wed, Feb 25, 2015 at 9:27 AM, Valentin Le bescond < valentin.lebesc...@gmail.com> wrote: > Look there: > > https://github.com/agherzan/meta-raspberrypi > It has the Raspberry pi 2 machine conf. > Indeed. Current master supports raspberrypi2 machine. Happy hacking!

Re: [yocto] [meta-raspberrypi][PATCH V2 1/5] linux-raspberrypi: Refactor kernel recipes

2015-02-28 Thread Andrei Gherzan
On Tue, Feb 10, 2015 at 12:52:17AM +0100, Andrei Gherzan wrote: > We use this to simplify the update process. Updating a kernel version will not > require renaming the recipe but only tweaking LINUX_VERSION. > > Update kernel version: > - bump SRCREV > - bum

Re: [yocto] [meta-raspberrypi][PATCH 1/3] userland: Fix build for armv7

2015-02-28 Thread Andrei Gherzan
On Wed, Feb 11, 2015 at 09:34:56PM +0100, Andrei Gherzan wrote: > [Bug #49] > > Change-Id: I340b4134ae4227f315c1c3df1345b04ebd4b874b > Signed-off-by: Andrei Gherzan > --- > conf/machine/raspberrypi2.conf| 5 - > recipes-graphics/userland/userland_git.bb | 1

Re: [yocto] [meta-raspberrypi][PATCH 0/1] layer.conf: set high layer priority

2015-02-28 Thread Andrei Gherzan
ion(-) Patch merged to master. Thanks Petter. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [meta-raspberrypi][PATCH 0/6] Restructure some recipes

2015-03-01 Thread Andrei Gherzan
/?h=ag-dev Andrei Gherzan (6): bcm2835: More recipe to devtools bootfiles: Move to recipes-bsp firmware.inc: Move to recipes-bsp vc-graphics: Move to recipes-graphics rpi-basic-image: Define rpi SPLASH specific package .gitignore: Ignore some stuff .gitignore

[yocto] [meta-raspberrypi][PATCH 1/6] bcm2835: More recipe to devtools

2015-03-01 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- {recipes-bcm => recipes-devtools}/bcm2835/bcm2835_1.38.bb | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {recipes-bcm => recipes-devtools}/bcm2835/bcm2835_1.38.bb (100%) diff --git a/recipes-bcm/bcm2835/bcm2835_1.38.bb b/recipes-devtools/b

[yocto] [meta-raspberrypi][PATCH 5/6] rpi-basic-image: Define rpi SPLASH specific package

2015-03-01 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-core/images/rpi-basic-image.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-core/images/rpi-basic-image.bb b/recipes-core/images/rpi-basic-image.bb index 44524fd..623a5a7 100644 --- a/recipes-core/images/rpi-basic-image.bb +++ b/recipes

[yocto] [meta-raspberrypi][PATCH 2/6] bootfiles: Move to recipes-bsp

2015-03-01 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- {recipes-bcm => recipes-bsp}/bootfiles/bcm2835-bootfiles.bb | 2 +- {recipes-bcm => recipes-bsp}/bootfiles/rpi-config_git.bb| 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {recipes-bcm => recipes-bsp}/bootfiles/bcm2835-bootfiles.bb (95%

[yocto] [meta-raspberrypi][PATCH 4/6] vc-graphics: Move to recipes-graphics

2015-03-01 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- {recipes-bcm => recipes-graphics}/vc-graphics/files/egl.pc | 0 {recipes-bcm => recipes-graphics}/vc-graphics/files/vchiq.sh| 0 {recipes-bcm => recipes-graphics}/vc-graphics/vc-graphics-hardfp.bb | 0 {recipes-bcm => recipes-

[yocto] [meta-raspberrypi][PATCH 3/6] firmware.inc: Move to recipes-bsp

2015-03-01 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- {recipes-bcm => recipes-bsp}/common/firmware.inc | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {recipes-bcm => recipes-bsp}/common/firmware.inc (100%) diff --git a/recipes-bcm/common/firmware.inc b/recipes-bsp/common/firmware.inc similarity

[yocto] [meta-raspberrypi][PATCH 6/6] .gitignore: Ignore some stuff

2015-03-01 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000..1677b58 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +build* +*~ -- 2.1.0

Re: [yocto] [meta-raspberrypi][PATCH 0/1] layer.conf: set high layer priority

2015-03-09 Thread Andrei Gherzan
Hi Andreas, On Mon, Mar 9, 2015 at 9:50 PM, Andreas Müller wrote: > On Sun, Mar 1, 2015 at 1:14 AM, Andrei Gherzan wrote: > > Hello, > > > > On Fri, Feb 20, 2015 at 05:40:21PM +0100, Petter Mabäcker wrote: > >> The following changes since commit > d8bf60c

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: fix path to mkknlimg

2016-02-26 Thread Andrei Gherzan
${STAGING_LIBEXECDIR_NATIVE}/mkknlimg --dtok ${KERNEL_OUTPUT} > ${KERNEL_OUTPUT} > fi > fi > } > -- > 2.7.1 > Back alive. testing this. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: fix path to mkknlimg

2016-02-26 Thread Andrei Gherzan
-- Andrei Gherzan On Fri, Feb 26, 2016 at 6:48 PM, Petter Mabäcker wrote: > 2016-02-26 18:14 skrev Andrei Gherzan: > > On Fri, Feb 26, 2016 at 08:26:57PM +1100, Jonathan Liu wrote: > > The path had libexecdir hardcoded so it was no longer correct when > libexecdir was ch

Re: [yocto] [meta-raspberrypi][PATCH 0/3] libexecdir fixes

2016-02-26 Thread Andrei Gherzan
rypi.inc | 2 +- > 3 files changed, 4 insertions(+), 4 deletions(-) > > -- > 2.5.0 > Hi, Merged the patch set to master. Thank you. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: fix path to mkknlimg

2016-02-26 Thread Andrei Gherzan
On Fri, Feb 26, 2016 at 07:04:28PM +0100, Andrei Gherzan wrote: >-- >Andrei Gherzan >On Fri, Feb 26, 2016 at 6:48 PM, Petter Mabäcker ><[1]pet...@technux.se> wrote: > > 2016-02-26 18:14 skrev Andrei Gherzan: > > On Fri, Feb 26, 2016 at 08:26:

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: fix path to mkknlimg

2016-02-27 Thread Andrei Gherzan
On Sat, Feb 27, 2016 at 08:03:10AM +1100, Jonathan Liu wrote: > On 27 February 2016 at 06:55, Andrei Gherzan wrote: > > On Fri, Feb 26, 2016 at 07:04:28PM +0100, Andrei Gherzan wrote: > >> -- > >>Andrei Gherzan > >>On Fri, Feb 26, 2016 at 6:48

Re: [yocto] [meta-raspberrypi][PATCH] omxplayer: fix host-user-contaminated QA warnings

2016-02-27 Thread Andrei Gherzan
ch should go upstream too as I don't see the idea behind copying those while preserving the file attributes. > -- > _______ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto -

Re: [yocto] [meta-raspberrypi][PATCH] omxplayer: bump revision

2016-02-27 Thread Andrei Gherzan
://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" > DEPENDS = "libpcre libav virtual/egl boost freetype dbus openssl samba > libssh" > PR = "r4" > > -SRCREV = "d99bd86c9fd80ea01f98761e130d7ac9a2bb7588" >

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: fix path to mkknlimg

2016-02-27 Thread Andrei Gherzan
On Sat, Feb 27, 2016 at 11:25:28PM +1100, Jonathan Liu wrote: > On 27 February 2016 at 23:21, Andrei Gherzan wrote: > > On Sat, Feb 27, 2016 at 08:03:10AM +1100, Jonathan Liu wrote: > >> On 27 February 2016 at 06:55, Andrei Gherzan wrote: > >> > On Fri, Feb 26, 20

Re: [yocto] [meta-raspberrypi][PATCH] omxplayer: fix host-user-contaminated QA warnings

2016-02-28 Thread Andrei Gherzan
On Sun, Feb 28, 2016 at 12:49:07AM +1100, Jonathan Liu wrote: > On 27 February 2016 at 23:56, Andrei Gherzan wrote: > > On Sat, Feb 27, 2016 at 12:21:08AM +1100, Jonathan Liu wrote: > >> Explicitly chown the installed files to fix host-user-contaminated QA > >&

Re: [yocto] [meta-raspberrypi][PATCH 1/3] rpi-mkimage: install to ${libexecdir}

2016-02-28 Thread Andrei Gherzan
" \ > S = "${WORKDIR}/git" > > do_install () { > -install -d ${D}${libexecdir}/rpi-mkimage > -install -t ${D}${libexecdir}/rpi-mkimage ./mkimage/* > +install -d ${D}${libexecdir} > +install -t ${D}${libexecdir} mkimage

Re: [yocto] [meta-raspberrypi][PATCH 2/3] linux-raspberrypi: update path to mkknlimg

2016-02-28 Thread Andrei Gherzan
${STAGING_LIBEXECDIR_NATIVE}/mkknlimg --dtok ${KERNEL_OUTPUT} > ${KERNEL_OUTPUT} > fi > fi > } > -- > 2.7.1 > > -- Merged to master. Thanks. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH 3/3] u-boot-rpi: update path to imagetool-uncompressed.py

2016-02-28 Thread Andrei Gherzan
ame it u-boot.img > -${STAGING_LIBEXECDIR_NATIVE}/rpi-mkimage/imagetool-uncompressed.py > u-boot.bin > +${STAGING_LIBEXECDIR_NATIVE}/imagetool-uncompressed.py u-boot.bin > mv kernel.img u-boot.img > } > -- > 2.7.1 > > -- Merged to master. Thanks. -- A

[yocto] [meta-raspberrypi][PATCH 1/1] omxplayer: Add patch to fix host-user-contaminated QA

2016-02-28 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan Signed-off-by: Jonathan Liu --- .../don-t-preserve-file-attributes-when-cp.patch | 18 ++ recipes-multimedia/omxplayer/omxplayer_git.bb | 1 + 2 files changed, 19 insertions(+) create mode 100644 recipes-multimedia/omxplayer

[yocto] [meta-raspberrypi][PATCH v3 1/1] linux-raspberry.inc: add initramfs support

2016-02-28 Thread Andrei Gherzan
From: Stéphane Cerveau append initramfs creation to install RPi bootloader trailer Signed-off-by: Stéphane Cerveau Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi.inc | 10 ++ 1 file changed, 10 insertions(+) diff --git a/recipes-kernel/linux/linux

Re: [yocto] [meta-raspberrypi][PATCH V2] linux-raspberry.inc: add initramfs support

2016-02-28 Thread Andrei Gherzan
g > >See the discussion about this in: >https://lists.yoctoproject.org/pipermail/yocto/2016-February/028769.htm >l > >BR Petter > > References > >1. mailto:vox...@voxtok.com > -- > _

Re: [yocto] [meta-raspberrypi][PATCH v2 3/7] linux-raspberrypi: Update 4.1 recipe to 4.1.15

2016-02-28 Thread Andrei Gherzan
>from yesterday >(https://lists.yoctoproject.org/pipermail/yocto/2016-February/028754.ht >ml). Do you want me to send an updated version of this series of commit >without it or not? > >BR Petter > > References > >1. mailto:pet...@te

Re: [yocto] [meta-raspberrypi][PATCH v2 3/7] linux-raspberrypi: Update 4.1 recipe to 4.1.15

2016-02-28 Thread Andrei Gherzan
On Sun, Feb 28, 2016 at 11:51:58AM +0100, Andrei Gherzan wrote: > On Sun, Feb 28, 2016 at 08:56:33AM +0100, Petter Mabäcker wrote: > >2016-01-14 17:40 skrev Petter Mab?cker: > > > > [Support #69] > > > > Signed-off-by: Petter Mab?cker <[1]pet...@technux.s

[yocto] [meta-raspberrypi][PATCH v4 1/2] linux-raspberry.inc: add initramfs support

2016-02-28 Thread Andrei Gherzan
From: Stéphane Cerveau append initramfs creation to install RPi bootloader trailer Signed-off-by: Stéphane Cerveau Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi.inc | 10 ++ 1 file changed, 10 insertions(+) diff --git a/recipes-kernel/linux/linux

[yocto] [meta-raspberrypi][PATCH v4 2/2] linux-raspberrypi: Make sure we have initramfs image before running mkknlimg

2016-02-28 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi.inc | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index 1befee4..5a8a175 100644 --- a/recipes-kernel

Re: [yocto] [meta-raspberrypi][PATCH v4 1/2] linux-raspberry.inc: add initramfs support

2016-02-29 Thread Andrei Gherzan
On Sun, Feb 28, 2016 at 12:48:35PM +0100, Andrei Gherzan wrote: > From: Stéphane Cerveau > > append initramfs creation to install RPi bootloader trailer > > Signed-off-by: Stéphane Cerveau > Signed-off-by: Andrei Gherzan > --- > recipes-kernel/linux/linux-raspberrypi.

Re: [yocto] [meta-raspberrypi][PATCH v2 3/7] linux-raspberrypi: Update 4.1 recipe to 4.1.15

2016-02-29 Thread Andrei Gherzan
On Sun, Feb 28, 2016 at 02:44:36PM +0100, Petter Mabäcker wrote: >2016-02-28 12:02 skrev Andrei Gherzan: > > On Sun, Feb 28, 2016 at 11:51:58AM +0100, Andrei Gherzan wrote: > > On Sun, Feb 28, 2016 at 08:56:33AM +0100, Petter Mab�cker wrote: > > 2016-01-14 17:40

Re: [yocto] [meta-raspberrypi][PATCH 17/23] linux-raspberrypi: Upgrade 4.1 kernel to 4.1.17

2016-02-29 Thread Andrei Gherzan
t; -SRCREV = "b74df9228c27f55361c065bc5dbfba88861cc771" > +SRCREV = "cb2f10196a9b718a2d94bb4ac0887c2ea14988ae" > SRC_URI = > "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.1.y" > > require linux-raspberrypi.inc Hi Raj, Merged to mast

Re: [yocto] [meta-raspberrypi][PATCH 19/23] rpi-config: Upgrade to tip of tree to get GPU_MEM_1024

2016-02-29 Thread Andrei Gherzan
; then > sed -i '/#gpu_mem_512/ c\gpu_mem_512=${GPU_MEM_512}' > ${DEPLOYDIR}/bcm2835-bootfiles/config.txt > fi > +if [ -n "${GPU_MEM_1024}" ]; then > +sed -i '/#gpu_mem_1024/ c\gpu_mem_1024=${GPU_MEM_1024}' > ${DEPLOYDIR

Re: [yocto] [meta-raspberrypi][PATCH 08/23] wiringPi: Fix build with musl

2016-02-29 Thread Andrei Gherzan
gon.net/wiringPi \ > - file://0001-Add-initial-cross-compile-support.patch \ > - " > +SRC_URI = "git://git.drogon.net/wiringPi \ > + file://0001-Add-initial-cross-compile-support.patch \ > + file://0001-include-asm-ioctl.h-directly-for-_IOC_SIZEBITS.patch \ > + " > > COMPATIBLE_MACHINE = "raspberrypi" > Hi Raj! Merged to master. Thank you. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH 07/23] python-rtimu: Fix build with musl

2016-02-29 Thread Andrei Gherzan
/RPi-Distro/RTIMULib.git;protocol=http;branch=master" > +SRC_URI = > "git://github.com/RPi-Distro/RTIMULib.git;protocol=http;branch=master \ > + > file://0001-include-asm-ioctl.h-for-ioctl-define.patch;patchdir=../.. \ > + " > SRCREV = "b949681af69b45f0f7f4bb53b6770037b5b02178" > > S = "${WORKDIR}/git/Linux/python/" Hi Raj! Merged to master. Thank you. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH 10/23] rpio: Include sys/types.h for caddr_t

2016-02-29 Thread Andrei Gherzan
dline=53;md5=d5d95d7486a4d9 > > SRCNAME = "RPIO" > > -SRC_URI = "\ > - > http://pypi.python.org/packages/source/R/RPIO/${SRCNAME}-${PV}.tar.gz \ > - " > +SRC_URI = > "http://pypi.python.org/packages/source/R/RP

Re: [yocto] [meta-raspberrypi][PATCH 1/1] omxplayer: Add patch to fix host-user-contaminated QA

2016-02-29 Thread Andrei Gherzan
On Sun, Feb 28, 2016 at 11:32:53AM +0100, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > Signed-off-by: Jonathan Liu > --- > .../don-t-preserve-file-attributes-when-cp.patch | 18 > ++ > recipes-multimedia/omxplayer/omxplayer_git.bb

Re: [yocto] [meta-raspberrypi][PATCH v3 2/6] .gitignore: Ignore .swp files

2016-02-29 Thread Andrei Gherzan
> @@ -1,2 +1,3 @@ > build* > *~ > +.*.swp Merged to master. Thanks. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH v3 3/6] rpi-config: I2C support

2016-03-01 Thread Andrei Gherzan
t;>${DEPLOYDIR}/bcm2835-bootfiles/config.txt > fi > + > +if [ -n "${ENABLE_I2C}" ]; then > +echo "# Enable I2C" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt > +echo "dtparam=i2c1=on" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt > +echo "dtparam=i2c_arm=on" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt > +fi > } > > addtask deploy before do_package after do_install I rebased this on current master and merged to master. Thanks. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

<    1   2   3   4   5   6   7   8   9   10   >