Update kernel to Boundary Devices' latest. The only notable updates in this release are the addition of a device tree for use with Boundary Devices Nitrogen6_VM board and the addition of USB OTG cable detection through CONFIG_EXTCON.
Signed-off-by: Eric Nelson <[email protected]> --- recipes-kernel/linux/linux-boundary_3.10.17.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-boundary_3.10.17.bb b/recipes-kernel/linux/linux-boundary_3.10.17.bb index f194642..35c2440 100644 --- a/recipes-kernel/linux/linux-boundary_3.10.17.bb +++ b/recipes-kernel/linux/linux-boundary_3.10.17.bb @@ -11,7 +11,7 @@ SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH} \ LOCALVERSION = "-1.0.2_ga+yocto" SRCBRANCH = "boundary-imx_3.10.17_1.0.2_ga" -SRCREV = "3458a1aa2b78e6bf7eb4805504f42f1656735954" +SRCREV = "4da158a18c783310af9891a87e45c35077a97e32" DEPENDS += "lzop-native bc-native" COMPATIBLE_MACHINE = "(mx6)" COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite)" -- 2.4.2 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
