diff options
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1-tools-native_2013.10.bb | 16 |
1 files changed, 0 insertions, 16 deletions
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 09cf1f71e..000000000 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1-tools-native_2013.10.bb +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | require u-boot-ls1.inc | ||
| 2 | |||
| 3 | SRC_URI = "git://git.freescale.com/layerscape/ls1021a/u-boot.git;branch=LS1-dev" | ||
| 4 | SRCREV = "50d684801cd05ed6b77d52d1ca9ed00fefeac469" | ||
| 5 | |||
| 6 | RDEPENDS += "tcl-native" | ||
| 7 | |||
| 8 | inherit native | ||
| 9 | |||
| 10 | do_configure[noexec] = "1" | ||
| 11 | do_compile[noexec] = "1" | ||
| 12 | |||
| 13 | do_install () { | ||
| 14 | install -d ${D}/${bindir} | ||
| 15 | install -m 755 ${S}/byte_swap.tcl ${D}/${bindir} | ||
| 16 | } | ||
