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

2016-03-01 Thread Andrei Gherzan
ernel26 apm usbhost keyboard vfat ext2 screen > touchscreen alsa bluetooth wifi sdio" > > # Raspberry Pi has no hardware clock > MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc" Merged to master. Thanks. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH v3 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 5/6] pitft: Add basic support for PiTFT

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

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

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

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

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

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

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

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

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

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

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

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

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

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 > > - 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 enabled by adding bel

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

Re: [yocto] [Openembedded-architecture] Standalone image writer

2016-03-02 Thread Andrei Gherzan
I think it depends on what kind of users we are targeting. I didn't even know about the existence of this tool (heard but can't say I know anything about it). And all the people I am in contact with use distro specific tools. Maybe if we target less technical people or we just want a distro unifica

Re: [yocto] Raspberry Pi 2 BSP build problem

2016-03-07 Thread Andrei Gherzan
ply 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 1/6] linux-raspberrypi: Update revision to include rpi3 support

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

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

2016-03-10 Thread Andrei Gherzan
; "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master" > RPIFW_S ?= "${WORKDIR}/git" > > -- > 1.9.1 > > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproje

Re: [yocto] [meta-raspberrypi][PATCH 20/23] linux-raspberrypi: Add recipe for 4.4 release

2016-03-10 Thread Andrei Gherzan
-0,0 +1,6 @@ > +LINUX_VERSION ?= "4.4.1" > + > +SRCREV = "52d3149aba3c684db1b6c739ca794dc330d92929" > +SRC_URI = > "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.4.y" > + > +require linux-raspberrypi.inc > -- > 1.9.1 > >

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

2016-03-10 Thread Andrei Gherzan
On Wed, Mar 02, 2016 at 08:34:06AM -0800, Khem Raj wrote: > On Wed, Mar 2, 2016 at 7:47 AM, Andrei Gherzan wrote: > > 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.

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

2016-03-29 Thread Andrei Gherzan
ux/linux-raspberrypi_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 4/6] linux-firmware: Add brcmfmac43430 firmware

2016-03-29 Thread Andrei Gherzan
> 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 correctly. > > Could you please have a look? Theodor, Any chance you can take a look

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

2016-03-29 Thread Andrei Gherzan
LESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" > >> > >>SRC_URI_append_rpi = " file://xorg.conf.d/10-evdev.conf \ > >>- file://xorg.conf.d/99-pitft.conf \ > >>+ file://xorg.conf.d/98-pitf

[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 --- recipes-graphics/userland

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

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

2016-04-04 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- 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 needed layer to

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 > >--- > > README | 5 - > > 1 file changed, 4 insertions(+), 1 deletion(-) > > > >diff --git a/README b/

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

2016-04-04 Thread Andrei Gherzan
> + > +# Set the verbosity of kernel messages during runtime > +# You can define CMDLINE_DEBUG in your local.conf or distro.conf to > override this behaviour > +CMDLINE_DEBUG ?= '${@base_conditional("DISTRO_TYPE", "release", "quiet", > "debug

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

2016-04-04 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- README | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index 536926b..cfd83b3 100644 --- a/README +++ b/README @@ -73,7 +73,11 @@ revision: HEAD a. source poky/oe-init-build-env rpi-build b. Add needed layer to

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 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
ECOMMENDS += "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 define it

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 Woerner

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

2016-04-12 Thread Andrei Gherzan
uation. 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] linux-firmware: Rework of brcmfmac43430 firmware handling

2016-04-12 Thread Andrei Gherzan
dio.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 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 > --- > README | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/README b/README > index 536926b..cfd83b3 100644 > --- a/README > +++ b/README &g

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 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 wrote: > > On Fri, Mar 25, 2016 at 11:34

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

2016-04-12 Thread Andrei Gherzan
3a9eb8420df52ccf91f5a1c5a70e8713" > +SRCREV = "703a2c4b35e23ee44ad84db6b9c3f89c0a627143" > > SRC_URI = "\ > > git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ > @@ -33,7 +33,6 @@ SRC_URI = "\ > file://0011-fix-cmake-dependency-race.patch \ > fi

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

