diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/linux-storcenter_2.6.12.6.bb | 1 | ||||
-rw-r--r-- | packages/uboot-utils/uboot-utils_1.1.2.bb | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/packages/linux/linux-storcenter_2.6.12.6.bb b/packages/linux/linux-storcenter_2.6.12.6.bb index 280cb5bd62..541f881fd0 100644 --- a/packages/linux/linux-storcenter_2.6.12.6.bb +++ b/packages/linux/linux-storcenter_2.6.12.6.bb @@ -1,6 +1,7 @@ DESCRIPTION = "Linux Kernel for the Iomega storcenter platform" SECTION = "kernel" LICENSE = "GPL" +DEPENDS = "uboot-utils" PR = "r0" # notes on iom def kernel: 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 |