diff options
| author | Chunrong Guo <B40290@freescale.com> | 2015-02-04 15:18:14 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-02-05 23:08:27 -0200 |
| commit | da912d02797d322f726c48f232ab46cef7b4e3dd (patch) | |
| tree | 552c5728b240ca73fa976355756f1b6f0dbabd24 | |
| parent | 438f214bb1e0e0a1be6581ac9761b6db348a4c4e (diff) | |
| download | meta-freescale-da912d02797d322f726c48f232ab46cef7b4e3dd.tar.gz | |
u-boot-ls1-tools-native: remove recipe
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -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 | } | ||
