summaryrefslogtreecommitdiff
path: root/meta/packages/linux/linux-moblin.inc
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@openedhand.com>2008-10-03 08:42:49 +0000
committerSamuel Ortiz <sameo@openedhand.com>2008-10-03 08:42:49 +0000
commit8e466ad34b11fea6003489e1c8875042d991b5a7 (patch)
tree4f5a6c1c192235b5ce464187bfe810dbc705fc34 /meta/packages/linux/linux-moblin.inc
parent6c807a6d89d031d8bee7222b896b29dbb1163f4b (diff)
downloadopenembedded-core-8e466ad34b11fea6003489e1c8875042d991b5a7.tar.gz
openembedded-core-8e466ad34b11fea6003489e1c8875042d991b5a7.tar.bz2
openembedded-core-8e466ad34b11fea6003489e1c8875042d991b5a7.tar.xz
openembedded-core-8e466ad34b11fea6003489e1c8875042d991b5a7.zip
linux-moblin2: Use a more generic name
And fix the eee901 machine file accordingly. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5404 311d38ba-8fff-0310-9ca6-ca027cbcb966
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 000000000..802bde26e
--- /dev/null
+++ b/meta/packages/linux/linux-moblin.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