Re: [yocto] [meta-raspberrypi] compiling userland

2015-10-02 Thread Andrei Gherzan
een your efforts in sending patches) > which should be avoided. > Started to get back on track. Hope this won't happen again. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH] userland: Fix multiple inline issues while building with gcc 5.x

2015-10-02 Thread Andrei Gherzan
0644 > recipes-graphics/userland/userland/0002-fix-musl-build.patch > create mode 100644 > recipes-graphics/userland/userland/0003-fix-alloc-size-uninitialized.patch > Tested on GCC 5.2.0 and worked fine. Merged to master. Thank you. -- Andrei Gherzan -- _

Re: [yocto] [meta-raspberrypi] compiling userland

2015-10-02 Thread Andrei Gherzan
ncluding omxplayer. but > compiling fails when compiling userland. > > last lines before the failure are. am i missing just something basic? This should be now fixed in master. Could you give it a try? -- Andrei Gherzan -- ___ yocto mailing list y

Re: [yocto] [meta-raspberrypi][PATCH V3 2/5] userland: Add wayland support

2015-10-02 Thread Andrei Gherzan
On Wed, Sep 23, 2015 at 04:52:46PM -0700, Khem Raj wrote: > Andrei > > > On Sep 23, 2015, at 3:58 PM, Andrei Gherzan <and...@gherzan.ro> wrote: > > > > On Mon, Aug 24, 2015 at 12:51:38AM -0700, Khem Raj wrote: > >> backport and fix needed patches for suppor

Re: [yocto] [meta-raspberrypi] rootfs fails

2015-09-23 Thread Andrei Gherzan
lobal.net 915-595-1613 I merged a patch that should fix this issue. Can you try to replicate with current HEAD? -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: use existing ROOTFS_SIZE variable

2015-09-23 Thread Andrei Gherzan
nged, 2 insertions(+), 6 deletions(-) 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] pi-blaster: Bump SRCREV

2015-09-23 Thread Andrei Gherzan
5b97263fa76d7b7: > bce7c1b Merge pull request #45 from Technux/dev/technux > 74510ff Display an error message if unable to open mbox > 53197ca handle install-data-hook when cross compile > > Signed-off-by: Petter Mabäcker <pet...@technux.se> Merged to m

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

2015-09-23 Thread Andrei Gherzan
a conflicting > ROOTFS_SIZE variable as ${ROOTFS_SIZE} is being substituted by bitbake > instead of the shell there. Hi guys, I'm testing and reviewing this as we speak. As well, it would be a good idea to drop the sd card generation class for good and replace it completely by wic support. Someth

Re: [yocto] [meta-raspberrypi][PATCH] rpi-config: fix setting decode_WVC1 in config.txt

2015-09-23 Thread Andrei Gherzan
#disable_overscan/ > > c\disable_overscan=${DISABLE_OVERSCAN}' > > ${DEPLOYDIR}/bcm2835-bootfiles/config.txt > Bump. It's a simple typo fix. Notice MVC1 should be WVC1. > > Regards, > Jonathan 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/5] userland: Add wayland support

2015-09-23 Thread Andrei Gherzan
m --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". --- -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

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

2015-12-02 Thread Andrei Gherzan
SPI bus support > >+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 1/2] linux-raspberrypi: Add a 4.2.3 linux kernel with vc4 support

2015-12-02 Thread Andrei Gherzan
nch. > - Bump Linux version from 4.1 to 4.2. > > Changes in v2: > - 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 Ghe

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 <net...@gmail.com> > --- Merged to master. Thank you.

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 <net...@gmail.com> > > --- > > Merged to master. Thank you. >

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 <der...@osg.samsung.com> > > > > This adds Eric Anholt's WIP kernel with dri/kms/3d support for the

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 <net...@gmail.com> > --- Merged to master. Thank you. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoct

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][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 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 <raj.k...@gmail.com> wrote: > On Fri, Nov 20, 2015 at 7:34 AM, Javier Martinez Canillas > <jav...@osg.samsung.com> wrote: > > On 11/10/2015 11:45 AM, Javier Martinez Canillas wrote: > >> Hello Andrei, &

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

2015-12-16 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan <and...@gherzan.ro> --- 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 0

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

[yocto] Layer manifest (topic touched at ELCE)

2016-01-06 Thread Andrei Gherzan
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 2/2] python-sense-hat: Add recipe to support Raspberry Pi Sense HAT

