]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto: fix qemux86-64 config warning
authorBruce Ashfield <bruce.ashfield@windriver.com>
Mon, 2 Mar 2015 21:36:38 +0000 (16:36 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 2 Mar 2015 22:05:02 +0000 (22:05 +0000)
commit4dc9bde20602c7565979c7ebdea1a36c7ab3f458
tree9103b3ad58dcc75fa2fad977dcaf8fc86198a151
parent779f92454218ae3758f0768763df3b183a6c724a
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]

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
meta/recipes-kernel/linux/linux-yocto_3.19.bb