]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-ls1-tools-native: remove recipe
authorChunrong Guo <B40290@freescale.com>
Wed, 4 Feb 2015 07:18:14 +0000 (15:18 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 6 Feb 2015 01:08:27 +0000 (23:08 -0200)
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1-tools-native_2013.10.bb [deleted file]

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 (file)
index 09cf1f7..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-require u-boot-ls1.inc
-
-SRC_URI = "git://git.freescale.com/layerscape/ls1021a/u-boot.git;branch=LS1-dev"
-SRCREV = "50d684801cd05ed6b77d52d1ca9ed00fefeac469"
-
-RDEPENDS += "tcl-native"
-
-inherit native
-
-do_configure[noexec] = "1"
-do_compile[noexec] = "1"
-
-do_install () {
-    install -d ${D}/${bindir}
-    install -m 755 ${S}/byte_swap.tcl ${D}/${bindir}
-}