diff options
Diffstat (limited to 'meta-ti-extras/recipes-bsp/dsptop/libulm_git.bb')
-rw-r--r-- | meta-ti-extras/recipes-bsp/dsptop/libulm_git.bb | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/meta-ti-extras/recipes-bsp/dsptop/libulm_git.bb b/meta-ti-extras/recipes-bsp/dsptop/libulm_git.bb index 6a2cde30..73c7831e 100644 --- a/meta-ti-extras/recipes-bsp/dsptop/libulm_git.bb +++ b/meta-ti-extras/recipes-bsp/dsptop/libulm_git.bb | |||
@@ -9,9 +9,9 @@ REQUIRED_MACHINE_FEATURES = "dsp" | |||
9 | DEPENDS = "ti-cgt6x-native" | 9 | DEPENDS = "ti-cgt6x-native" |
10 | PR = "${INC_PR}.0" | 10 | PR = "${INC_PR}.0" |
11 | 11 | ||
12 | S = "${WORKDIR}/git/dsptop/ulm" | 12 | S:append = "/dsptop/ulm" |
13 | 13 | ||
14 | DEVICE="" | 14 | DEVICE = "" |
15 | DEVICE:dra7xx = "DRA7xx" | 15 | DEVICE:dra7xx = "DRA7xx" |
16 | 16 | ||
17 | EXTRA_OEMAKE = "release DEVICE=${DEVICE} CROSS_COMPILE=${TARGET_PREFIX}" | 17 | EXTRA_OEMAKE = "release DEVICE=${DEVICE} CROSS_COMPILE=${TARGET_PREFIX}" |
@@ -42,4 +42,14 @@ include dsptop.inc | |||
42 | 42 | ||
43 | ALLOW_EMPTY:${PN} = "1" | 43 | ALLOW_EMPTY:${PN} = "1" |
44 | 44 | ||
45 | PARALLEL_MAKE= "" | 45 | PARALLEL_MAKE = "" |
46 | |||
47 | # Disable the "buildpaths" check while we figure out how we are | ||
48 | # going to address this issue. | ||
49 | # | ||
50 | # The ti-cgt6x compiler is a custom TI compiler for the TI C6000 | ||
51 | # Digital Signal Processor(DSP) platform. It does not currently | ||
52 | # support reproducible builds and is provided via a binary blob | ||
53 | # download that we cannot patch in the recipe to address the | ||
54 | # issue. | ||
55 | INSANE_SKIP:${PN}-dev += "buildpaths" | ||