Re: [yocto] [meta-raspberrypi] Problem building core-image-sato-sdk

2014-04-08 Thread Andrei Gherzan
of the recipes. > ERROR: Function failed: read_subpackage_metadata > ERROR: Logfile of failure stored in: > > /home/builder/rpi/poky/raspberrypi/tmp/work/armv6-vfp-poky-linux-gnueabi/mesa-gl/2_9.1.6-r0/temp/log.do_package_write_ipk.9838 > ERROR: Task 2436 > (/home/build

[yocto] Issues after pulling master - "Failed to fetch test data from the network"

2014-03-18 Thread Andrei Gherzan
4-03-18 21:13:11-- https://bugzilla.yoctoproject.org/report.cgi Connecting to bugzilla.yoctoproject.org (bugzilla.yoctoproject.org)|140.211.169.56|:443... connected. HTTP request sent, awaiting response... 502 Bad Gateway 2014-03-18 21:13:12 ERROR 502: Bad Gateway. Is this a known issue? -- *Andrei Gherzan

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi: make rpi-sdimg image dependent on rootfs type

2014-03-05 Thread Andrei Gherzan
bbclass | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Merged. Thank you. -- Andrei Gherzan m: +40.744.478.414 | f: +40.31.816.28.12 ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH1 1/1] omxplayer: Don't hardcode datadir

2014-03-05 Thread Andrei Gherzan
On Wed, Mar 05, 2014 at 05:29:56PM +0200, Andrei Gherzan wrote: > Change-Id: Ibe66106fdf1da38d43278f5e2853c722709b91db > Signed-off-by: Andrei Gherzan > --- > recipes-multimedia/omxplayer/omxplayer_git.bb | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >

Re: [yocto] [meta-raspberrypi][PATCH V2] omxplayer : Install fonts directory in datadir

2014-03-05 Thread Andrei Gherzan
On Wed, Mar 5, 2014 at 11:06 AM, Sebastien MENNETRIER < s.mennetr...@innotis.org> wrote: > Sorry, I forget "for-dora" in subject > > > Merged in dora. Thanks. -- *Andrei Gherzan* m: +40.744.478.414 | f: +40.31.816.28.12

[yocto] [meta-raspberrypi][PATCH1 1/1] omxplayer: Don't hardcode datadir

2014-03-05 Thread Andrei Gherzan
Change-Id: Ibe66106fdf1da38d43278f5e2853c722709b91db Signed-off-by: Andrei Gherzan --- recipes-multimedia/omxplayer/omxplayer_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer

Re: [yocto] [meta-raspberrypi][for-dora][PATCH] Installed fonts directory in the default location needed by omxplayer

2014-03-05 Thread Andrei Gherzan
On Wed, Mar 5, 2014 at 10:31 AM, Sebastien MENNETRIER < s.mennetr...@innotis.org> wrote: > > > 2014-03-04 23:51 GMT+01:00 Andrei Gherzan : > > >> >> >> On Wed, Mar 5, 2014 at 12:39 AM, Khem Raj wrote: >> >>> On Tue, Mar 4, 2014 at 12:18 A

Re: [yocto] [meta-raspberrypi][for-dora][PATCH] Installed fonts directory in the default location needed by omxplayer

2014-03-04 Thread Andrei Gherzan
/usr/share/fonts" > >> > > > > send the patch to OE-Core ml Why exactly? meta-rpi is using yocto mailinglist. > and dont hardcode /usr/share but use > ${datadir} instead > That's a good catch. Sebastien, one more

Re: [yocto] [meta-raspberrypi][PATCH 1/2] mesa: Replace ugly fix for gles/egl

2014-02-25 Thread Andrei Gherzan
On Tue, Feb 25, 2014 at 6:54 PM, Burton, Ross wrote: > That's better! :) > > Thanks again -- *Andrei Gherzan* m: +40.744.478.414 | f: +40.31.816.28.12 ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [meta-raspberrypi][PATCH 2/2] sdcard_image-rpi: Make rpi-sdimg image dependent on ext3

2014-02-25 Thread Andrei Gherzan
Change-Id: Ib48c8fd941be5ceb8fe2bcc087f53fb4ef1c0eb5 Signed-off-by: Andrei Gherzan --- classes/sdcard_image-rpi.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass index c7cfa7c..1b055bd 100644 --- a/classes

[yocto] [meta-raspberrypi][PATCH 1/2] mesa: Replace ugly fix for gles/egl

2014-02-25 Thread Andrei Gherzan
Use instead, the special created recipe mesa-gl which provides on libgl. Change-Id: I5ed3c50a0a794f8ea63cc1906f0139ec47459fa6 Signed-off-by: Andrei Gherzan --- conf/machine/include/rpi-default-providers.inc | 2 ++ recipes-graphics/mesa/mesa_9.2.5.bbappend | 36

Re: [yocto] [meta-raspberrypi][PATCH 1/1] mesa: Replace ugly fix with PACKAGECONFIG

2014-02-25 Thread Andrei Gherzan
On Tue, Feb 25, 2014 at 2:00 PM, Burton, Ross wrote: > On 25 February 2014 11:52, Andrei Gherzan wrote: > > +# EGL and GLES are provided by userland package > > +PACKAGECONFIG_remove_raspberrypi = "egl gles" > > +PROVIDES_remove_raspberrypi = "\ > >

[yocto] [meta-raspberrypi][PATCH 1/1] mesa: Replace ugly fix with PACKAGECONFIG

2014-02-25 Thread Andrei Gherzan
Use "%" as version because this append should be applied on any mesa version. Change-Id: I5ed3c50a0a794f8ea63cc1906f0139ec47459fa6 Signed-off-by: Andrei Gherzan --- recipes-graphics/mesa/mesa_%.bbappend | 6 ++ recipes-graphics/mesa/mesa_9.2.5.bba