2016-01-11 Thread Andrei Gherzan
merged to master with a minor tweak (convert tabs to four spaces). Thank you, -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

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 <and...@gherzan.ro> wrote: > Signed-off-by: Andrei Gherzan <and...@gherzan.ro> > --- > conf/machine/raspberrypi0.conf | 6 ++ > 1 file changed, 6 insertions(+) > create mode 100644 conf/machine/raspberrypi0.conf &g

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

2016-01-11 Thread Andrei Gherzan
hon/python-rtimu_git.bb Merged patch to master 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 v2 1/2] qt5: fixed raspberrypi support

2016-01-11 Thread Andrei Gherzan
^ | Makefile:53048: recipe for target '.obj/qgtkstyle.o' failed | make[2]: *** [.obj/qgtkstyle.o] Error 1 | make[2]: *** Waiting for unfinished jobs How is this supposed to be tested? -- 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 >

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

2016-01-11 Thread Andrei Gherzan
ations must be active in > > local.conf: > > > > MACHINEOVERRIDES .= ":pitft” > > Using MACHINE_FEATURES will be more appropriate term. Effects are same. > Indeed. I support MACHINE_FEATURE usage here. -- Andrei Gherzan -- ___ y

Re: [yocto] [meta-raspberrypi][PATCH] omxplayer: fix compilation with GCC 6

2016-06-14 Thread Andrei Gherzan
include path relative to the sysroot. > > See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129. > > Signed-off-by: Jonathan Liu <net...@gmail.com> Pushed to master. Thanks. -- Andrei Gherzan signature.asc Description: PGP signature -- _

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi: Prevent taskhash mismatch

2016-06-14 Thread Andrei Gherzan
P" > +IMAGE_CMD_rpi-sdimg[vardepsexclude] = "DATETIME" > > IMAGE_CMD_rpi-sdimg () { I can't seem to replicate this issue with currrent poky master. Any idea why? Maybe this got fixed in poky? -- Andrei Gherzan signature.asc Description: PGP signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH] linux-rpi: ensure config file is closed

2016-06-13 Thread Andrei Gherzan
depends = d.getVar('DEPENDS', False) > d.setVar('DEPENDS', depends + ' lzop-native') > + > +configfile.close() > } > https://lists.yoctoproject.org/listinfo/yocto Merged to master. Thank you. -- Andrei Gherzan signature.asc Description: PGP signature -- _

Re: [yocto] [meta-raspberrypi][PATCH v4 0/5] Support for .dtbo files for dtb overlays, required by kernels 4.4.6+

2016-06-14 Thread Andrei Gherzan
ction with another patch to > meta/recipes-kernel/linux-dtb.inc, which will allow the processing of .dtbo > files for overlays, instead of only .dtb like before. > Is the poky patch merged? It doesn't seem it was. -- Andrei Gherzan signature.asc Description: PGP signature -- _

Re: [yocto] [meta-raspberrypi][PATCH v4 3/5] rpi-base.inc: support for .dtbo files for dtb overlays

2016-06-14 Thread Andrei Gherzan
Can we avoid this duplication by translating dtbo->dtb for kernels before 4.4? And I would suggest doing this in linux-raspberrypi-base.bbclass . What do you think? We should reuse code there for version too. > MACHINE_FEATURES += "apm usbhost keyboard vfat ext2 screen touch

Re: [yocto] [meta-raspberrypi][PATCH 1/6] linux-raspberrypi: Allow override of PV

2016-06-14 Thread Andrei Gherzan
machine and point to it the > > new local.conf then all do_fetch operations are already performed, > > except new changes in which case the git fetch operation is performed > > when git is used and takes less time then when fetching entire > > archive. > > > >

Re: [yocto] [meta-raspberrypi][PATCH v4 5/5] linux-raspberrypi_4.4.inc: support for .dtbo files for dtb overlays

