aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-jlime-ben_2.6.32.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux/linux-jlime-ben_2.6.32.bb')
-rw-r--r--recipes/linux/linux-jlime-ben_2.6.32.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/recipes/linux/linux-jlime-ben_2.6.32.bb b/recipes/linux/linux-jlime-ben_2.6.32.bb
deleted file mode 100644
index 5ab78853fd..0000000000
--- a/recipes/linux/linux-jlime-ben_2.6.32.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-DESCRIPTION = "Linux 2.6.32 kernel for the ben nanonote"
-SECTION = "kernel"
-LICENSE = "GPLv2"
-
-SRCREV = "${AUTOREV}"
-
-DEFAULT_PREFERENCE_ben-nanonote = "1"
-COMPATIBLE_MACHINE = "ben-nanonote"
-
-SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git;protocol=git;branch=v2.6.32-hpc"
-
-S = "${WORKDIR}/git"
-
-inherit kernel
-
-ARCH = "mips"
-FILES_kernel-image = "/boot/${KERNEL_IMAGETYPE}*"
-
-do_configure_prepend() {
- install -m 0644 ${S}/config-bennanonote ${S}/.config
-}