diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-12-11 14:57:54 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2006-12-11 14:57:54 +0000 |
commit | c2decd3cc2126b77d7194e2fe6fa5f0f97df14f1 (patch) | |
tree | 21b6ecadc1c0748f681f7ab849a69b12c7da7028 | |
parent | 95cf19fe31e791b4fd20f6e743c910c7a16f1cb8 (diff) | |
parent | adf5a49dd346b412db24a3455ac126d345e69185 (diff) |
merge of '5213367b0a50df561f29c1075ae072d630b19966'
and 'ad4e848a7b84675e9075f4e9dfd733e81992a9d5'
-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 |