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(-) > > &

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

[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

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

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

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

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

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

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][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] ***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][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 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 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 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 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 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 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 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][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] 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][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] 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 v6 0/4] Support for .dtbo files for dtb overlays, required by kernels 4.4.6+

2016-07-31 Thread Andrei Gherzan
linux/linux-raspberrypi-4.4/0001-fix-dtbo-rules.patch > > > > -- > > 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 v4 00/12] Support for VC4 graphics driver

2016-07-31 Thread Andrei Gherzan
; 2.7.4 > > -- > _______ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto I would have wanted to merge this but they depend on dtbo support which doesn't have the required bits in oe.core. So I can't merge this until that lands in oe-core. Regards, -- Andrei Gherzan signature.asc Description: PGP signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi] linux-raspberrypi versions

2016-07-31 Thread Andrei Gherzan
gt; >> linux-raspberrypi GitHub repository has been > >> 4.4 since then. I think we should change the default version to 4.4 unless > >> there's a good reason not to. > >> > >> If there's no objections I'll send a couple of patches to drop 3.18 and > >> change the default to 4.4. >

Re: [yocto] [meta-raspberrypi][PATCH 1/2] sdcard_image-rpi.bbclass: Add the vardepexcludes

2016-07-13 Thread Andrei Gherzan
t; > +IMAGE_CMD_rpi-sdimg[vardepsexclude] += "IMAGEDATESTAMP" > +IMAGE_CMD_rpi-sdimg[vardepsexclude] += "DATETIME" > > IMAGE_CMD_rpi-sdimg () { > > -- > 2.9.0 > > -- > ___________ > yocto

Re: [yocto] [meta-raspberrypi][PATCH 2/2] gstreamer1.0-omx-1.2.0: Add patches and bbappend for 1.2.0 separately

2016-07-13 Thread Andrei Gherzan
mage then fails */ > + if (feature > + && gst_caps_features_contains (feature, > +- GST_CAPS_FEATURE_MEMORY_EGL_IMAGE) && !found) { > ++ GST_CAPS_FEATURE_MEMORY_GL_MEMORY) && !found) { > + return FALSE; > + } > + } > +-- > +2.5.0 > + > diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-omx_%.bbappend > b/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bbappend > similarity index 70% > copy from recipes-multimedia/gstreamer/gstreamer1.0-omx_%.bbappend > copy to recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bbappend > index a13aad7..1e84abe 100644 > --- a/recipes-multimedia/gstreamer/gstreamer1.0-omx_%.bbappend > +++ b/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bbappend > @@ -3,14 +3,16 @@ > # > SRC_URI_append_rpi = " \ > file://0001-config-files-path.patch \ > - > file://0002-Don-t-try-to-acquire-buffer-when-src-pad-isn-t-activ.patch \ > - file://0003-fix-decoder-flushing.patch \ > + > file://0001-Don-t-try-to-acquire-buffer-when-src-pad-isn-t-activ.patch \ > + file://0002-fix-decoder-flushing.patch \ > file://0003-no-timeout-on-get-state.patch \ > file://0004-Properly-handle-drain-requests-while-flushing.patch > \ > > file://0005-Don-t-abort-gst_omx_video_dec_set_format-if-there-s-.patch \ > + > file://0006-omxvideodec-unref-allocator-after-getting-it-from-al.patch \ > + file://0007-omxvideodec-Use-gstglmemoryegl-for-the-RPi.patch \ > " > > -FILESEXTRAPATHS_prepend := "${THISDIR}/gstreamer1.0-omx:" > +FILESEXTRAPATHS_prepend := "${THISDIR}/gstreamer1.0-omx-1.2.0:" > > GSTREAMER_1_0_OMX_TARGET_rpi = "rpi" > GSTREAMER_1_0_OMX_CORE_NAME_rpi = "${libdir}/libopenmaxil.so" > diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-omx_%.bbappend > b/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bbappend > similarity index 100% > rename from recipes-multimedia/gstreamer/gstreamer1.0-omx_%.bbappend > rename to recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bbappend > -- > 2.9.0 > > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto 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] [meta-raspberrypi][PATCH 2/3] u-boot-scr: Add recipe to create u-boot boot script

