Re: [yocto] Error building python-imaging_1.1.7.bb

2016-07-08 Thread Andrei Gherzan
ging/usr/lib/python2.7/site-packages/PIL/_imagingft.so > ERROR: QA run found fatal errors. Please consider fixing them. > DEBUG: Python function do_package_qa finished > ERROR: Function failed: do_package_qa > > Any help would be much grateful an

Re: [yocto] [meta-raspberrypi][PATCH V3 0/4] Drop rpi-mkimage and use upstream u-boot

2016-07-08 Thread Andrei Gherzan
mode 100644 recipes-bsp/rpi-mkimage/rpi-mkimage_git.bb > delete mode 100644 recipes-bsp/u-boot/u-boot-rpi_git.bb > Merged to master. Thank you. -- Andrei Gherzan signature.asc Description: PGP signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

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

2016-07-08 Thread Andrei Gherzan
On Wed, Jun 15, 2016 at 12:50:20AM +0100, Andrei Gherzan wrote: > 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 > +++

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

2016-07-08 Thread Andrei Gherzan
On Wed, Jun 15, 2016 at 12:50:19AM +0100, Andrei Gherzan wrote: > 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/packag

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

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

[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] 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] 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] 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] ***SPAM*** Re: [meta-raspberrypi][PATCH 5/8] Support for vc4 graphics driver: upgrade 4.4 kernel to 4.4.10

2016-05-20 Thread Andrei Gherzan
n, but we're using this only to trigger a > parameter to the v4c overlay. > Any opinion? (in the current implementation, I went with CMA_SIZE, but I > have doubts...) > Hint: Try to reply in line if possible. It is easier to follow the discussion in this way. I would vote for VC4_CMA_SIZ

Re: [yocto] [meta-raspberrypi][PATCH 5/8] Support for vc4 graphics driver: upgrade 4.4 kernel to 4.4.10

2016-05-20 Thread Andrei Gherzan
On Thu, May 19, 2016 at 09:02:04AM -0700, Khem Raj wrote: > On Thu, May 19, 2016 at 8:11 AM, Andrei Gherzan <and...@gherzan.ro> wrote: > > On Wed, May 18, 2016 at 11:46:39PM +0200, Andreas Müller wrote: > >> On Wed, May 18, 2016 at 7:32 PM, Herve Jourdain <herve.jo

Re: [yocto] [meta-raspberrypi][Question] How to build an hwup image for raspberrypi3

2016-05-19 Thread Andrei Gherzan
On Thu, May 19, 2016 at 09:40:13AM -0700, Khem Raj wrote: > > > On May 19, 2016, at 8:27 AM, Andrei Gherzan <and...@gherzan.ro> wrote: > > > > On Thu, May 19, 2016 at 05:26:15PM +0200, piotr.lewicki wrote: > >> On 19.05.2016 16:39, Andrei Gherzan wrote: >

Re: [yocto] [meta-raspberrypi][PATCH 1/2] linux-rpi: Enable kconf options to enable initramfs support

2016-05-19 Thread Andrei Gherzan
ged both 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][Question] How to build an hwup image for raspberrypi3

2016-05-19 Thread Andrei Gherzan
On Thu, May 19, 2016 at 05:26:15PM +0200, piotr.lewicki wrote: > On 19.05.2016 16:39, Andrei Gherzan wrote: > > On Thu, May 19, 2016 at 02:15:22PM +0200, piotr.lewicki wrote: > > > Hello, > > > I'm trying to build a Yocto image for raspberrypi3. > > > I'm

Re: [yocto] [meta-raspberrypi][PATCH 1/2] userland: Update to tip of tree

2016-05-19 Thread Andrei Gherzan
On Fri, May 13, 2016 at 09:32:32AM -0700, Khem Raj wrote: > Drop the patch which is upstreamed slightly differently > use VMCS_INSTALL_PREFIX to /usr via EXTRA_OECMAKE > > Signed-off-by: Khem Raj <raj.k...@gmail.com> Merged to master. Thanks. -- Andrei Gherzan signature.as

