mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
linux-yocto: fix qemux86-64 config warning
During the 3.19 update a 32 bit option in the 64 bit config was missed, which results in the option being dropped (and reported as a warning): Value requested for CONFIG_PCI_GOANY not in final ".config" Requested value: "CONFIG_PCI_GOANY=y" Actual value set: "" So we split the 32bit only drivers out of the common driver include and the problem goes away. [YOCTO: 7354] (From OE-Core rev: 4dc9bde20602c7565979c7ebdea1a36c7ab3f458) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bf1a68e97f
commit
dd1d4e55c6
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "3.19"
|
||||
KMETA = "meta"
|
||||
|
||||
SRCREV_machine ?= "43b9eced9ba8a57add36af07736344dcc383f711"
|
||||
SRCREV_meta ?= "8897ef68b30e7426bc1d39895e71fb155d694974"
|
||||
SRCREV_meta ?= "f7a81274b461d0c748964d75c24bea8574d350fb"
|
||||
|
||||
PV = "${LINUX_VERSION}+git${SRCPV}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user