]> code.ossystems Code Review - openembedded-core.git/commit
linux: factor dts/dtc/dtb handling into a specific include
authorBruce Ashfield <bruce.ashfield@windriver.com>
Wed, 9 Feb 2011 05:45:23 +0000 (00:45 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Feb 2011 11:16:34 +0000 (11:16 +0000)
commit970f3959d39708f3da3e5c181e645c1f9a010628
treea0df45c8653983f3303be4d28d906832e97975e7
parent1de7185d8ee3c432ea4262d795e340b79ad9795d
linux: factor dts/dtc/dtb handling into a specific include

Fixes [BUGID #610]

The powerpc linux-yocto kernels were not creating dtb images
in the deploy directories. This was due to two problems:

  - the dtb generation rules were not being configured
  - the boards were not specifying a device tree in their config

This change addresses the first point by factoring out the
dtb generation routines into a new include that can be used by
multiple recipes.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
meta/recipes-kernel/linux/linux-dtb.inc [new file with mode: 0644]
meta/recipes-kernel/linux/linux-yocto.inc
meta/recipes-kernel/linux/linux.inc