Re: [yocto] [meta-raspberrypi][PATCH 1/1] pitft: Add support for pitft35r

2017-04-03 Thread Andrei Gherzan
do_deploy() { > echo > "dtoverlay=pitft28-resistive,rotate=90,speed=3200,txbuflen=32768" > >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt > fi > > +if [ "${PITFT35r}" = "1" ]; then > +echo "# Enable PITFT35r d

Re: [yocto] [meta-raspberrypi][morty][PATCH 0/3] Stable branch kernel updates

2017-04-03 Thread Andrei Gherzan
4-Add-rules-for-.dtbo-files-for-dts-overla.patch > > -- > 2.11.0 > > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto Merged to morty branch. Thanks. -- Andrei Gher

Re: [yocto] [meta-raspberrypi][PATCH] rpi-config: waveshare screen support

2017-04-03 Thread Andrei Gherzan
roup=2" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt > +echo "hdmi_mode=87" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt > +echo "hdmi_cvt 1024 600 60 6 0 0 0" >> > ${DEPLOYDIR}/bcm2835-bootfiles/config.txt > +

Re: [yocto] [meta-raspberrypi][PATCH] Add recipe to build qtbase for raspberrypi out of the box.

2017-04-03 Thread Andrei Gherzan
> -- > _______ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto Khem, what do you think about this change? -- Andrei Gherzan gpg: rsa4096/D4D94F67AD0E9640 | t: @agherzan signature.asc Description: PGP signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH] rpi-config: waveshare screen support

2017-04-04 Thread Andrei Gherzan
uting shell function do_deploy >| >/home/gizero/work/smartliving/distro/repo-master/build-poky/tmp/work/raspberrypi3-poky-linux-gnueabi/rpi-config/git-r5/temp/run.do_deploy.32154: >192: >/home/gizero/work/smartliving/distro/repo-master/build-poky/tmp/work/raspberrypi3-

Re: [yocto] [meta-raspberrypi][PATCH] rpi-config: waveshare screen support

2017-04-04 Thread Andrei Gherzan
On 4 April 2017 13:48:53 BST, Andrea Galbusera wrote: >On Tue, Apr 4, 2017 at 12:17 PM, Andrei Gherzan >wrote: > >> Hi, >> >> On 4 April 2017 09:48:32 BST, Andrea Galbusera >wrote: >> >On Fri, Mar 24, 2017 at 6:49 PM, Trevor Woerner >> >

Re: [yocto] [meta-raspberrypi][PATCH] rpi-config: waveshare screen support

2017-04-05 Thread Andrei Gherzan
; case somebody didn't want those lines in their config :-) I should > have tested more extensively after adding the line. > > Sorry! It happens. Don't worry about it. -- Andrei Gherzan gpg: rsa4096/D4D94F67AD0E9640 | t: @agher

Re: [yocto] [meta-raspberrypi][PATCH v2] rpi-config: fix invalid shell variable name

2017-04-05 Thread Andrei Gherzan
citive touch > screen" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt > echo "max_usb_current=1" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt > echo "hdmi_group=2" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt > -- > 2.7.4 &

Re: [yocto] [meta-raspberrypi][PATCH] wiringpi: uprev to 2.44

2017-04-05 Thread Andrei Gherzan
> - #include > - #include > -+#include > - > - #include "wiringPi.h" > - #include "wiringPiI2C.h" > -diff --git a/wiringPi/wiringPiSPI.c b/wiringPi/wiringPiSPI.c > -index 453df31..ae3c7d9 100644 > a/wiringPi/wiringPiSPI.c > -+++ b/wiringPi/wiringPiSPI.c > -@@ -27,6 +2

Re: [yocto] [meta-raspberrypi][PATCH v2 0/3] pitft: Add support for pitft35r

2017-04-13 Thread Andrei Gherzan
Hi Rob, On Thu, Apr 13, 2017 at 3:09 PM, Rob Woolley wrote: > Hi Andrei, > > Does this patchset look okay? > > Are there any further changes you would like me to make? Looks good. I'll test it and merge it soon. -- ___ yocto mailing list yocto@yoctopr

[yocto] [meta-raspberrypi][PATCH 2/7] bcm2835: Update to v1.52

