summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-04-15 09:49:59 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-04-24 14:10:08 +0100
commit892c64e7c15c5caa3e40afe4fa7a37c08cc27bc2 (patch)
treedc4c7f0484a3cfb6e5a2aaf56b3afca859a320e1 /meta/recipes-core/packagegroups
parentedd77b0041a7e2bde0cae587b3798f3acbba336c (diff)
downloadpoky-892c64e7c15c5caa3e40afe4fa7a37c08cc27bc2.tar.gz
packagegroup-go-sdk-target: Enable on rv64
RISCV64 now supports golang (starting dunfell), therefore limit disabling to rv32 only. (From OE-Core rev: beb17254f019a7f72c9ab41298da7bcee6ad8ce8) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/packagegroups')
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb b/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb
index 5afb490aac..86c71900ec 100644
--- a/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb
@@ -8,4 +8,4 @@ RDEPENDS_${PN} = " \
8 go-runtime-staticdev \ 8 go-runtime-staticdev \
9" 9"
10 10
11COMPATIBLE_HOST = "^(?!riscv64).*" 11COMPATIBLE_HOST = "^(?!riscv32).*"