[oe-commits] org.oe.dev linux-storcenter: missing depend on uboot-utils for mkimage

awilcox commit openembedded-commits at lists.openembedded.org
Mon Dec 11 14:14:11 UTC 2006


linux-storcenter: missing depend on uboot-utils for mkimage

Author: awilcox at openembedded.org
Branch: org.openembedded.dev
Revision: ad4e848a7b84675e9075f4e9dfd733e81992a9d5
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ad4e848a7b84675e9075f4e9dfd733e81992a9d5
Files:
1
packages/linux/linux-storcenter_2.6.12.6.bb
packages/uboot-utils/uboot-utils_1.1.2.bb
Diffs:

#
# mt diff -rf14146eea70011b4bb6773d8401d0068d551f29d -rad4e848a7b84675e9075f4e9dfd733e81992a9d5
#
# 
# 
# patch "packages/linux/linux-storcenter_2.6.12.6.bb"
#  from [d7b2b644e3e4c31fcd08b390e72d2823b36b56fe]
#    to [a1efcb3f6a6ac9feaa732b64e76bd45949903488]
# 
# patch "packages/uboot-utils/uboot-utils_1.1.2.bb"
#  from [6749826226f55feb5dbe7d69357805eac68f80fa]
#    to [161c0e82bb5062f657175b7c105e743c1e26a4f0]
# 
============================================================
--- packages/linux/linux-storcenter_2.6.12.6.bb	d7b2b644e3e4c31fcd08b390e72d2823b36b56fe
+++ packages/linux/linux-storcenter_2.6.12.6.bb	a1efcb3f6a6ac9feaa732b64e76bd45949903488
@@ -1,6 +1,7 @@ LICENSE = "GPL"
 DESCRIPTION = "Linux Kernel for the Iomega storcenter platform"
 SECTION = "kernel"
 LICENSE = "GPL"
+DEPENDS = "uboot-utils"
 PR = "r0"
 
 # notes on iom def kernel:
============================================================
--- packages/uboot-utils/uboot-utils_1.1.2.bb	6749826226f55feb5dbe7d69357805eac68f80fa
+++ packages/uboot-utils/uboot-utils_1.1.2.bb	161c0e82bb5062f657175b7c105e743c1e26a4f0
@@ -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






More information about the Openembedded-commits mailing list