From: Chunrong Guo Date: Wed, 4 Feb 2015 07:18:14 +0000 (+0800) Subject: u-boot-ls1-tools-native: remove recipe X-Git-Tag: 2.1~662 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=da912d02797d322f726c48f232ab46cef7b4e3dd;p=meta-freescale.git u-boot-ls1-tools-native: remove recipe Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- 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 09cf1f71..00000000 --- a/meta-fsl-arm/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} -}