merge of '6cbf0719a581ec7faecefbc05b3c17d8b1b72d52'
authorMarcin Juszkiewicz <hrw@openembedded.org>
Sun, 9 Sep 2007 21:36:58 +0000 (21:36 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Sun, 9 Sep 2007 21:36:58 +0000 (21:36 +0000)
     and '7d51500e1f981f891b494ca3d396c965faecc9e0'

1  2 
packages/linux/linux.inc

@@@ -2,21 -2,22 +2,23 @@@ DESCRIPTION = "Linux Kernel
  SECTION = "kernel"
  LICENSE = "GPL"
  
 +inherit kernel
 +
  # These devices need mkimage to generate a kernel image 
 -DEPENDS_kb9202 = "u-boot-mkimage-openmoko-native"
 -DEPENDS_at32stk1000 = "u-boot-mkimage-openmoko-native" 
 -DEPENDS_atngw100 = "u-boot-mkimage-openmoko-native"
 -DEPENDS_at91sam9263ek = "u-boot-mkimage-openmoko-native"
 -DEPENDS_at91sam9261ek = "u-boot-mkimage-openmoko-native"
 -DEPENDS_at91sam9260ek = "u-boot-mkimage-openmoko-native"
 -DEPENDS_sarge-at91 = "u-boot-mkimage-openmoko-native"
 -DEPENDS_gumstix-connex = "u-boot-mkimage-openmoko-native"
 -DEPENDS_gumstix-verdex = "u-boot-mkimage-openmoko-native"
 -DEPENDS_fic-gta01 = "u-boot-mkimage-openmoko-native"
 -DEPENDS_fic-gta02 = "u-boot-mkimage-openmoko-native"
 +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 "
  
 -inherit kernel
  
- # Specify the commandline for you device here:
+ # Specify the commandline for you device
  
  #boot from mmc
  CMDLINE_at91sam9263ek = "mem=64M console=ttyS0,115200 root=/dev/mmcblk0p1 rootfstype=ext2 rootdelay=5"