diff options
author | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2007-06-27 02:30:30 +0000 |
---|---|---|
committer | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2007-06-27 02:30:30 +0000 |
commit | 7f6a224cd8bb8fb1280c0cc0c0269e1debbb36f7 (patch) | |
tree | f69ca3bb47d01d7169f5e7c382dbb1d93317617f /packages/linux/linux-jlime-current.bb | |
parent | bfcc21af1a6c0be6e525b80ba6b06c719d37a354 (diff) |
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
Diffstat (limited to 'packages/linux/linux-jlime-current.bb')
-rw-r--r-- | packages/linux/linux-jlime-current.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/linux/linux-jlime-current.bb b/packages/linux/linux-jlime-current.bb new file mode 100644 index 0000000000..aec8ea88c2 --- /dev/null +++ b/packages/linux/linux-jlime-current.bb @@ -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" |