summaryrefslogtreecommitdiffstats
path: root/meta-skeleton/recipes-kernel/linux/linux-yocto-custom/0001-linux-version-tweak.patch
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2015-09-28 10:12:57 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-01 07:43:34 +0100
commit34707c21a0ebe1d5b5563eb5f2d31ac985b8e902 (patch)
tree3dd3674449e95084b58eab86de5343fbd0fbe03e /meta-skeleton/recipes-kernel/linux/linux-yocto-custom/0001-linux-version-tweak.patch
parentdf09a6f4e30ae66db69a3d5e7ce2b5488b68e60b (diff)
downloadpoky-34707c21a0ebe1d5b5563eb5f2d31ac985b8e902.tar.gz
linux-yocto-custom: Update for newer kernel
Update the NAME version tweak example patch for the newer kernel. This moves the example to the 4.2 stable kernel and appends -custom to the VERSION string. (From OE-Core rev: dc26472661bdc0ed4248d7ab462a296f3c86c421) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-skeleton/recipes-kernel/linux/linux-yocto-custom/0001-linux-version-tweak.patch')
-rw-r--r--meta-skeleton/recipes-kernel/linux/linux-yocto-custom/0001-linux-version-tweak.patch21
1 files changed, 12 insertions, 9 deletions
diff --git a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom/0001-linux-version-tweak.patch b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom/0001-linux-version-tweak.patch
index c9562da10d..39c7ee8d2d 100644
--- a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom/0001-linux-version-tweak.patch
+++ b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom/0001-linux-version-tweak.patch
@@ -1,26 +1,29 @@
1From 5a55943a6bbb10a79994a0b18071b2427dffb15f Mon Sep 17 00:00:00 2001 1From fb2c401374d4efe89e8da795e21d96fac038639d Mon Sep 17 00:00:00 2001
2From: Bruce Ashfield <bruce.ashfield@windriver.com> 2From: Bruce Ashfield <bruce.ashfield@windriver.com>
3Date: Mon, 11 Jun 2012 15:31:42 -0400 3Date: Mon, 11 Jun 2012 15:31:42 -0400
4Subject: [PATCH] linux: version tweak 4Subject: [PATCH] linux: version tweak
5 5
6Upstream-Status: Inapproriate [example code]
7
6Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> 8Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
9Signed-off-by: Saul Wold <sgw@linux.intel.com>
7--- 10---
8 Makefile | 2 +- 11 Makefile | 2 +-
9 1 files changed, 1 insertions(+), 1 deletions(-) 12 1 file changed, 1 insertion(+), 1 deletion(-)
10 13
11diff --git a/Makefile b/Makefile 14diff --git a/Makefile b/Makefile
12index a687963..f5b1ac3 100644 15index c361593..099e8ff 100644
13--- a/Makefile 16--- a/Makefile
14+++ b/Makefile 17+++ b/Makefile
15@@ -2,7 +2,7 @@ VERSION = 3 18@@ -2,7 +2,7 @@ VERSION = 4
16 PATCHLEVEL = 4 19 PATCHLEVEL = 2
17 SUBLEVEL = 0 20 SUBLEVEL = 0
18 EXTRAVERSION = 21 EXTRAVERSION =
19-NAME = Saber-toothed Squirrel 22-NAME = Hurr durr I'ma sheep
20+NAME = Saber-toothed Squirrel-custom 23+NAME = Hurr durr I'ma customized sheep
21 24
22 # *DOCUMENTATION* 25 # *DOCUMENTATION*
23 # To see a list of typical targets execute "make help" 26 # To see a list of typical targets execute "make help"
24-- 27--
251.7.5.4 282.1.4
26 29