packages/linux/linux-jlime-current.bb : Addition of development kernel build
authorKristoffer Ericson <kristoffer_e1@hotmail.com>
Wed, 27 Jun 2007 02:30:30 +0000 (02:30 +0000)
committerKristoffer Ericson <kristoffer_e1@hotmail.com>
Wed, 27 Jun 2007 02:30:30 +0000 (02:30 +0000)
* JLime maintains a seperate git repository for our supported machines
  this .bb file will build the latest.
* Configs will be draged from our other repository

packages/linux/linux-jlime-current.bb [new file with mode: 0644]

diff --git a/packages/linux/linux-jlime-current.bb b/packages/linux/linux-jlime-current.bb
new file mode 100644 (file)
index 0000000..aec8ea8
--- /dev/null
@@ -0,0 +1,19 @@
+###########################################################################
+# Currently supports :
+#   HP Jornada 620/660/680/690
+#   HP Jornada 710/720/728
+#   Nec Mobilepro 900c
+#   Nec Mobilpro  770/880
+
+DESCRIPTION = "2.6 Linux Development Kernel for JLime supported Machines."
+SECTION = "kernel"
+LICENSE = "GPL"
+
+inherit kernel
+
+PR = "r1"
+
+SRC_URI = "git://filip.eu.org/jlime-current.git;protocol=git; \
+           git://filip.eu.org/jlime.git;protocol=git;"
+
+S = "${WORKDIR}/jlime-current"