2017-04-14 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-devtools/bcm2835/{bcm2835_1.50.bb => bcm2835_1.52.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-devtools/bcm2835/{bcm2835_1.50.bb => bcm2835_1.52.bb} (88%) diff --git a/recipes-devtools/bcm2835/bcm2835_1.50.bb b/r

[yocto] [meta-raspberrypi][PATCH 1/7] rpi-gpio: Update to v0.6.2

2017-04-14 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-devtools/python/{rpi-gpio_0.6.1.bb => rpi-gpio_0.6.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-devtools/python/{rpi-gpio_0.6.1.bb => rpi-gpio_0.6.2.bb} (78%) diff --git a/recipes-devtools/python/rpi-gpio_0.6.1

[yocto] [meta-raspberrypi][PATCH 5/7] rpi-base.inc: Include dtb for RPI0 WiFi

2017-04-14 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- 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 092cbeb..003dd65 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi

[yocto] [meta-raspberrypi][PATCH 4/7] linux-raspberrypi_4.9: Bump to 4.9.21

2017-04-14 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb b/recipes-kernel/linux/linux-raspberrypi_4.9.bb index 3aba67b..c0e8b83 100644 --- a/recipes

[yocto] [meta-raspberrypi][PATCH 3/7] firmware.inc: Bump to 20170405

2017-04-14 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-bsp/common/firmware.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index 53c469e..1c3a911 100644 --- a/recipes-bsp/common/firmware.inc +++ b/recipes-bsp

[yocto] [meta-raspberrypi][PATCH 7/7] README: Add info about raspberrypi0-wifi

2017-04-14 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- README | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README b/README index 9fdd5eb..58a8ded 100644 --- a/README +++ b/README @@ -78,6 +78,7 @@ b. Add needed layer to bblayers.conf: c. Set MACHINE in local.conf to one of the

[yocto] [meta-raspberrypi][PATCH 6/7] raspberrypi0-wifi.conf: Add machine configuration file

2017-04-14 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi0-wifi.conf | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 conf/machine/raspberrypi0-wifi.conf diff --git a/conf/machine/raspberrypi0-wifi.conf b/conf/machine/raspberrypi0-wifi.conf new file mode 100644 index

Re: [yocto] [meta-raspberrypi][PATCH 3/7] firmware.inc: Bump to 20170405

2017-04-16 Thread Andrei Gherzan
On Fri, Apr 14, 2017 at 04:43:16PM -0700, Khem Raj wrote: > same :) see my series. > You were a little faster so you won. -- Andrei Gherzan gpg: rsa4096/D4D94F67AD0E9640 | t: @agherzan signature.asc Description: PGP signature -- ___ yocto m

[yocto] [meta-raspberrypi][PATCH 1/2] omxplayer: Bump to head and fix missing native dependency

2017-04-16 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-multimedia/omxplayer/omxplayer_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer/omxplayer_git.bb index 72297d0..0e0f9ba 100644 --- a/recipes

[yocto] [meta-raspberrypi][PATCH 2/2] x264: Fix build for armv6 RaspberryPi boards

2017-04-16 Thread Andrei Gherzan
quant-a.S uses rbit thumb instruction unconditionally even though only from ARMV6T2 this is available (which is not the case for RPI1, RPI0 etc). Avoid this by disabling asm. Signed-off-by: Andrei Gherzan --- recipes-multimedia/x264/x264_git.bbappend | 1 + 1 file changed, 1 insertion

Re: [yocto] [meta-raspberrypi][PATCH v2 0/3] pitft: Add support for pitft35r

2017-04-16 Thread Andrei Gherzan
On Thu, Apr 13, 2017 at 07:37:48PM +0100, Andrei Gherzan wrote: > Hi Rob, > > On Thu, Apr 13, 2017 at 3:09 PM, Rob Woolley > wrote: > > Hi Andrei, > > > > Does this patchset look okay? > > > > Are there any further changes you would like me to make? >

Re: [yocto] [meta-raspberrypi][PATCH 1/2] omxplayer: Bump to head and fix missing native dependency

2017-04-16 Thread Andrei Gherzan
On Mon, Apr 17, 2017 at 02:12:05AM +0100, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > --- > recipes-multimedia/omxplayer/omxplayer_git.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb >

Re: [yocto] [meta-raspberrypi][PATCH 1/7] rpi-gpio: Update to v0.6.2

2017-04-16 Thread Andrei Gherzan
On Fri, Apr 14, 2017 at 09:13:07PM +0100, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > --- > recipes-devtools/python/{rpi-gpio_0.6.1.bb => rpi-gpio_0.6.2.bb} | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename recipes-devtools/python/{rpi-gp

Re: [yocto] [meta-raspberrypi][PATCH 1/5] pitft: Add support for pitft35r

2017-04-16 Thread Andrei Gherzan
" ]; then > +echo "# Enable PITFT35r display" > >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt > +echo "dtoverlay=pitft35-resistive,rotate=90,speed=4200,fps=20" > >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt > +fi > + > # UART support > if [ "${ENABLE_UART}" = "1" ]; then > echo "# Enable UART" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt > -- > 2.12.2 > > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto Merged the patches from Rob. Thanks. -- Andrei Gherzan gpg: rsa4096/D4D94F67AD0E9640 | t: @agherzan signature.asc Description: PGP signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH 5/5] firmware: Update to 1.20170405 release

2017-04-16 Thread Andrei Gherzan
c8b7b476ff1c09f9591c74349b7751036a78ae5b88eca36" > +SRC_URI[md5sum] = "ea82d14a7cd8cfae9b78e00d4e56bc71" > +SRC_URI[sha256sum] = > "2f4e5bddbac1372590db203002c35cbba3fb9d6172a93c314ee27bf05ae13bff" > > PV = "${RPIFW_DATE}" > > -- > 2.12.2 > > -- > _

Re: [yocto] [meta-raspberrypi][PATCH 2/5] linux-raspberrypi_4.9.bb: Update to 4.9.21

2017-04-16 Thread Andrei Gherzan
ithub.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.9.y \ > " > require linux-raspberrypi.inc > -- > 2.12.2 > > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto Merged a similar patch to master. -- Andrei Gherzan gpg

Re: [yocto] [meta-raspberrypi][PATCH 3/5] userland: Upgrade to latest

2017-04-16 Thread Andrei Gherzan
it.bb > @@ -16,7 +16,7 @@ COMPATIBLE_MACHINE = "raspberrypi" > > SRCBRANCH = "master" > SRCFORK = "raspberrypi" > -SRCREV = "cdb5da59f939eb4078e90ed0e3c231c498ba9957" > +SRCREV = "f0642e3b58d8a140a3f7621630c15fbfa794b19d" > &g

Re: [yocto] [meta-raspberrypi][PATCH 4/5] eglinfo-fb: Mark is userland specific

2017-04-16 Thread Andrei Gherzan
pi = "raspberrypi" > +COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', > 'vc4graphics', 'null', '"(.*)"', d)}" > -- > 2.12.2 > > -- > ___ > yocto mailing

Re: [yocto] [meta-raspberrypi][PATCH 6/6] psplash: Let distro override the default splash image if it provides

2017-04-16 Thread Andrei Gherzan
;outsuffix=raspberrypi" > +ALTERNATIVE_PRIORITY_psplash-raspberrypi[psplash] = "10" > + > -- > 2.12.2 > > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto Merge

Re: [yocto] [meta-raspberrypi][PATCH] README: document 64 bit r-pi3 variant for MACHINE

2017-04-16 Thread Andrei Gherzan
alias for raspberrypi2) > d. bitbake rpi-hwup-image > -- > 2.7.4 > > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto Merged to master. Thanks Paul. -- Andrei Gherza

Re: [yocto] [meta-raspberrypi][PATCH 2/2] x264: Fix build for armv6 RaspberryPi boards

2017-04-16 Thread Andrei Gherzan
On Mon, Apr 17, 2017 at 02:00:20AM +, Khem Raj wrote: > On Sun, Apr 16, 2017 at 6:14 PM Andrei Gherzan wrote: > > > quant-a.S uses rbit thumb instruction unconditionally even though only > > from ARMV6T2 this is available (which is not the case for RPI1, RPI0 > > etc).

[yocto] [meta-raspberrypi][morty][PATCH 2/7] firmware: Update to 20161215 release

2017-04-17 Thread Andrei Gherzan
From: Khem Raj Signed-off-by: Khem Raj Signed-off-by: Andrei Gherzan --- recipes-bsp/common/firmware.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index 1961b48..8aea628 100644 --- a/recipes-bsp

[yocto] [meta-raspberrypi][morty][PATCH 3/7] firmware: Update to 20170303 release

2017-04-17 Thread Andrei Gherzan
From: Khem Raj Uses 4.9.13 and has rpi0w support Signed-off-by: Khem Raj Signed-off-by: Andrei Gherzan --- recipes-bsp/common/firmware.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index 8aea628

[yocto] [meta-raspberrypi][morty][PATCH 5/7] rpi-base.inc: Include dtb for RPI0 WiFi

2017-04-17 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- 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 e069e70..dc98099 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi

[yocto] [meta-raspberrypi][morty][PATCH 6/7] raspberrypi0-wifi.conf: Add machine configuration file

2017-04-17 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi0-wifi.conf | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 conf/machine/raspberrypi0-wifi.conf diff --git a/conf/machine/raspberrypi0-wifi.conf b/conf/machine/raspberrypi0-wifi.conf new file mode 100644 index

[yocto] [meta-raspberrypi][morty][PATCH 1/7] linux-firmware: Bring up wifi/ble interface on rpi3

2017-04-17 Thread Andrei Gherzan
[3.148240] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43430-sdio.txt failed with error -2 After applying this patch now ifconfig -a can list wlan0 interface successfully. Signed-off-by: Khem Raj Signed-off-by: Andrei Gherzan --- .../linux-firmware/files/brcmfmac43430-sdio.txt

[yocto] [meta-raspberrypi][morty][PATCH 4/7] firmware.inc: Bump to 20170405

2017-04-17 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-bsp/common/firmware.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index 53c469e..1c3a911 100644 --- a/recipes-bsp/common/firmware.inc +++ b/recipes-bsp

[yocto] [meta-raspberrypi][morty][PATCH 7/7] README: Add info about raspberrypi0-wifi

2017-04-17 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- README | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 65a1e5f..17f8273 100644 --- a/README +++ b/README @@ -77,6 +77,7 @@ b. Add needed layer to bblayers.conf: c. Set MACHINE in local.conf to one of the

Re: [yocto] [meta-raspberrypi][PATCH 4/7] linux-raspberrypi_4.9: Bump to 4.9.21

2017-04-18 Thread Andrei Gherzan
On Tue, Apr 18, 2017 at 12:10:47PM +0100, Paul Barker wrote: > On Fri, Apr 14, 2017 at 9:13 PM, Andrei Gherzan wrote: > > Signed-off-by: Andrei Gherzan > > --- > > recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deleti

Re: [yocto] [meta-raspberrypi][PATCH 4/7] linux-raspberrypi_4.9: Bump to 4.9.21

2017-04-18 Thread Andrei Gherzan
On Tue, Apr 18, 2017 at 6:23 PM, Paul Barker wrote: > On Tue, Apr 18, 2017 at 1:58 PM, Andrei Gherzan wrote: >> On Tue, Apr 18, 2017 at 12:10:47PM +0100, Paul Barker wrote: >>> On Fri, Apr 14, 2017 at 9:13 PM, Andrei Gherzan wrote: >>> > >>> > -LINU

[yocto] [meta-raspberrypi][PATCH 1/3] udev: Create rules file to generate serial0/1

2017-04-18 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-core/udev/udev-rules-rpi.bb | 12 recipes-core/udev/udev-rules-rpi/99-com.rules | 21 + 2 files changed, 33 insertions(+) create mode 100644 recipes-core/udev/udev-rules-rpi.bb create mode 100644 recipes-core

[yocto] [meta-raspberrypi][PATCH 2/3] rpi-base.inc: Recommend udev-rules-rpi

2017-04-18 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- conf/machine/include/rpi-base.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index dc98099..50eebb4 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi

[yocto] [meta-raspberrypi][PATCH 3/3] raspberrypi*.conf: Be able to overwrite SERIAL_CONSOLE

2017-04-18 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi.conf | 2 +- conf/machine/raspberrypi0-wifi.conf | 2 +- conf/machine/raspberrypi0.conf | 2 +- conf/machine/raspberrypi2.conf | 2 +- conf/machine/raspberrypi3.conf | 2 +- 5 files changed, 5 insertions(+), 5

[yocto] [meta-raspberrypi][morty][PATCH 1/3] udev: Create rules file to generate serial0/1

2017-04-18 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-core/udev/udev-rules-rpi.bb | 12 recipes-core/udev/udev-rules-rpi/99-com.rules | 21 + 2 files changed, 33 insertions(+) create mode 100644 recipes-core/udev/udev-rules-rpi.bb create mode 100644 recipes-core

[yocto] [meta-raspberrypi][morty][PATCH 2/3] rpi-base.inc: Recommend udev-rules-rpi

2017-04-18 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- conf/machine/include/rpi-base.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index dc98099..50eebb4 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi

[yocto] [meta-raspberrypi][morty][PATCH 3/3] raspberrypi*.conf: Be able to overwrite SERIAL_CONSOLE

2017-04-18 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi.conf | 2 +- conf/machine/raspberrypi0-wifi.conf | 2 +- conf/machine/raspberrypi0.conf | 2 +- conf/machine/raspberrypi2.conf | 2 +- conf/machine/raspberrypi3.conf | 2 +- 5 files changed, 5 insertions(+), 5

Re: [yocto] [meta-raspberrypi][PATCH 4/7] linux-raspberrypi_4.9: Bump to 4.9.21

2017-04-18 Thread Andrei Gherzan
On Tue, Apr 18, 2017 at 7:11 PM, Paul Barker wrote: > On Tue, Apr 18, 2017 at 7:07 PM, Andrei Gherzan wrote: >> On Tue, Apr 18, 2017 at 6:23 PM, Paul Barker wrote: >>> >>> I'll have a go at backporting the addition of the extra machines. I >>> can test

Re: [yocto] [meta-raspberrypi][PATCH 1/3] udev: Create rules file to generate serial0/1

2017-04-19 Thread Andrei Gherzan
On Tue, Apr 18, 2017 at 7:55 PM, Khem Raj wrote: > On Tue, Apr 18, 2017 at 11:13 AM, Andrei Gherzan wrote: >> Signed-off-by: Andrei Gherzan >> --- >> recipes-core/udev/udev-rules-rpi.bb | 12 >> recipes-core/udev/udev-rules-rpi/99-com.rules | 2

[yocto] [meta-raspberrypi] Unified serial console device option

2017-04-19 Thread Andrei Gherzan
and use default assignments which I think it would fix everything and make the mechanism completely optional. BTW: This would unlock the ability to create a raspberrypi-all machine that would work on any raspberry board (armv6 + wifi firmware + etc). --

Re: [yocto] [meta-raspberrypi][PATCH 1/3] udev: Create rules file to generate serial0/1

2017-04-19 Thread Andrei Gherzan
On Wed, Apr 19, 2017 at 11:52 AM, Andreas Müller wrote: > On Wed, Apr 19, 2017 at 12:41 PM, Andrei Gherzan wrote: >> On Tue, Apr 18, 2017 at 7:55 PM, Khem Raj wrote: >>> On Tue, Apr 18, 2017 at 11:13 AM, Andrei Gherzan wrote: >>>> Signed-off-by: Andrei Gherzan &g

Re: [yocto] [meta-raspberrypi] Unified serial console device option

2017-04-19 Thread Andrei Gherzan
On Wed, Apr 19, 2017 at 12:26 PM, Andreas Müller wrote: > On Wed, Apr 19, 2017 at 1:00 PM, Andrei Gherzan wrote: >> Hello all, >> >> I'm trying to have the ability for user to use serial0 as serial port >> on the header and serial1 (when available) for Bluetoo

Re: [yocto] [meta-raspberrypi][PATCH 1/3] udev: Create rules file to generate serial0/1

2017-04-19 Thread Andrei Gherzan
On Tue, Apr 18, 2017 at 07:13:20PM +0100, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > --- > recipes-core/udev/udev-rules-rpi.bb | 12 > recipes-core/udev/udev-rules-rpi/99-com.rules | 21 + > 2 files changed, 33 insertions(+)

Re: [yocto] [meta-raspberrypi][morty][PATCH 1/7] linux-firmware: Bring up wifi/ble interface on rpi3

2017-04-19 Thread Andrei Gherzan
On Mon, Apr 17, 2017 at 01:37:04PM +0100, Andrei Gherzan wrote: > From: Khem Raj > > Currently the firmware is installed but kernel fails to load it > due this .txt file missing in the firmware directory and it ends > up with wifi/bluetooth i/f not being initialized. The error is

Re: [yocto] [meta-raspberrypi][morty][PATCH 0/8] Stable branch backports

2017-04-19 Thread Andrei Gherzan
ested on top of Andrei's latest series of backports. The > exact series tested can be found at: > > https://gitlab.com/oryx/meta-raspberrypi/commits/pbarker/morty-next-2017-04-18 > > Andrei Gherzan (1): > linux-raspberrypi_4.9: Bump to 4.9.21 > > Herve Jourdain (1): >

Re: [yocto] [meta-raspberrypi][morty][PATCH 1/3] udev: Create rules file to generate serial0/1

2017-04-19 Thread Andrei Gherzan
On Tue, Apr 18, 2017 at 07:13:32PM +0100, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > --- > recipes-core/udev/udev-rules-rpi.bb | 12 > recipes-core/udev/udev-rules-rpi/99-com.rules | 21 + > 2 files changed, 33 insertions(+)

[yocto] [meta-raspberrypi][PATCH 1/1] raspberrypi0-wifi.conf: Use a stand alone machine configuration

2017-04-19 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi0-wifi.conf | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/conf/machine/raspberrypi0-wifi.conf b/conf/machine/raspberrypi0-wifi.conf index 2b7cea4..d694d9e 100644 --- a/conf/machine/raspberrypi0-wifi.conf

[yocto] [meta-raspberrypi][PATCH v2 1/1] raspberrypi0-wifi.conf: Use a stand alone machine configuration

2017-04-19 Thread Andrei Gherzan
As well make all the variables assigned in a way that they can be overwritten so we can give maximum flexibility to distros. Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi0-wifi.conf | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/conf/machine

Re: [yocto] [meta-raspberrypi][morty][PATCH 0/8] Stable branch backports

2017-04-19 Thread Andrei Gherzan
On Wed, Apr 19, 2017 at 5:54 PM, Paul Barker wrote: > On Wed, Apr 19, 2017 at 5:53 PM, Andrei Gherzan wrote: >> On Tue, Apr 18, 2017 at 09:51:00PM +0100, Paul Barker wrote: >>> * Upgrade linux-raspberrypi 4.9 recipe >>> >>> * Add support for raspberryp

Re: [yocto] [meta-raspberrypi][morty][PATCH 0/8] Stable branch backports

2017-04-19 Thread Andrei Gherzan
ested on top of Andrei's latest series of backports. The > exact series tested can be found at: > > https://gitlab.com/oryx/meta-raspberrypi/commits/pbarker/morty-next-2017-04-18 > > Andrei Gherzan (1): > linux-raspberrypi_4.9: Bump to 4.9.21 > > Herve Jourdain (1): >

Re: [yocto] [meta-raspberrypi][PATCH v2 1/1] raspberrypi0-wifi.conf: Use a stand alone machine configuration

2017-04-20 Thread Andrei Gherzan
On Wed, Apr 19, 2017 at 06:41:03PM +0100, Andrei Gherzan wrote: > As well make all the variables assigned in a way that they can be > overwritten so we can give maximum flexibility to distros. > > Signed-off-by: Andrei Gherzan > --- > conf/machine/raspberrypi0-wifi.conf | 10 ++

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi_4.9.bb: Update to 4.9.23

2017-04-20 Thread Andrei Gherzan
t;git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.9.y \ > " > require linux-raspberrypi.inc > -- > 2.12.2 > > -- > ___________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctop

[yocto] [meta-raspberrypi][PATCH 1/1] raspberrypi.conf: Have the ability to overwrite SERIAL_CONSOLE

2017-04-20 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf index ad3b061..ddd3801 100644 --- a/conf/machine/raspberrypi.conf +++ b/conf/machine/raspberrypi.conf

Re: [yocto] [meta-raspberrypi][PATCH 1/1] raspberrypi.conf: Have the ability to overwrite SERIAL_CONSOLE

2017-04-20 Thread Andrei Gherzan
On Thu, Apr 20, 2017 at 12:23:46PM +0100, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > --- > conf/machine/raspberrypi.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf > i

[yocto] [meta-raspberrypi][PATCH 1/3] raspberrypi2.conf: Make SERIAL_CONSOLE overwritable

2017-04-20 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi2.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/raspberrypi2.conf b/conf/machine/raspberrypi2.conf index 9b4c02a..a17289c 100644 --- a/conf/machine/raspberrypi2.conf +++ b/conf/machine/raspberrypi2

[yocto] [meta-raspberrypi][PATCH 3/3] raspberrypi3.conf: Use a stand alone machine configuration

2017-04-20 Thread Andrei Gherzan
As well make all the variables assigned in a way that they can be overwritten so we can give maximum flexibility to distros. Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi3.conf | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/conf/machine/raspberrypi3

[yocto] [meta-raspberrypi][PATCH 2/3] raspberrypi3-64.conf: Make SERIAL_CONSOLE overwritable

2017-04-20 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi3-64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf index 7e99da1..5e2b80c 100644 --- a/conf/machine/raspberrypi3-64.conf +++ b/conf/machine

Re: [yocto] [meta-raspberrypi][PATCH 1/3] raspberrypi2.conf: Make SERIAL_CONSOLE overwritable

2017-04-21 Thread Andrei Gherzan
On Thu, Apr 20, 2017 at 06:18:14PM +0100, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > --- > conf/machine/raspberrypi2.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/conf/machine/raspberrypi2.conf b/conf/machine/raspberrypi2.conf > i

Re: [yocto] [meta-raspberrypi][PATCH] rpi-base: fix make_dtb_boot_files() for raspberrypi3-64

2017-04-21 Thread Andrei Gherzan
file: ${KERNEL_IMAGETYPE}-hifiberry-amp.dtbp > +# DEPLOYDIR file: ${KERNEL_IMAGETYPE}-hifiberry-amp.dtbo Looks good to me but this seems like a typo. -- Andrei Gherzan gpg: rsa4096/D4D94F67AD0E9640 | t: @agherzan signature.asc Description: PGP signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH] rpi-base: fix make_dtb_boot_files() for raspberrypi3-64

2017-04-21 Thread Andrei Gherzan
On Fri, Apr 21, 2017 at 05:04:40PM +0100, Andrei Gherzan wrote: > On Fri, Apr 21, 2017 at 10:37:52AM +0200, Andrea Galbusera wrote: > > Building the stock wic image for raspberrypi3-64 failed to find dtbs listed > > in > > IMAGE_BOOT_FILES. This patch updates the make_dtb_boo

Re: [yocto] [meta-raspberrypi][PATCH] rpi-base: fix make_dtb_boot_files() for raspberrypi3-64

2017-04-21 Thread Andrei Gherzan
gt; -- > 2.7.4 > > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto Merged to master. Thanks. -- Andrei Gherzan gpg: rsa4096/D4D94F67AD0E9640 | t: @agherzan signature.asc Description: PGP signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi] Stable branch plans

