]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto: move common tasks to a common location
authorBruce Ashfield <bruce.ashfield@windriver.com>
Fri, 9 Sep 2011 22:27:46 +0000 (18:27 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 15 Sep 2011 10:20:52 +0000 (11:20 +0100)
commita1ab7c5e03df97e630dfee470ff7959d3143bf41
treebab99c72f06fa0290905bc6d82dfffcd08d1d39f
parent07407baafb728c5ae1bb283f5b02a2ac773360bc
linux-yocto: move common tasks to a common location

During the initial development of the linux-yocto recipes there were
several additional tasks that needed to be run in any inheriting
recipe. At that time, they didn't seem to fire if they were in the
include file versus the recipes themselves. As it turns out, these
tasks do work fine if placed in the linux-yocto.inc file, and the
rest of the recipes can be simplified as a result.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
meta/recipes-kernel/linux/linux-yocto-rt_2.6.34.bb
meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
meta/recipes-kernel/linux/linux-yocto.inc
meta/recipes-kernel/linux/linux-yocto_2.6.37.bb
meta/recipes-kernel/linux/linux-yocto_3.0.bb