Set kernel version to 4.2
We switch from using our own tree, to building with upstream tarballs.
Currently we still require a small number of out of tree patches; this
list will shrink as we get the last of the patches upstream, to the
point where will just set the version.
The patches are generated from the tree at
https://github.com/open-power/linux still, and imported into the
buildroot overlay.
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/openpower/linux/linux-0009-Release-4.2-openpower1.patch b/openpower/linux/linux-0009-Release-4.2-openpower1.patch
new file mode 100644
index 0000000..8d1d304
--- /dev/null
+++ b/openpower/linux/linux-0009-Release-4.2-openpower1.patch
@@ -0,0 +1,26 @@
+From a5b82ac114aaa4235f61cd2c289e3afc2aca667c Mon Sep 17 00:00:00 2001
+From: Joel Stanley <joel@jms.id.au>
+Date: Fri, 11 Sep 2015 16:09:56 +0930
+Subject: [PATCH 9/9] Release 4.2-openpower1
+
+Signed-off-by: Joel Stanley <joel@jms.id.au>
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index c361593..0d12263 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,7 +1,7 @@
+ VERSION = 4
+ PATCHLEVEL = 2
+ SUBLEVEL = 0
+-EXTRAVERSION =
++EXTRAVERSION = -openpower1
+ NAME = Hurr durr I'ma sheep
+
+ # *DOCUMENTATION*
+--
+2.5.0
+