meta-ibm: romulus: fix file search paths

Typically it does not make any sense to append to FILESEXTRAPATHS.
FILESEXTRAPATHS is set in a bbappend when overriding something from
another layer.  The typical desire will be to make bitbake search for
files in the layer with the bbappend and not some other layer earlier in
the priority list.  Further, appending to FILESEXTRAPATHS will introduce
unexpected behavior when multiple layers append the same recipe - layers
with higher layer priorities that append to FILESEXTRAPATHS will find
their files overriden by files in layers with lower priorities.

Change-Id: I44f574362904359546ad8a3008d18b782c77bd97
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2 files changed