diff options
| author | Holger Freyther <zecke@selfish.org> | 2008-04-28 14:29:01 +0000 |
|---|---|---|
| committer | Holger Freyther <zecke@selfish.org> | 2008-04-28 14:29:01 +0000 |
| commit | ac03da524e5e040ca320c59b2b03c75685d925e0 (patch) | |
| tree | f5853262cfd0bc85049eebb3842224cce9c1f1cd /packages/linux | |
| parent | 24dc77b97b4c9a2a3d05078e81d9cab8d64a1809 (diff) | |
| parent | f548461fca3bba7329777be4f89870c6f1cdccc1 (diff) | |
merge of '54b3dda1df013d6327e2ce8df95d7cfeeac2fbae'
and 'b5af291fa9dc074af84727684ddae1efa9c1be0d'
Diffstat (limited to 'packages/linux')
| -rw-r--r-- | packages/linux/linux-kaiser_2.6.24+git.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/linux/linux-kaiser_2.6.24+git.bb b/packages/linux/linux-kaiser_2.6.24+git.bb new file mode 100644 index 0000000000..ba4e6c1973 --- /dev/null +++ b/packages/linux/linux-kaiser_2.6.24+git.bb @@ -0,0 +1,15 @@ +require linux.inc + +PV = "2.6.24+git${SRCREV}" + +COMPATIBLE_MACHINE = "htckaiser" + +SRC_URI = "git://git.android.com/kernel.git;branch=android-msm;protocol=git \ + http://baliniak.pl/android/kernel.diff;patch=1" + +S = "${WORKDIR}/git" + +do_configure_prepend() { + cp .config ../defconfig +} + |
