Commit 224985393774ee1235f4260f1cb1fef2e86cd2a9

Authored by Eric Lee
1 parent 549f6e58ef
Exists in master

Change the Linux Kernel RGMII TX/RX delay and CAN bus signal strenth

Showing 1 changed file with 1 additions and 1 deletions Inline Diff

recipes-kernel/linux/linux-smarcfimx6_4.9.11.bb
1 # Copyright (C) 2013-2016 Freescale Semiconductor 1 # Copyright (C) 2013-2016 Freescale Semiconductor
2 # Copyright 2017 NXP 2 # Copyright 2017 NXP
3 # Released under the MIT license (see COPYING.MIT for the terms) 3 # Released under the MIT license (see COPYING.MIT for the terms)
4 4
5 SUMMARY = "Linux Kernel for SMARC-FiMX6 and supported by Embedian" 5 SUMMARY = "Linux Kernel for SMARC-FiMX6 and supported by Embedian"
6 DESCRIPTION = "Linux Kernel provided and supported by Embedian with focus on \ 6 DESCRIPTION = "Linux Kernel provided and supported by Embedian with focus on \
7 SMARC-FiMX6 Family Computer on Modules. It includes support for many IPs such as GPU, VPU and IPU." 7 SMARC-FiMX6 Family Computer on Modules. It includes support for many IPs such as GPU, VPU and IPU."
8 8
9 require recipes-kernel/linux/linux-imx.inc 9 require recipes-kernel/linux/linux-imx.inc
10 require recipes-kernel/linux/linux-dtb.inc 10 require recipes-kernel/linux/linux-dtb.inc
11 11
12 DEPENDS += "lzop-native bc-native" 12 DEPENDS += "lzop-native bc-native"
13 13
14 SRCBRANCH = "smarc-imx_4.9.11_1.0.0_ga" 14 SRCBRANCH = "smarc-imx_4.9.11_1.0.0_ga"
15 15
16 SRC_URI = "${EMB_KERNEL_MIRROR};protocol=ssh;branch=${SRCBRANCH} \ 16 SRC_URI = "${EMB_KERNEL_MIRROR};protocol=ssh;branch=${SRCBRANCH} \
17 file://defconfig \ 17 file://defconfig \
18 " 18 "
19 19
20 SRCREV = "1e83e42ec86bb9a60d027eb95f88f3760533811d" 20 SRCREV = "02e1c8b441b4371d347e9007088d385989b56465"
21 PV = "4.9.11" 21 PV = "4.9.11"
22 LOCALVERSION = "-1.0.1_smarc" 22 LOCALVERSION = "-1.0.1_smarc"
23 23
24 DEFAULT_PREFERENCE = "1" 24 DEFAULT_PREFERENCE = "1"
25 25
26 COMPATIBLE_MACHINE = "(mx6|mx7|imx6q1gsmarc|imx6q2gsmarc|imx6u1gsmarc|imx6solosmarc|imx6qp1gsmarc|imx6qp2gsmarc)" 26 COMPATIBLE_MACHINE = "(mx6|mx7|imx6q1gsmarc|imx6q2gsmarc|imx6u1gsmarc|imx6solosmarc|imx6qp1gsmarc|imx6qp2gsmarc)"
27 EXTRA_OEMAKE_append_mx6 = " ARCH=arm" 27 EXTRA_OEMAKE_append_mx6 = " ARCH=arm"
28 EXTRA_OEMAKE_append_mx7 = " ARCH=arm" 28 EXTRA_OEMAKE_append_mx7 = " ARCH=arm"
29 29