diff options
Diffstat (limited to 'meta-ti-extras/recipes-devtools/gdbc6x/gdbserver-c6x_git.bb')
-rw-r--r-- | meta-ti-extras/recipes-devtools/gdbc6x/gdbserver-c6x_git.bb | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/meta-ti-extras/recipes-devtools/gdbc6x/gdbserver-c6x_git.bb b/meta-ti-extras/recipes-devtools/gdbc6x/gdbserver-c6x_git.bb index 3460eadb..6c538817 100644 --- a/meta-ti-extras/recipes-devtools/gdbc6x/gdbserver-c6x_git.bb +++ b/meta-ti-extras/recipes-devtools/gdbc6x/gdbserver-c6x_git.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "TI gdb-server to be used with c6xgdb." | 1 | SUMMARY = "TI gdb-server to be used with c6xgdb." |
2 | LICENSE = "BSD-3-Clause" | 2 | LICENSE = "BSD-3-Clause" |
3 | LIC_FILES_CHKSUM = "file://../debian/copyright;md5=82c616b6c8f9c11c46feaaf8f9a11495" | 3 | LIC_FILES_CHKSUM = "file://../debian/copyright;md5=82c616b6c8f9c11c46feaaf8f9a11495" |
4 | 4 | ||
@@ -6,7 +6,7 @@ DEPENDS = "ti-xdais ti-framework-components ti-cgt6x-native ti-sysbios ti-xdctoo | |||
6 | 6 | ||
7 | PR = "${INC_PR}.0" | 7 | PR = "${INC_PR}.0" |
8 | 8 | ||
9 | S = "${WORKDIR}/git/gdbserver-c6x/src" | 9 | S:append = "/gdbserver-c6x/src" |
10 | 10 | ||
11 | PLATFORM = "" | 11 | PLATFORM = "" |
12 | PLATFORM:dra7xx = "DRA7xx_PLATFORM" | 12 | PLATFORM:dra7xx = "DRA7xx_PLATFORM" |
@@ -47,3 +47,13 @@ require recipes-ti/includes/ti-paths.inc | |||
47 | ALLOW_EMPTY:${PN} = "1" | 47 | ALLOW_EMPTY:${PN} = "1" |
48 | 48 | ||
49 | PARALLEL_MAKE = "" | 49 | PARALLEL_MAKE = "" |
50 | |||
51 | # Disable the "buildpaths" check while we figure out how we are | ||
52 | # going to address this issue. | ||
53 | # | ||
54 | # The ti-cgt6x compiler is a custom TI compiler for the TI C6000 | ||
55 | # Digital Signal Processor(DSP) platform. It does not currently | ||
56 | # support reproducible builds and is provided via a binary blob | ||
57 | # download that we cannot patch in the recipe to address the | ||
58 | # issue. | ||
59 | INSANE_SKIP:${PN}-dev += "buildpaths" | ||