Re: [yocto] [meta-raspberrypi][PATCH v2 1/1] omxplayer: Update to current remote HEAD

2014-02-24 Thread Andrei Gherzan
On Mon, Feb 24, 2014 at 1:20 PM, Andrei Gherzan wrote: > No need for mktemp-compatible-with-busybox.patch as the issue was > fixed in current revision. > omxplayer startup bash script needs pgrep so add procps to RDEPENDS. > > Change-Id: I1eecd332e8e51dbbf97e25ec6ed133077f137d7b

[yocto] [meta-raspberrypi][PATCH v2 1/1] omxplayer: Update to current remote HEAD

2014-02-24 Thread Andrei Gherzan
No need for mktemp-compatible-with-busybox.patch as the issue was fixed in current revision. omxplayer startup bash script needs pgrep so add procps to RDEPENDS. Change-Id: I1eecd332e8e51dbbf97e25ec6ed133077f137d7b Signed-off-by: Andrei Gherzan --- recipes-multimedia/omxplayer/omxplayer_git.bb

Re: [yocto] [meta-raspberrypi][PATCH 7/7] omxplayer: Update to current remote HEAD

2014-02-23 Thread Andrei Gherzan
On Fri, Feb 21, 2014 at 9:00 PM, Khem Raj wrote: > On Fri, Feb 21, 2014 at 2:29 AM, Andrei Gherzan wrote: > > -PR = "r3" > > +PR = "r4" > > Do you still need this ? > Indeed no. Thanks. -- ag ___ yoc

Re: [yocto] [meta-raspberrypi][PATCH] mesa: rename .bbappend to match new version from oe-core

2014-02-21 Thread Andrei Gherzan
to recipes-graphics/mesa/mesa_9.2.5.bbappend > Merged in master. Thanks. -- *Andrei Gherzan* m: +40.744.478.414 | f: +40.31.816.28.12 ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [meta-raspberrypi][PATCH 7/7] omxplayer: Update to current remote HEAD

2014-02-21 Thread Andrei Gherzan
No need for mktemp-compatible-with-busybox.patch as the issue was fixed in current revision. Change-Id: I1eecd332e8e51dbbf97e25ec6ed133077f137d7b Signed-off-by: Andrei Gherzan --- recipes-multimedia/omxplayer/omxplayer_git.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff

[yocto] [meta-raspberrypi][PATCH 6/7] userland: Update to current remote HEAD

2014-02-21 Thread Andrei Gherzan
Change-Id: I635b2f2bff03ca7f091f8d5476afa4681f6bda71 Signed-off-by: Andrei Gherzan --- recipes-graphics/userland/userland_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index

[yocto] [meta-raspberrypi][PATCH 2/7] linux-raspberrypi: Update v3.10.26 to v3.10.30

2014-02-21 Thread Andrei Gherzan
Change-Id: Ib15942c4f525c8765d49deda94d2195dc01df14c Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_3.10.26.bb | 6 -- recipes-kernel/linux/linux-raspberrypi_3.10.30.bb | 6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 recipes-kernel

[yocto] [meta-raspberrypi][PATCH 3/7] linux-raspberrypi: Update v3.12.7 to v3.12.11

2014-02-21 Thread Andrei Gherzan
Change-Id: I4358434c036eb8285f60dafac961c5734da1320b Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_3.12.11.bb | 6 ++ recipes-kernel/linux/linux-raspberrypi_3.12.7.bb | 6 -- 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 recipes-kernel

[yocto] [meta-raspberrypi][PATCH 4/7] linux-raspberrypi: Add v3.13.3

2014-02-21 Thread Andrei Gherzan
Change-Id: Iace039740f3b1b910d65bd3a2c82dc08836fde57 Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_3.13.3.bb | 6 ++ 1 file changed, 6 insertions(+) create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.13.3.bb diff --git a/recipes-kernel/linux/linux

[yocto] [meta-raspberrypi][PATCH 5/7] firmware: Update to current remote HEAD

2014-02-21 Thread Andrei Gherzan
Change-Id: Iad457c2610ee3a0209598c92e5c473ae8f113636 Signed-off-by: Andrei Gherzan --- recipes-bcm/common/firmware.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bcm/common/firmware.inc b/recipes-bcm/common/firmware.inc index 0b1aa05..390f6b3 100644 --- a

[yocto] [meta-raspberrypi][PATCH 1/7] linux-raspberrypi: Update v3.11.10 to current remote HEAD

2014-02-21 Thread Andrei Gherzan
Change-Id: I724511ad5e96ff1b7779c3afe772eaf0d5250c8e Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_3.11.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_3.11.10.bb b/recipes-kernel/linux/linux

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: use absolute path to rootfs

2014-02-21 Thread Andrei Gherzan
Hello Jonathan, On Tue, Feb 18, 2014 at 1:52 PM, Jonathan Liu wrote: > Change-Id: Ib513f195351b379dbb9f503dc5927f2018169b95 > Signed-off-by: Jonathan Liu > --- > classes/sdcard_image-rpi.bbclass | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > This was merged in master. Thank you fo

Re: [yocto] [meta-raspberrypi][dora][PATCH] xserver-xf86-config: don't use wildcards in SRC_URI

2014-02-21 Thread Andrei Gherzan
Hello Koen, On Fri, Feb 14, 2014 at 5:15 PM, Koen Kooi wrote: > It is strongly discouraged to use wildcards in SRC_URI since it breaks > when using multiple bbappends and immediate expansion of FILESDIR. > > This fixes a do_install failure when building with multiple BSPs > enabled. > > This was

Re: [yocto] [meta-raspberrypi][PATCH V3] Add initramfs support