Re: [yocto] [meta-raspberrypi][PATCH 5/8] Support for vc4 graphics driver: upgrade 4.4 kernel to 4.4.10

2016-05-19 Thread Andrei Gherzan
in master: Since vc4 works, RaspberryPi turned into my > reference test board - e.g. have not seen kde5 running that nice on > another board.. > > Andreas > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject

Re: [yocto] [meta-raspberrypi][PATCH 5/8] Support for vc4 graphics driver: upgrade 4.4 kernel to 4.4.10

2016-05-19 Thread Andrei Gherzan
ersion of the kernel to > > the 4.4 series... > > > > What do you think is the best option there? > > > No need to backport to 4.1. 4.4 is fine. One question: are you able to > change screen resolution for HDMI monitor (elder sdl fullscreen games > need that)? Thi

Re: [yocto] [meta-raspberrypi][PATCH 2/8] Support for vc4 graphics driver: add vc4-kms-v3d to the overlays

2016-05-19 Thread Andrei Gherzan
t; Or we can set a default variable on this configurable by user. But I would like to have a warning mechanism. Maybe a python function that will check if we want to build rpi1 and cma-256 was selected issue a warning. > +fi > } > > addtask deploy before do_package after do_install > -- > 2.7.4 > > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto -- 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/8] Support for vc4 graphics driver: add vc4-kms-v3d to the overlays

2016-05-19 Thread Andrei Gherzan
if [ "${VC4GRAPHICS}" = "1" ]; then > >> +echo "# Enable VC4 Graphics" > >> >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt > >> +echo "dtoverlay=vc4-kms-v3d,cma-256" > >> >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt > >> +fi > > > > > > will this keep appending overtime ? > > > >> } > >> > >> addtask deploy before do_package after do_install > >> -- > >> 2.7.4 > >> > >> -- > >> ___ > >> yocto mailing list > >> yocto@yoctoproject.org > >> https://lists.yoctoproject.org/listinfo/yocto > > > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto -- 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/8] Support for vc4 graphics driver: add vc4-kms-v3d to the overlays

2016-05-19 Thread Andrei Gherzan
files/config.txt > echo "enable_uart=1" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt > fi > + > +# VC4 Graphics support > +if [ "${VC4GRAPHICS}" = "1" ]; then > +echo "# Enable VC4 Graphics" > >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt > +echo "dtoverlay=vc4-kms-v3d,cma-256" > >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt NIT: space after >> -- Andrei Gherzan signature.asc Description: PGP signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH 6/8] Support for vc4 graphics driver: modify the wayland configuration for vc4

2016-05-19 Thread Andrei Gherzan
.so \ > - " > +EXTRA_OECONF_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', > 'vc4graphics', '', ' --enable-rpi-compositor', d)}" > +EXTRA_OECONF_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', > 'vc4graphics', '', ' WESTON_NATIVE_BACKEND=rpi-back

Re: [yocto] [meta-raspberrypi][PATCH 1/8] Support for vc4 graphics driver: change the default providers

2016-05-19 Thread Andrei Gherzan
l ?= > "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "mesa-gl", > d)}" > +PREFERRED_PROVIDER_virtual/mesa ?= "${@bb.utils.contains("MACHINE_FEATURES", > "vc4graphics", "mesa", "mesa-gl", d)}" > PREFER

Re: [yocto] [meta-raspberrypi][PATCH v2 0/1] Support for .dtbo files for dtb overlays, required by firmware after 2016/04/12

