]> code.ossystems Code Review - openembedded-core.git/commit
u-boot: remove do_install from u-boot.inc
authorBruce Ashfield <bruce.ashfield@windriver.com>
Tue, 1 Mar 2011 17:32:55 +0000 (12:32 -0500)
committerSaul Wold <sgw@linux.intel.com>
Wed, 2 Mar 2011 17:48:50 +0000 (09:48 -0800)
commitc34ac5c7536806a0d4f3c4af17f78ab711a8b408
tree84fd445d705fbe9fc7ec7f64dd5213c48604918e
parent231fcc8b5bbdab0ce5be552039a29c4d4400d996
u-boot: remove do_install from u-boot.inc

Fixes [BUGID #777]

The do_install rule in u-boot.inc was installing a host
tool into the target ${bindir}, which is subsequently
stripped with target strip during packaging, and the
obvious error ensues.

The native u-boot recipe has its own install rule, and
the machine specific u-boot doesn't require mkimage or
anything else in the do_install function. So we remove
it completely until it is needed again.

[sgw: PR bump]
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-bsp/uboot/u-boot.inc
meta/recipes-bsp/uboot/u-boot_git.bb