diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-09-10 15:44:58 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-09-10 15:44:58 +0000 |
commit | 496383e73baaaeae20a3e8c21785e9ef66182899 (patch) | |
tree | 05a34001a4ca8d33b79bc5d47ba74100ddf0a8fb /packages/linux/linux.inc | |
parent | 191ea8a90af26ee5c0b3c07ad7a2fb28d179cc84 (diff) | |
parent | 1e807f3e9d554d0f8db7f240a1a7a42420f8571e (diff) |
merge of '8f24f687fb1ef557bf1f1a9e66188d67dde2ea47'
and 'bc1bceb6bfab051d162269a77df02ea351b62358'
Diffstat (limited to 'packages/linux/linux.inc')
-rw-r--r-- | packages/linux/linux.inc | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/packages/linux/linux.inc b/packages/linux/linux.inc index 14b0987970..a25dc44083 100644 --- a/packages/linux/linux.inc +++ b/packages/linux/linux.inc @@ -2,20 +2,21 @@ 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 |