2016-05-19 Thread Andrei Gherzan
work fine for 4.4 > (what's laid out here is needed for 4.4) without breaking overlay support > for 4.1. > I was just about to send you an email about this. It's fine. Let's fix it in v3. -- Andrei Gherzan signature.asc Description: PGP signature -- __

Re: [yocto] [meta-raspberrypi][Question] How to build an hwup image for raspberrypi3

2016-05-19 Thread Andrei Gherzan
berrypi3 image? > Could you tell me which layers and which branches should I use? > > > Thanks, > Piotr Lewicki > -- > ___________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto -- Andrei Gherzan signature.asc Descriptio

Re: [yocto] [meta-raspberrypi][PATCH] replace base_contains by bb.utils.contains

2016-05-05 Thread Andrei Gherzan
md', 'true', 'false', > d)}; then > install -d ${D}${systemd_unitdir}/system > install -m 0644 ${WORKDIR}/brcm43438.service > ${D}${systemd_unitdir}/system > fi Merged to master. Thanks. -- Andrei Gherzan signature.asc Description: PGP signature --

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: Fix do_image_rpi_sdimg tashhash mismatch

2016-05-04 Thread Andrei Gherzan
AMP = "${@time.strftime('%Y.%m.%d',time.gmtime())}" > +IMAGE_CMD_rpi-sdimg[vardepsexclude] = "IMAGEDATESTAMP" > > IMAGE_CMD_rpi-sdimg () { > 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] README: Switch from redmine to github issues

2016-04-25 Thread Andrei Gherzan
On Mon, Apr 25, 2016 at 10:10:40AM +0200, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan <and...@gherzan.ro> > --- > README | 15 ++- > 1 file changed, 6 insertions(+), 9 deletions(-) > > diff --git a/README b/README > index 5a6a0d9..c39f9ed 100644 &g

Re: [yocto] [meta-raspberrypi][PATCH] u-boot-rpi2: use the upstreamed U-Boot

2016-04-25 Thread Andrei Gherzan
ipes-bsp/u-boot and extend it with a bbappend to include rpi support. Is that possible? P.S.: Sorry for this late reply. I'm trying to catch up with some old threads. -- Andrei Gherzan signature.asc Description: PGP signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [meta-raspberrypi][PATCH] README: Switch from redmine to github issues

2016-04-25 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan <and...@gherzan.ro> --- README | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README b/README index 5a6a0d9..c39f9ed 100644 --- a/README +++ b/README @@ -332,18 +332,15 @@ When sending patches to mailing list, plea

Re: [yocto] [meta-raspberrypi][PATCH] Change serial console for Raspberry Pi 3

2016-04-25 Thread Andrei Gherzan
d line option if enabled > CMDLINE_append = ' ${@base_conditional("ENABLE_KGDB", "1", > "kgdboc=ttyAMA0,115200", "", d)}' This issue was fixed in master using serial0 magic string and the new firmware. This will unlock your serial console. Be aware that you will need to use enable_uart to force core_freq. Cheers! -- Andrei Gherzan signature.asc Description: PGP signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH] userland: fix wayland PACKAGECONFIG

2016-04-25 Thread Andrei Gherzan
ER_EXECUTABLE:FILEPATH=${STAGING_BINDIR_NATIVE}/wayland-scanner,wayland-native,wayland" > +PACKAGECONFIG[wayland] = "-DBUILD_WAYLAND=TRUE > -DWAYLAND_SCANNER_EXECUTABLE:FILEPATH=${STAGING_BINDIR_NATIVE}/wayland-scanner,,wayland > wayland-native" > > CFLAGS_append =

Re: [yocto] [meta-raspberrypi][PATCH v2 3/5] rpi-base.inc: Add overlay for rpi-ft5406

2016-04-25 Thread Andrei Gherzan
think of a > reason why my screen would be /dev/fb0 instead of /dev/fb1? > > By the way > > MACHINE_FEATURES += "pitft pitft22" > > seems to work for me if I use /dev/fb0, but I'm not sure if that's a fluke? > Sorry for not being able to f

Re: [yocto] [meta-raspberrypi][PATCH 1/5] linux-raspberrypi: Bump to v4.4.7

2016-04-25 Thread Andrei Gherzan
On Fri, Apr 22, 2016 at 04:46:11PM +0200, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan <and...@gherzan.ro> > --- > recipes-kernel/linux/linux-raspberrypi_4.4.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-kernel/linux/linux

[yocto] [meta-raspberrypi][PATCH] rpi-base.inc: Include pi3-miniuart-bt-overlay.dtb

2016-04-25 Thread Andrei Gherzan
This is used to switch BT from ttyUSB0 to ttyS0 (miniUART). Signed-off-by: Andrei Gherzan <and...@gherzan.ro> --- conf/machine/include/rpi-base.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index f64bc9d..5

