Re: [yocto] [meta-raspberrypi][PATCH v3 6/6] pitft: Add PiTFT22 support

2016-03-01 Thread Andrei Gherzan
}; > ++ > ++__overrides__ { > ++speed = <&pitft>,"spi-max-frequency:0"; > ++rotate = <&pitft>,"rotate:0"; > ++fps = <&pitft>,"fps:0"; > ++de

[yocto] [meta-raspberrypi][PATCH v4 1/1] pitft: Add PiTFT22 support

2016-03-01 Thread Andrei Gherzan
of kernel patches per kernel version specific directories. [Support #70] Signed-off-by: Petter Mabäcker Signed-off-by: Andrei Gherzan --- README | 7 + conf/machine/include/rpi-base.inc | 1 + recipes-bsp/bootfiles/rpi-con

Re: [yocto] [meta-chip] How to flash yocto's output into CHIP

2016-03-01 Thread Andrei Gherzan
On 1 Mar 2016 19:45, "Jens Lucius" wrote: > > Hi > > There is a pull request for the meta-sunxi layer. Maybe this would be a good starting point? > > https://github.com/linux-sunxi/meta-sunxi/pull/126 > That looks like duplicated work with meta-chip... Hm... > Regards, > > Jens > > > Am 23.02.20

Re: [yocto] [meta-chip][PATCH] added md5 for ntc's modified u-boot Licences/README file.

2016-03-01 Thread Andrei Gherzan
Hi Valentin, Would you be able to repush with a commit title as stated in the commit guidelines link from Readme? http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines Thanks a lot. On 20 Feb 2016 5:26 pm, "Valentin LE BESCOND" wrote: > > From: Nitnelav > > Signed-off-by: Nitnelav

Re: [yocto] [meta-chip] How to flash yocto's output into CHIP

2016-03-01 Thread Andrei Gherzan
Hello, On 24 Feb 2016 12:04 am, "Valentin Le bescond" wrote: > > I searched a bit more : > > The sunxi-spl-with-ecc.bin is built using the spl-image-builder bin in the CHIP-tools folder (found here : https://github.com/NextThingCo/CHIP-tools.git) > I found a set of parameters (here : line 52 : ht

Re: [yocto] [meta-raspberrypi][PATCH v3 1/3] rpi-mkimage: install to bindir instead of libexecdir

2016-03-01 Thread Andrei Gherzan
install -t ${D}${libexecdir} mkimage/* > +install -d ${D}${bindir} > +install -t ${D}${bindir} mkimage/* > } > > BBCLASSEXTEND = "native" Tested on default build and merged to master (all 3 patches). Thanks. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH v3 5/6] pitft: Add basic support for PiTFT

2016-03-01 Thread Andrei Gherzan
; + PITFT="${@bb.utils.contains("MACHINE_FEATURES", "pitft", "1", "0", d)}" > + if [ "${PITFT}" = "1" ]; then > + install -m 0644 ${WORKDIR}/xorg.conf.d/99-pitft.conf

Re: [yocto] [meta-raspberrypi][PATCH v3 1/6] README: Add SPI bus chapter to content

2016-03-01 Thread Andrei Gherzan
== > Device tree for RPi is only supported when using linux-raspberrypi 3.18+ > kernels. > @@ -189,11 +196,6 @@ kernels. > NOTE: KERNEL_DEVICETREE is default enabled for kernel >= 3.18 and always > disabled for >older kernel versions. > >

Re: [yocto] [meta-raspberrypi][PATCH v3 4/6] rpi-base.inc: Allow MACHINE_FEATURES appends

2016-03-01 Thread Andrei Gherzan
ernel26 apm usbhost keyboard vfat ext2 screen > touchscreen alsa bluetooth wifi sdio" > > # Raspberry Pi has no hardware clock > MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc" 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

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

[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

[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

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

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

[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

[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

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

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 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] 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] 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: 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] 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] 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] 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 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
-- 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] 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 v2 1/2] qt5: fixed raspberrypi support

2016-01-11 Thread Andrei Gherzan
-vfpv4-neon-poky-linux-gnueabi/qtbase/5.5.1+gitAUTOINC+5afc431323-r0/git/src/widgets/styles/qgtkstyle.cpp:3636:74: error: 'QAccessible' has not been declared | } else if (QStyleHelper::isInstanceOf(groupBox->styleObject, QAccessible::Grouping)) { |

Re: [yocto] [meta-raspberrypi][PATCH 4/5] pitft: Add basic support for PiTFT

2016-01-11 Thread Andrei Gherzan
t; local.conf: > > > > MACHINEOVERRIDES .= ":pitft” > > Using MACHINE_FEATURES will be more appropriate term. Effects are same. > Indeed. I support MACHINE_FEATURE usage here. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH 4/4] qtbase bbappend: cleanned recipe

2016-01-11 Thread Andrei Gherzan
On Mon, Jan 11, 2016 at 3:21 PM, john madieu wrote: > On Mon, Jan 11, 2016 at 2:49 PM, Andrei Gherzan wrote: > > > > Hi John, > Hello Andrei > > > > On Mon, Jan 11, 2016 at 3:55 AM, John Madieu > wrote: > >> > >> Signed-off-by: John Madi

Re: [yocto] [meta-raspberrypi][PATCH 4/4] qtbase bbappend: cleanned recipe

2016-01-11 Thread Andrei Gherzan
Hi John, On Mon, Jan 11, 2016 at 3:55 AM, John Madieu wrote: > Signed-off-by: John Madieu > --- > qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 11 +++ > 1 file changed, 3 insertions(+), 8 deletions(-) > > diff --git a/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend > b/qt5-layer/recipes-qt/

Re: [yocto] [PATCH 1/1] raspberrypi0.conf: Add machine configuration for Raspberry Pi Zero

2016-01-11 Thread Andrei Gherzan
On Thu, Dec 17, 2015 at 12:42 AM, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > --- > conf/machine/raspberrypi0.conf | 6 ++ > 1 file changed, 6 insertions(+) > create mode 100644 conf/machine/raspberrypi0.conf > > diff --git a/conf/machine/raspberrypi0.

Re: [yocto] [meta-raspberrypi][PATCH 1/2] python-rtimu: Add recipe to support RTIMULib

2016-01-11 Thread Andrei Gherzan
er with some minor formatting tweaks (removed extra space in SRC_URI and broke DESCRIPTION line around 90 chars). Thanks, -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH 2/2] python-sense-hat: Add recipe to support Raspberry Pi Sense HAT

2016-01-11 Thread Andrei Gherzan
t tabs to four spaces). Thank you, -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH 2/2] layer.conf: avoid to force users to add the qt5 layer because of qtbase bbappend

2016-01-10 Thread Andrei Gherzan
Hi, On Mon, Jan 11, 2016 at 3:01 AM, John Madieu wrote: > Signed-off-by: John Madieu > > cleanned qtbase.bbappend > > Signed-off-by: John Madieu > --- > conf/layer.conf| 4 > qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 29 + > recipes

Re: [yocto] [meta-raspberrypi][PATCH] qt5: fixed raspberrypi support

2016-01-10 Thread Andrei Gherzan
es for this as I can merge them together? Thanks, -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Layer manifest (topic touched at ELCE)

2016-01-06 Thread Andrei Gherzan
which would be able to parse such a manifest and setup a build environment? -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH] Add Python modules to support Raspberry Pi Sense Hat

2015-12-18 Thread Andrei Gherzan
On Fri, Dec 18, 2015 at 12:37 AM, Leon Anavi wrote: > Python modules python-sense-hat and python-rtimu have been > added to support the add-on board Sense Hat for Raspberry Pi. > > Python module python-rtimu uses the source code from the > GitHub repository of RPi-Distro. > > Signed-off-by: Leon

[yocto] [PATCH 1/1] raspberrypi0.conf: Add machine configuration for Raspberry Pi Zero

2015-12-16 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi0.conf | 6 ++ 1 file changed, 6 insertions(+) create mode 100644 conf/machine/raspberrypi0.conf diff --git a/conf/machine/raspberrypi0.conf b/conf/machine/raspberrypi0.conf new file mode 100644 index 000..58468ed --- /dev/null

Re: [yocto] [meta-raspberrypi][fido][PATCH 0/4] Backport of various fixes

2015-12-09 Thread Andrei Gherzan
.gitignore: Ignore some stuff (2015-03-12 22:20:51 +0100) > > are available in the git repository at: > > git://git.yoctoproject.org/poky-contrib petmab/rpi_fido_fixes > > http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=petmab/rpi_fido_fixes > > Andrei Gherzan

Re: [yocto] [meta-raspberrypi][PATCH v5] qtbase: enable Raspberry Pi support

2015-12-02 Thread Andrei Gherzan
On Wed, Dec 02, 2015 at 11:05:56PM +0100, Andrei Gherzan wrote: > On Sun, Nov 15, 2015 at 11:31:25PM +1100, Jonathan Liu wrote: > > [Support #16] > > > > Signed-off-by: Jonathan Liu > > --- > > Merged to master. Thank you. > Ignore this. It was not merged.

Re: [yocto] [meta-raspberrypi][PATCH] README: Fix documentation to disable overscan

2015-12-02 Thread Andrei Gherzan
On Sun, Nov 15, 2015 at 11:34:14PM +1100, Jonathan Liu wrote: > To disable overscan, DISABLE_OVERSCAN should be set to 1 rather than 0. > > Signed-off-by: Jonathan Liu > --- Merged to master. Thank you. -- Andrei Gherzan -- ___ yocto

Re: [yocto] [meta-raspberrypi][PATCH v5] qtbase: enable Raspberry Pi support

2015-12-02 Thread Andrei Gherzan
On Sun, Nov 15, 2015 at 11:31:25PM +1100, Jonathan Liu wrote: > [Support #16] > > Signed-off-by: Jonathan Liu > --- Merged to master. Thank you. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoct

Re: [yocto] [meta-raspberrypi][PATCH v3 1/2] linux-raspberrypi: Add a 4.2.3 linux kernel with vc4 support

2015-12-02 Thread Andrei Gherzan
On Wed, Dec 02, 2015 at 03:25:05PM +0100, Andrei Gherzan wrote: > On Tue, Nov 10, 2015 at 11:45:19AM -0300, Javier Martinez Canillas wrote: > > From: Derek Foreman > > > > This adds Eric Anholt's WIP kernel with dri/kms/3d support for the GPU on > > the rpi2.

Re: [yocto] [meta-raspberrypi][PATCH] rpi-config: SPI bus support

2015-12-02 Thread Andrei Gherzan
On Wed, Dec 02, 2015 at 03:20:56PM +0100, Andrei Gherzan wrote: > On Wed, Dec 02, 2015 at 07:05:38AM -0700, Gary Thomas wrote: > > Ping? > > > > On 2015-11-19 09:52, Gary Thomas wrote: > > >With the newer kernels that use device tree, the SPI bus is only > &g

Re: [yocto] [meta-raspberrypi][PATCH v3 1/2] linux-raspberrypi: Add a 4.2.3 linux kernel with vc4 support

2015-12-02 Thread Andrei Gherzan
- Add a linux-raspberrypi-vc4 recipe insted of a linux-raspberrypi one. > Suggested by Petter Mabäcker, Andreas Müller and Andrei Gherzan. > - Split the readme change in a separate patch. Suggested by Andrei Gherzan. > - Don't make the vc4 patches inclusion conditional since will always be

Re: [yocto] [meta-raspberrypi][PATCH] rpi-config: SPI bus support

2015-12-02 Thread Andrei Gherzan
if [ -n "${ENABLE_SPI_BUS}" ]; then > >+echo "# Enable SPI bus" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt > >+echo "dtparam=spi=on" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt > >+fi > > } > > > > addtask deploy before do_package after do_install > > Looks good to me. Compiling and merging soon. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH v3 0/2] Add support for 4.2 kernel with vc4 DRM/KMS driver

2015-12-02 Thread Andrei Gherzan
-- Andrei Gherzan On Fri, Nov 20, 2015 at 5:09 PM, Khem Raj wrote: > On Fri, Nov 20, 2015 at 7:34 AM, Javier Martinez Canillas > wrote: > > On 11/10/2015 11:45 AM, Javier Martinez Canillas wrote: > >> Hello Andrei, > >> > >> This series adds support

Re: [yocto] raspberrypi create_image.rpi-sdimg fails

2015-11-13 Thread Andrei Gherzan
? Thanks, -- Andrei Gherzan On Fri, Nov 13, 2015 at 5:43 AM, Raj Jar wrote: > Hi, > > This is my poky version > > Build Configuration: > BB_VERSION= "1.26.0" > BUILD_SYS = "i686-linux" > NATIVELSBSTRING = "Ubuntu-14.04" &g

Re: [yocto] raspberry pi do rootfs

2015-11-11 Thread Andrei Gherzan
-- Andrei Gherzan On Wed, Nov 11, 2015 at 2:47 PM, Edward Vidal wrote: > Hi Raj, > This works for me. > > Just tested as well and it works for me too. I'm not saying this to get out of the situation but it's just that I don't have any leads. So again, do you have any

Re: [yocto] raspberry pi do rootfs

2015-11-11 Thread Andrei Gherzan
-- Andrei Gherzan On Wed, Nov 11, 2015 at 9:09 AM, Raj Jar wrote: > Hi All, > > I have 60GB space in my build system still i face > > Do you have any custom modifications or so. It seems like the fat partition is not big enough for what you write in. What poky/meta-rpi are you us

Re: [yocto] [meta-raspberrypi] Missing config.txt in rpi-basic-image.bb

2015-11-08 Thread Andrei Gherzan
en > done in the config.txt file which I created under boot directory > didn't work. Seems that only the config.txt in the first partition is > being read during boot-up. > Indeed. The boot partition is mounted as read-only. Good that you got

Re: [yocto] raspberry pi do rootfs

2015-11-04 Thread Andrei Gherzan
-- Andrei Gherzan On Tue, Nov 3, 2015 at 5:47 AM, Raj Jar wrote: > I got this error when i do bitbake rpi-hwup-image > I suspect error come from mcopy . > how to recover this error > MACHINE ?="raspberry pi" > > > NOTE: Preparing RunQueue > NOTE: Executin

Re: [yocto] [meta-raspberrypi] Missing config.txt in rpi-basic-image.bb

2015-11-01 Thread Andrei Gherzan
Hi, On Mon, Nov 2, 2015 at 2:09 AM, Chaitanya Dhere wrote: > Hello , > I tried creating one config.txt. But even after that and > rebooting I'm unable to see a i2c-1 device under /dev. > > Yes I checked, it's not present on the board under /boot . In > tmp/deploy/images/raspberrypi2/bcm

Re: [yocto] [meta-raspberrypi] Missing config.txt in rpi-basic-image.bb

2015-11-01 Thread Andrei Gherzan
Hi, On Sun, Nov 1, 2015 at 4:41 PM, Khem Raj wrote: > On Sun, Nov 1, 2015 at 5:41 AM, Chaitanya Dhere > wrote: >> Hello all, >> I am working on rpi-basic-image. After flashing this >> image, raspberry pi 2 boots up fine. But I'm unable to locate >> config.txt under /boot directory.

Re: [yocto] [meta-raspberrypi][PATCH v2] qtbase: enable Raspberry Pi support

2015-10-26 Thread Andrei Gherzan
'm wondering if this is a good idea or not. I appreciate the intention, but > does bbappending non-machine-specific recipes like this play well when you > have > other machines enabled in the same distro? > But this change will be applied only for _rpi. How is this affecting oth

Re: [yocto] [meta-raspberrypi][PATCH] rpi-base.inc: Add rpi-ft5406-overlay to KERNEL_DEVICETREE

2015-10-25 Thread Andrei Gherzan
1.4 > > -- > ___ > 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] rpi-base.inc: add i2c-rtc overlay

2015-10-25 Thread Andrei Gherzan
On Sun, Oct 25, 2015 at 11:44:32PM +1100, Jonathan Liu wrote: > The update of the kernel in 10a5bace87c19e50014f838031e8f3db334b45b7 to > 3.18.16 missed the separate rtc overlays being replaced by the i2c-rtc > overlay. > Merged to master. Thanks. -- An

Re: [yocto] [linux-yocto] [raspberryp2] Error during the build of linux kernel

2015-10-24 Thread Andrei Gherzan
On Sat, Oct 24, 2015 at 11:32 PM, Paul Eggleton wrote: > On Saturday 24 October 2015 23:29:28 Andrei Gherzan wrote: >> Hi, >> >> On Fri, Oct 2, 2015 at 2:02 PM, Trevor Woerner wrote: >> > On 10/02/15 07:58, Karim ATIKI wrote: >> >> Hello Trevor, >&

Re: [yocto] [linux-yocto] [raspberryp2] Error during the build of linux kernel

2015-10-24 Thread Andrei Gherzan
reply personally? I've re-CC'ed the list, hope > you don't mind. First of all please use the correct email subject tag: [rasberrypi]. Otherwise your email might get overlooked. Now about the issue, did you try master to see if it fixes your problem? -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-chip] Yocto on the 9$ computer

2015-10-24 Thread Andrei Gherzan
On Sat, Oct 24, 2015 at 09:46:41PM +0100, Alex J Lennon wrote: > > > > > Sent from my iPhone > >> On 24 Oct 2015, at 21:13, Andrei Gherzan wrote: > >> > >>> On Sat, Oct 24, 2015 at 09:58:42PM +0200, Nicolas Aguirre wrote: > >>>

Re: [yocto] [meta-chip] Yocto on the 9$ computer

2015-10-24 Thread Andrei Gherzan
On Sat, Oct 24, 2015 at 09:58:42PM +0200, Nicolas Aguirre wrote: > 2015-10-24 19:26 GMT+02:00 Andrei Gherzan : > > Hi all, > > > > Hi Andrei, > > > Have a C.H.I.P. 9$ computer? It works with Yocto now. > > > > http://layers.openembedded.org/layerindex/bra

Re: [yocto] [meta-raspberrypi][PATCH v2 4/4] README: Add a section about graphic stacks

2015-10-24 Thread Andrei Gherzan
On Wed, Oct 21, 2015 at 05:47:55PM +0200, Andrei Gherzan wrote: > On Wed, Oct 21, 2015 at 5:02 PM, Javier Martinez Canillas > wrote: > > Hello Andreas, > > > > On 10/21/2015 04:55 PM, Andreas Müller wrote: > >> On Wed, Oct 21, 2015 at 3:48 PM, Javier Martinez

Re: [yocto] [meta-raspberrypi][PATCH V4 3/5] userland: Adjust include location for pthreads-headers

2015-10-24 Thread Andrei Gherzan
to headers inside pthreads/ > folder to prefix them with pthreads/ so we dont have to specify > additional paths > > This fixes weston on rpi and I believe there are more patches now to > > recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend >

Re: [yocto] [meta-raspberrypi][PATCH 1/2] userland: add .pc files for the OpenGLESv2 and EGL libraries

2015-10-24 Thread Andrei Gherzan
nnon > --- I merged a similar patch of Khem's. This patched fixed the libepoxy issue too cause it fixes the paths too. Thanks. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH V4 1/5] userland: Fix install prefix and generate pkgconfigs

2015-10-24 Thread Andrei Gherzan
t; > Signed-off-by: Khem Raj I merged this patch to master. The rest are still pending because of my build issue. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH] README: Add section on audio routing

2015-10-24 Thread Andrei Gherzan
On Thu, Oct 22, 2015 at 03:52:57PM +0100, Alex J Lennon wrote: > See http://redmine.gherzan.com/issues/55 > > Signed-off-by: Alex J Lennon > --- > README | 36 +++- > 1 file changed, 31 insertions(+), 5 deletions(-) > Merged to maser. Th

Re: [yocto] [meta-raspberrypi][PATCH 01/11] linux-raspberrypi: Update kernel to 3.18.16

2015-10-24 Thread Andrei Gherzan
On Wed, Oct 21, 2015 at 11:12:01PM +0200, Andrei Gherzan wrote: > From: Alex J Lennon > > This requires some changes to KERNEL_DEVICETREE as the dtb > layout has changed to support overlays. This change also > makes us ready to support kernel 4.x series > > Signed-

[yocto] [meta-chip] Yocto on the 9$ computer

2015-10-24 Thread Andrei Gherzan
Hi all, Have a C.H.I.P. 9$ computer? It works with Yocto now. http://layers.openembedded.org/layerindex/branch/master/layer/meta-chip/ Happy hacking! Andrei -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yoct

Re: [yocto] [meta-raspberrypi][PATCH 01/11] linux-raspberrypi: Update kernel to 3.18.16

2015-10-21 Thread Andrei Gherzan
On Wed, Oct 21, 2015 at 11:12 PM, Andrei Gherzan wrote: > From: Alex J Lennon > > This requires some changes to KERNEL_DEVICETREE as the dtb > layout has changed to support overlays. This change also > makes us ready to support kernel 4.x series > > Signed-off-by: Alex J

[yocto] [meta-raspberrypi][PATCH 04/11] linux-raspberrypi: Remove old 3.12 version

2015-10-21 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_3.12.bb | 7 --- 1 file changed, 7 deletions(-) delete mode 100644 recipes-kernel/linux/linux-raspberrypi_3.12.bb diff --git a/recipes-kernel/linux/linux-raspberrypi_3.12.bb b/recipes-kernel/linux/linux

[yocto] [meta-raspberrypi][PATCH 11/11] pi-blaster: Bump revision

2015-10-21 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-devtools/pi-blaster/pi-blaster_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/pi-blaster/pi-blaster_git.bb b/recipes-devtools/pi-blaster/pi-blaster_git.bb index 01a55ca..263852b 100644 --- a/recipes-devtools

[yocto] [meta-raspberrypi][PATCH 02/11] linux-raspberrypi: support kernel 4.1.3

2015-10-21 Thread Andrei Gherzan
From: Alex J Lennon Signed-off-by: Alex J Lennon --- recipes-kernel/linux/linux-raspberrypi_4.1.bb | 6 ++ 1 file changed, 6 insertions(+) create mode 100644 recipes-kernel/linux/linux-raspberrypi_4.1.bb diff --git a/recipes-kernel/linux/linux-raspberrypi_4.1.bb b/recipes-kernel/linux/li

[yocto] [meta-raspberrypi][PATCH 10/11] userland: Bump revision

2015-10-21 Thread Andrei Gherzan
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 e431077..896229e 100644 --- a/recipes-graphics/userland

[yocto] [meta-raspberrypi][PATCH 06/11] bcm2835: Update to v1.46

2015-10-21 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-devtools/bcm2835/bcm2835_1.44.bb | 40 recipes-devtools/bcm2835/bcm2835_1.46.bb | 40 2 files changed, 40 insertions(+), 40 deletions(-) delete mode 100644 recipes-devtools/bcm2835

[yocto] [meta-raspberrypi][PATCH 09/11] rpi-mkimage: Bump revision

2015-10-21 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-bsp/rpi-mkimage/rpi-mkimage_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/rpi-mkimage/rpi-mkimage_git.bb b/recipes-bsp/rpi-mkimage/rpi-mkimage_git.bb index ffd1818..ffcaa83 100644 --- a/recipes-bsp/rpi-mkimage

[yocto] [meta-raspberrypi][PATCH 05/11] rpi-default-versions: Default kernel on 4.1.%

2015-10-21 Thread Andrei Gherzan
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 index bcf7828..c879dde 100644 --- a/conf/machine

[yocto] [meta-raspberrypi][PATCH 07/11] firmware: Bump revision

2015-10-21 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-bsp/common/firmware.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index a5a5412..020f0ed 100644 --- a/recipes-bsp/common/firmware.inc +++ b/recipes-bsp/common

[yocto] [meta-raspberrypi][PATCH 08/11] omxplayer: Bump revision

2015-10-21 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-multimedia/omxplayer/omxplayer_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer/omxplayer_git.bb index f4839a9..2f45fb0 100644 --- a/recipes

[yocto] [meta-raspberrypi][PATCH 03/11] linux-raspberrypi: Update 4.1 recipe to 4.1.10

2015-10-21 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_4.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.1.bb b/recipes-kernel/linux/linux-raspberrypi_4.1.bb index 637c5b2..3a3cf40 100644 --- a/recipes

[yocto] [meta-raspberrypi][PATCH 01/11] linux-raspberrypi: Update kernel to 3.18.16

2015-10-21 Thread Andrei Gherzan
From: Alex J Lennon This requires some changes to KERNEL_DEVICETREE as the dtb layout has changed to support overlays. This change also makes us ready to support kernel 4.x series Signed-off-by: Alex J Lennon --- conf/machine/include/rpi-base.inc | 22 ++ recip

Re: [yocto] [meta-raspberrypi][PATCH 2/2] linux-raspberrypi: build audio driver into kernel

2015-10-21 Thread Andrei Gherzan
On Wed, Oct 21, 2015 at 6:51 PM, Alex J Lennon wrote: > On 21/10/2015 13:12, Andrei Gherzan wrote: >> On Tue, Aug 25, 2015 at 09:00:06AM +0100, Alex J Lennon wrote: >>> On 25/08/2015 07:57, Petter Mabäcker wrote: >>>> >>>> >>>> 2015-08-17 11:

Re: [yocto] [meta-raspberrypi][PATCH v2 4/4] README: Add a section about graphic stacks

2015-10-21 Thread Andrei Gherzan
On Wed, Oct 21, 2015 at 5:02 PM, Javier Martinez Canillas wrote: > Hello Andreas, > > On 10/21/2015 04:55 PM, Andreas Müller wrote: >> On Wed, Oct 21, 2015 at 3:48 PM, Javier Martinez Canillas >> wrote: >>> Hello Andrei, >>> >>> On 10/21/2015 0

Re: [yocto] [meta-raspberrypi][PATCH v2 4/4] README: Add a section about graphic stacks

2015-10-21 Thread Andrei Gherzan
Hello Javier, On Mon, Aug 24, 2015 at 10:25:30PM +0200, Javier Martinez Canillas wrote: > Hello, > > On 08/17/2015 11:58 AM, Javier Martinez Canillas wrote: > > On 08/17/2015 09:57 AM, Andrei Gherzan wrote: > >> On Thursday, August 13, 2015, Khem Raj wrote: > &g

Re: [yocto] [meta-raspberrypi][PATCH 2/2] linux-raspberrypi: build audio driver into kernel

2015-10-21 Thread Andrei Gherzan
On Tue, Aug 25, 2015 at 09:00:06AM +0100, Alex J Lennon wrote: > On 25/08/2015 07:57, Petter Mabäcker wrote: > > > > > > 2015-08-17 11:23 skrev Alex J Lennon: > > > >> On 17/08/2015 09:11, Petter Mabäcker wrote: > >>> 2015-08-17 09:57 skrev Andrei Gh

Re: [yocto] [meta-raspberrypi] du giving non-integer result?

2015-10-21 Thread Andrei Gherzan
-Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] > On Behalf Of Andrei Gherzan > Sent: 23 September 2015 21:13 > To: Jonathan Liu > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] [meta-raspberrypi] du giving non-integer result? > >

Re: [yocto] [meta-raspberrypi][PATCH V4 1/5] userland: Fix install prefix and generate pkgconfigs

2015-10-21 Thread Andrei Gherzan
Hello, On Thu, Oct 15, 2015 at 04:57:13PM +0200, Joachim Schiele wrote: > On 13.10.2015 19:13, Andrei Gherzan wrote: > > On Tue, Oct 13, 2015 at 02:14:28AM +0200, Joachim Schiele wrote: > >> On 03.10.2015 23:53, Andrei Gherzan wrote: > >>> On Sat, Oct 03, 2015 at 02

Re: [yocto] [meta-raspberrypi][PATCH] gstreamer1.0-plugins-bad: remove unrecognized configure option

2015-10-13 Thread Andrei Gherzan
- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto Merged to master. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH v3] linux-raspberrypi.inc: use SRCPV instead of SRCREV for PV

2015-10-13 Thread Andrei Gherzan
FIG_raspberrypi ?= "bcmrpi_defconfig" > -- > 2.6.0 > I tested build locally and based on your comments on PE I merged this patch. 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   >