2014-02-13 Thread Andrei Gherzan
+++ > classes/sdcard_image-rpi.bbclass | 7 +-- > 2 files changed, 18 insertions(+), 2 deletions(-) > Your patch was merged. Thank you. -- Andrei Gherzan m: +40.744.478.414 | f: +40.31.816.28.12 ___ yocto mailing list y

Re: [yocto] [meta-raspberrypi][PATCH V2] Add initramfs support

2014-02-11 Thread Andrei Gherzan
On Tue, Feb 11, 2014 at 12:59 PM, Andrei Gherzan wrote: > > Hello, > > On Mon, Feb 10, 2014 at 12:05 PM, Sebastien MENNETRIER < > s.mennetr...@innotis.org> wrote: > >> Hi, >> >> >> 2014-02-09 Andrei Gherzan : >> >> Hi, >&

Re: [yocto] [meta-raspberrypi][PATCH V2] Add initramfs support

2014-02-11 Thread Andrei Gherzan
Hello, On Mon, Feb 10, 2014 at 12:05 PM, Sebastien MENNETRIER < s.mennetr...@innotis.org> wrote: > Hi, > > > 2014-02-09 Andrei Gherzan : > > Hi, >> >> >> On Fri, Jan 31, 2014 at 5:30 PM, Sébastien Mennetrier < >> s.mennetr...@innotis.org>

Re: [yocto] [meta-raspberrypi][PATCH V2] Add initramfs support

2014-02-08 Thread Andrei Gherzan
}-${MACHINE}.bin ::kernel.img > + mcopy -i ${WORKDIR}/boot.img -s > ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}${KERNEL_INITRAMFS}-${MACHINE}.bin > ::kernel.img > > if [ -n ${FATPAYLOAD} ] ; then > echo "Copying payload into VFAT" > -- > 1.8.1.2

Re: [yocto] [meta-raspberrypi][PATCH 0/9] U-boot integration - first stage

2014-02-08 Thread Andrei Gherzan
On Sat, Jan 25, 2014 at 12:56 PM, Andrei Gherzan wrote: > At this stage uboot is not usable as somehow - don't know why yet - I can't > read uImage from sdcard. Seems to be something related to the uboot sdhci > driver. If anybody knows/suspects where the issue might be, plea

Re: [yocto] [meta-raspberrypi][PATCH V2] Add initramfs support

2014-02-04 Thread Andrei Gherzan
if [ -n ${FATPAYLOAD} ] ; then >> echo "Copying payload into VFAT" >> -- >> 1.8.1.2 >> >> > > > -- > > Regards, > Sébastien > > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto > > -- *Andrei Gherzan* m: +40.744.478.414 | f: +40.31.816.28.12 ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [meta-raspberrypi][PATCH 9/9] rpi-mkimage: Integrate package

2014-01-25 Thread Andrei Gherzan
Tool needed to convert bootable images in kernel.img files which can be loaded by rpi bootloader. Change-Id: I0088707be5d31d77def1087f51e3f8cc886d19db Signed-off-by: Andrei Gherzan --- recipes-bsp/rpi-mkimage/rpi-mkimage/License| 25 ++ .../open-files-relative-to

[yocto] [meta-raspberrypi][PATCH 8/9] u-boot-rpi: Integrate package

2014-01-25 Thread Andrei Gherzan
Change-Id: I61f2cd7d3b64ea3efac618aa2bb3555e9e79da2a Signed-off-by: Andrei Gherzan --- recipes-bsp/u-boot/u-boot-rpi_git.bb | 29 + 1 file changed, 29 insertions(+) create mode 100644 recipes-bsp/u-boot/u-boot-rpi_git.bb diff --git a/recipes-bsp/u-boot/u-boot

[yocto] [meta-raspberrypi][PATCH 7/9] README: Add info about U-Boot support

2014-01-25 Thread Andrei Gherzan
Change-Id: I1b17ef313d2005b7bf0ef853a2730144032f8539 Signed-off-by: Andrei Gherzan --- README | 9 + 1 file changed, 9 insertions(+) diff --git a/README b/README index 474c5f3..fc492c5 100644 --- a/README +++ b/README @@ -36,6 +36,7 @@ Contents: 2.E. Set overclocking options 2

[yocto] [meta-raspberrypi][PATCH 6/9] sdcard_image-rpi: Add support for u-boot and uImage

2014-01-25 Thread Andrei Gherzan
If KERNEL_IMAGETYPE is uImage, use u-boot image as kernel.img and copy uImage too. Otherwise, use kernel image as kernel.img (as we did until now unconditionally). Change-Id: Iac46a57e4266299f2fe5746cb6957dcfc0e90443 Signed-off-by: Andrei Gherzan --- classes/sdcard_image-rpi.bbclass | 11

[yocto] [meta-raspberrypi][PATCH 0/9] U-boot integration - first stage

2014-01-25 Thread Andrei Gherzan
At this stage uboot is not usable as somehow - don't know why yet - I can't read uImage from sdcard. Seems to be something related to the uboot sdhci driver. If anybody knows/suspects where the issue might be, please hit me a reply. Andrei Gherzan (9): bcm2835-bootfiles: Use deploy as

[yocto] [meta-raspberrypi][PATCH 5/9] raspberrypi.conf: Let KERNEL_IMAGETYPE be modified

2014-01-25 Thread Andrei Gherzan
Change-Id: I6019c1ec77ed1ec5c00ab16cb57dd108e2bd5ba8 Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf index 1e619a7..1b3702f 100644 --- a/conf/machine

[yocto] [meta-raspberrypi][PATCH 1/9] bcm2835-bootfiles: Use deploy as it should be used