[yocto] [meta-raspberrypi][PATCH 4/5] bluez5: Add bluez5 support for brcm43438 on raspberrypi3.

2016-04-22 Thread Andrei Gherzan
:6C:85:BE Discovering: yes [NEW] Device 00:1C:05:FF:F9:F8 Nonin3230_501585326 NOTE: SERIAL_CONSOLE must configured to ttyS0 instead of ttyAMA0 (used by the brcm43438). See pending patch from Martin Bergek Signed-off-by: Tom Doehring <tool...@gmail.com> Signed-off-by: Andrei Gherzan <an

[yocto] [meta-raspberrypi][PATCH 3/5] packagegroup-rpi-test: Add packages to be able to test WiFi/Bluetooth

2016-04-22 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan <and...@gherzan.ro> --- recipes-core/packagegroups/packagegroup-rpi-test.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/recipes-core/packagegroups/packagegroup-rpi-test.bb b/recipes-core/packagegroups/packagegroup-rpi-test.bb index f33c05d..a

[yocto] [meta-raspberrypi][PATCH 2/5] linux-raspberrypi: Set baudrate and use serial0 for kgdboc

2016-04-22 Thread Andrei Gherzan
The driver for 8250 defaults to 9600. We setup it on 115200 to be consistent with getty configuration. The firmware can do its magic with kgdboc too as it searches and replaces =serial0 and =serial1. So, use serial0 for kgdboc too. Signed-off-by: Andrei Gherzan <and...@gherzan.ro> --- r

[yocto] [meta-raspberrypi][PATCH 1/5] linux-raspberrypi: Bump to v4.4.7

2016-04-22 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan <and...@gherzan.ro> --- recipes-kernel/linux/linux-raspberrypi_4.4.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.4.bb b/recipes-kernel/linux/linux-raspberrypi_4.4.bb index 8e4530f..9cb8aae

Re: [yocto] [meta-raspberrypi][PATCH V2 1/4] firmware.inc: Update firmware to include various serial fixes

2016-04-22 Thread Andrei Gherzan
WORKDIR}/git" Merged to master (along with the other patches in the series). Thanks. Some minor modifications added (README). -- 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/5] firmware.inc: Update firmware to include various serial fixes

2016-04-21 Thread Andrei Gherzan
On Thu, Apr 21, 2016 at 06:32:10PM +0100, Theodor Gherzan wrote: > From: Theodor Gherzan <theo...@resin.io> > > Signed-off-by: Theodor Gherzan <theo...@resin.io> Doesn't apply over over current master. Can you send a v2 without Trevor's patch and with the updated one f

Re: [yocto] [meta-raspberrypi][PATCH] serial console definition split

2016-04-21 Thread Andrei Gherzan
gt; > Signed-off-by: Trevor Woerner <twoer...@gmail.com> Merged this to master. -- Andrei Gherzan signature.asc Description: PGP signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

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

2016-04-21 Thread Andrei Gherzan
On Sat, Apr 16, 2016 at 11:20:51AM +1000, Jonathan Liu wrote: > Fixes linking error due to missing vchostif library dependency. > Rebased patches and removed patches already merged upstream. > > Signed-off-by: Jonathan Liu <net...@gmail.com> Merged to master. -- Andrei Gherz

Re: [yocto] [meta-raspberrypi][PATCH 5/5] README: Document new variable configuration

2016-04-21 Thread Andrei Gherzan
= > -- > 2.1.4 > > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto -- Andrei Gherzan signature.asc Description: PGP signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH 3/5] rpi-config: Add UART enabler

2016-04-21 Thread Andrei Gherzan
please add a summary in README too? -- Andrei Gherzan signature.asc Description: PGP signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH 3/5] rpi-config: Add UART enabler

2016-04-21 Thread Andrei Gherzan
"${ENABLE_UART}" = "1" ]; then > +echo "# Enable UART" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt > +echo "enable_uart=1" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt What is the default value of enable_ua

Re: [yocto] [meta-raspberrypi][PATCH 2/2] userland: Make vchostif as shared library

