amend.bbclass: load *all* available amend.inc files in FILESPATH, not the first
authorChris Larson <chris_larson@mentor.com>
Mon, 24 May 2010 03:15:01 +0000 (20:15 -0700)
committerChris Larson <chris_larson@mentor.com>
Mon, 24 May 2010 03:36:49 +0000 (20:36 -0700)
commit9e028bae96b39f7e3a800572e2fa4ad1b4ce006f
treebfad71fa8b74f4c769af3cd96cb4f6fc34ad4408
parent384419b47227e410d99aa0d32b256ed7b4d780d4
amend.bbclass: load *all* available amend.inc files in FILESPATH, not the first

While this deviates from ordinary BBPATH/FILESPATH behavior by bitbake and
OpenEmbedded, amend.inc is a special case.  It's highly unintuitive for
someone to create, say, files/busybox/amend.inc relative to TOPDIR, with
${TOPDIR}/files in FILESPATHBASE, and suddenly things break, because that
amend.inc overrides one in an overlay.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
classes/amend.bbclass