2016-06-14 Thread Andrei Gherzan
__ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto Can we merge this patch in the 4th one? Only if you decide to push another version based on other comments. -- Andrei Gherzan signature.asc Description:

Re: [yocto] [meta-raspberrypi][PATCH v4 4/5] linux-raspberrypi_4.4.inc: support for .dtbo files for dtb overlays

2016-06-14 Thread Andrei Gherzan
/dtc/dtc -@ -H epapr -O dtb -o $@ -b 0 \ > + -i $(dir $<) $(DTC_FLAGS) \ > + -d $(depfile).dtc.tmp $(dtc-tmp) ; \ > -- > 2.7.4 > > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproje

Re: [yocto] [meta-raspberrypi][PATCH 1/6] linux-raspberrypi: Allow override of PV

2016-06-14 Thread Andrei Gherzan
kernel/linux/linux-raspberrypi_4.4.bb > +++ b/recipes-kernel/linux/linux-raspberrypi_4.4.bb > @@ -1,6 +1,7 @@ > FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" > > LINUX_VERSION ?= "4.4.9" > +PV = "${LINUX_VERSION}+git${SRCPV}" >

[yocto] [PATCH 2/2] linux-raspberrypi: Fix v4.1 with GCC6

2016-06-14 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan <and...@gherzan.ro> --- ...ove-unused-sm_cache_map_vector-definition.patch | 31 + .../linux-raspberrypi-4.1/0003-fix-gcc6.patch | 78 ++ recipes-kernel/linux/linux-raspberrypi_4.1.bb | 2 + 3 files changed, 111 inse

Re: [yocto] [meta-raspberrypi][PATCH 1/1] linux-raspberrypi.inc: KERNEL_OUTPUT has been removed in kernel.bbclass

2016-06-14 Thread Andrei Gherzan
mfs > +done > fi > fi > fi > -- > 2.7.4 > > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto Merged to master. Thanks. -- Andrei Gherzan signature.asc Description: PGP signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [PATCH 1/2] packagegroup-rpi-test: Poky moved the license so fix LIC_FILES_CHKSUM

2016-06-14 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan <and...@gherzan.ro> --- recipes-core/packagegroups/packagegroup-rpi-test.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/packagegroups/packagegroup-rpi-test.bb b/recipes-core/packagegroups/packagegroup-rpi-test.bb index a

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

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 <j.mad...@expemb.com> wrote: > On Mon, Jan 11, 2016 at 2:49 PM, Andrei Gherzan <and...@gherzan.ro> wrote: > > > > Hi John, > Hello Andrei > > > > On Mon, Jan 11, 2016 at 3:55 AM, John Madieu <j.mad...@expem

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

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

