summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-ls1-tools-native_2013.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-ls1-tools-native_2013.10.bb')
-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}