summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChunrong Guo <B40290@freescale.com>2015-02-04 15:18:14 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2015-02-05 23:08:27 -0200
commitda912d02797d322f726c48f232ab46cef7b4e3dd (patch)
tree552c5728b240ca73fa976355756f1b6f0dbabd24
parent438f214bb1e0e0a1be6581ac9761b6db348a4c4e (diff)
downloadmeta-freescale-da912d02797d322f726c48f232ab46cef7b4e3dd.tar.gz
u-boot-ls1-tools-native: remove recipe
Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1-tools-native_2013.10.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1-tools-native_2013.10.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1-tools-native_2013.10.bb
deleted file mode 100644
index 09cf1f71e..000000000
--- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1-tools-native_2013.10.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1require u-boot-ls1.inc
2
3SRC_URI = "git://git.freescale.com/layerscape/ls1021a/u-boot.git;branch=LS1-dev"
4SRCREV = "50d684801cd05ed6b77d52d1ca9ed00fefeac469"
5
6RDEPENDS += "tcl-native"
7
8inherit native
9
10do_configure[noexec] = "1"
11do_compile[noexec] = "1"
12
13do_install () {
14 install -d ${D}/${bindir}
15 install -m 755 ${S}/byte_swap.tcl ${D}/${bindir}
16}