From 7f6a224cd8bb8fb1280c0cc0c0269e1debbb36f7 Mon Sep 17 00:00:00 2001 From: Kristoffer Ericson Date: Wed, 27 Jun 2007 02:30:30 +0000 Subject: 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 --- packages/linux/linux-jlime-current.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 packages/linux/linux-jlime-current.bb (limited to 'packages/linux') 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" -- cgit v1.2.3