On Mon, Mar 13, 2017 at 08:38:23PM +0000, Paul Barker wrote: > On Sun, 12 Mar 2017 03:18:45 -0700 > Khem Raj <[email protected]> wrote: > > > The following changes since commit c768a3d1aed8d16d08afe12fddb359914e0a203a: > > > > linux-raspberrypi_dev: Fix build on rpi3 64bit (2017-02-16 20:53:18 +0100) > > > > are available in the git repository at: > > > > https://github.com/kraj/meta-raspberrypi kraj/pu > > > > for you to fetch changes up to 6c8ca9ccf1748f6a40e4f30f5df49e2501259cb0: > > > > sdcard_image: fix sdcard image generation (2017-03-11 17:38:06 -0800) > > > > ---------------------------------------------------------------- > > Andreas Müller (1): > > xserver-xf86-config: remove evdev configuration > > > > Janek Filus (1): > > sdcard_image: fix sdcard image generation > > > > Khem Raj (7): > > omxplayer: Update to latest and disable on rpi64 > > linux-firmware: Bring up wifi/ble interface on rpi3 > > firmware: Update to 20170303 release > > linux-raspberrypi_4.9.bb: Update to 4.9.13 > > linux-raspberrypi: Default to 4.9 kernel > > userland: Update to latest > > userland: Do not provide libgl > > > > Maciej Borzecki (2): > > wic: move sdimage-raspberrypi to toplevel wic location > > rpi-base: wic: generate entries for device tree files > > > > Maxin B. John (1): > > gstreamer1.0-omx: remove bbappend for version 1.2.0 and git > > > > Paul Barker (6): > > linux-raspberrypi: Fix uImage build on 4.9.y and later > > linux-raspberrypi_dev: Use AUTOREV > > linux-raspberrypi_dev: Allow branch override > > linux-raspberrypi_dev: Disable version sanity check > > linux-raspberrypi_4.4: Update to 4.4.50 > > linux-raspberrypi_dev: Add back arm64 dtbo rules patch > > > > classes/sdcard_image-rpi.bbclass | 4 +- > > conf/machine/include/rpi-base.inc | 32 ++++- > > conf/machine/include/rpi-default-versions.inc | 2 +- > > conf/machine/raspberrypi3-64.conf | 2 - > > recipes-bsp/common/firmware.inc | 6 +- > > ...-applications-to-set-next-resource-handle.patch | 6 +- > > ...ayland-Add-support-for-the-Wayland-winsys.patch | 14 +-- > > .../0003-wayland-Add-Wayland-example.patch | 6 +- > > ...-wayland-egl-Add-bcm_host-to-dependencies.patch | 6 +- > > ...emove-faulty-assert-to-make-weston-happy-.patch | 6 +- > > ...6-zero-out-wl-buffers-in-egl_surface_free.patch | 6 +- > > ...007-initialize-front-back-wayland-buffers.patch | 6 +- > > .../userland/userland/0008-Remove-RPC_FLUSH.patch | 6 +- > > .../userland/0009-fix-cmake-dependency-race.patch | 8 +- > > ...Fix-for-framerate-with-nested-composition.patch | 6 +- > > .../0011-build-shared-library-for-vchostif.patch | 8 +- > > ...nt-buffer-wrapping-interface-for-dispmanx.patch | 6 +- > > ...13-Implement-triple-buffering-for-wayland.patch | 11 +- > > recipes-graphics/userland/userland_git.bb | 4 +- > > .../rpi/xorg.conf.d/10-evdev.conf | 40 ------ > > .../xorg-xserver/xserver-xf86-config_0.1.bbappend | 22 ++-- > > .../linux-firmware/files/brcmfmac43430-sdio.txt | 66 ++++++++++ > > .../linux-firmware/linux-firmware_%.bbappend | 12 ++ > > ...-Add-rules-for-.dtbo-files-for-dts-overla.patch | 0 > > recipes-kernel/linux/linux-raspberrypi_4.4.bb | 5 +- > > recipes-kernel/linux/linux-raspberrypi_4.9.bb | 10 +- > > recipes-kernel/linux/linux-raspberrypi_dev.bb | 18 ++- > > ...o-acquire-buffer-when-src-pad-isn-t-activ.patch | 48 -------- > > .../0001-config-files-path.patch | 137 > > --------------------- > > .../0002-fix-decoder-flushing.patch | 16 --- > > .../0003-no-timeout-on-get-state.patch | 16 --- > > ...erly-handle-drain-requests-while-flushing.patch | 69 ----------- > > ...-gst_omx_video_dec_set_format-if-there-s-.patch | 30 ----- > > ...-unref-allocator-after-getting-it-from-al.patch | 48 -------- > > ...mxvideodec-Use-gstglmemoryegl-for-the-RPi.patch | 115 ----------------- > > .../gstreamer/gstreamer1.0-omx_1.2.0.bbappend | 14 --- > > .../gstreamer/gstreamer1.0-omx_git.bbappend | 13 -- > > ...nd-headers-from-ffmpeg-are-installed-in-u.patch | 27 ++-- > > ...PEG_EXTRA_CFLAGS-and-FFMPEG_EXTRA_LDFLAGS.patch | 24 ++-- > > recipes-multimedia/omxplayer/omxplayer_git.bb | 13 +- > > .../canned-wks => wic}/sdimage-raspberrypi.wks | 0 > > 41 files changed, 235 insertions(+), 653 deletions(-) > > delete mode 100644 > > recipes-graphics/xorg-xserver/xserver-xf86-config/rpi/xorg.conf.d/10-evdev.conf > > create mode 100644 > > recipes-kernel/linux-firmware/files/brcmfmac43430-sdio.txt > > create mode 100644 recipes-kernel/linux-firmware/linux-firmware_%.bbappend > > rename recipes-kernel/linux/{linux-raspberrypi-4.9 => > > linux-raspberrypi-dev}/0001-build-arm64-Add-rules-for-.dtbo-files-for-dts-overla.patch > > (100%) > > delete mode 100644 > > recipes-multimedia/gstreamer/gstreamer1.0-omx-1.2.0/0001-Don-t-try-to-acquire-buffer-when-src-pad-isn-t-activ.patch > > delete mode 100644 > > recipes-multimedia/gstreamer/gstreamer1.0-omx-1.2.0/0001-config-files-path.patch > > delete mode 100644 > > recipes-multimedia/gstreamer/gstreamer1.0-omx-1.2.0/0002-fix-decoder-flushing.patch > > delete mode 100644 > > recipes-multimedia/gstreamer/gstreamer1.0-omx-1.2.0/0003-no-timeout-on-get-state.patch > > delete mode 100644 > > recipes-multimedia/gstreamer/gstreamer1.0-omx-1.2.0/0004-Properly-handle-drain-requests-while-flushing.patch > > delete mode 100644 > > recipes-multimedia/gstreamer/gstreamer1.0-omx-1.2.0/0005-Don-t-abort-gst_omx_video_dec_set_format-if-there-s-.patch > > delete mode 100644 > > recipes-multimedia/gstreamer/gstreamer1.0-omx-1.2.0/0006-omxvideodec-unref-allocator-after-getting-it-from-al.patch > > delete mode 100644 > > recipes-multimedia/gstreamer/gstreamer1.0-omx-1.2.0/0007-omxvideodec-Use-gstglmemoryegl-for-the-RPi.patch > > delete mode 100644 > > recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bbappend > > delete mode 100644 > > recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bbappend > > rename {scripts/lib/image/canned-wks => wic}/sdimage-raspberrypi.wks (100%) > > I'm now using this set of changes and all looks good. +1 to this pull > request. > > Let me know if the patches from me need sending to the list separately. > They didn't make it to the list as I was having email problems over the > weekend. > > I'm going to queue up the 4.4.y and 4.9.y updates for morty this > week based on what's in this pull request. > > (Re-sent to the list as the last one got eaten. Changing over email > addresses is a pain!) > > Cheers, > Paul Barker > -- > _______________________________________________ > yocto mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/yocto
Doing some testing. Will come back with results. -- Andrei Gherzan gpg: rsa4096/D4D94F67AD0E9640 | t: @agherzan
signature.asc
Description: PGP signature
-- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
