[meta-freescale] Updates to meta-freescale (master) in 2017-09-12

otavio.salvador at gmail.com otavio.salvador at gmail.com
Tue Sep 12 07:22:48 PDT 2017


Hello,

I pushed following updates:

commit 3351b1c100b7a7da1cdc15c2d6d4ccb502bc4ba5 (yocto/master-next, yocto/master)
Author: Fabio Berton <fabio.berton at ossystems.com.br>
Date:   Mon Sep 11 18:17:29 2017 -0300

    u-boot-fslc: Upgrade to 2017.09 release
    
    This commit merge tag v2017.09 and apply the following commits on top
    of it:
    
        - e4a4d913e9 ipu_common: Let the MX6 IPU clock be calculated in run-time
        - 57ea8c60e4 pico-imx7d: Add support for secure boot
        - c5ad50303c mx6sabre_common: Dynamically change the video output
        - 9b412b485a mx6sabre_common: Place video related settings in common code
        - d3d0f38957 wandboard: Set fdt based on board_rev and board_name
        - 199cce79e4 mx6sabresd: Enable video interfaces in bootargs
        - 37d69b40ea mx6sabresd: Use LDO dtb file until LDO bypass support is added
        - 29fffd2510 mx6slevk: Use LDO dtb file until LDO bypass support is added
    
    Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit da93f3cf950ed90fffca6cbc9bcd2cd932fd8493
Author: Fabio Berton <fabio.berton at ossystems.com.br>
Date:   Mon Sep 11 18:17:28 2017 -0300

    linux-fslc: Bump version 4.13 to revision b5bb3d72aa5a
    
    This commit merges tag v4.13.1 into 4.13.x+fslc and apply the following
    commits on top of it:
    
        - b5bb3d72aa5a Merge tag 'v4.13.1' into 4.13.x+fslc
        - 94cd0e9dcdc1 Linux 4.13.1
        - 4870e1667818 rtlwifi: Fix fallback firmware loading
        - cf37a1b98147 rtlwifi: Fix memory leak when firmware request fails
        - d29e6c2a62cf of/device: Prevent buffer overflow in of_device_modalias()
        - 9cbbaf108404 scsi: sg: recheck MMAP_IO request length with lock held
        - 200afc408c2d scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE
        - ba25748e0a74 cs5536: add support for IDE controller variant
        - c67efb092590 ahci: don't use MSI for devices with the silly Intel NVMe remapping scheme
        - 306096013054 workqueue: Fix flag collision
        - 209db16d0fdc drm/nouveau: Fix error handling in nv50_disp_atomic_commit
        - a60349565c1b drm/nouveau/pci/msi: disable MSI on big-endian platforms by default
        - e0441819b67f s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs
        - e9b8f63c296c MCB: add support for SC31 to mcb-lpc
        - 24bb35f226ee mwifiex: correct channel stat buffer overflows
        - 6b42a3cc0b5c dlm: avoid double-free on error path in dlm_device_{register,unregister}
        - 69777219178d iwlwifi: pci: add new PCI ID for 7265D
        - 28c300fda1cf Bluetooth: Add support of 13d3:3494 RTL8723BE device
        - 3d9dc09e99b5 rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter
        - 00d0e93a997a drm/dp/mst: Handle errors from drm_atomic_get_private_obj_state() correctly
        - 410ef183b804 drm/ttm: Fix accounting error when fail to get pages for pool
        - 419a7f1e0904 drm/vgem: Pin our pages for dmabuf exports
        - 2e78447a2d10 ath10k: fix memory leak in rx ring buffer allocation
        - e35d21f7f691 intel_th: pci: Add Cannon Lake PCH-LP support
        - c388e61b09d1 intel_th: pci: Add Cannon Lake PCH-H support
        - 328082ebd9ed fpga: altera-hps2fpga: fix multiple init of l3_remap_lock
        - f89830dba413 thunderbolt: Fix reset response_type
        - 9808d1a5e205 crypto: caam/qi - fix compilation with DEBUG enabled
        - 224aec7e1cb4 crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y
        - 5f9463ea026d binder: free memory on error
        - 8d898335ddda HID: wacom: Do not completely map WACOM_HID_WD_TOUCHRINGSTATUS usage
        - 5beb744c8394 driver core: bus: Fix a potential double free
        - 51a39e2bc933 iio: adc: ti-ads1015: add adequate wait time to get correct conversion
        - d9320af32f64 iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacks
        - 1c68b99af8eb iio: adc: ti-ads1015: avoid getting stale result after runtime resume
        - 86b6c05fe2b7 iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not set
        - dac6ce351a10 iio: adc: ti-ads1015: fix scale information for ADS1115
        - cc06f5a9be34 iio: adc: ti-ads1015: fix incorrect data rate setting update
        - 34c874a4dff3 staging: fsl-dpaa2/eth: fix off-by-one FD ctrl bitmaks
        - 2d94a1e80a9c staging: ccree: save ciphertext for CTS IV
        - a55273d7af6c staging/rts5208: fix incorrect shift to extract upper nybble
        - 9bf1256726f6 USB: core: Avoid race of async_completed() w/ usbdev_release()
        - 5da7c0ceab40 ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.
        - df3389727c0f ANDROID: binder: add padding to binder_fd_array_object.
        - 26be1058110e USB: musb: fix external abort on suspend
        - 02fa872288e0 usb:xhci:Fix regression when ATI chipsets detected
        - f6f8eb105096 usb: Add device quirk for Logitech HD Pro Webcam C920-C
        - 520369b70804 USB: serial: option: add support for D-Link DWM-157 C1
        - 970974a7add8 usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
    
    Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit d0edd546d3d1dcda52a5a0287eb70eeadcffa692
Author: Fabio Berton <fabio.berton at ossystems.com.br>
Date:   Fri Sep 8 16:29:36 2017 -0300

    linux-fslc: Bump version 4.13 to revision b05d3703cff9
    
    This commit merge tag v4.13 into 4.13.x+fslc
    
    Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit d0ce8f87cc2ace0181987c4e28011a9958bab650
Author: Chunrong Guo <chunrong.guo at nxp.com>
Date:   Mon Sep 4 13:32:45 2017 +0800

    Remove $COREBASE/LICENSE from LIC_FILES_CHKSUM
    
    Several recipes reference the LICENSE file in their LIC_FILES_CHKSUM variable as ${COREBASE}/LICENSE.
    This forces distribution providers to keep this file verbatim or to overload the affected recipes.
    The section "Moving to the Yocto Project 1.6 Release" in the Yocto manual suggests removing the LICENSE file where possible.
    
    Remove LICENSE in cases where COPYING.MIT is also given and replace LICENSE with COPYING.MIT if the former was the only entry.
    All modified recipes specify LICENSE = "MIT" and none of the in-tree files specify a different license either.
    
    As the packages do not change (the license files are not contained in them), do not increase PR.
    
    (From OE-Core rev: 0059e0661826c857a07c862bcb46162671e0e330)
    
    Signed-off-by: Chunrong Guo <chunrong.guo at nxp.com>
    Signed-off-by: Chunrong Guo <chunrong.guo at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

Regards,

--
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


More information about the meta-freescale mailing list