[oe-commits] Kristoffer Ericson : recipes/linux/linux-jlime-jornada6xx_2.6.32.bb: Remove nonworking kernel

git at git.openembedded.org git at git.openembedded.org
Sun May 6 15:47:45 UTC 2012


Module: openembedded.git
Branch: master
Commit: b905c8cb7bb09f9364880cfcee8b8bdb950557c5
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=b905c8cb7bb09f9364880cfcee8b8bdb950557c5

Author: Kristoffer Ericson <kristoffer.ericson at gmail.com>
Date:   Sun May  6 17:37:25 2012 +0200

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 at gmail.com>

---

 recipes/linux/linux-jlime-jornada6xx_2.6.32.bb |   20 --------------------
 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 973cfc8..0000000
--- 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
-}





More information about the Openembedded-commits mailing list