diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-10-25 23:03:17 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-10-25 23:03:17 +0000 |
commit | 2cf54b5931aca6815573e7ce83e7f8073201d49e (patch) | |
tree | 7fb29fc812be06cf28d135f79f726e36ae37e06e /packages/linux/linux.inc | |
parent | 279d19cb2b497fd1168adfc5fa5008e11e10a538 (diff) | |
parent | 2663abb1f84831567efae97a0a8edc53f2af432a (diff) |
merge of '65bea2472f8d53c3d2f8f8e784ede9b9a84f0af8'
and 'cc0f788a513b8c6fcf2e55f8c9e0fb35c6f5c016'
Diffstat (limited to 'packages/linux/linux.inc')
-rw-r--r-- | packages/linux/linux.inc | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/packages/linux/linux.inc b/packages/linux/linux.inc index b00ae95253..bb2ad455fd 100644 --- a/packages/linux/linux.inc +++ b/packages/linux/linux.inc @@ -4,20 +4,9 @@ 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 " +# 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" @@ -46,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 |