2014-01-25 Thread Andrei Gherzan
Change-Id: Ia90f01e037286647fdfafdd54ccb47c1ad9cbab2 Signed-off-by: Andrei Gherzan --- recipes-bcm/bootfiles/bcm2835-bootfiles.bb | 34 ++ 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/recipes-bcm/bootfiles/bcm2835-bootfiles.bb b/recipes-bcm

[yocto] [meta-raspberrypi][PATCH 2/9] rpi-config: Use deploy as it should be used

2014-01-25 Thread Andrei Gherzan
Change-Id: I6c7782f3f46adeae74e22991bb9203dafa2e1c78 Signed-off-by: Andrei Gherzan --- recipes-bcm/bootfiles/rpi-config_git.bb | 87 + 1 file changed, 46 insertions(+), 41 deletions(-) diff --git a/recipes-bcm/bootfiles/rpi-config_git.bb b/recipes-bcm/bootfiles

[yocto] [meta-raspberrypi][PATCH 4/9] rpi-default-providers: Move PREFERRED_VERSIONs to rpi-default-versions.inc

2014-01-25 Thread Andrei Gherzan
Change-Id: I61c32aa23eef86cb9861776b37c4ecd8f7c8052c Signed-off-by: Andrei Gherzan --- conf/machine/include/rpi-default-providers.inc | 3 --- conf/machine/include/rpi-default-versions.inc | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/conf/machine/include/rpi-default

[yocto] [meta-raspberrypi][PATCH 3/9] rpi-default-providers: Use u-boot-rpi as u-boot provider

2014-01-25 Thread Andrei Gherzan
Change-Id: Ic537cada66ff09cde592da977a109415e05cb19c Signed-off-by: Andrei Gherzan --- conf/machine/include/rpi-default-providers.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/machine/include/rpi-default-providers.inc b/conf/machine/include/rpi-default

Re: [yocto] [meta-raspberrypi][PATCH 0/4] Some updates

2014-01-20 Thread Andrei Gherzan
On Sun, Jan 19, 2014 at 09:15:52PM +0200, Andrei Gherzan wrote: > Updates and some additions in packagegroup-rpi-test > > Andrei Gherzan (4): > bcm2835: Update to v1.36 > rpi-gpio: Update to v0.5.4 > packagegroup-rpi-test: Add some packages > omxplayer: Update to

Re: [yocto] [meta-raspberrypi][PATCH 0/4] Some updates

2014-01-19 Thread Andrei Gherzan
On Sun, Jan 19, 2014 at 09:15:52PM +0200, Andrei Gherzan wrote: > Updates and some additions in packagegroup-rpi-test > > Andrei Gherzan (4): > bcm2835: Update to v1.36 > rpi-gpio: Update to v0.5.4 These changes are only renames. Sorry for missing -M (AGAIN!!!). > pac

[yocto] [meta-raspberrypi][PATCH 2/4] rpi-gpio: Update to v0.5.4

2014-01-19 Thread Andrei Gherzan
Change-Id: Ie24be5363933fa994e38b030677d7381eb8a7f2a Signed-off-by: Andrei Gherzan --- recipes-devtools/python/rpi-gpio_0.5.3a.bb | 20 recipes-devtools/python/rpi-gpio_0.5.4.bb | 19 +++ 2 files changed, 19 insertions(+), 20 deletions(-) delete mode 100644

[yocto] [meta-raspberrypi][PATCH 3/4] packagegroup-rpi-test: Add some packages

2014-01-19 Thread Andrei Gherzan
bcm2835 is an empty package because this recipe provides a static library. Install on target only bcm2835-tests package in which files are statically linked to that library. Add forgotten GPIO packages: rpi-gpio and rpio. Change-Id: I498d2a3948ad5faf963d492bc496d4725a79e136 Signed-off-by: Andrei

[yocto] [meta-raspberrypi][PATCH 4/4] omxplayer: Update to remote HEAD

2014-01-19 Thread Andrei Gherzan
). Change-Id: I95d70094b0069ad19f7d445abaf421756776c4c7 Signed-off-by: Andrei Gherzan --- ...nd-headers-from-ffmpeg-are-installed-in-u.patch | 24 ++ .../omxplayer/fix-tar-command-with-DIST.patch | 18 recipes-multimedia/omxplayer/omxplayer_git.bb | 10

[yocto] [meta-raspberrypi][PATCH 0/4] Some updates

2014-01-19 Thread Andrei Gherzan
Updates and some additions in packagegroup-rpi-test Andrei Gherzan (4): bcm2835: Update to v1.36 rpi-gpio: Update to v0.5.4 packagegroup-rpi-test: Add some packages omxplayer: Update to remote HEAD recipes-bcm/bcm2835/bcm2835_1.34.bb| 41 -- recipes

[yocto] [meta-raspberrypi][PATCH 1/4] bcm2835: Update to v1.36

2014-01-19 Thread Andrei Gherzan
Change-Id: I8b55d7233919b6ebe68b9504eb2504bedb1846e1 Signed-off-by: Andrei Gherzan --- recipes-bcm/bcm2835/bcm2835_1.34.bb | 41 - recipes-bcm/bcm2835/bcm2835_1.36.bb | 41 + 2 files changed, 41 insertions(+), 41 deletions

Re: [yocto] [meta-raspberrypi][PATCH 1/4] omxplayer: Update to HEAD and tweak SUMMARY and DESCRIPTION

2014-01-19 Thread Andrei Gherzan
On Fri, Jan 17, 2014 at 04:51:11PM +0200, Andrei Gherzan wrote: > * Update to current git HEAD commit which includes fix for boost 1.55. > * Replace tabs by spaces > * Tweak SUMMARY and DESCRIPTION > * Add bash to PN RDEPENDS as omxplayer is actually a bash script. > * omxplayer i

