meta-openembedded/meta-oe/classes
Chase Maupin 316a873ace kernel bbclass: return to original directory in do_deploy
* During the base kernel_do_deploy function the directory is
  changed to DEPLOYDIR in order to do some cleanup and symlinking.
  However, the directory is not changed back to the original
  starting directory ${S} at the end.  For append functions this
  means that the starting directory is not ${S} as expected but
  instead ${DEPLOYDIR}.

  For functions like the do_deploy_append in
  recipes-kernel/linux/linux-dtb.inc there is an assumption that
  you are still in the source directory and not the DEPLOYDIR.
  Without this change the .dtb files are not copied because the
  check for the existence of ${DTS_FILE} which is a relative
  path from the ${S} directory fails.  This means that the .dtb
  files are not copied into the deploy directory and subsequently
  the deploy/images directory.

  In the log.do_deploy file you will see lines like:

    Warning: arch/arm/boot/dts/xxxxx.dts is not available!

  This fix has also been picked up in the oe-core kernel.bbclass:

  http://cgit.openembedded.org/openembedded-core/commit/?id=fd5d80ab1a405cb4ef94f2cde25f8c251da490f0

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-03-28 21:50:17 +01:00
..
gitpkgv.bbclass Replace bb.data.* with d.* 2012-10-28 14:32:06 +00:00
gitver.bbclass gitver: fix gitver to work with yocto 1.3 2012-10-30 09:51:51 +01:00
gpe.bbclass recipes,classes: import a lot of recipes from meta-shr 2011-04-10 14:43:41 +02:00
kernel.bbclass kernel bbclass: return to original directory in do_deploy 2013-03-28 21:50:17 +01:00
machine_kernel_pr.bbclass machine_kernel_pr.bbclass: provides MACHINE_KERNEL_PR functionality 2012-08-20 22:50:01 +02:00
vala.bbclass vala.bbclass: move from meta-efl to meta-oe as libcanberra_0.26.bb is also using it 2011-04-16 13:50:43 +02:00