diff options
author | Stefan Riedmueller <s.riedmueller@phytec.de> | 2017-09-20 12:28:31 +0200 |
---|---|---|
committer | Stefan Müller-Klieser <s.mueller-klieser@phytec.de> | 2017-09-27 16:25:43 +0200 |
commit | 72bd4d8b3f08fb51d591a4be4f63f21d53c1d71c (patch) | |
tree | ee0538427e1351dccd60c77205629f2dd14fbba4 | |
parent | 39fde5853a00938f283d3e812cf9a8e604b5bcf0 (diff) | |
download | meta-phytec-2.2.2-phy2.tar.bz2 meta-phytec-2.2.2-phy2.zip |
kernel: linux: Update kernel recipe to v4.12.4-phy3:2.2.2-phy22.2.2-phy1
Changes from v4.12.4-phy2 to v4.12.4-phy3:
ARM: dts: imx6ul-segin: add ethphy settings
ARM: imx6ul: phy_fixup consider led-mode
Revert "serial: imx: support RS-485 Rx disable on Tx"
serial: imx: in RS485 mode set cts pin low at startup and idle
serial: imx: Ignore disabled interrupts
serial: imx: Don't disable UCR2_TXEN and UCR2_RXEN
serial: imx: Config uart to rs485 in probe
imx_v6_v7_defconfig: disable CONFIG_PROVE_LOCKING
imx_v6_v7_defconfig: Enable userspace governor
ARM: dts: phyCORE-i.MX 6UL: Delete EEPROM ID page node
ARM: dts: phyBOARD-Segin: Use 4-bit bus width for peb-wlbt-01
Also removed the phyboard-segin-imx6ul-5 from COMPATIBLE_MACHINES since
the Wifi-Kit is only used with the Vendor BSP.
Signed-off-by: Stefan Riedmueller <s.riedmueller@phytec.de>
Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de>
-rw-r--r-- | recipes-kernel/linux/linux-mainline_4.12.4-phy3.bb (renamed from recipes-kernel/linux/linux-mainline_4.12.4-phy2.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-mainline_4.12.4-phy2.bb b/recipes-kernel/linux/linux-mainline_4.12.4-phy3.bb index c895f27..3227a6c 100644 --- a/recipes-kernel/linux/linux-mainline_4.12.4-phy2.bb +++ b/recipes-kernel/linux/linux-mainline_4.12.4-phy3.bb @@ -12,11 +12,10 @@ PR = "${INC_PR}.0" # NOTE: PV must be in the format "x.y.z-.*". It cannot begin with a 'v'. # NOTE: Keep version in filename in sync with commit id! -SRCREV = "b5d70bd73e605a97f66c38ed506ab4d558b11d6b" +SRCREV = "6df8b6f348b0127a90f3f0df1e92498811693b21" S = "${WORKDIR}/git" COMPATIBLE_MACHINE = "phyboard-segin-imx6ul-2" COMPATIBLE_MACHINE .= "|phyboard-segin-imx6ul-3" COMPATIBLE_MACHINE .= "|phyboard-segin-imx6ul-4" -COMPATIBLE_MACHINE .= "|phyboard-segin-imx6ul-5" |