Re: [yocto] [meta-raspberrypi][PATCH 1/5] linux-raspberrypi: Update v3.12.4 to v3.12.7

2014-01-19 Thread Andrei Gherzan
On Fri, Jan 17, 2014 at 05:16:37PM +0200, Andrei Gherzan wrote: > Change-Id: Id721163e3e69946e3c82710bf12851211b493dee > Signed-off-by: Andrei Gherzan > --- > recipes-kernel/linux/linux-raspberrypi_3.12.4.bb | 6 -- > recipes-kernel/linux/linux-raspberrypi_3.12.7.bb | 6 ++

Re: [yocto] [meta-raspberrypi][PATCH 4/5] userland: Update to remove HEAD

2014-01-18 Thread Andrei Gherzan
On Jan 18, 2014 2:45 AM, "Paul Barker" wrote: > > On 17 January 2014 15:16, Andrei Gherzan wrote: > > Change-Id: Ib98889d05b33ec2647966f2827e1fbf84f35fd95 > > Signed-off-by: Andrei Gherzan > > --- > > recipes-graphics/userland/userland_git.bb | 4 ++--

[yocto] [meta-raspberrypi][PATCH 4/5] userland: Update to remove HEAD

2014-01-17 Thread Andrei Gherzan
Change-Id: Ib98889d05b33ec2647966f2827e1fbf84f35fd95 Signed-off-by: Andrei Gherzan --- recipes-graphics/userland/userland_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index

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

2014-01-17 Thread Andrei Gherzan
Change-Id: I20a8ebf0e5743250c66fae337d28e867959d3114 Signed-off-by: Andrei Gherzan --- recipes-bcm/common/firmware.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bcm/common/firmware.inc b/recipes-bcm/common/firmware.inc index 69cf8d2..0b1aa05 100644 --- a

[yocto] [meta-raspberrypi][PATCH 5/5] linux-raspberrypi: Update v3.11.10 to remote HEAD

2014-01-17 Thread Andrei Gherzan
Change-Id: Ia0eac89faa63cb6d748f2749b82d1f80588e6a04 Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_3.11.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_3.11.10.bb b/recipes-kernel/linux/linux

[yocto] [meta-raspberrypi][PATCH 2/5] linux-raspberrypi: Update v3.10.24 to v3.10.26

2014-01-17 Thread Andrei Gherzan
Change-Id: I1fa7211af2d0c80ed49e6b3f70565ace88088601 Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_3.10.24.bb | 6 -- recipes-kernel/linux/linux-raspberrypi_3.10.26.bb | 6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 recipes-kernel

[yocto] [meta-raspberrypi][PATCH 1/5] linux-raspberrypi: Update v3.12.4 to v3.12.7

2014-01-17 Thread Andrei Gherzan
Change-Id: Id721163e3e69946e3c82710bf12851211b493dee Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_3.12.4.bb | 6 -- recipes-kernel/linux/linux-raspberrypi_3.12.7.bb | 6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 recipes-kernel

[yocto] [meta-raspberrypi][PATCH 4/4] README: Cleanup and add info about images

2014-01-17 Thread Andrei Gherzan
Change-Id: I904de647fdd5514d361d33e887fd68977cde7e8c Signed-off-by: Andrei Gherzan --- README | 58 +- 1 file changed, 21 insertions(+), 37 deletions(-) diff --git a/README b/README index c4be792..474c5f3 100644 --- a/README +++ b/README

[yocto] [meta-raspberrypi][PATCH 2/4] packagegroup-rpi-test: Add test packagegroup

2014-01-17 Thread Andrei Gherzan
Change-Id: I74f7c0d33d5f9692a427587bf0f8ef9980ebfcd3 Signed-off-by: Andrei Gherzan --- recipes-core/packagegroups/packagegroup-rpi-test.bb | 17 + 1 file changed, 17 insertions(+) create mode 100644 recipes-core/packagegroups/packagegroup-rpi-test.bb diff --git a/recipes-core

[yocto] [meta-raspberrypi][PATCH 3/4] rpi-test-image: Add test image

2014-01-17 Thread Andrei Gherzan
Change-Id: Iff4f58b43d1dcf5ea4f866b565542807345d6066 Signed-off-by: Andrei Gherzan --- recipes-core/images/rpi-test-image.bb | 4 1 file changed, 4 insertions(+) create mode 100644 recipes-core/images/rpi-test-image.bb diff --git a/recipes-core/images/rpi-test-image.bb b/recipes-core

[yocto] [meta-raspberrypi][PATCH 1/4] omxplayer: Update to HEAD and tweak SUMMARY and DESCRIPTION

2014-01-17 Thread Andrei Gherzan
: I5c8a4cf1005ba49f9b01821e3f832d1da49869bc Signed-off-by: Andrei Gherzan --- .../omxplayer/mktemp-compatible-with-busybox.patch | 23 recipes-multimedia/omxplayer/omxplayer_git.bb | 31 -- 2 files changed, 40 insertions(+), 14 deletions(-) create mode 100644 recipes-multimedia

Re: [yocto] Audio/Video etc sample files

2014-01-14 Thread Andrei Gherzan
On Tue, Jan 14, 2014 at 12:59 PM, Burton, Ross wrote: > On 14 January 2014 10:56, Andrei Gherzan wrote: > > Is there any support in including sample files in yocto? For example for > > testing different players you need samples. Maybe we can have a samples > meta > > lay

[yocto] Audio/Video etc sample files

2014-01-14 Thread Andrei Gherzan
Hello, Is there any support in including sample files in yocto? For example for testing different players you need samples. Maybe we can have a samples meta layer with upstream sources or local ones if there is nothing already done. -- Andrei Gherzan m: +40.744.478.414 | f: +40.31.816.28.12

