]> code.ossystems Code Review - openembedded-core.git/commit
udev: Add 2 patches to support 4.4 kernel
authorSaul Wold <sgw@linux.intel.com>
Wed, 20 Jan 2016 03:50:37 +0000 (19:50 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Jan 2016 09:20:06 +0000 (09:20 +0000)
commit8084c185c43cb7e7f5e29d31939dfd308f8a0f93
tree9f603d9c95664ac6e2aeb7ec76aa2d89430b51dd
parent80333155db8fa53fb52898c4312daa656de89c3b
udev: Add 2 patches to support 4.4 kernel

These 2 patches are needed to build udev with the 4.4 kernel, the first
mtd-probe adds back a stdint.h header that was removed in the kernel's mtd-user.h
header file.

The second adds a check for a new header and sets a Makefile variable
to determine which header to use for the new kernel vs older kernels.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/udev/udev.inc
meta/recipes-core/udev/udev/0001-mtd_probe.h-Add-stdint.h-as-it-was-removed-from-mtd-.patch [new file with mode: 0644]
meta/recipes-core/udev/udev/0002-configure.ac-Makefile.am-Check-for-input.h-and-input.patch [new file with mode: 0644]