diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-05-25 09:49:17 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-05-25 09:49:17 +0000 |
commit | 948cd33b724094d91b54ddb127323211cb9590f8 (patch) | |
tree | 36f6f0b73b61498959ec6c9a1cbf75d67ac19456 /packages/linux/linux_2.6.21.bb | |
parent | 7c5bc89adb77e43675ae90149d496fa1ec94add7 (diff) |
linux 2.6.21: added kb9202 support
Diffstat (limited to 'packages/linux/linux_2.6.21.bb')
-rw-r--r-- | packages/linux/linux_2.6.21.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/linux/linux_2.6.21.bb b/packages/linux/linux_2.6.21.bb index d801f88507..be3c57c350 100644 --- a/packages/linux/linux_2.6.21.bb +++ b/packages/linux/linux_2.6.21.bb @@ -1,9 +1,11 @@ DESCRIPTION = "Linux Kernel" SECTION = "kernel" LICENSE = "GPL" +PR = "r2" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ - file://defconfig" + file://defconfig \ + " SRC_URI_append_simpad = "\ file://linux-2.6.21-SIMpad-cs3-simpad.patch;patch=1 \ @@ -12,10 +14,13 @@ SRC_URI_append_simpad = "\ file://linux-2.6.21-SIMpad-ucb1x00-switches.patch;patch=1 \ file://linux-2.6.21-pcmcia-device-to-platform-driver.patch;patch=1 \ " +SRC_URI_append_kb9202 = "http://maxim.org.za/AT91RM9200/2.6/2.6.21-at91.patch.gz;patch=1" inherit kernel +KERNEL_IMAGETYPE_progear = "bzImage" KERNEL_IMAGETYPE_simpad = "zImage" +KERNEL_IMAGETYPE_kb9202 = "zImage" do_configure_prepend() { install -m 0644 ${WORKDIR}/defconfig ${S}/.config |