poky/meta
Chase Maupin 6b8dace6fa 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!

(From OE-Core rev: cfac9cc41c98eb1858bd3b0dee3dcc672d53f78b)

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-04-23 13:00:52 +01:00
..
classes kernel bbclass: return to original directory in do_deploy 2013-04-23 13:00:52 +01:00
conf arch-armv4.inc: add --fix-v4bx to TARGET_LD_KERNEL_ARCH only for armv4 and strongarm1100 2013-02-14 15:19:52 +00:00
files bzip license: bzip2 not bzip. 2012-10-10 15:24:13 +01:00
lib/oe distrodata: Update distrocheck functions 2012-10-03 17:37:33 +01:00
recipes-bsp grub: disable lzma, device-mapper, zfs and nvpair 2012-09-19 17:56:27 +01:00
recipes-connectivity libnss-mdns: fix mDNS resolving speed 2013-01-07 11:32:13 +00:00
recipes-core nativesdk-ncurses 5.9: fix files were installed but not shipped 2013-04-23 13:00:52 +01:00
recipes-devtools perl_5.14.2.bb:fix toolchain relocation issues 2013-04-23 13:00:52 +01:00
recipes-extended tcp-wrappers: add socklen_t.patch 2013-03-01 15:38:49 +00:00
recipes-gnome gnome-desktop: Now we depend on gnome-common-native, use the correct sysroot 2013-02-14 15:19:53 +00:00
recipes-graphics cogl/clutter: Explicitly depend on libdrm for GLX 2013-02-15 13:05:29 +00:00
recipes-kernel qemux86-64: Disable paravirt guest, causes test failure on older kernels 2013-04-23 13:00:50 +01:00
recipes-lsb4/perl libi18n-collate-perl: add it 2012-09-10 13:01:54 +01:00
recipes-multimedia alsa-tools: fix compilation error 2013-03-01 15:38:49 +00:00
recipes-qt nativesdk-qt4-tools: fix DEPENDS, as nativesdk is now prefixed 2013-02-14 15:19:54 +00:00
recipes-rt rt-tests: added missing dependencies in Makefile 2013-02-14 15:19:53 +00:00
recipes-sato sato-icon-theme: fix build 2012-12-13 15:21:45 +00:00
recipes-support libproxy: Fix for CVE-2012-4504 2012-12-13 15:21:42 +00:00
site site/common-linux: fix incorrect size of pid_t for apr 2012-07-02 16:47:44 +01:00
COPYING.MIT
recipes.txt recipes.txt: Add entries for "recipes-rt" and "recipes-support" 2012-07-09 16:58:56 +01:00