]> code.ossystems Code Review - openembedded-core.git/commit
multilib: Move redefinition of STAGING_DIR_KERNEL
authorMark Hatle <mark.hatle@windriver.com>
Sun, 30 Sep 2012 00:19:14 +0000 (19:19 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Oct 2012 10:15:46 +0000 (11:15 +0100)
commit6bd87edc383b40e300b0ef4bf851c39b698305cd
tree579488575678bf7e41c69b908eed3620955ceebd
parentacc988272b4e74a9ad1e6da5af5b2d208584197b
multilib: Move redefinition of STAGING_DIR_KERNEL

If the STAGING_DIR_KERNEL is set in the multilib.conf, then it may be
set incorrected.  The evaluation happens before TMPDIR and LIBC are
defined in other components.

Moving the definition process to the multilib.bbclass ensures that
everything has been loaded before it is set.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/multilib.bbclass
meta/conf/multilib.conf