2017-05-08 Thread Andrei Gherzan
Hello all, On Tue, May 2, 2017 at 12:19 PM, Paul Barker wrote: > Hi all, > > I've now got a bit of a vested interest in the next meta-raspberrypi > stable branch as I'm planning to use it as a demo platform for our new > Oryx distro. > I like that most of the people around meta-rpi have direct i

Re: [yocto] [meta-raspberrypi] how to apply custom kernel configuration?

2017-05-08 Thread Andrei Gherzan
cto files in the meanwhile. >> >> Comments from gurus are welcome! ;-) > > I have been hinting at using yocto kernel tooling. Idea is worth a pull > request > care sending one ? I'm not using config fragments myself but I was under the impression that we do support it. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH 1/2] userland: Add missing GLES2 defines

2017-05-11 Thread Andrei Gherzan
file://0011-build-shared-library-for-vchostif.patch \ > file://0012-implement-buffer-wrapping-interface-for-dispmanx.patch \ > file://0013-Implement-triple-buffering-for-wayland.patch \ > +file://0014-GLES2-gl2ext.h-Define-GL_R8_EXT-and-GL_RG8_EXT.patch \ > " > S = "${WORKDIR}/git" > Merged to master. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH 2/2] mesa-gl: Enable gbm for rpi

2017-05-11 Thread Andrei Gherzan
/mesa/mesa-gl_%.bbappend > > diff --git a/recipes-graphics/mesa/mesa-gl_%.bbappend > b/recipes-graphics/mesa/mesa-gl_%.bbappend > new file mode 100644 > index 000..7897125 > --- /dev/null > +++ b/recipes-graphics/mesa/mesa-gl_%.bbappend > @@ -0,0 +1 @@ > +PACKAGECONFIG_app

