diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-02-06 12:26:50 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-02-06 12:26:50 +0000 |
commit | 878be0c4952c38d973b968ff5db6336460b1257b (patch) | |
tree | d83265e6f7f856069ecdb306ce5bf77d61e74c52 /packages/linux/linux_2.6.20.bb | |
parent | 0a50e22dd74af9d95b0c37696a6a7976a159820a (diff) |
linux: upgrade to 2.6.20, update Progear support
- progear backlight updated to r6
- enabled serial ports to get touchscreen working
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 +} |