2016-07-13 Thread Andrei Gherzan
oot.scr > +} > + > +inherit deploy > + > +do_deploy() { > +install -d ${DEPLOYDIR} > + install -m 0644 boot.scr ${DEPLOYDIR} > +} > + > +addtask do_deploy after do_compile before do_build > -- > 2.1.4 > > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto I would expect uboot to RDEPEND on this recipe too. As without it the board doesn't autoboot. -- 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/3] sdcard_image-rpi.bbclass: Include boot script when using u-boot

2016-07-13 Thread Andrei Gherzan
> ::boot.scr > ;; > *) > mcopy -i ${WORKDIR}/boot.img -s > ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}${KERNEL_INITRAMFS}-${MACHINE}.bin > ::${SDIMG_KERNELIMAGE} > -- > 2.1.4 > > -- > _______ > yoct

Re: [yocto] [meta-raspberrypi] u-boot doesnt boot kernel

2016-07-13 Thread Andrei Gherzan
u can get the patches from the mailing list or use the > > 'pbarker/u-boot' branch of https://gitlab.com/oryx/meta-raspberrypi. > > > > Let me know if this works for you. > > -- > > ___ > > yocto mailing list > > yoct

Re: [yocto] [meta-raspberrypi][PATCH 1/3] rpi-base.inc: Don't install kernel image into rootfs

2016-07-13 Thread Andrei Gherzan
emove this extra commented new line. > +# The kernel image is installed into the FAT32 boot partition and does not > need > +# to also be installed into the rootfs. > +RDEPENDS_kernel-base = "" Very good catch. Thanks. -- Andrei Gherzan signature.asc De

Re: [yocto] [meta-raspberrypi][PATCH 4/4] sdcard_image-rpi.bbclass: Exclude DATETIME from task stamp

2016-07-13 Thread Andrei Gherzan
wup was sent to correct this > > https://lists.yoctoproject.org/pipermail/yocto/2016-July/031035.html​ > > > > > > > > IMAGE_CMD_rpi-sdimg () { > > > > > > -- > > > 2.9.0 > > > > > > > Regards, > > Jonathan > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto This patch is now in master. -- 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 01:43:23PM -0700, Khem Raj wrote: > > > On Tue, Jun 14, 2016 at 4:50 PM, Andrei Gherzan <and...@gherzan.ro> wrote: > > Signed-off-by: Andrei Gherzan <and...@gherzan.ro> > > --- > > ...ove-unused-sm_cache_map_vector-definition.patch |

Re: [yocto] [meta-raspberrypi] PL2303 instability on RPi 3 but not on RPi 2

2016-07-08 Thread Andrei Gherzan
ower up your board. I do and I experience no issue but it might be something there. -- 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/4] userland: Upgrade to latest tip

2016-07-08 Thread Andrei Gherzan
ipes-graphics/userland/userland_git.bb > index 7acd8b8..6e73ca7 100644 > --- a/recipes-graphics/userland/userland_git.bb > +++ b/recipes-graphics/userland/userland_git.bb > @@ -16,24 +16,23 @@ COMPATIBLE_MACHINE = "raspberrypi" > > SRCBRANCH = "master" > SR

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] [meta-raspberry] Raspberry Pi 3

2016-07-08 Thread Andrei Gherzan
o mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto How do you check that the image is running or not? PS: Please us the correct subject tag: meta-raspberrypi. -- Andrei Gherzan signature.asc Description: PGP signature -- _

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] [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/5] raspberrypi-cm.conf: Add dummy machine for CM1 (alias for RPi1)

2017-01-25 Thread Andrei Gherzan
On Fri, Jan 20, 2017 at 7:16 PM, Andrei Gherzan <and...@gherzan.ro> wrote: > Signed-off-by: Andrei Gherzan <and...@gherzan.ro> > --- > conf/machine/raspberrypi-cm.conf | 6 ++ > 1 file changed, 6 insertions(+) > create mode 100644 conf/machine/raspberrypi-cm

