diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-21 18:23:18 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-21 18:23:18 +0000 |
commit | 878334ee57dd75727547daba08ee4315d75bc506 (patch) | |
tree | 972b83c8d049fe5d563b81b778d9547fc669c5dd | |
parent | 7dd083cdf13e656f72c132781f99baa03b38d959 (diff) |
linux.inc: require mkimage for gumstix
-rw-r--r-- | packages/linux/linux.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/linux/linux.inc b/packages/linux/linux.inc index 3ded7ec467..e4e7a3f1bb 100644 --- a/packages/linux/linux.inc +++ b/packages/linux/linux.inc @@ -8,6 +8,7 @@ DEPENDS_at32stk1000 = "u-boot-mkimage-openmoko-native" DEPENDS_atngw100 = "u-boot-mkimage-openmoko-native" DEPENDS_at91sam9263ek = "u-boot-mkimage-openmoko-native" DEPENDS_sarge-at91 = "u-boot-mkimage-openmoko-native" +DEPENDS_gumstix = "u-boot-mkimage-openmoko-native" inherit kernel |