Re: [yocto] [meta-raspberrypi][PATCH 1/6] linux-raspberrypi: Update v3.10.18 to v3.10.24

2014-01-03 Thread Andrei Gherzan
On Tue, Dec 17, 2013 at 5:59 PM, Andrei Gherzan wrote: > Change-Id: Icf95ec58d39eb187c0cf0fe31fd1822f81f3f038 > Signed-off-by: Andrei Gherzan > All updates in this series merged. -- *ag* ___ yocto mailing list yocto@yoctoproject.

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: Add version 3.12.4+

2014-01-03 Thread Andrei Gherzan
On Mon, Dec 16, 2013 at 9:13 PM, Gary Thomas wrote: > This kernel enables camera video via the new 'bcm2835-v4l2' module. > Just add 'start_x=1' to your boot config.txt > > Signed-off-by: Gary Thomas > Merged. Thanks. -- *ag* ___ yocto mailing list y

Re: [yocto] [meta-raspberrypi][PATCH 1/2] README: Add video camera control

2014-01-03 Thread Andrei Gherzan
On Tue, Dec 17, 2013 at 6:59 PM, Gary Thomas wrote: > Add optional 'VIDEO_CAMERA' setting to enable video > camera at boot time. > > Signed-off-by: Gary Thomas > Merged. Thanks. -- *ag* ___ yocto mailing list yocto@yoctoproject.org https://lists.yoct

Re: [yocto] [meta-raspberrypi][PATCH 2/2] rpi-config: Add video camera control

2014-01-03 Thread Andrei Gherzan
On Tue, Dec 17, 2013 at 6:59 PM, Gary Thomas wrote: > Add video camera enable 'VIDEO_CAMERA' for config.txt > > Signed-off-by: Gary Thomas > > Merged. Thanks. -- *ag* ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinf

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: Drop 3.12.0

2013-12-17 Thread Andrei Gherzan
On Mon, Dec 16, 2013 at 10:37 PM, Gary Thomas wrote: > Remove old kernel - this version no longer builds as the > required revision has vanished in upstream, replaced by > 3.12.4. > > Signed-off-by: Gary Thomas > --- > Thanks Gary. This change is included in a patchset I just sent. Maybe you can

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: Add version 3.12.4+

2013-12-17 Thread Andrei Gherzan
On Mon, Dec 16, 2013 at 9:13 PM, Gary Thomas wrote: > This kernel enables camera video via the new 'bcm2835-v4l2' module. > Just add 'start_x=1' to your boot config.txt Would you please add this info in README? I think it would make sense to centralize these kind of knowledge there. FYI: https

Re: [yocto] [meta-raspberrypi][PATCH] linux: Update to 3.12.3 (latest RPI upstream)

2013-12-17 Thread Andrei Gherzan
On Mon, Dec 16, 2013 at 10:44 PM, Philipp Wagner wrote: > Am 11.12.2013 19:44, Gary Thomas wrote: > > On 2013-12-11 11:23, Andrei Gherzan wrote: > >> > >> > >> > >> On Wed, Dec 11, 2013 at 8:14 PM, Gary Thomas >> <mailto:g...@mlbassoc.

[yocto] [meta-raspberrypi][PATCH 4/6] linux-raspberrypi: Update v3.6.11 to latest HEAD

2013-12-17 Thread Andrei Gherzan
Change-Id: I9e30fc0c9a16df888ce8e0f56f5bcf7a3aff77bf Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_3.6.11.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_3.6.11.bb b/recipes-kernel/linux/linux

[yocto] [meta-raspberrypi][PATCH 5/6] firmware.inc: Update to latest HEAD

2013-12-17 Thread Andrei Gherzan
Change-Id: I758da027a378b535205d42b9304473704be63fb2 Signed-off-by: Andrei Gherzan --- recipes-bcm/common/firmware.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bcm/common/firmware.inc b/recipes-bcm/common/firmware.inc index c780e63..69cf8d2 100644 --- a

[yocto] [meta-raspberrypi][PATCH 2/6] linux-raspberrypi: Update v3.11.7 to v3.11.10

2013-12-17 Thread Andrei Gherzan
Change-Id: I8ba4b853a9e3f07517c401c9a421c65c53c25977 Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_3.11.10.bb | 6 ++ recipes-kernel/linux/linux-raspberrypi_3.11.7.bb | 6 -- 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 recipes-kernel

[yocto] [meta-raspberrypi][PATCH 3/6] linux-raspberrypi: Update v3.12.0 to v3.12.4

2013-12-17 Thread Andrei Gherzan
Change-Id: Ia2c5d0674fbd7c592aac4e347901b25919ce6dbc Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_3.12.0.bb | 6 -- recipes-kernel/linux/linux-raspberrypi_3.12.4.bb | 6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 recipes-kernel

[yocto] [meta-raspberrypi][PATCH 6/6] userland: Update to latest HEAD

2013-12-17 Thread Andrei Gherzan
Change-Id: I4403ab492bbe825541149905995ad3e4c61dc897 Signed-off-by: Andrei Gherzan --- recipes-graphics/userland/userland_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index

[yocto] [meta-raspberrypi][PATCH 1/6] linux-raspberrypi: Update v3.10.18 to v3.10.24

2013-12-17 Thread Andrei Gherzan
Change-Id: Icf95ec58d39eb187c0cf0fe31fd1822f81f3f038 Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_3.10.18.bb | 6 -- recipes-kernel/linux/linux-raspberrypi_3.10.24.bb | 6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 recipes-kernel

Re: [yocto] [meta-raspberrypi][PATCH 1/1] wiringpi: Add new package