[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 <and...@gherzan.ro> Signed-off-by: Jonathan Liu <net...@gmail.com> --- .../don-t-preserve-file-attributes-when-cp.patch | 18 ++ recipes-multimedia/omxplayer/omxplayer_git.bb | 1 + 2 files changed, 19 insertions(+) create

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

2016-02-28 Thread Andrei Gherzan
# Create kernel.img from uboot.bin and name 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 >

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

2016-02-28 Thread Andrei Gherzan
NEL_OUTPUT} > +${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

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

2016-02-28 Thread Andrei Gherzan
From: Stéphane Cerveau <scerv...@voxtok.com> append initramfs creation to install RPi bootloader trailer Signed-off-by: Stéphane Cerveau <vox...@voxtok.com> Signed-off-by: Andrei Gherzan <and...@gherzan.ro> --- recipes-kernel/linux/linux-raspberrypi.inc | 10 ++

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 <and...@gherzan.ro> wrote: > > On Sat, Feb 27, 2016 at 12:21:08AM +1100, Jonathan Liu wrote: > >> Explicitly chown the installed files to fix host-user-conta

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

2016-02-28 Thread Andrei Gherzan
8 +15,8 @@ SRC_URI = " \ > 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} mkimag

[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 <and...@gherzan.ro> --- 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

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

2016-02-28 Thread Andrei Gherzan
From: Stéphane Cerveau <scerv...@voxtok.com> append initramfs creation to install RPi bootloader trailer Signed-off-by: Stéphane Cerveau <vox...@voxtok.com> Signed-off-by: Andrei Gherzan <and...@gherzan.ro> --- recipes-kernel/linux/linux-raspberrypi.inc | 10 ++

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

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

2016-02-29 Thread Andrei Gherzan
.1.10" > +LINUX_VERSION ?= "4.1.17" > > -SRCREV = "b74df9228c27f55361c065bc5dbfba88861cc771" > +SRCREV = "cb2f10196a9b718a2d94bb4ac0887c2ea14988ae" > SRC_URI = > "git://github.com/raspberrypi/linux.git;protocol=git;branc

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

2016-02-29 Thread Andrei Gherzan
quot; > > -SRC_URI = "\ > - git://git.drogon.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
-n "${GPU_MEM_512}" ]; 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

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

2016-02-29 Thread Andrei Gherzan
RC_URI = > "git://github.com/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 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 <and...@gherzan.ro> > Signed-off-by: Jonathan Liu <net...@gmail.com> > --- > .../don-t-preserve-file-attributes-when-cp.patch | 18 > ++ >

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 <scerv...@voxtok.com> > > append initramfs creation to install RPi bootloader trailer > > Signed-off-by: Stéphane Cerveau <vox...@voxtok.com> > Signed-off-by: And

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

2016-02-29 Thread Andrei Gherzan
I = > "http://pypi.python.org/packages/source/R/RPIO/${SRCNAME}-${PV}.tar.gz \ > + > file://0001-include-sys-types.h-explicitly-for-getting-caddr_t-d.patch \ > + " > S = "${WORKDIR}/${SRCNAME}-${PV}" > > inherit setuptools Merged to master. Thank you. -- 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
e > +++ b/.gitignore > @@ -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] 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 <and...@gherzan.ro> wrote: > > On Fri, Feb 26, 2016 at 07:04:28PM +0100, Andrei Gherzan wrote: > >>-- > >>Andrei Gherzan > >>On Fri

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 <and...@gherzan.ro> wrote: > > On Sat, Feb 27, 2016 at 08:03:10AM +1100, Jonathan Liu wrote: > >> On 27 February 2016 at 06:55, Andrei Gherzan <and...@gherzan.ro

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

2016-02-27 Thread Andrei Gherzan
As well this patch 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 -- Andrei

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

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

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

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

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

2016-02-26 Thread Andrei Gherzan
-- Andrei Gherzan On Fri, Feb 26, 2016 at 6:48 PM, Petter Mabäcker <pet...@technux.se> 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 >

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

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

2016-03-01 Thread Andrei Gherzan
ch also includes restructuring of kernel patches per kernel version specific directories. [Support #70] Signed-off-by: Petter Mabäcker <pet...@technux.se> Signed-off-by: Andrei Gherzan <and...@gherzan.ro> --- README | 7 + conf/

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

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

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

Re: [yocto] [meta-raspberrypi][PATCH 18/23] firmware: Upgrade to latest stable 20160209

2016-03-10 Thread Andrei Gherzan
uot; > +RPIFW_DATE ?= "20160209" > RPIFW_SRC_URI ?= > "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master" > RPIFW_S ?= "${WORKDIR}/git" > > -- > 1.9.1 > > -- > ___ > yocto mailing list > yocto@yoctoproject.or

Re: [yocto] [meta-raspberrypi][PATCH 1/6] linux-raspberrypi: Update revision to include rpi3 support

2016-03-10 Thread Andrei Gherzan
65" > SRC_URI = > "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.1.y \ > file://0001-dts-add-overlay-for-pitft22.patch \ >" > -- > 2.1.4 > > -- > ___ &g

Re: [yocto] [meta-raspberrypi][PATCH v2 0/5] Various upgrade/fixes from Technux

2016-04-12 Thread Andrei Gherzan
___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto Merged to master. Thanks Petter. -- Andrei Gherzan signature.asc Description: PGP signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: Rename linux.inc to linux-rpi.inc Rename linux.inc to prevent it from impacting other machines

2016-04-12 Thread Andrei Gherzan
On Mon, Apr 11, 2016 at 11:37:50AM -0700, Alan Stice wrote: > Attempting submitting this patch from my linux machine to hopefully correct > the line wrapping issue. > Is fine now. Merged to master. Thanks. -- Andrei Gherzan signature.asc Description: PGP

Re: [yocto] [meta-raspberrypi][PATCH v2 1/2] raspberrypi3: serial console

2016-04-12 Thread Andrei Gherzan
On Wed, Apr 13, 2016 at 04:20:36AM +0200, Andrei Gherzan wrote: > On Mon, Apr 11, 2016 at 05:54:44PM -0400, Trevor Woerner wrote: > > The serial console on the Raspberry Pi 3 is located at /dev/ttyS0 and not > > /dev/ttyAMA0. > > > > Signed-off-by: Trevor

Re: [yocto] [meta-raspberrypi][PATCH v2 2/2] raspberrypi3: set core frequency

2016-04-12 Thread Andrei Gherzan
txt for this situation. Setting it to 1 would work on all the rpi versions with current firmware (to be tested). -- Andrei Gherzan signature.asc Description: PGP signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH v2 1/1] README: Mention all the supported machines

