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