diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/linux/linux_2.6.28.bb | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/linux/linux_2.6.28.bb')
-rw-r--r-- | packages/linux/linux_2.6.28.bb | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/packages/linux/linux_2.6.28.bb b/packages/linux/linux_2.6.28.bb deleted file mode 100644 index 7ce1238115..0000000000 --- a/packages/linux/linux_2.6.28.bb +++ /dev/null @@ -1,68 +0,0 @@ -require linux.inc - -PR = "r6" - -# Mark archs/machines that this kernel supports -DEFAULT_PREFERENCE = "-1" - -DEFAULT_PREFERENCE_at91sam9263ek = "28" -DEFAULT_PREFERENCE_ronetix-pm9263 = "28" -DEFAULT_PREFERENCE_stb225 = "28" -DEFAULT_PREFERENCE_collie = "1" -DEFAULT_PREFERENCE_tosa = "1" -DEFAULT_PREFERENCE_gamecube = "1" -DEFAULT_PREFERENCE_wrap = "1" - -SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2 \ - file://defconfig" - -SRC_URI_append_at91sam9263ek = " \ - file://linux-2.6.28-at91.patch.bz2;patch=1 \ - file://linux-2.6.28-exp.patch.bz2;patch=1 " - -SRC_URI_append_ronetix-pm9263 = " \ - file://linux-2.6.28-at91.patch.bz2;patch=1 \ - file://linux-2.6.28-exp.patch.bz2;patch=1 \ - file://linux-2.6.28-at91-ronetix-12012009.patch;patch=1 " - -SRC_URI_append_stb225 = " \ - file://uImage.patch;patch=1 \ - file://ebase-fix.patch;patch=1 \ - file://enable-uart.patch;patch=1 \ - file://ip3902.patch;patch=1" - -SRC_URI_append_collie = " \ - file://0001-collie-start-scoop-converton-to-new-api.patch;patch=1 \ - file://0002-add-locomo_spi-driver.patch;patch=1 \ - file://0003-enable-cpufreq-for-collie.patch;patch=1 \ - file://0004-fix-dma-for-SA1100.patch;patch=1 \ - file://0005-fix-collie-keyboard-bug.patch;patch=1 \ - file://0006-add-collie-flash-hack.patch;patch=1 \ - file://0007-hostap-workaround-for-buggy-sa1100-pcmcia-driver.patch;patch=1 \ - file://0008-fix-collie-suspend-hack.patch;patch=1 \ - file://0009-add-sa1100-usb-gadget-driver-hack.patch;patch=1 \ - file://0010-mmc_spi-add-suspend-and-resume-callbacks.patch;patch=1 \ - file://0011-move-drivers-mfd-.h-to-include-linux-mfd.patch;patch=1 \ - file://0012-move-ucb1200-ts-driver.patch;patch=1 \ - file://0013-add-collie-touchscreen-driver.patch;patch=1 \ - file://0014-collie-locomo-led-change-default-trigger.patch;patch=1 \ - file://0015-SA1100-make-gpio_to_irq-and-reverse-a-macro.patch;patch=1 \ - file://0016-add-gpiolib-support-to-ucb1x00.patch;patch=1 \ - file://0017-collie-convert-to-gpiolib-for-ucb1x00.patch;patch=1 \ - file://0018-collie-add-battery-driver.patch;patch=1 \ - file://0019-collie-support-pda_power-driver.patch;patch=1 \ - file://0020-remove-collie_pm.c.patch;patch=1 \ - file://0021-mmc-trivial-annotation-of-blocks.patch;patch=1 \ - file://0022-mmc_block-print-better-error-messages.patch;patch=1 \ - file://0023-mmc_block-ensure-all-sectors-that-do-not-have-error.patch;patch=1 " - -SRC_URI_append_tosa = " \ - file://commit-31c9b28;patch=1 \ - file://commit-ddfb33c;patch=1 \ - file://commit-f34ee79;patch=1 \ - " -SRC_URI_append_gamecube = " \ - file://patch-2.6.28-gc;patch=1 \ - " - -S = "${WORKDIR}/linux-2.6.28/" |