Go to file
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
contrib oe-stylize.py: Add SUMMARY variable 2012-04-24 08:07:28 +02:00
meta-efl meta-efl: include illume home button fix 2013-02-19 07:50:58 +01:00
meta-gnome evince: disable help build 2013-03-03 15:43:32 +01:00
meta-gpe fbreader: move to meta-gpe due to libgpewidget dependency 2013-01-07 11:59:00 +01:00
meta-initramfs README: update to danny 2012-11-23 15:22:46 +01:00
meta-multimedia README: update to danny 2012-11-23 15:22:46 +01:00
meta-networking ntp: make servers configurable and default to none configured 2012-12-13 08:44:50 +01:00
meta-oe kernel bbclass: return to original directory in do_deploy 2013-03-28 21:50:17 +01:00
meta-ruby ruby: update to 1.9.3-194 2013-03-03 15:41:56 +01:00
meta-systemd xinput-calibrator: Fix service file to require display-manager.service 2013-01-07 12:00:26 +01:00
meta-webserver hiawatha: add new patch to fix xslt implementation 2013-02-01 09:57:29 +01:00
meta-xfce README: update to danny 2012-11-23 15:22:46 +01:00
toolchain-layer README: update to danny 2012-11-23 15:22:46 +01:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README README: add top level readme, update meta-oe one 2011-10-17 09:27:01 +02:00

Collection of layers for the OE-core universe

Please see the respective READMEs in the layer subdirectories