From 8084c185c43cb7e7f5e29d31939dfd308f8a0f93 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 19 Jan 2016 19:50:37 -0800 Subject: 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 Signed-off-by: Richard Purdie --- ...-Add-stdint.h-as-it-was-removed-from-mtd-.patch | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 meta/recipes-core/udev/udev/0001-mtd_probe.h-Add-stdint.h-as-it-was-removed-from-mtd-.patch (limited to 'meta/recipes-core/udev/udev/0001-mtd_probe.h-Add-stdint.h-as-it-was-removed-from-mtd-.patch') diff --git a/meta/recipes-core/udev/udev/0001-mtd_probe.h-Add-stdint.h-as-it-was-removed-from-mtd-.patch b/meta/recipes-core/udev/udev/0001-mtd_probe.h-Add-stdint.h-as-it-was-removed-from-mtd-.patch new file mode 100644 index 0000000000..8d2df1a390 --- /dev/null +++ b/meta/recipes-core/udev/udev/0001-mtd_probe.h-Add-stdint.h-as-it-was-removed-from-mtd-.patch @@ -0,0 +1,29 @@ +From 2935f9b2dfb92c3ce4376a988cd01b624430905b Mon Sep 17 00:00:00 2001 +From: Saul Wold +Date: Tue, 19 Jan 2016 09:49:56 -0800 +Subject: [PATCH 1/2] mtd_probe.h: Add stdint.h as it was removed from + mtd-user.h in the kernel + + +Upstream-Status: Inappropriate [Upstream unsupported] + +Signed-off-by: Saul Wold +--- + src/mtd_probe/mtd_probe.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/mtd_probe/mtd_probe.h b/src/mtd_probe/mtd_probe.h +index 2a37ede..49c1918 100644 +--- a/src/mtd_probe/mtd_probe.h ++++ b/src/mtd_probe/mtd_probe.h +@@ -18,6 +18,7 @@ + */ + + #include ++#include + + /* Full oob structure as written on the flash */ + struct sm_oob { +-- +2.5.0 + -- cgit 1.2.3-korg