2016-04-12 Thread Andrei Gherzan
On Mon, Apr 04, 2016 at 09:31:01PM +0200, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan <and...@gherzan.ro> > --- > README | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/README b/README > index 536926b..cfd83b3 100644 > --- a/RE

Re: [yocto] [meta-raspberrypi][PATCH] linux-firmware: Rework of brcmfmac43430 firmware handling

2016-04-12 Thread Andrei Gherzan
ac-sdio.bin] = > "/lib/firmware/brcm/brcmfmac-sdio.bin" > ALTERNATIVE_TARGET_linux-firmware-brcm43430[brcmfmac-sdio.bin] = > "/lib/firmware/brcm/brcmfmac43430-sdio.bin" > ALTERNATIVE_linux-firmware-brcm43430 = "brcmfmac-sdio.bin" > - > -RDEPENDPS_${PN}-brcm43430 += "${PN}-broadcom-license" > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto Merged to master. Thanks. -- Andrei Gherzan signature.asc Description: PGP signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH 4/6] linux-firmware: Add brcmfmac43430 firmware

2016-04-12 Thread Andrei Gherzan
On Wed, Apr 06, 2016 at 02:30:41AM +0100, Theodor Gherzan wrote: > I will have a look. > No need to take a look on this anymore Theodor. It was fixed in master. > Theodor Gherzan > > On Tue, Mar 29, 2016 at 11:06 PM, Andrei Gherzan <and...@gherzan.ro> wrote: > > On

Re: [yocto] [meta-raspberrypi][PATCH 1/2] userland: Fix a build regression in builds not using wayland

2016-04-12 Thread Andrei Gherzan
"master" > SRCFORK = "raspberrypi" > -SRCREV = "2f56a2943a9eb8420df52ccf91f5a1c5a70e8713" > +SRCREV = "703a2c4b35e23ee44ad84db6b9c3f89c0a627143" > > SRC_URI = "\ > > git://github.com/${SRCFORK}/userland.git;protocol=g

Re: [yocto] [meta-raspberrypi][PATCH v2 1/2] raspberrypi3: serial console

2016-04-12 Thread Andrei Gherzan
}" > MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-brcm43430" > > include conf/machine/raspberrypi2.conf > + > +SERIAL_CONSOLE = "115200 ttyS0" As this seems not to be unified anymore, would it make sense to remove it from rpi-base.inc and defi

Re: [yocto] [PATCH 1/1] userland: In case of wayland configuration build needs wayland-native

2016-04-12 Thread Andrei Gherzan
On Fri, Apr 01, 2016 at 01:37:11PM +0200, Andrei Gherzan wrote: > Building wayland support requires availability of wayland-scanner to avoid > build errors like: > > | /bin/sh: > | > /home/andrei/work/yocto/build-rpi-master/tmp/sysroots/x86_64-linux/usr/bin/wayland-scanner

Re: [yocto] [meta-raspberrypi][PATCH 00/23] Kernel/userland upgrade wayland support and clang fixes

2016-03-02 Thread Andrei Gherzan
Hi Khen, I started to merge the ones that were obvious. The rest need rebasing, conflict fixing and so on. And then I test them locally. So it will take a while. But I'll merge as I test. So you can easily see the progress. -- Andrei Gherzan On Wed, Mar 2, 2016 at 3:21 PM, Khem Raj <ra

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

