[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 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 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

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.

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-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 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 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] 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/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.

[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] 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] [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

[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 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 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 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 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 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 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 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

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 ++--

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 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

[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

[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

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

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

[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

[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 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 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 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 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

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

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-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 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-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 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][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] 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

[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

[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 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 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 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

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

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

[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 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 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 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/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

[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

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

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][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

[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][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

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] 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

[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] 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] RaspberryPi Layer

2012-05-19 Thread Andrei Gherzan
After an exchange of messages with Richard, Saul and John Willis (he already started a layer for oe and did a good job in it) i want to announce that i started start a fork from his layer and with Florin Sarbu will prepare a layer for RaspberryPi to work upon poky. Until a stable version of this la

Re: [yocto] [poky] RaspberryPi Layer

2012-05-21 Thread Andrei Gherzan
On Mon, May 21, 2012 at 10:47 AM, Tomas Frydrych < tf+lists.yo...@r-finger.com> wrote: > Hi, > > On 19/05/12 22:51, Andrei Gherzan wrote: > > After an exchange of messages with Richard, Saul and John Willis (he > > already started a layer for oe and did a good job in

Re: [yocto] [poky] RaspberryPi Layer

2012-05-21 Thread Andrei Gherzan
On 05/21/2012 12:19 PM, Paul Eggleton wrote: On Monday 21 May 2012 11:47:15 Andrei Gherzan wrote: On Mon, May 21, 2012 at 10:47 AM, Tomas Frydrych wrote: On 19/05/12 22:51, Andrei Gherzan wrote: After an exchange of messages with Richard, Saul and John Willis (he already started a layer for

Re: [yocto] [poky] RaspberryPi Layer

2012-05-21 Thread Andrei Gherzan
Or we can set up a distro file so that we can use it out of the box and in case ppl want to use custom distros use BBMASK. A pull request was sent with some other stuff as well. On Mon, May 21, 2012 at 6:41 PM, Gary Thomas wrote: > On 2012-05-21 09:34, John Willis wrote: > >> Hi Paul, >> >> Th

Re: [yocto] Trouble building RasberryPi with Yocto/Poky

2012-05-21 Thread Andrei Gherzan
Give some more output please. On May 21, 2012 8:51 PM, "Gary Thomas" wrote: > I tried to build a simple image using just Poky+meta-raspberrypi > Build Configuration: > BB_VERSION= "1.15.2" > TARGET_ARCH = "arm" > TARGET_OS = "linux-gnueabi" > MACHINE = "raspberrypi

Re: [yocto] Trouble building RasberryPi with Yocto/Poky

2012-05-21 Thread Andrei Gherzan
Strange. I just built the kernel and worked ok for me. I will give it a try tonight. On May 21, 2012 9:56 PM, "Gary Thomas" wrote: > On 2012-05-21 12:47, Andrei Gherzan wrote: > >> Give some more output please. >> > > That's about all there is - you ca

Re: [yocto] RaspberryPi Layer

2012-05-21 Thread Andrei Gherzan
Yes it is. Forget that. We decided to use a single layer for both distros. On Mon, May 21, 2012 at 10:59 PM, Chris Tapp wrote: > > After seeing: > > > After an exchange of messages with Richard, Saul and John Willis ... i > started start a fork ... > > I thought this was now 'the' meta-layer for

Re: [yocto] RaspberryPi Layer

2012-05-22 Thread Andrei Gherzan
https://github.com/djwillis/meta-raspberrypi Cheers! @g On Tue, May 22, 2012 at 10:40 PM, Chris Tapp wrote: > On 21 May 2012, at 21:08, Andrei Gherzan wrote: > > > Yes it is. Forget that. > > We decided to use a single layer for both distros. > > Great. Just to be

Re: [yocto] Per-machine DEPENDS

2012-05-23 Thread Andrei Gherzan
Why not using branches? For example meta-ivi maintains two branches: denzil and master. On May 23, 2012 10:03 PM, "Chris Tapp" wrote: > Firstly, I should have said I was using the m-rpi as an example only ;-) > > On 23 May 2012, at 09:31, Tomas Frydrych wrote: > > > On 23/05/12 08:55, Chris Tapp

Re: [yocto] prerequisite tools for making documentation

2012-06-25 Thread Andrei Gherzan
That would be a good idea in my opinion too as i tried to make doc last week and i ended up dropping this task as i didn't have the time to search for those xml deps. @g On Sun, Jun 24, 2012 at 7:06 PM, jfabernathy wrote: > I had a need to look at the bitbake manual in the poky/bitbake/doc/manu

Re: [yocto] menuconfig vs. config fragments?

2012-07-09 Thread Andrei Gherzan
On Mon, Jul 9, 2012 at 1:39 PM, James Abernathy wrote: > my goal of this test was to see if I could use the n450 BSP as a starting > point for a BSP to support my Acer Aspire One n450 based netbook. The > core-image-sato will boot from USB key on the netbook if I use the ZIP > drive format for th

Re: [yocto] Help: Yocto build error

2012-07-09 Thread Andrei Gherzan
On Mon, Jul 9, 2012 at 1:22 PM, kishore sheik ahamed wrote: > > On Mon, Jul 9, 2012 at 3:03 PM, Andrei Gherzan wrote: > >> On Sat, Jul 7, 2012 at 10:54 AM, kishore sheik ahamed < >> linuxi...@gmail.com> wrote: >> >>> Hello there >>> >>&

Re: [yocto] Git fetcher error

2012-07-09 Thread Andrei Gherzan
I tried now to fetch it and it works ok... @g On Jun 27, 2012 12:47 AM, "Chris Tapp" wrote: > I'm trying to use git://github.com/bootc/linux.git in a recipe, but > 'do_fetch' is failing. > > If I fetch manually, then it takes a long, long time to go through > 'remote: counting objects' and 'remo

Re: [yocto] Raspberry Pi mailing list?

2012-07-09 Thread Andrei Gherzan
Cheers John, On Mon, Jul 9, 2012 at 8:02 PM, r10kindsofpeople wrote: > On Mon, Jul 9, 2012 at 10:56 AM, Khem Raj wrote: > > > > > > On Monday, July 9, 2012, r10kindsofpeople > > wrote: > >> There was some discussion of setting up a mailing list for Raspberry > >> PI back in May...did anything

Re: [yocto] Git fetcher error

2012-07-09 Thread Andrei Gherzan
On Wed, Jun 27, 2012 at 12:47 AM, Chris Tapp wrote: > I'm trying to use git://github.com/bootc/linux.git in a recipe, but > 'do_fetch' is failing. > > If I fetch manually, then it takes a long, long time to go through > 'remote: counting objects' and 'remote: compressing object'. Is this > causing

[yocto] https://bugzilla.yoctoproject.org/ - This webpage is not available

2012-07-09 Thread Andrei Gherzan
Today bugzilla was realy slow. Anybody experiencing this issue? *This webpage is not available* *Chromium could not load the webpage because bugzilla.yoctoproject.org took too long to respond. The website may be down, or you may be experiencing issues with your Internet connection.* @g __

Re: [yocto] Raspberry Pi mailing list?

2012-07-10 Thread Andrei Gherzan
On Tue, Jul 10, 2012 at 12:35 PM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > On Monday 09 July 2012 20:21:32 Chris Tapp wrote: > > > The first sign of trouble was an error message saying there were no > > > recipes for netbase-4.7 (for which meta-raspberrypi had a .bbappend). > > > No

Re: [yocto] Raspberry Pi mailing list?

2012-07-10 Thread Andrei Gherzan
On Tue, Jul 10, 2012 at 12:53 PM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > On Tuesday 10 July 2012 12:45:28 Andrei Gherzan wrote: > > On Tue, Jul 10, 2012 at 12:35 PM, Paul Eggleton < > > paul.eggle...@linux.intel.com> wrote: > > > FYI Andrei has

Re: [yocto] Yocto .sdcard file missing after build

2012-07-25 Thread Andrei Gherzan
On Wed, Jul 25, 2012 at 11:43 AM, Giovanni Foiani wrote: > Hi, > > I built some images using the latest Yocto release (with Hob) on a Ubuntu > 10.04 32 bit, but when the process finishes (with success) I can't find > .sdcard files into "*tmp/deploy/images*" folder. > Not all images create .sdcar

[yocto] Fail to rm a 4G file...

2012-07-25 Thread Andrei Gherzan
Anybody faced this error before and can save me from searching the roots of the problem? | 53135360 bytes (53 MB) copied, 1.21693 s, 43.7 MB/s | rm: cannot remove `.sdimg': Value too large for defined data type | ERROR: Function failed: do_rootfs P.S. Using yocto master + rpi layer. Thank you,

Re: [yocto] Fail to rm a 4G file...

2012-07-26 Thread Andrei Gherzan
On Thu, Jul 26, 2012 at 11:50 AM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > On Wednesday 25 July 2012 21:53:26 Andrei Gherzan wrote: > > Anybody faced this error before and can save me from searching the roots > of > > the problem? > > > > | 5313

[yocto] http://downloads.yoctoproject.org down?

2012-07-27 Thread Andrei Gherzan
ERROR: Function failed: Fetcher failure for URL: ' http://downloads.yoctoproject.org/releases/gnu-config/gnu-config-yocto-2011.tgz'. Unable to fetch URL from any source. *ag* ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.o

Re: [yocto] http://downloads.yoctoproject.org down?

2012-07-29 Thread Andrei Gherzan
On Fri, Jul 27, 2012 at 9:49 PM, Gary Thomas wrote: > On 2012-07-27 12:40, Andrei Gherzan wrote: > >> ERROR: Function failed: Fetcher failure for URL: 'http://downloads.** >> yoctoproject.org/releases/gnu-**config/gnu-config-yocto-**2011.tgz<http://downloads.yoc

Re: [yocto] Raspberry Pi do_fetch failure

2012-08-13 Thread Andrei Gherzan
On Mon, Aug 13, 2012 at 4:34 PM, Jack Mitchell wrote: > Good afternoon everyone, > > I am trying (yet again) to get yocto to build for the Raspberry Pi and I > am falling at the do_fetch hurdle on the RasPi kernel. > >ERROR: Fetcher failure: Fetch command export HOME="/home/jack"; >export

Re: [yocto] Raspberry Pi do_fetch failure

2012-08-13 Thread Andrei Gherzan
On Mon, Aug 13, 2012 at 7:38 PM, Chris Tapp wrote: > On 13 Aug 2012, at 15:00, Jack Mitchell wrote: > > > On 13/08/12 14:51, Andrei Gherzan wrote: > >> > >> On Mon, Aug 13, 2012 at 4:34 PM, Jack Mitchell > >> m...@communistcode.co.uk>>

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