Re: [yocto] [meta-raspberrypi][PATCH] u-boot: drop backported patches

2017-01-25 Thread Andrei Gherzan
ALLOC_CACHE_ALIGN_BUFFER(struct msg_get_mac_address, msg, 1); > -@@ -356,6 +384,7 @@ static void set_serial_number(void) > - > - int misc_init_r(void) > - { > -+set_fdt_addr(); > - set_fdtfile(); > - set_usbethaddr(); > - #ifdef CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG > --- > -2.1

Re: [yocto] [meta-raspberrypi][morty][PATCH V2] Revert "u-boot: drop patch to include lowlevel_init"

2017-01-25 Thread Andrei Gherzan
" \ > file://0001-arm-add-save_boot_params-for-ARM1176.patch \ > file://0002-rpi-passthrough-of-the-firmware-provided-FDT-blob.patch \ > +file://0003-Include-lowlevel_init.o-for-rpi2.patch \ > " > -- > 2.1.4 > Merged to morty. Thank you. -- Andrei Gherzan signature.asc Description: PGP signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [meta-raspberrypi][PATCH 5/5] README: Mention CM1 and CM3 support

2017-01-20 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan <and...@gherzan.ro> --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index a784890..65a1e5f 100644 --- a/README +++ b/README @@ -79,6 +79,8 @@ c. Set MACHINE in local.conf to one of the supported boards: - raspbe

[yocto] [meta-raspberrypi][PATCH 3/5] raspberrypi*.conf: Minor tweaks

2017-01-20 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan <and...@gherzan.ro> --- conf/machine/raspberrypi.conf | 1 - conf/machine/raspberrypi0.conf | 1 - conf/machine/raspberrypi2.conf | 1 - conf/machine/raspberrypi3.conf | 4 +--- 4 files changed, 1 insertion(+), 6 deletions(-) diff --git a/conf/m

[yocto] [meta-raspberrypi][PATCH 2/5] raspberrypi-cm3.conf: Add dummy machine for CM3 (alias for RPi2)

2017-01-20 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan <and...@gherzan.ro> --- conf/machine/raspberrypi-cm3.conf | 6 ++ 1 file changed, 6 insertions(+) create mode 100644 conf/machine/raspberrypi-cm3.conf diff --git a/conf/machine/raspberrypi-cm3.conf b/conf/machine/raspberrypi-cm3.conf new file mode 100644

[yocto] [meta-raspberrypi][PATCH 4/5] rpi-base.inc: Include dtb file for CM1 and CM3

2017-01-20 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan <and...@gherzan.ro> --- conf/machine/include/rpi-base.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 9f20663..e069e70 100644 --- a/conf/machine/inclu

[yocto] [meta-raspberrypi][PATCH 1/5] raspberrypi-cm.conf: Add dummy machine for CM1 (alias for RPi1)

2017-01-20 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan <and...@gherzan.ro> --- conf/machine/raspberrypi-cm.conf | 6 ++ 1 file changed, 6 insertions(+) create mode 100644 conf/machine/raspberrypi-cm.conf diff --git a/conf/machine/raspberrypi-cm.conf b/conf/machine/raspberrypi-cm.conf new file mode 100644

Re: [yocto] [meta-raspberrypi][PATCH V2 03/11] raspberrypi3-64.conf: Use 4.9 as default kernel

2017-02-15 Thread Andrei Gherzan
On Wed, Feb 15, 2017 at 06:47:17PM -0800, Khem Raj wrote: > On Wed, Feb 15, 2017 at 6:34 PM, Khem Raj <raj.k...@gmail.com> wrote: > > On Wed, Feb 15, 2017 at 6:09 PM, Andrei Gherzan <and...@gherzan.ro> wrote: > >> On Sat, Feb 11, 2017 at 09:26:47PM -0800, Khem Raj wr

Re: [yocto] [meta-raspberrypi][PATCH RFC 0/3] Use AUTOREV in linux-raspberrypi_dev

2017-02-18 Thread Andrei Gherzan
Use AUTOREV > > linux-raspberrypi_dev: Allow branch override > > linux-raspberrypi_dev: Disable version sanity check > > > > recipes-kernel/linux/linux-raspberrypi_dev.bb | 11 --- > > 1 file changed, 8 insertions(+

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: Fix uImage build on 4.9.y and later

2017-02-18 Thread Andrei Gherzan
rnel. This value is > not > +# set by default in rpi-4.8.y and later branches so we need to provide it > +# manually. This value unused if KERNEL_IMAGETYPE is not uImage. > +KERNEL_EXTRA_ARGS += "LOADADDR=0x8000" Any reason not to set this in the machine configuration file?

Re: [yocto] [meta-raspberrypi][PATCH V4 01/14] Add raspberrypi3-64.conf

2017-02-16 Thread Andrei Gherzan
T_MACHINE = "rpi_3_config" > -- > 2.11.1 > > -- > ___________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto The entire patch set was merged to master. Thanks. -- Andrei Gherzan gp

Re: [yocto] [meta-raspberrypi][PATCH RFC 3/3] linux-raspberrypi_dev: Disable version sanity check

2017-02-18 Thread Andrei Gherzan
; KERNEL_EXTRA_ARGS += "LOADADDR=0x8000" > + > +# Disable version check so that we don't have to edit this recipe every time > +# upstream bumps the version > +KERNEL_VERSION_SANITY_SKIP = "1" > -- > 2.11.0 > This one depends on [yocto] [met

Re: [yocto] [meta-raspberrypi][morty][PATCH 0/2] Stable branch kernel upgrades

2017-02-19 Thread Andrei Gherzan
anted, > > I'll > > try to do this once a month or so for morty (and pyro when it's released) > > until > > the end of the 12-month support period for each release. > > Sounds good. Thanks Paul. - -- Andrei Gherzan gpg: rsa4096/D4D94F67AD0E9640 | t: @agherzan -BEGIN PGP

Re: [yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi_4.4: Update to 4.4.48

2017-02-15 Thread Andrei Gherzan
4b" > SRC_URI = > "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.4.y \ > file://0001-fix-dtbo-rules.patch \ > " > -- > 2.11.0 > > -- > ___________ > yocto mailing list > y

Re: [yocto] [meta-raspberrypi][PATCH V2 03/11] raspberrypi3-64.conf: Use 4.9 as default kernel

2017-02-15 Thread Andrei Gherzan
gt; + > +PREFERRED_VERSION_linux-raspberrypi ?= "4.9.%" This doesn't really work as rpi-default-versions.inc already sets the version and this will not overwrite. Maybe have this before including rpi-base.inc? > -- > 2.11.1 > > -- > ___

Re: [yocto] [meta-raspberrypi][PATCH V2 03/11] raspberrypi3-64.conf: Use 4.9 as default kernel

2017-02-16 Thread Andrei Gherzan
On Thu, Feb 16, 2017 at 06:52:23AM -0800, Khem Raj wrote: > On Wed, Feb 15, 2017 at 10:01 PM, Andrei Gherzan <and...@gherzan.ro> wrote: > > On Wed, Feb 15, 2017 at 06:47:17PM -0800, Khem Raj wrote: > >> On Wed, Feb 15, 2017 at 6:34 PM, Khem Raj <raj.k...@gmail.com>

Re: [yocto] Change ssh key for meta-raspberrypi

2017-02-16 Thread Andrei Gherzan
On Thu, Feb 16, 2017 at 09:36:47AM -0500, Trevor Woerner wrote: > On Wed, Feb 15, 2017 at 7:11 PM, Andrei Gherzan <and...@gherzan.ro> wrote: > > Who do > > I have to talk to get this configured? > > > Michael Halstead (CC'ed) Thanks Trevor. Already sorted.

[yocto] Change ssh key for meta-raspberrypi

2017-02-15 Thread Andrei Gherzan
:000604159237 Thanks, -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [meta-raspberrypi][morty][PATCH 3/6] linux-raspberrypi: Drop v4.7

2017-01-19 Thread Andrei Gherzan
From: Paul Barker Signed-off-by: Paul Barker --- .../0001-fix-dtbo-rules.patch | 44 -- recipes-kernel/linux/linux-raspberrypi_4.7.bb | 9 - 2 files changed, 53 deletions(-) delete mode 100644

[yocto] [meta-raspberrypi][morty][PATCH 5/6] linux-raspberrypi_4.4: Update to 4.4.43

2017-01-19 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 3317c02..0f78225

[yocto] [meta-raspberrypi][morty][PATCH 4/6] linux-raspberrypi: Drop v4.8

2017-01-19 Thread Andrei Gherzan
From: Paul Barker Signed-off-by: Paul Barker --- recipes-kernel/linux/linux-raspberrypi_4.8.bb | 8 1 file changed, 8 deletions(-) delete mode 100644 recipes-kernel/linux/linux-raspberrypi_4.8.bb diff --git

[yocto] [meta-raspberrypi][morty][PATCH 1/6] linux-raspberrypi: Drop v4.1

2017-01-19 Thread Andrei Gherzan
-- */ - diff --git a/recipes-kernel/linux/linux-raspberrypi-4.1/0003-fix-gcc6.patch b/recipes-kernel/linux/linux-raspberrypi-4.1/0003-fix-gcc6.patch deleted file mode 100644 index 61ec2fb..000 --- a/recipes-kernel/linux/linux-raspberrypi-4.1/0003-fix-gcc6.patch +++ /dev/null @

[yocto] [meta-raspberrypi][morty][PATCH 2/6] linux-raspberrypi: Upgrade to v4.4.39

2017-01-19 Thread Andrei Gherzan
From: Paul Barker Signed-off-by: Paul Barker --- 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

[yocto] [meta-raspberrypi][morty][PATCH 6/6] linux-raspberrypi_4.9: Update to 4.9.4

2017-01-19 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan <and...@gherzan.ro> --- 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 20f43aa..cffea1a

Re: [yocto] [meta-raspberrypi][morty][PATCH 4/6] linux-raspberrypi: Drop v4.8

2017-01-19 Thread Andrei Gherzan
On Thu, Jan 19, 2017 at 12:03 PM, Paul Barker <p...@paulbarker.me.uk> wrote: > On 19 January 2017 11:50:57 GMT+00:00, Andrei Gherzan <and...@gherzan.ro> > wrote: >>From: Paul Barker <p...@paulbarker.me.uk> >> >>Signed-off-by: Paul Barker <p...@paulbark

Re: [yocto] [meta-raspberrypi][morty][PATCH 4/6] linux-raspberrypi: Drop v4.8

2017-01-19 Thread Andrei Gherzan
On Thu, Jan 19, 2017 at 12:41 PM, Paul Barker <p...@paulbarker.me.uk> wrote: > On 19 January 2017 12:07:11 GMT+00:00, Andrei Gherzan <and...@gherzan.ro> > wrote: >>On Thu, Jan 19, 2017 at 12:03 PM, Paul Barker <p...@paulbarker.me.uk> >>wrote: >>>

Re: [yocto] [meta-raspberrypi][PATCH 0/3] Kernel update and getVar cleanup

2017-01-18 Thread Andrei Gherzan
gt; > delete mode 100644 > > recipes-kernel/linux/linux-raspberrypi-4.1/0001-dts-add-overlay-for-pitft22.patch > > delete mode 100644 > > recipes-kernel/linux/linux-raspberrypi-4.1/0002-vmcs-Remove-unused-sm_cache_map_vector-definition.patch > > delete mode 100644 &

Re: [yocto] [meta-raspberrypi][PATCH 0/2] Drop kernel versions 4.7 and 4.8

2017-01-18 Thread Andrei Gherzan
, but > try to get an update in for 4.9.y first. I totally agree with this. I left this thread for a while to see if people are really attached to these versions. Our last decision was to keep: 1. last LTS 2. current stable version as considered by the upstream [default] 3. the latest bleading edge Based we should only keep 4.4 and 4.10 (or 4.9). Ane comments before I proceed? :) > > > -- > Sent from my Android device with K-9 Mail. Please excuse my brevity. > -- > ___ > 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 0/3] Kernel update and getVar cleanup

2017-01-18 Thread Andrei Gherzan
's currently > broken on master. We should create a morty branch for meta-raspberrypi before > applying these patches. > > Any objections to dropping linux-raspberrypi v4.1 or making a morty branch at > this point? > Created a morty branch and merged these patches in master

Re: [yocto] [meta-raspberrypi][PATCH 0/2] Drop kernel versions 4.7 and 4.8

2017-01-18 Thread Andrei Gherzan
ipes-kernel/linux/linux-raspberrypi_4.8.bb > > -- > 2.1.4 > > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto Merged to master. -- Andrei Gherzan signature.asc Description: PGP signature -- ___

Re: [yocto] [meta-raspberrypi][PATCH v2] linux-raspberrypi-rt: add

2017-01-18 Thread Andrei Gherzan
'll see > > what I can do. I vote for a rt repository externally maintained too. Having it here might not be the best idea on the long term. > > Sounds good... and Wow! GitLab looks awesome! I guess I'll look at how > the yocto kernels are managed and see if it applies. > Does it? :) > > Also, are you thinking of moving the -rt recipe to the 4.9 series when > > upstream linux-raspberrypi declares that stable? > > Yes. > > > When they declared 4.4 > > stable they stopped updating the 4.1 series pretty much immediately. I'm > > currently investigating whether there is any value in maintaining the > > 4.4 series ourselves after upstream moves on. > > I want to see how managing one goes. > -- > ___ > 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 0/2] Drop kernel versions 4.7 and 4.8