2016-03-02 Thread Andrei Gherzan
On Wed, Mar 02, 2016 at 12:47:59AM +0100, Andrei Gherzan wrote: > From: Petter Mabäcker <pet...@technux.se> > > - Add support to build overlays for PiTFT22 in the kernel. > - Setup a basic configuration for the driver > > The PiTFT22 support is optional and can be

Re: [yocto] Raspberry Pi 2 BSP build problem

2016-03-07 Thread Andrei Gherzan
sue. Can you try to apply https://github.com/resin-os/resin-via-arm/blob/master/layers/meta-resin-via-arm/recipes-bsp/u-boot/files/0001-uboot-support-gcc5.patch and see if it fixes it? -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

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

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

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

2016-03-01 Thread Andrei Gherzan
echo "dtparam=spi=on" >>${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 5/6] pitft: Add basic support for PiTFT

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

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

2016-03-01 Thread Andrei Gherzan
FEATURES += "kernel26 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 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 4/6] linux-firmware: Add brcmfmac43430 firmware

2016-03-29 Thread Andrei Gherzan
that installs > linux-firmware-ralink package (but not any of the other firmware > packages): > [log_check] WARNING: The license listed Firmware-broadcom_brcm80211 > was not in the licenses collected for recipe linux-firmware > > It seems the license is not being packaged corr

[yocto] [PATCH 1/1] userland: In case of wayland configuration build needs wayland-native

2016-04-01 Thread Andrei Gherzan
Building wayland support requires availability of wayland-scanner to avoid build errors like: | /bin/sh: | /home/andrei/work/yocto/build-rpi-master/tmp/sysroots/x86_64-linux/usr/bin/wayland-scanner: | No such file or directory Signed-off-by: Andrei Gherzan <and...@gherzan.ro> --- r

Re: [yocto] [meta-raspberrypi][PATCH 1/2] firmware: Update to 20160326

2016-04-01 Thread Andrei Gherzan
_____ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto Merged to master. Thanks. -- Andrei Gherzan signature.asc Description: PGP signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH 2/2] userland: Fix tearing effect seen with wayland compositors

2016-04-01 Thread Andrei Gherzan
t; + > RPC_UINT(khrn_platform_get_window_position(surface->win))); > + > + RPC_FLUSH(thread); > ++ } > + > + #ifdef ANDROID > +CLIENT_UNLOCK(); > -- > 2.7.4 > > -- > 2.7.4 > > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto Merged to master. Thanks. -- Andrei Gherzan signature.asc Description: PGP signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH 1/5] linux-raspberrypi-4.4: Add the pitft22 overlay from adafruit

2016-03-29 Thread Andrei Gherzan
pi_4.4.bb > @@ -1,6 +1,10 @@ > -LINUX_VERSION ?= "4.4.3" > +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" > > -SRCREV = "36babd89241c85258acebe06616f1f1a58356f8e" > -SRC_URI = > "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.4.y" > +LINUX_VERSION ?= "4.4.6" > + > +SRCREV = "2faaa2ccef9e4c595bd26f14285c225ceea6097e" > +SRC_URI = > "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.4.y \ > + file://0001-dts-add-overlay-for-pitft22.patch \ > +" > > require linux-raspberrypi.inc > -- > 1.9.1 > > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto Merged all to master. Thanks. -- Andrei Gherzan signature.asc Description: PGP signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi] Adding more screens / PiTFT support.

2016-04-04 Thread Andrei Gherzan
In order to add support for > additional models you can use > https://lists.yoctoproject.org/pipermail/yocto/2016-March/029284.html as > a reference. > Basically what you need are to: > > * add the overlay for > the screen > > * Add dtoverlay option with wanted default arguments

[yocto] [meta-raspberrypi][PATCH 1/1] README: Mention all the supported machines

2016-04-04 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan <and...@gherzan.ro> --- README | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index 536926b..542b135 100644 --- a/README +++ b/README @@ -73,7 +73,10 @@ revision: HEAD a. source poky/oe-init-build-env rpi-build b. Add

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