2016-04-20 Thread Andrei Gherzan
gt; 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...

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

2016-04-20 Thread Andrei Gherzan
g that wayland-native should only be defined as a DEPENDS package this > patch moves it to the correct PACKAGECONFIG position. > > Signed-off-by: Tom Doehring > Signed-off-by: toolmmy > --- Merged to master. Thanks. -- Andrei Gherzan signature.asc Description: PGP signature -- __

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

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

2016-04-21 Thread Andrei Gherzan
> > In the 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-raspberrypi][PATCH 2/2] userland: Make vchostif as shared library

2016-04-21 Thread Andrei Gherzan
ue. > 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-raspberrypi][PATCH 3/5] rpi-config: Add UART enabler

2016-04-21 Thread Andrei Gherzan
]; 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_uart? -- 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
ease 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 5/5] README: Document new variable configuration

2016-04-21 Thread Andrei Gherzan
> 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] 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 Merged to master. -- Andrei Gherzan signature.asc Desc

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

2016-04-21 Thread Andrei Gherzan
gt; > Signed-off-by: Trevor Woerner 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 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 > > Signed-off-by: Theodor Gherzan Doesn't apply over over current master. Can you send a v2 without Trevor's patch and with the updated one for README? -- Andrei Gherzan signature.a

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

2016-04-22 Thread Andrei Gherzan
; > +RPIFW_SRCREV ?= "c5e131971c323f5658c7c5d4b1dd105d37903a99" > +RPIFW_DATE ?= "20160303" > RPIFW_SRC_URI ?= > "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master" > RPIFW_S ?= "${WORKDIR}/git" Merged to master (along with

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

2016-04-22 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- 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 100644 --- a/recipes

[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 --- recipes-kernel/linux/linux

[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 --- 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..ae16cec 100644 --- a/recipes

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

2016-04-22 Thread Andrei Gherzan
] 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 Signed-off-by: Andrei Gherzan --- .../0001-bcm43xx-Add-bcm43xx-3wire-variant.patch | 26

[yocto] [meta-raspberrypi][PATCH 5/5] linux-raspberrypi_4.1: Update to v4.1.21

2016-04-22 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_4.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.1.bb b/recipes-kernel/linux/linux-raspberrypi_4.1.bb index b55c9ff..79fac66 100644 --- a/recipes

[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 --- 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..56ca83e 100644 --- a/conf

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

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

2016-04-25 Thread Andrei Gherzan
can anyone 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

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

2016-04-25 Thread Andrei Gherzan
WAYLAND_SCANNER_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-

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

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

2016-04-25 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- 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, please use something like: git

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

2016-04-25 Thread Andrei Gherzan
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

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

2016-04-25 Thread Andrei Gherzan
On Mon, Apr 25, 2016 at 09:06:15AM +0200, Andrei Gherzan wrote: > This is used to switch BT from ttyUSB0 to ttyS0 (miniUART). > > Signed-off-by: Andrei Gherzan > --- > conf/machine/include/rpi-base.inc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/conf/mach

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 > --- > README | 15 ++- > 1 file changed, 6 insertions(+), 9 deletions(-) > > diff --git a/README b/README > index 5a6a0d9..c39f9ed 100644 > --- a/README >

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

2016-05-04 Thread Andrei Gherzan
ime('%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] replace base_contains by bb.utils.contains

2016-05-05 Thread Andrei Gherzan
URES', 'systemd', '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 De

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi_4.4.bb: Upgrade to 4.4.8

2016-05-05 Thread Andrei Gherzan
On Mon, Apr 25, 2016 at 02:29:14PM -0700, Khem Raj wrote: > Fixes for gcc6 > Drop upstreamed patch > > Signed-off-by: Khem Raj Merged to master. Thanks. -- Andrei Gherzan signature.asc Description: PGP signature -- ___ yocto mailin

Re: [yocto] [meta-chip][PATCH] u-boot-chip: fix md5sum

2016-05-10 Thread Andrei Gherzan
+2,8 @@ require recipes-bsp/u-boot/u-boot.inc > > DESCRIPTION = "U-Boot port for C.H.I.P. boards" > > +LIC_FILES_CHKSUM = > "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95" > + > DEPENDS += "dtc-na

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

2016-05-19 Thread Andrei Gherzan
anybody built a raspberrypi3 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 sign

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][PATCH 1/8] Support for vc4 graphics driver: change the default providers

2016-05-19 Thread Andrei Gherzan
libgl ?= > "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "mesa-gl", > d)}" > +PREFERRED_PROVIDER_virtual/mesa ?= "${@bb.utils.contains("MACHINE_FEATURES", > "vc4graphics", "mesa", "mesa-gl", d)}" > PREFERRED_PROVIDER_jpeg ?= "jpeg" > -- > 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
gt; 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 2/8] Support for vc4 graphics driver: add vc4-kms-v3d to the overlays

2016-05-19 Thread Andrei Gherzan
echo "# Enable UART" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt > >>echo "enable_uart=1" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt > >>fi > >> + > >> +# VC4 Graphics support > >> +if [ "${VC4GRAPHICS}" = "1" ]; then > >> +echo

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
iable 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 5/8] Support for vc4 graphics driver: upgrade 4.4 kernel to 4.4.10

2016-05-19 Thread Andrei Gherzan
> > 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)? This was not possible f

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
n 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.org/listinfo/yocto -- An

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

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

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 Merged to master. Thanks. -- Andrei Gherzan signature.asc Description: P

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

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 09:40:13AM -0700, Khem Raj wrote: > > > On May 19, 2016, at 8:27 AM, Andrei Gherzan wrote: > > > > 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 1

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

