summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
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
commitfab7dfb61978399a5486c6e4d7c08db08ae8429e (patch)
treef867d2cb2de75b6b9cdaa469ffd517883b6a5c8f /recipes-bsp
parent0390b961c9a92f4e5e35dd4fd11124a9b7bf5ee0 (diff)
downloadmeta-fsl-arm-fab7dfb61978399a5486c6e4d7c08db08ae8429e.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>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-ls1-tools-native_2013.10.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ls1-tools-native_2013.10.bb b/recipes-bsp/u-boot/u-boot-ls1-tools-native_2013.10.bb
deleted file mode 100644
index 09cf1f7..0000000
--- a/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}