aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/x-load/x-load_git.bb
diff options
context:
space:
mode:
authorPetter Mabacker <petter@technux.se>2014-05-06 16:03:12 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-08 13:00:23 +0100
commit3a675df3dd608b6e7250a3b0bfc9362d2f4e8aa9 (patch)
treeb73306f7cd4d5acd42e7c6c40041a772d5c913ce /meta/recipes-bsp/x-load/x-load_git.bb
parent665b03b338d8d710250bd92d6b9a227255f808f8 (diff)
downloadopenembedded-core-contrib-3a675df3dd608b6e7250a3b0bfc9362d2f4e8aa9.tar.gz
x-load: remove recipe
x-load has been superseded by u-boot SPL for all cortex based TI SoCs. For legacy boards meta-ti layer (that contains a maintained recipe) should be used instead. Signed-off-by: Petter Mabacker <petter@technux.se> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-bsp/x-load/x-load_git.bb')
-rw-r--r--meta/recipes-bsp/x-load/x-load_git.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-bsp/x-load/x-load_git.bb b/meta/recipes-bsp/x-load/x-load_git.bb
deleted file mode 100644
index 65dc85c30a..0000000000
--- a/meta/recipes-bsp/x-load/x-load_git.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-require x-load.inc
-
-FILESPATH = "${FILE_DIRNAME}/x-load-git/${MACHINE}:${FILE_DIRNAME}/x-load-git/"
-
-LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://README;beginline=1;endline=25;md5=ef08d08cb99057bbb5b9d6d0c5a4396f"
-
-SRCREV = "9f94c6577e3a018b6b75cbe39f32bb331871f915"
-PV = "1.5.0+git${SRCPV}"
-
-#SRC_URI = "git://www.sakoman.net/git/x-load-omap3.git;branch=master"
-#SRC_URI = "git://gitorious.org/x-load-omap3/mainline.git;branch=master"
-SRC_URI = "git://gitorious.org/x-loader/x-loader.git;branch=master"
-
-SRC_URI_append_beagleboard = " file://name.patch "
-
-S = "${WORKDIR}/git"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-COMPATIBLE_MACHINE = "(beagleboard|omap3evm|overo)"