From ea81d5983985419417f705c2b84b0e14a5e66f3c Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 31 Aug 2017 10:21:21 -0400 Subject: 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 (From OE-Core rev: b3abced7aadf9d51017b1d0c1ae44886649ff6a3) Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb') 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 bdf660e6ce..56cd8ed29f 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}" -- cgit v1.2.3-54-g00ecf