[yocto] [meta-raspberrypi] Pull requests and jenkins

2017-05-12 Thread Andrei Gherzan
morty and krogoth at this point) and additional boards. But for now I think it's a good start. Thoughts? -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH] Make CMDLINE overridable from outside

2017-05-12 Thread Andrei Gherzan
On Fri, May 12, 2017 at 8:13 PM, Paul Barker wrote: > On Fri, Apr 28, 2017 at 4:37 PM, Gianfranco Costamagna > wrote: >> currently there is no way to override the default CMDLINE, lets set if only >> if not already set from outside >> >> Signed-off-by: Gianfranco Costamagna >> --- >> recipes-k

Re: [yocto] [meta-raspberrypi] Pull requests and jenkins

2017-05-12 Thread Andrei Gherzan
On Fri, May 12, 2017 at 7:34 PM, Paul Barker wrote: > On Fri, May 12, 2017 at 7:05 PM, Andrei Gherzan wrote: >> Hi all, >> >> I know I promised long ago but finally I took a Friday to invest into >> github pull requests integrated with a jenkins server. >> >

Re: [yocto] [meta-raspberrypi] rpi0-w wifi&bluetooth problem

2017-05-16 Thread Andrei Gherzan
XT: could not set interface 'wlan0' UP > > wlan0: Failed to initialize driver interface > > ifconfig: SIOCGIFFLAGS No such device > > > > anybody solve this problem? > Can you pastebin a dmesg log, please? I want to confirm that my theory is cor

