aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristoffer Ericson <kristoffer.ericson@gmail.com>2012-05-06 17:37:25 +0200
committerKristoffer Ericson <kristoffer.ericson@gmail.com>2012-05-06 17:37:25 +0200
commitb905c8cb7bb09f9364880cfcee8b8bdb950557c5 (patch)
tree712611ab7605a72c611e773a6c1b5ef1aa10bfbb
parentb50fde72d5789b3185f9a7c64924280bb063cfad (diff)
downloadopenembedded-b905c8cb7bb09f9364880cfcee8b8bdb950557c5.tar.gz
recipes/linux/linux-jlime-jornada6xx_2.6.32.bb: Remove nonworking kernel
* 2.6.32-hpc is not a branch in linux-hpc tree and never was, therefore remove kernel recipe. Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
-rw-r--r--recipes/linux/linux-jlime-jornada6xx_2.6.32.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/recipes/linux/linux-jlime-jornada6xx_2.6.32.bb b/recipes/linux/linux-jlime-jornada6xx_2.6.32.bb
deleted file mode 100644
index 973cfc8c3d..0000000000
--- a/recipes/linux/linux-jlime-jornada6xx_2.6.32.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "Linux 2.6.32 kernel for the SuperH-based Jornada 6xx"
-SECTION = "kernel"
-LICENSE = "GPLv2"
-
-SRCREV = "${AUTOREV}"
-
-COMPATIBLE_MACHINE = "jornada6xx"
-
-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 = "sh"
-FILES_kernel-image = "/boot/${KERNEL_IMAGETYPE}*"
-
-do_configure_prepend() {
- install -m 0644 ${S}/config-hp6xx ${S}/.config
-}