summaryrefslogtreecommitdiff
path: root/packages/linux/linux-x86_2.6.11.6.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-04-01 13:25:44 +0000
committerMichael Lauer <mickey@vanille-media.de>2005-04-01 13:25:44 +0000
commit8b04076f35f8c65266413871221f04cd34d68a7a (patch)
treefc53434b96ea8ee86e2685df7b16d9a0376d8da3 /packages/linux/linux-x86_2.6.11.6.bb
parent47b4803808f87d0e71f58846dc17685b557a0fe5 (diff)
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/04/01 15:25:27+02:00 uni-frankfurt.de!mickeyl specify compatible host for c7x0 and collie kernels. choose proper image type for linux-x86 BKrev: 424d4bd8NZAL0w4kj35x01hAdCQQ3g
Diffstat (limited to 'packages/linux/linux-x86_2.6.11.6.bb')
-rw-r--r--packages/linux/linux-x86_2.6.11.6.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/linux/linux-x86_2.6.11.6.bb b/packages/linux/linux-x86_2.6.11.6.bb
index e69de29bb2..85512d0b3e 100644
--- a/packages/linux/linux-x86_2.6.11.6.bb
+++ b/packages/linux/linux-x86_2.6.11.6.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Linux Kernel for x86 compatible machines"
+SECTION = "kernel"
+LICENSE = "GPL"
+PR = "r1"
+
+SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
+ file://defconfig"
+
+S = "${WORKDIR}/linux-${PV}"
+
+inherit kernel
+
+COMPATIBLE_HOST = "i.86.*-linux"
+KERNEL_IMAGETYPE = "bzImage"