Re: [yocto] [meta-raspberrypi] Pyro branch

2017-05-16 Thread Andrei Gherzan
d > spread the workload out a little bit. Does anyone have any thoughts or > objections to that? -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi] Pyro branch

2017-05-17 Thread Andrei Gherzan
Hi, On Tue, May 16, 2017 at 11:31 AM, Andrei Gherzan wrote: > On Mon, May 15, 2017 at 10:14 AM, Paul Barker wrote: >> Hi all, >> >> Yocto Project 2.3 has now been released so I think it's time to create >> a pyro branch for meta-raspberrypi. >> > > I&

Re: [yocto] [meta-raspberrypi] Pi 0 minimal consumption reached with Yocto?

2017-05-17 Thread Andrei Gherzan
results here but if you do, please do share with us. It would be nice to have it documented. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-chip][PATCH] Fix missing LICENSE field for u-boot-chip

2017-05-24 Thread Andrei Gherzan
e://Licenses/README;md5= > 0507cd7da8e7ad6d6701926ec9b84c95" > > DEPENDS += "dtc-native" > > Fixed in master and pyro. Thank you. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-chip][PATCH] Fix unclosed file

2017-05-24 Thread Andrei Gherzan
.setVar('DEPENDS', depends + ' lzop-native') > + > +configfile.close() > } Fixed in master and pyro. Thank you. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Very strange issue where bitbake hangs at do_rootfs