2013-12-15 Thread Andrei Gherzan
On Tue, Nov 12, 2013 at 6:37 PM, Andrei Gherzan wrote: > From: Dan McGregor > > Commit created from merging: > > https://github.com/SaskatoonTechworks/meta-raspberrypi/commit/c8046050db1f0026c1f10e41d95619d86ac7a822 > > https://github.com/SaskatoonTechworks/me

Re: [yocto] [meta-raspberrypi][PATCH] linux: Update to 3.12.3 (latest RPI upstream)

2013-12-11 Thread Andrei Gherzan
On Wed, Dec 11, 2013 at 8:44 PM, Gary Thomas wrote: > On 2013-12-11 11:23, Andrei Gherzan wrote: > >> >> >> >> On Wed, Dec 11, 2013 at 8:14 PM, Gary Thomas > g...@mlbassoc.com>> wrote: >> >> On 2013-12-11 11:08, Andrei Gherzan wrote: &g

Re: [yocto] [meta-raspberrypi][PATCH] linux: Update to 3.12.3 (latest RPI upstream)

2013-12-11 Thread Andrei Gherzan
On Wed, Dec 11, 2013 at 8:14 PM, Gary Thomas wrote: > On 2013-12-11 11:08, Andrei Gherzan wrote: > >> >> >> >> On Sun, Dec 8, 2013 at 2:17 PM, > li...@philipp-wagner.com>> wrote: >> >> From: Philipp Wagner > m...@philipp-wagner.com>

Re: [yocto] FxOS on Rpi

2013-12-11 Thread Andrei Gherzan
Hello Arancha, On Wed, Dec 4, 2013 at 5:50 PM, Arancha Muelas Ruiz < aranzazumue...@gmail.com> wrote: > Hello; > I´m tryingo to port FxOS on Raspberry pi with that manual: > http://www.philipp-wagner.com/ffos-for-rpi/manual/ > > >>>src/poky/rpi-build$ bitbake -v rpi-b2g-image > > ERROR: 'debug-t

Re: [yocto] [meta-raspberrypi][PATCH] linux: Update to 3.12.3 (latest RPI upstream)

2013-12-11 Thread Andrei Gherzan
On Sun, Dec 8, 2013 at 2:17 PM, wrote: > From: Philipp Wagner > > Signed-off-by: Philipp Wagner > --- > recipes-kernel/linux/linux-raspberrypi_3.12.0.bb | 6 -- > recipes-kernel/linux/linux-raspberrypi_3.12.3.bb | 6 ++ > 2 files changed, 6 insertions(+), 6 deletions(-) > delete mode

Re: [yocto] [PATCH 2/2] libav: Update to v0.8.8

2013-12-04 Thread Andrei Gherzan
On Wed, Dec 4, 2013 at 8:40 PM, Martin Jansa wrote: > On Wed, Dec 04, 2013 at 08:01:28PM +0200, Andrei Gherzan wrote: > > Signed-off-by: Andrei Gherzan > > Wrong ML, wrong subject (Update to 0.8.9) and please resend it with -M I realized this after sent. Sent to oe-core. Sorr

[yocto] [PATCH 1/2] libav: Add v9.10

2013-12-04 Thread Andrei Gherzan
This version includes libavresample needed for packages like xbmc. To use this version add: PREFERRED_VERSION_libav = "9.10". Signed-off-by: Andrei Gherzan --- meta/recipes-multimedia/libav/libav_9.10.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 me

[yocto] [PATCH 2/2] libav: Update to v0.8.8

2013-12-04 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- .../0001-configure-enable-pic-for-AArch64.patch| 23 -- .../0001-configure-enable-pic-for-AArch64.patch| 23 ++ meta/recipes-multimedia/libav/libav_0.8.8.bb | 18 - meta/recipes-multimedia

Re: [yocto] [meta-raspberrypi] Using the camera

2013-12-03 Thread Andrei Gherzan
On Tue, Nov 19, 2013 at 6:22 PM, Gary Thomas wrote: > On 2013-11-19 09:18, Edward Vidal wrote: > >> Hello, >> To get my C920 camera to work with the zedboard >> I needed to add v4l-utils and then I need several modules that I add to >> 3.6 kernel >> https://github.com/Digilent/linux-digilent.git

[yocto] [meta-raspberrypi][PATCH 1/1] linux-raspberrypi_3.10.18: Fix commit SHA

2013-12-03 Thread Andrei Gherzan
+gitae937f99fee8a37f2ddd7270f6bcc0e497e8c903-r0 More info: https://trello.com/c/tQ7l8ftd Change-Id: I9fcc571622cbe4adb8ed99b11e5d6889e791d555 Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_3.10.18.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux

[yocto] [meta-raspberrypi][PATCH 1/1] rpi-default-providers: Use jpeg as default provider

2013-12-03 Thread Andrei Gherzan
Change-Id: Ic7f1faa3ed60a3ccd1b0b08ed366cfb71df06536 Signed-off-by: Andrei Gherzan --- conf/machine/include/rpi-default-providers.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/rpi-default-providers.inc b/conf/machine/include/rpi-default-providers.inc index ffdb4f9

Re: [yocto] [meta-raspberrypi][PATCH 1/1] omxplayer: Updated package to the latest version from git

2013-11-26 Thread Andrei Gherzan
On Thu, Nov 14, 2013 at 5:36 PM, Alexandru Niculita wrote: > Changed the active development repository to git:// > github.com/popcornmix/omxplayer.git > Added dbus package as a dependency. > Installed fonts directory in the default location needed by omxplayer > > Change-Id: Ie2e1ae73656d3c9a5cbef

[yocto] [meta-raspberrypi] Trello and Gerrit

2013-11-14 Thread Andrei Gherzan
layer's README file. Just to be sure I don't get misunderstood: these "tools" WON'T replace the mailing list cu currently use. yocto mailing list remains the main communication node for this BSP layer (as it is specified in README). Cheers! -- *Andrei Gherzan