2017-01-18 Thread Andrei Gherzan
On Wed, Jan 18, 2017 at 05:24:05PM +0100, Leon Woestenberg wrote: > On Wed, Jan 18, 2017 at 4:40 PM, Andrei Gherzan <and...@gherzan.ro> wrote: > > > > > Based we should only keep 4.4 and 4.10 (or 4.9). > > > > Ane comments before I proceed? :) > > &g

Re: [yocto] [PATCH 2/2] linux-raspberrypi_4.9: Update to 4.9.4

2017-01-18 Thread Andrei Gherzan
On Wed, Jan 18, 2017 at 06:34:02PM +0100, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan <and...@gherzan.ro> > --- > recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-kernel/linux/linux

Re: [yocto] [meta-raspberrypi][PATCH] gstreamer1.0-omx: Add 1.10x support

2017-01-18 Thread Andrei Gherzan
On Sat, Dec 31, 2016 at 01:28:46PM -0800, Khem Raj wrote: > On Thu, Dec 29, 2016 at 10:16 AM, Andrei Gherzan <and...@gherzan.ro> wrote: > > On Wed, Dec 21, 2016 at 11:59:21PM -0800, Khem Raj wrote: > >> Restructure the bbappends such that common portions > >>

[yocto] [PATCH 2/2] linux-raspberrypi_4.9: Update to 4.9.4

2017-01-18 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan <and...@gherzan.ro> --- 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 20f43aa..cffea1a

[yocto] [PATCH 1/2] linux-raspberrypi_4.4: Update to 4.4.43

2017-01-18 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 3317c02..0f78225

Re: [yocto] [meta-raspberrypi][morty][PATCH 4/6] linux-raspberrypi: Drop v4.8

2017-01-20 Thread Andrei Gherzan
On Fri, Jan 20, 2017 at 6:49 AM, Khem Raj wrote: > 4.8 will build until rpi kernel folks rebase the branch :( moving > forward, we should only keep stable branches which they dont rebase > hopefully and 1 more recipe called linux-raspberrypi_dev.bb to track > the latest

<    2   3   4   5   6   7   8   9   10   >