2017-05-26 Thread Andrei Gherzan
If I don't install kernel-modules build succeeds. Any hints on how to debug this further? I can't seem to find anything relevant in smart output. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Very strange issue where bitbake hangs at do_rootfs

2017-05-26 Thread Andrei Gherzan
On Fri, May 26, 2017 at 5:19 PM, Khem Raj wrote: > On Fri, May 26, 2017 at 5:52 AM, Andrei Gherzan wrote: > > Hello all, > > > > I moved recently on a new arch linux host and everything works fine with > one > > exception: when I build a custom distribution based o

Re: [yocto] How to replace an arch*.inc file?

2017-05-26 Thread Andrei Gherzan
machine configuration. Where is this linaro version of arch-armv8? -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-05-31 Thread Andrei Gherzan
penembedded.org/openembedded-core/tree/meta/ > recipes-kernel/linux/linux-yocto-dev.bb?h=master#n28 > > please rename the recipe to be linux-raspberrypi-dev.bb and add the magic > above and send a v2 > > Using the magic above we still hardcode a revision there. So if a user wants to compile the recipe without setting the preferred provider it will fail. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-06-01 Thread Andrei Gherzan
meta-raspberrypi. > > https://github.com/agherzan/meta-raspberrypi/pull/82 > > Funny. This was exactly what I wanted to propose. If the warning noise does not bother anyone, I'm up for this solution. PR merged to master. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH] pi-blaster: update to include proper rpi3 support

