diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-08-31 10:21:21 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-31 23:32:54 +0100 |
commit | b3abced7aadf9d51017b1d0c1ae44886649ff6a3 (patch) | |
tree | ac04530f2fce04a99ca18909f7a3e060276d8f40 /meta/recipes-kernel/linux | |
parent | 288f3ce9bfe0c2964137bfc98e033466fbf418be (diff) | |
download | openembedded-core-contrib-b3abced7aadf9d51017b1d0c1ae44886649ff6a3.tar.gz |
linux-yocto/4.12: silence qeumarma9 config warnings
When building the qemuarma9 BSP, we get the following warnings:
---------- CONFIG_VGA_CONSOLE -----------------
Config: CONFIG_VGA_CONSOLE
From:
tmp/work-shared/qemuarma9/kernel-source/.kernel-meta/configs/standard/arm-versatile-926ejs/bsp/qemuarma9/qemuarma9.cfg
Requested value: # CONFIG_VGA_CONSOLE is not set
Actual value:
---------- CONFIG_USB_ISP1760_HCD -----------------
Config: CONFIG_USB_ISP1760_HCD
From:
tmp/work-shared/qemuarma9/kernel-source/.kernel-meta/configs/standard/arm-versatile-926ejs/bsp/qemuarma9/qemuarma9.cfg
Requested value: CONFIG_USB_ISP1760_HCD=y
Actual value:
Both of these options no longer need to be in the BSP fragments
for qemuarma9, we fix them with these meta data changes:
a2edeff915b9 qemuarma9: remove USB_ISP1760_HCD
5f76e8f64fa5 qemuarma9: drop VGA console disable
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/recipes-kernel/linux')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.12.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb index 1b1bf9f7627..ffaa26d3d3b 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb @@ -12,7 +12,7 @@ python () { } SRCREV_machine ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a" -SRCREV_meta ?= "9acd7f92a1b3248310ec17407063f968732ad130" +SRCREV_meta ?= "09bc15990cc56fefe4111b8c64530cf0c4755817" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb index bdf660e6ce9..56cd8ed29fe 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb @@ -10,7 +10,7 @@ KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" SRCREV_machine ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a" -SRCREV_meta ?= "9acd7f92a1b3248310ec17407063f968732ad130" +SRCREV_meta ?= "09bc15990cc56fefe4111b8c64530cf0c4755817" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_4.12.bb b/meta/recipes-kernel/linux/linux-yocto_4.12.bb index 964dbce3e79..6f806c2bec4 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.12.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.12.bb @@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a" SRCREV_machine_qemux86-64 ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a" SRCREV_machine_qemumips64 ?= "b344c1888b03e40683ba109bb45b44e9cf4d1eb4" SRCREV_machine ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a" -SRCREV_meta ?= "9acd7f92a1b3248310ec17407063f968732ad130" +SRCREV_meta ?= "09bc15990cc56fefe4111b8c64530cf0c4755817" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}; \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}" |