bitbake.conf: rework FILESPATH generation.
authorChris Larson <clarson@mvista.com>
Thu, 19 Feb 2009 22:51:57 +0000 (15:51 -0700)
committerChris Larson <clarson@kergoth.com>
Sun, 22 Mar 2009 03:06:30 +0000 (20:06 -0700)
commitecfad70aae36a382459e53c9a16c82e9604d4421
tree0085731d5fce771793afe101506444a1e68f4360
parentcb58267771bdf8b248485ed1c7ed14880343dfd9
bitbake.conf: rework FILESPATH generation.

Rework FILESPATH generation to be done in bitbake.conf, avoiding the
confusion about it being in multiple places.  Adds FILESPATHBASE and
FILESPATHPKG which can be manipulated rather than manipulating FILESPATH
directly.

One usage possibility:

FILESPATHBASE =. "${TOPDIR}/files:"

Which would let me provide a custom busybox config for this build by
copying the defconfig from the openembedded metadata into my
build/files/busybox-1.0/ directory, for example.

Signed-off-by: Chris Larson <clarson@mvista.com>
classes/base.bbclass
conf/bitbake.conf