2017-06-08 Thread Andrei Gherzan
On Thu, Jun 8, 2017 at 5:22 AM, Khem Raj wrote: > On Wed, Jun 7, 2017 at 9:09 PM, Petter Mabäcker wrote: > > 2017-06-08 00:54 skrev Khem Raj: > > > > > > On Wed, Jun 7, 2017 at 2:17 PM Petter Mabäcker > wrote: > >> > >> Update to latest available revision, in order to include proper rpi3 > >> s

Re: [yocto] [meta-raspberrypi][PATCH v2] pi-blaster: update to include proper rpi3 support

2017-06-09 Thread Andrei Gherzan
| 2 +- > recipes-devtools/pi-blaster/pi-blaster_git.bb | 2 +- > 3 files changed, 30 insertions(+), 11 deletions(-) > Merged to master Petter. Thanks for this. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-chip][PATCH] chip: Unclude kernel-image and kernel-devicetree in all images.

2017-06-10 Thread Andrei Gherzan
ned-off-by: Drew Moseley > --- > conf/machine/chip.conf | 3 ++- > recipes-core/images/chip-hwup-image.bb | 6 -- > 2 files changed, 2 insertions(+), 7 deletions(-) Merged to master. Thanks for your contribution. -- Andrei Gherzan -- __

