diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-02-08 00:48:04 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-02-08 00:48:04 +0000 |
commit | 6e3975e7442e24e52879f265e834ea0c249c4630 (patch) | |
tree | 4533b46732f7baf1fab3e8cbf412a1d8856ecfd7 /packages/linux/linux_2.6.20.bb | |
parent | 8afb6c6f4dbcb8c14f42d9c95cc761a8a4cee422 (diff) | |
parent | 9a2e603ebcf3db0c0fdf20dd99d0016d18270543 (diff) |
merge of '064f6cf6a9c7a0c7bf6771ce35e295ba8a56535c'
and '68b3b556b8787e3175c7900ad3a0038e45b4f4b8'
Diffstat (limited to 'packages/linux/linux_2.6.20.bb')
-rw-r--r-- | packages/linux/linux_2.6.20.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/linux/linux_2.6.20.bb b/packages/linux/linux_2.6.20.bb new file mode 100644 index 0000000000..ebf520d3d6 --- /dev/null +++ b/packages/linux/linux_2.6.20.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Linux Kernel" +SECTION = "kernel" +LICENSE = "GPL" + +SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ + file://defconfig" + +SRC_URI_append_progear = " \ + file://progear_bl-r6.patch;patch=1 \ + " + +inherit kernel + +KERNEL_IMAGETYPE = "bzImage" + +do_configure_prepend() { + install -m 0644 ${WORKDIR}/defconfig ${S}/.config +} |