diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-02-07 12:41:01 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-02-07 12:41:01 +0000 |
commit | 256042cd776f4160c2b6aaadc3f634926279339f (patch) | |
tree | 26eb045352bbfcfe25ae0f455f8c4b94c97ebf90 /packages/linux/linux_2.6.20.bb | |
parent | e9bc2c07ac4628c516e2d6098f7181fb7ed2aa8d (diff) | |
parent | f38a623b538f489500f4ef97cf8d957b2c69c5d3 (diff) |
merge of 'bbfe92716c8516623c7f965f29e1674c2d9b98dc'
and 'fda96508efa311cef118693c03ac023a13f325ca'
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 +} |