]> 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, 28 Sep 2012 15:51:35 +0000 (16:51 +0100)
commit032bd9a856f9ca0b43dff272bd4f95481aa46597
treedef9f781d1659bf4a3e3cbb9098b34dff492092d
parentf28dcaf565050d5c857c3d09164104410a2e4173
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.

(From OE-Core rev: 8f16811a8d51982a8b3d70e6087aef4a41926840)

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