2016-04-21 Thread Andrei Gherzan
revision which fixes the issue. > Cool. I'll take a look on it, test it and merge today. -- Andrei Gherzan signature.asc Description: PGP signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-qt5][meta-raspberrypi]: Qt5 with EGL support for the Raspberry through linux-oe-g++

2016-04-21 Thread Andrei Gherzan
he egl.pro file... The variable LIBS gets the content of > > > QMAKE_LIBS_EGL and the variable QMAKE_LIBS_EGL gets back to its > > > default -lEGL. > > > > > > In the end with have -lGLESv2 before -lEGL and this does not link. > > > > > > I checked also the content of .qmake.vars: > > > grep QMAKE_LIBS_EGL .qmake.vars > > > QMAKE_LIBS_EGL = -lEGL -lGLESv2 -lbcm_host -lvchostif -lbcm_host > > > -lvcos -lvchiq_arm -pthread > > > > > > > > > The command QMakeVar set QMAKE_LIBS_EGL "$QMAKE_LIBS_EGL" seems to > > > have his job done too late... > > > > > > If someone has an idea to get the proper correction done... > > > > > > Best Regards, > > > Julien > > > > > > > > > > > > > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto -- Andrei Gherzan signature.asc Description: PGP signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-qt5][meta-raspberrypi]: Qt5 with EGL support for the Raspberry through linux-oe-g++

2016-04-20 Thread Andrei Gherzan
On Wed, Apr 20, 2016 at 11:05:01PM +0200, Andrei Gherzan wrote: > On Tue, Apr 19, 2016 at 10:46:11AM +0200, Julien Gueytat wrote: > > Hi, > > > > I still can't figure out the patch to apply in meta-qt5 to get EGL support > > with the Raspberry. > > > > The te

Re: [yocto] [meta-raspberrypi][PATCH] userland: Fix passing of wayland-native to cmake while configuring

2016-04-20 Thread Andrei Gherzan
wayland-native should only be defined as a DEPENDS package this > patch moves it to the correct PACKAGECONFIG position. > > Signed-off-by: Tom Doehring <tool...@gmail.com> > Signed-off-by: toolmmy <tool...@gmail.com> > --- Merged to master. Thanks. -- Andrei Gherzan signa

Re: [yocto] [meta-qt5][meta-raspberrypi]: Qt5 with EGL support for the Raspberry through linux-oe-g++

2016-04-20 Thread Andrei Gherzan
MAKE_LIBS_EGL = -lEGL -lGLESv2 -lbcm_host -lvchostif -lbcm_host -lvcos > -lvchiq_arm -pthread > > > The command QMakeVar set QMAKE_LIBS_EGL "$QMAKE_LIBS_EGL" seems to have his > job done too late... > > If someone has an idea to get the proper correction done... >

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

2016-04-04 Thread Andrei Gherzan
Hello, On Mon, Apr 04, 2016 at 09:45:55PM +0200, Herrie wrote: > > Andrei, > > Hopefully better like this. Changed it to plain text at my end now for below > patch > Sadly nothing changed. Lines are still wrapped breaking the patch. -- Andrei Gherzan signature.asc Descript

Re: [yocto] [meta-raspberrypi] [patch] linux-raspberrypi_Rename_linux.inc_to_linux-rpi.inc

2016-04-04 Thread Andrei Gherzan
;DISTRO_TYPE", "release", "quiet", > "debug", d)}' There seems to be issues in applying this patch as some of the lines get wrapped to (probably) 80 chars or so. Could you please make sure you send this patch in plain text and without this wrapping? Thanks man. -- 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/1] README: Mention all the supported machines

2016-04-04 Thread Andrei Gherzan
On Mon, Apr 04, 2016 at 08:33:00PM +0200, Petter Mabäcker wrote: > On 04/04/2016 07:54 PM, Andrei Gherzan wrote: > >Signed-off-by: Andrei Gherzan <and...@gherzan.ro> > >--- > > README | 5 - > > 1 file changed, 4 insertions(+), 1 deletion(-) > > &

[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

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

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

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

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

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

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