summaryrefslogtreecommitdiff
path: root/meta/packages/linux/linux-moblin.inc
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2008-10-21 16:25:42 +0200
committerSamuel Ortiz <sameo@openedhand.com>2008-10-21 16:26:53 +0200
commite169b23e66575856c5712b8f2162e305d8560d6b (patch)
tree44b2549bfc20563c79808b92db16baf7101adda1 /meta/packages/linux/linux-moblin.inc
parente5c53ce035eb36fc1b416e9971582a45754844be (diff)
downloadopenembedded-core-e169b23e66575856c5712b8f2162e305d8560d6b.tar.gz
openembedded-core-e169b23e66575856c5712b8f2162e305d8560d6b.tar.bz2
openembedded-core-e169b23e66575856c5712b8f2162e305d8560d6b.tar.xz
openembedded-core-e169b23e66575856c5712b8f2162e305d8560d6b.zip
linux-moblin: Add 2.6.27 moblin kernel
This will be the default moblin kernel. We also moved the 2.6.27-rc* kernels to meta-moblin.
Diffstat (limited to 'meta/packages/linux/linux-moblin.inc')
-rw-r--r--meta/packages/linux/linux-moblin.inc18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/packages/linux/linux-moblin.inc b/meta/packages/linux/linux-moblin.inc
deleted file mode 100644
index a7fa15124..000000000
--- a/meta/packages/linux/linux-moblin.inc
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "2.6 Linux Development Kernel for moblin Atom based platforms"
-SECTION = "kernel"
-LICENSE = "GPL"
-
-inherit kernel
-
-do_configure() {
-
- rm -f ${S}/.config || true
-
- cp ${WORKDIR}/defconfig-${MACHINE} ${S}/.config
-
- yes '' | oe_runmake oldconfig
-
-}
-
-
-COMPATIBLE_MACHINE = "netbook" \ No newline at end of file