summaryrefslogtreecommitdiffstats
path: root/meta/packages/linux/linux-moblin.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/linux/linux-moblin.inc')
-rw-r--r--meta/packages/linux/linux-moblin.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/packages/linux/linux-moblin.inc b/meta/packages/linux/linux-moblin.inc
new file mode 100644
index 0000000000..802bde26ee
--- /dev/null
+++ b/meta/packages/linux/linux-moblin.inc
@@ -0,0 +1,18 @@
1DESCRIPTION = "2.6 Linux Development Kernel for moblin2 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 = "eee901" \ No newline at end of file