diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-02-27 17:14:14 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-02-27 17:14:14 +0000 |
commit | c67d4f59b419ef8f6fb697104f408f042a3f681d (patch) | |
tree | 0a40f46e692dc70987d05bd2dd003ca9d6054084 /packages/linux/linux_2.6.20.bb | |
parent | 1ab003ce956f37c2d80449e14de84aa27ace5af7 (diff) |
linux: fix KERNEL_IMAGETYPE for simpad
Diffstat (limited to 'packages/linux/linux_2.6.20.bb')
-rw-r--r-- | packages/linux/linux_2.6.20.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux_2.6.20.bb b/packages/linux/linux_2.6.20.bb index f4372186e6..a26b20e5d0 100644 --- a/packages/linux/linux_2.6.20.bb +++ b/packages/linux/linux_2.6.20.bb @@ -1,6 +1,7 @@ DESCRIPTION = "Linux Kernel" SECTION = "kernel" LICENSE = "GPL" +PR = "r1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ file://defconfig" @@ -16,7 +17,7 @@ SRC_URI_append_simpad = "\ inherit kernel KERNEL_IMAGETYPE = "bzImage" -KERNEL_IMAGETYPE_simpad = "bzImage" +KERNEL_IMAGETYPE_simpad = "zImage" do_configure_prepend() { install -m 0644 ${WORKDIR}/defconfig ${S}/.config |