diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-27 16:06:50 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-28 15:22:33 -0300 |
commit | 241ddf56ee8abdbea62b68241b98250b6f50f134 (patch) | |
tree | b35f2a57da1176a0fe2d90be6fdb9b5d6c2465c3 | |
parent | c7be355817e679bbbc21215dc15656b734d55130 (diff) | |
download | meta-fsl-arm-241ddf56ee8abdbea62b68241b98250b6f50f134.tar.gz |
elftosb: Add nativesdk support
Change-Id: I7515d5fadba1948635b0cfafb6540b349b2ed126
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
-rw-r--r-- | recipes-bsp/elftosb/elftosb_10.12.01.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/elftosb/elftosb_10.12.01.bb b/recipes-bsp/elftosb/elftosb_10.12.01.bb index 827379e..2cef1f6 100644 --- a/recipes-bsp/elftosb/elftosb_10.12.01.bb +++ b/recipes-bsp/elftosb/elftosb_10.12.01.bb | |||
@@ -1,12 +1,12 @@ | |||
1 | # Copyright (C) 2011 Freescale | 1 | # Copyright (C) 2011, 2012 Freescale |
2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
3 | 3 | ||
4 | DESCRIPTION = "Helper utility for freescale imx platforms" | 4 | DESCRIPTION = "Helper utility for freescale imx platforms" |
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=172ede34353056ebec7a597d8459f029" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=172ede34353056ebec7a597d8459f029" |
7 | SECTION = "bootloader" | 7 | SECTION = "bootloader" |
8 | PR = "r3" | 8 | PR = "r4" |
9 | BBCLASSEXTEND = "native" | 9 | BBCLASSEXTEND = "native nativesdk" |
10 | 10 | ||
11 | SRC_URI = "http://repository.timesys.com/buildsources/e/elftosb/elftosb-${PV}/elftosb-${PV}.tar.gz \ | 11 | SRC_URI = "http://repository.timesys.com/buildsources/e/elftosb/elftosb-${PV}/elftosb-${PV}.tar.gz \ |
12 | file://cross-build.patch \ | 12 | file://cross-build.patch \ |