[oe-commits] org.oe.dev packages/linux/linux-jlime-current.bb : Addition of development kernel build

kristoffer commit openembedded-commits at lists.openembedded.org
Tue Jun 26 18:36:21 UTC 2007


packages/linux/linux-jlime-current.bb : Addition of development kernel build
* 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

Author: kristoffer at openembedded.org
Branch: org.openembedded.dev
Revision: 99cbcc8e87c723d0a9e1a7c858d8001fc155c6ec
ViewMTN: http://monotone.openembedded.org/revision.psp?id=99cbcc8e87c723d0a9e1a7c858d8001fc155c6ec
Files:
1
packages/linux/linux-jlime-current.bb
Diffs:

#
# mt diff -r96bd64db32828367264800d1cfdf956eff85cb26 -r99cbcc8e87c723d0a9e1a7c858d8001fc155c6ec
#
# 
# 
# add_file "packages/linux/linux-jlime-current.bb"
#  content [98561aec73b65b0c3c3d959844b4af4777b4babe]
# 
============================================================
--- packages/linux/linux-jlime-current.bb	98561aec73b65b0c3c3d959844b4af4777b4babe
+++ packages/linux/linux-jlime-current.bb	98561aec73b65b0c3c3d959844b4af4777b4babe
@@ -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"






More information about the Openembedded-commits mailing list