machine: am335x-nbhw16: update kernel version
The newer kernel version has a fix for CVE-2017-1000251 which allows attackers to produce a buffer overflow via bluetooth in the kernel.
This commit is contained in:
parent
2d83492660
commit
e9ca2d1ad0
|
|
@ -21,5 +21,5 @@ KERNEL_IMAGETYPE = "zImage"
|
||||||
PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule"
|
PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule"
|
||||||
PV_pn-linux-netmodule = "4.4.71-${SRCPV}"
|
PV_pn-linux-netmodule = "4.4.71-${SRCPV}"
|
||||||
SRC_URI_pn-linux-netmodule = "git://github.com/netmodule/linux.git;protocol=https;branch=nbhw16-4.4-pm-ti"
|
SRC_URI_pn-linux-netmodule = "git://github.com/netmodule/linux.git;protocol=https;branch=nbhw16-4.4-pm-ti"
|
||||||
SRCREV_pn-linux-netmodule = "cc1311058ca565929b749a829ed6c623cc6ad0ea"
|
SRCREV_pn-linux-netmodule = "cc8b47ba4afeb67ce82d98fb5c36c321ade8270f"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue