diff options
| author | Khem Raj <raj.khem@gmail.com> | 2019-09-07 09:50:45 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-09-07 11:29:02 -0700 |
| commit | b4937b5d660d8ecba37e3c9c9df128883e2802d3 (patch) | |
| tree | d8e53fd894622219f7ec51180ece628548fcda3f /meta-oe/recipes-devtools | |
| parent | ace2fc4938312981ee1440448f94068fbce65f02 (diff) | |
| download | meta-openembedded-b4937b5d660d8ecba37e3c9c9df128883e2802d3.tar.gz | |
nodejs: Mark incompatible with risc-v
Arch is not yet supported
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
| -rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs_10.16.3.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_10.16.3.bb b/meta-oe/recipes-devtools/nodejs/nodejs_10.16.3.bb index 30724d41a1..a978eebe47 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_10.16.3.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_10.16.3.bb | |||
| @@ -12,6 +12,9 @@ COMPATIBLE_MACHINE_armv4 = "(!.*armv4).*" | |||
| 12 | COMPATIBLE_MACHINE_armv5 = "(!.*armv5).*" | 12 | COMPATIBLE_MACHINE_armv5 = "(!.*armv5).*" |
| 13 | COMPATIBLE_MACHINE_mips64 = "(!.*mips64).*" | 13 | COMPATIBLE_MACHINE_mips64 = "(!.*mips64).*" |
| 14 | 14 | ||
| 15 | COMPATIBLE_HOST_riscv64 = "null" | ||
| 16 | COMPATIBLE_HOST_riscv32 = "null" | ||
| 17 | |||
| 15 | SRC_URI = "http://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz \ | 18 | SRC_URI = "http://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz \ |
| 16 | file://0001-Disable-running-gyp-files-for-bundled-deps.patch \ | 19 | file://0001-Disable-running-gyp-files-for-bundled-deps.patch \ |
| 17 | file://0003-Crypto-reduce-memory-usage-of-SignFinal.patch \ | 20 | file://0003-Crypto-reduce-memory-usage-of-SignFinal.patch \ |
