diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-07-27 12:57:08 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-01 11:47:12 +0100 |
commit | 5c2bc4d63a1bad38ec7f4444eb800c5219a0098c (patch) | |
tree | 949637d8b9beb5e9d8a499a27cc83df601219685 /meta/recipes-kernel | |
parent | e647fe0bff3e8318755842a293a2b2bdac8a2f7e (diff) | |
download | poky-5c2bc4d63a1bad38ec7f4444eb800c5219a0098c.tar.gz |
linux-yocto/4.4: mousedev and printk configuation streamlining
Integrating two changes to the 4.4 kernel:
mousedev: fix warning err caused by __cpu_to_le16p()
mousedev: fix warning err caused by __cpu_to_le16p()
following warning msg is found when compiling the kernel for qemumips:
.../drivers/input/mousedev.c:749:15: warning: passing argument 1 of
'__cpu_to_le16p' from incompatible pointer type [-Wincompatible-pointer-types]
convert the function's parameter to (__u16 *) to fix this warning.
Signed-off-by: Zhenbo Gao <zhenbo.gao@windriver.com>
printk.scc: don't include kernel-debug.scc
There is no need to include kernel-debug.scc into printk.scc as
options from printk.cfg don't depend on CONFIG_DEBUG* options from
kernel-debug.cfg
Moreover, enabling CONFIG_DEBUG* options makes kernel much bigger,
increases build time and consumed a lot of additional disk space.
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
(From OE-Core rev: 711274efbbf9a750a740065c1a538217a4f3fba3)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.4.bb | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb index ec573083c1..447f431ac9 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | |||
@@ -12,7 +12,7 @@ python () { | |||
12 | } | 12 | } |
13 | 13 | ||
14 | SRCREV_machine ?= "3bdc347cc2087a0217e3acddccda5bb775cd570b" | 14 | SRCREV_machine ?= "3bdc347cc2087a0217e3acddccda5bb775cd570b" |
15 | SRCREV_meta ?= "4789b41c5605189902d2c1a674f8616d41ee218d" | 15 | SRCREV_meta ?= "d3cc76c3cb20247b16c16b2367decf08b5fb90fa" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ |
18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb index 635d91ca3a..557f17c9b4 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | |||
@@ -10,7 +10,7 @@ KMETA = "kernel-meta" | |||
10 | KCONF_BSP_AUDIT_LEVEL = "2" | 10 | KCONF_BSP_AUDIT_LEVEL = "2" |
11 | 11 | ||
12 | SRCREV_machine ?= "ddab242999407fadae68e7ee5381b0ec6679d443" | 12 | SRCREV_machine ?= "ddab242999407fadae68e7ee5381b0ec6679d443" |
13 | SRCREV_meta ?= "4789b41c5605189902d2c1a674f8616d41ee218d" | 13 | SRCREV_meta ?= "d3cc76c3cb20247b16c16b2367decf08b5fb90fa" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | PV = "${LINUX_VERSION}+git${SRCPV}" |
16 | 16 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb index 036a5b1550..55ef6fdc22 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.4.bb | |||
@@ -13,13 +13,13 @@ KBRANCH_qemumips64 ?= "standard/mti-malta64" | |||
13 | 13 | ||
14 | SRCREV_machine_qemuarm ?= "c2507bd62854f90030433307a3d783474332f821" | 14 | SRCREV_machine_qemuarm ?= "c2507bd62854f90030433307a3d783474332f821" |
15 | SRCREV_machine_qemuarm64 ?= "ddab242999407fadae68e7ee5381b0ec6679d443" | 15 | SRCREV_machine_qemuarm64 ?= "ddab242999407fadae68e7ee5381b0ec6679d443" |
16 | SRCREV_machine_qemumips ?= "8d0a4875a93017329b32b42ce7d67b02f63a173b" | 16 | SRCREV_machine_qemumips ?= "e42198f28a2c3e57ef64a0f5ccfdeed906d1c257" |
17 | SRCREV_machine_qemuppc ?= "ddab242999407fadae68e7ee5381b0ec6679d443" | 17 | SRCREV_machine_qemuppc ?= "ddab242999407fadae68e7ee5381b0ec6679d443" |
18 | SRCREV_machine_qemux86 ?= "ddab242999407fadae68e7ee5381b0ec6679d443" | 18 | SRCREV_machine_qemux86 ?= "ddab242999407fadae68e7ee5381b0ec6679d443" |
19 | SRCREV_machine_qemux86-64 ?= "ddab242999407fadae68e7ee5381b0ec6679d443" | 19 | SRCREV_machine_qemux86-64 ?= "ddab242999407fadae68e7ee5381b0ec6679d443" |
20 | SRCREV_machine_qemumips64 ?= "df3ba701aa1fa3b2faadc5445003e7577aa4f016" | 20 | SRCREV_machine_qemumips64 ?= "2d0080f2350e088bdc6129c376eb9e2654a0448a" |
21 | SRCREV_machine ?= "ddab242999407fadae68e7ee5381b0ec6679d443" | 21 | SRCREV_machine ?= "ddab242999407fadae68e7ee5381b0ec6679d443" |
22 | SRCREV_meta ?= "4789b41c5605189902d2c1a674f8616d41ee218d" | 22 | SRCREV_meta ?= "d3cc76c3cb20247b16c16b2367decf08b5fb90fa" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \ |
25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" | 25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" |