From fab7dfb61978399a5486c6e4d7c08db08ae8429e Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Wed, 4 Feb 2015 15:18:14 +0800 Subject: u-boot-ls1-tools-native: remove recipe Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- recipes-bsp/u-boot/u-boot-ls1-tools-native_2013.10.bb | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 recipes-bsp/u-boot/u-boot-ls1-tools-native_2013.10.bb 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 @@ -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} -} -- cgit v1.2.3-54-g00ecf