Re: [yocto] [meta-raspberrypi][PATCH V2 3/6] linux-raspberrypi: Add version 3.10.18 and 3.12.0

2013-11-14 Thread Andrei Gherzan
On Wed, Nov 13, 2013 at 6:26 PM, Andrei Gherzan wrote: > > > > On Wed, Nov 13, 2013 at 6:19 PM, Andrei Gherzan wrote: > >> Change-Id: Idd59fed4f2ab975c50b3727e436b4a0caeb0ab16 >> Signed-off-by: Andrei Gherzan >> --- >> recipes-kernel/linux/linux-rasp

Re: [yocto] [meta-raspberrypi][PATCH V2 6/6] userland: Update to HEAD on 2013-11-13

2013-11-14 Thread Andrei Gherzan
On Wed, Nov 13, 2013 at 6:19 PM, Andrei Gherzan wrote: > Change-Id: Ic618f8bc5365b9f787a230a2a3e0ccb92c17738a > Signed-off-by: Andrei Gherzan > --- > recipes-graphics/userland/userland_git.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git

Re: [yocto] [meta-raspberrypi][PATCH V2 4/6] rpi-default-providers: Use 3.10.X as default kernel

2013-11-14 Thread Andrei Gherzan
On Wed, Nov 13, 2013 at 6:19 PM, Andrei Gherzan wrote: > This is the default/base branch on official github repository: > https://github.com/raspberrypi/linux/branches > > Change-Id: I99702ae7548b49a5b4b575b3f02f5a3a48ad347f > Signed-off-by: Andrei Gherzan > --- > con

Re: [yocto] [meta-raspberrypi][PATCH V2 2/6] linux-raspberrypi: Update available versions to HEAD

2013-11-14 Thread Andrei Gherzan
On Wed, Nov 13, 2013 at 6:19 PM, Andrei Gherzan wrote: > Update 3.11.0 to 3.11.7 HEAD. > Update 3.6.11 to HEAD. > > Change-Id: Iacd8f78b418b0bd6d8513b97ce57ce0108057850 > Signed-off-by: Andrei Gherzan > --- > recipes-kernel/linux/linux-raspberrypi_3.11.0.bb | 6 -- &g

Re: [yocto] [meta-raspberrypi][PATCH V2 5/6] firmware.inc: Update to HEAD on 2013-11-13

2013-11-14 Thread Andrei Gherzan
On Wed, Nov 13, 2013 at 6:19 PM, Andrei Gherzan wrote: > Change-Id: I00ace3f8575015612ae09dfb99e2a33d87ddc4cb > Signed-off-by: Andrei Gherzan > --- > recipes-bcm/common/firmware.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-bcm/co

Re: [yocto] [meta-raspberrypi][PATCH V2 3/6] linux-raspberrypi: Add version 3.10.18 and 3.12.0

2013-11-13 Thread Andrei Gherzan
On Wed, Nov 13, 2013 at 6:19 PM, Andrei Gherzan wrote: > Change-Id: Idd59fed4f2ab975c50b3727e436b4a0caeb0ab16 > Signed-off-by: Andrei Gherzan > --- > recipes-kernel/linux/linux-raspberrypi_3.10.18.bb | 4 > recipes-kernel/linux/linux-raspberrypi_3.12.0.bb | 4 >

Re: [yocto] [meta-raspberrypi][PATCH V2 1/6] bcm2835: Update to version 1.32

2013-11-13 Thread Andrei Gherzan
On Wed, Nov 13, 2013 at 6:19 PM, Andrei Gherzan wrote: > From: Alexandru Niculita > > Change-Id: I68721f30c9551b392d2851a96d9819524a088faf > Signed-off-by: Alexandru Niculita > --- > recipes-bcm/bcm2835/bcm2835_1.32.bb | 42 > &

[yocto] [meta-raspberrypi][PATCH V2 5/6] firmware.inc: Update to HEAD on 2013-11-13

2013-11-13 Thread Andrei Gherzan
Change-Id: I00ace3f8575015612ae09dfb99e2a33d87ddc4cb Signed-off-by: Andrei Gherzan --- recipes-bcm/common/firmware.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bcm/common/firmware.inc b/recipes-bcm/common/firmware.inc index 5bad182..c780e63 100644 --- a

[yocto] [meta-raspberrypi][PATCH V2 2/6] linux-raspberrypi: Update available versions to HEAD

2013-11-13 Thread Andrei Gherzan
Update 3.11.0 to 3.11.7 HEAD. Update 3.6.11 to HEAD. Change-Id: Iacd8f78b418b0bd6d8513b97ce57ce0108057850 Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_3.11.0.bb | 6 -- recipes-kernel/linux/linux-raspberrypi_3.11.7.bb | 6 ++ recipes-kernel/linux/linux

[yocto] [meta-raspberrypi][PATCH V2 6/6] userland: Update to HEAD on 2013-11-13

2013-11-13 Thread Andrei Gherzan
Change-Id: Ic618f8bc5365b9f787a230a2a3e0ccb92c17738a Signed-off-by: Andrei Gherzan --- recipes-graphics/userland/userland_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index

[yocto] [meta-raspberrypi][PATCH V2 4/6] rpi-default-providers: Use 3.10.X as default kernel

2013-11-13 Thread Andrei Gherzan
This is the default/base branch on official github repository: https://github.com/raspberrypi/linux/branches Change-Id: I99702ae7548b49a5b4b575b3f02f5a3a48ad347f Signed-off-by: Andrei Gherzan --- conf/machine/include/rpi-default-providers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion

<    3   4   5   6   7   8   9   10   11   >