diff options
author | Mertz, Timothy <timothy.mertz@garmin.com> | 2017-12-17 00:06:15 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-12-21 15:04:50 -0500 |
commit | 2bcbde7b8a1c32f848e240c40074071a95391422 (patch) | |
tree | 89d7013d6c70eac953d7ca9418e791b574cc5a6d /recipes-ti/devtools/ti-xdctools_3.50.03.33.bb | |
parent | 866c75e967864ad39c649c16ef601293fbddccca (diff) | |
download | meta-ti-2bcbde7b8a1c32f848e240c40074071a95391422.tar.gz |
ti-xdctools: extend to native and nativesdk
ti-xdctools should be a native recipe as it more accurately reflects how
it is supposed to be used. In addition, this allows it to be built as
nativesdk and included in SDK image tools
Signed-off-by: "Mertz, Timothy" <timothy.mertz@garmin.com>
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Acked-by: Jacob Stiffler <j-stiffler@ti.com>
Diffstat (limited to 'recipes-ti/devtools/ti-xdctools_3.50.03.33.bb')
-rw-r--r-- | recipes-ti/devtools/ti-xdctools_3.50.03.33.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-ti/devtools/ti-xdctools_3.50.03.33.bb b/recipes-ti/devtools/ti-xdctools_3.50.03.33.bb index 73ab3bdf..6ab2b94a 100644 --- a/recipes-ti/devtools/ti-xdctools_3.50.03.33.bb +++ b/recipes-ti/devtools/ti-xdctools_3.50.03.33.bb | |||
@@ -7,3 +7,7 @@ LIC_FILES_CHKSUM = "file://docs/license/xdc/shelf/package.html;beginline=1;endli | |||
7 | 7 | ||
8 | SRC_URI[xdczip.md5sum] = "21310b647275a7c7dd5b37dcb96c0b1b" | 8 | SRC_URI[xdczip.md5sum] = "21310b647275a7c7dd5b37dcb96c0b1b" |
9 | SRC_URI[xdczip.sha256sum] = "afe8616773e63b01e79e8cfacaf4d2c8d3b92c798c7f8cf5d1c7b5fe2060bbe4" | 9 | SRC_URI[xdczip.sha256sum] = "afe8616773e63b01e79e8cfacaf4d2c8d3b92c798c7f8cf5d1c7b5fe2060bbe4" |
10 | |||
11 | FILES_${PN} += "${XDC_INSTALL_DIR_RECIPE}" | ||
12 | |||
13 | BBCLASSEXTEND = "native nativesdk" | ||