Re: [yocto] linux-raspberrypi_4.19.bb unknown commit

2019-05-16 Thread Andrei Gherzan
x27;t have > time and money  to dig in that complexity and patch acceptance marathon. Feel free to complain upstream: https://github.com/raspberrypi/linux/issues/2931 -- Andrei Gherzan gpg: rsa4096/D4D94F67AD0E9640 | t: @agherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi] RPi 7" Touch Display

2019-05-16 Thread Andrei Gherzan
could not find anything. Maybe > somebody has an idea? Wrong firmware (maybe cannot be distributed > because of licensing...)? Sadly we don't actively test display and other related toys so they might be broken. Even so, I would be surprised if the DSI port doesn't work. What is you

[yocto] I'm currently finishing my masters thesis and I really need a bit of help from you if possible. I have a questionnaire which I need to get some feedback about and filled by people who are deep

2019-05-16 Thread Andrei Gherzan
sults after one week. Thanks in advance, -- Andrei Gherzan gpg: rsa4096/D4D94F67AD0E9640 | t: @agherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi] RPi 7" Touch Display

2019-05-16 Thread Andrei Gherzan
Hi, On 16/05/2019 17.24, Rudolf J Streif wrote: > Thank you, Paul. I did read Andrei's excellent documentation and > enabled I2C and SPI etc. And it didn't work? -- Andrei Gherzan gpg: rsa4096/D4D94F67AD0E9640 | t: @agherzan -- _

Re: [yocto] linux-raspberrypi_4.19.bb unknown commit

2019-05-21 Thread Andrei Gherzan
Hi, On 20/05/2019 19.30, Khem Raj wrote: > > > On 5/16/19 8:53 AM, Andrei Gherzan wrote: >> >> On 12/05/2019 16.04, Jean-Christian de Rivaz wrote: >>> Le 11.05.19 à 21:46, Paul Barker a écrit : >>>> On Sat, 11 May 2019, at 20:44, Jean-Christian de Rivaz

[yocto] kernel-devsrc used to be full source - not the case since thud

2019-05-23 Thread Andrei Gherzan
oying/using. Or even have another devsrc provider. I'm open to any implementation detail. I'd just want to have an option for a full kernel source recipe. Regards, -- Andrei Gherzan gpg: rsa4096/D4D94F67AD0E9640 | t: @agherzan -- ___

Re: [yocto] kernel-devsrc used to be full source - not the case since thud

2019-05-23 Thread Andrei Gherzan
On 23/05/2019 15.32, Bruce Ashfield wrote: > > > On Thu, May 23, 2019 at 9:56 AM Andrei Gherzan <mailto:and...@gherzan.ro>> wrote: > > Hello, > > This might have been discussed before. I couldn't find a relevant > thread, but if it is so, just l

Re: [yocto] kernel-devsrc used to be full source - not the case since thud

2019-05-23 Thread Andrei Gherzan
On 23/05/2019 15.39, Bruce Ashfield wrote: > > > On Thu, May 23, 2019 at 10:32 AM Bruce Ashfield > mailto:bruce.ashfi...@gmail.com>> wrote: > > > > On Thu, May 23, 2019 at 9:56 AM Andrei Gherzan <mailto:and...@gherzan.ro>> wrote: > >

Re: [yocto] kernel-devsrc used to be full source - not the case since thud

2019-05-23 Thread Andrei Gherzan
On 23/05/2019 16.10, Bruce Ashfield wrote: > > > On Thu, May 23, 2019 at 11:00 AM Andrei Gherzan <mailto:and...@gherzan.ro>> wrote: > > > On 23/05/2019 15.39, Bruce Ashfield wrote: >> >> >> On Thu, May 23, 2019 at 10:32 AM Bruce Ashfield &

<    5   6   7   8   9   10   11   >