summaryrefslogtreecommitdiffstats
path: root/meta-moblin/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-moblin/packages/linux/linux-moblin.inc
parente5c53ce035eb36fc1b416e9971582a45754844be (diff)
downloadpoky-e169b23e66575856c5712b8f2162e305d8560d6b.tar.gz
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-moblin/packages/linux/linux-moblin.inc')
-rw-r--r--meta-moblin/packages/linux/linux-moblin.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-moblin/packages/linux/linux-moblin.inc b/meta-moblin/packages/linux/linux-moblin.inc
new file mode 100644
index 0000000000..a7fa15124d
--- /dev/null
+++ b/meta-moblin/packages/linux/linux-moblin.inc
@@ -0,0 +1,18 @@
1DESCRIPTION = "2.6 Linux Development Kernel for moblin Atom based platforms"
2SECTION = "kernel"
3LICENSE = "GPL"
4
5inherit kernel
6
7do_configure() {
8
9 rm -f ${S}/.config || true
10
11 cp ${WORKDIR}/defconfig-${MACHINE} ${S}/.config
12
13 yes '' | oe_runmake oldconfig
14
15}
16
17
18COMPATIBLE_MACHINE = "netbook" \ No newline at end of file