summaryrefslogtreecommitdiff
path: root/packages/uboot-utils
diff options
context:
space:
mode:
authorAndrew Wilcox <andy@protium.com>2006-12-11 14:06:02 +0000
committerAndrew Wilcox <andy@protium.com>2006-12-11 14:06:02 +0000
commitadf5a49dd346b412db24a3455ac126d345e69185 (patch)
treee9afd460140b8191284cf2b17285cc69e7068a0d /packages/uboot-utils
parentb8b9e106a7a2ee432ed3d102edeb22f25594321c (diff)
linux-storcenter: missing depend on uboot-utils for mkimage
Diffstat (limited to 'packages/uboot-utils')
-rw-r--r--packages/uboot-utils/uboot-utils_1.1.2.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/uboot-utils/uboot-utils_1.1.2.bb b/packages/uboot-utils/uboot-utils_1.1.2.bb
index d70a055d2f..a24682af45 100644
--- a/packages/uboot-utils/uboot-utils_1.1.2.bb
+++ b/packages/uboot-utils/uboot-utils_1.1.2.bb
@@ -26,6 +26,11 @@ do_compile () {
oe_runmake tools
}
+# install mkimage for the kernel makefile
+do_stage() {
+ install -m 755 ${S}/tools/mkimage ${STAGING_BINDIR_NATIVE}
+}
+
do_install () {
install -d ${D}/sbin
install -m 755 ${S}/tools/env/fw_printenv ${D}/sbin/fw_printenv