]> code.ossystems Code Review - openembedded-core.git/commit
bootimg: Use STAGING_KERNEL_DIR
authorDarren Hart <dvhart@linux.intel.com>
Thu, 5 Jul 2012 18:08:59 +0000 (11:08 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Jul 2012 08:38:17 +0000 (09:38 +0100)
commit8f16811a8d51982a8b3d70e6087aef4a41926840
tree361f16666a392430a1b9d2725647d980f57d1345
parentdcc43c34bfa9304233ecfd3f518a84ddfdc2fd90
bootimg: Use STAGING_KERNEL_DIR

bootimg.bbclass using STAGING_DIR_HOST/kernel instead of
STAGING_KERNEL_DIR, resulting in build failure of live images.

| install: cannot stat `/usr/local/dev/yocto/fishriver-test/build/tmp/sysroots/fishriver/kernel/bzImage': No such file or directory

Replace it with STAGING_KERNEL_DIR.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Tested-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/bootimg.bbclass