[poky] [PATCH 0/3] linux: factor dts/dtc/dtb handling into a specific include

Bruce Ashfield bruce.ashfield at windriver.com
Tue Feb 8 22:27:07 PST 2011


Richard/Saul,

This fixes BUGID 610, and kicks off a bit of cleaning with the various
kernel include files. Patch 1/3 says it all:

[
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.
]

With these changes I've built and generated a dtb for the 
mpc8315-rdb.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: zedd/dtb
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/dtb

Thanks,
    Bruce Ashfield <bruce.ashfield at windriver.com>
---


Bruce Ashfield (3):
  linux: factor dts/dtc/dtb handling into a specific include
  dtc: add LIC_FILES_CHKSUM to dtc-native
  mpc8315-rdb: add dtb generation configuration

 meta/conf/machine/mpc8315e-rdb.conf       |    1 +
 meta/recipes-kernel/dtc/dtc-native_git.bb |    3 +++
 meta/recipes-kernel/linux/linux-dtb.inc   |   27 +++++++++++++++++++++++++++
 meta/recipes-kernel/linux/linux-yocto.inc |    1 +
 meta/recipes-kernel/linux/linux.inc       |   27 +--------------------------
 5 files changed, 33 insertions(+), 26 deletions(-)
 create mode 100644 meta/recipes-kernel/linux/linux-dtb.inc




More information about the poky mailing list