[oe-commits] org.oe.dev linux.inc: build mkimage unconditionally

koen commit openembedded-commits at lists.openembedded.org
Thu Oct 25 19:03:51 UTC 2007


linux.inc: build mkimage unconditionally
* see comment inside the file

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: cc0f788a513b8c6fcf2e55f8c9e0fb35c6f5c016
ViewMTN: http://monotone.openembedded.org/revision/info/cc0f788a513b8c6fcf2e55f8c9e0fb35c6f5c016
Files:
1
packages/linux/linux.inc
Diffs:

#
# mt diff -rc588e66ca873e4203ac87c5b8f83409426757bbd -rcc0f788a513b8c6fcf2e55f8c9e0fb35c6f5c016
#
# 
# 
# patch "packages/linux/linux.inc"
#  from [477c0c3ac7fb0acf7d1a5a53365596196ff53211]
#    to [725c2f919e6f7ef208779c7e133aaa60648fb1b3]
# 
============================================================
--- packages/linux/linux.inc	477c0c3ac7fb0acf7d1a5a53365596196ff53211
+++ packages/linux/linux.inc	725c2f919e6f7ef208779c7e133aaa60648fb1b3
@@ -1,24 +1,12 @@ inherit kernel
 DESCRIPTION = "Linux Kernel"
 SECTION = "kernel"
 LICENSE = "GPL"
 
 inherit kernel
 
-# These devices need mkimage to generate a kernel image 
-DEPENDS_append_kb9202         = " u-boot-mkimage-openmoko-native "
-DEPENDS_append_at32stk1000    = " u-boot-mkimage-openmoko-native "
-DEPENDS_append_atngw100       = " u-boot-mkimage-openmoko-native "
-DEPENDS_append_at91sam9263ek  = " u-boot-mkimage-openmoko-native "
-DEPENDS_append_at91sam9261ek  = " u-boot-mkimage-openmoko-native "
-DEPENDS_append_at91sam9260ek  = " u-boot-mkimage-openmoko-native "
-DEPENDS_append_sarge-at91     = " u-boot-mkimage-openmoko-native "
-DEPENDS_append_gumstix-connex = " u-boot-mkimage-openmoko-native "
-DEPENDS_append_gumstix-verdex = " u-boot-mkimage-openmoko-native "
-DEPENDS_append_fic-gta01      = " u-boot-mkimage-openmoko-native "
-DEPENDS_append_fic-gta02      = " u-boot-mkimage-openmoko-native "
-DEPENDS_append_mpc8313e-rdb   = " u-boot "
-DEPENDS_append_mpc8323e-rdb   = " u-boot "
-DEPENDS_append_bd-neon        = " u-boot-mkimage-openmoko-native "
+# Not every device needs mkimage to generate a kernel image, but lets make OE a bit more
+# friendly and increase the "Just Works(TM) factor. Building uboot takes only a minute.
+DEPENDS += " u-boot-mkimage-openmoko-native "
 
 
 RPSRC = "http://www.rpsys.net/openzaurus/patches/archive"
@@ -47,7 +35,7 @@ do_configure_prepend() {
         #
         if [ "${TARGET_OS}" = "linux-gnueabi" -o  "${TARGET_OS}" = "linux-uclibcgnueabi" ]; then
                 echo "CONFIG_AEABI=y"                   >> ${S}/.config
-                echo "CONFIG_OABI_COMPAT=y"             >> ${S}/.config
+                echo "# CONFIG_OABI_COMPAT is not set"             >> ${S}/.config
         else
                 echo "# CONFIG_AEABI is not set"        >> ${S}/.config
                 echo "# CONFIG_OABI_COMPAT is not set"  >> ${S}/.config






More information about the Openembedded-commits mailing list