2016-05-20 Thread Andrei Gherzan
that we can improve in formatting too, I would definitely do it. -- Andrei Gherzan signature.asc Description: PGP signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

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 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 > >> wrote: > >> &g

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

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

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

2016-06-14 Thread Andrei Gherzan
a > default include path relative to the sysroot. > > See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129. > > Signed-off-by: Jonathan Liu 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
g[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

[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 --- 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 ae16cec..a47aeb2 100644 --- a

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

2016-06-14 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- ...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 insertions(+) create mode 100644

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

2016-06-14 Thread Andrei Gherzan
> 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

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 5/5] linux-raspberrypi_4.4.inc: support for .dtbo files for dtb overlays

2016-06-14 Thread Andrei Gherzan
to 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: PGP signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

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
tc -@ -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.yoctoproject.org/listinfo/yocto -- Andrei Gherzan

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

2016-06-14 Thread Andrei Gherzan
MAGETYPE ?= "Image" > 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 s

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

2016-06-14 Thread Andrei Gherzan
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 1/6] linux-raspberrypi: Allow override of PV

2016-06-14 Thread Andrei Gherzan
ons 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. > > > > note: multiple builds on same machine can use same downloads > > directory. > > I'm planning to release this as part of a distro layer in the future. > Not all build machines will be under my control if others use the > layer. > > I'm going to drop this patch for now as I can maintain my own copy of > linux-raspberrypi.inc. I think it'd be good to get the other changes > into master. > > V2 incoming. I managed to follow the discussion. Sorry for my last reply on this. I don't think the solution would be to manage a custom inc file. We need to find a solution with this. Can I see and try your changes for the arhive? -- Andrei Gherzan signature.asc Description: PGP signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

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 > --- > recipes-core/packagegroups/packagegroup-rpi-test.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-core/packagegroups/packagegroup-rpi-te

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 > --- > ...ove-unused-sm_cache_map_vector-definition.patch | 31 + > .../linux-raspberrypi-4.1/0003-fix-gcc6.patch | 78 > ++ > recipes-

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

2016-07-08 Thread Andrei Gherzan
; delete 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

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