Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjarke Istrup Pedersen <gurligebis@gentoo.org>2017-05-15 22:34:17 +0300
committerBjarke Istrup Pedersen <gurligebis@gentoo.org>2017-05-15 22:34:17 +0300
commit954eac6dbd4392eb30bf6f5921c9a3e1be7badf9 (patch)
treee7d900a88d77dedd91ab8882602fe8f74d88224f /pkg/Microsoft.NETCore.Platforms/runtime.json
parentc81d174007c2b7ea4a14eb6adf09e08ef3f81682 (diff)
Added Buildroot (Embedded Linux image builder) RID
Diffstat (limited to 'pkg/Microsoft.NETCore.Platforms/runtime.json')
-rw-r--r--pkg/Microsoft.NETCore.Platforms/runtime.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/pkg/Microsoft.NETCore.Platforms/runtime.json b/pkg/Microsoft.NETCore.Platforms/runtime.json
index db4d9ee2be..ef8bfab95a 100644
--- a/pkg/Microsoft.NETCore.Platforms/runtime.json
+++ b/pkg/Microsoft.NETCore.Platforms/runtime.json
@@ -575,6 +575,20 @@
"#import": [ "gentoo", "linux-x64" ]
},
+ "buildroot": {
+ "#import": [ "linux" ]
+ },
+ "buildroot-x64": {
+ "#import": [ "buildroot", "linux-x64" ]
+ },
+
+ "buildroot.2017.02.2": {
+ "#import": [ "buildroot" ]
+ },
+ "buildroot.2017.02.2-x64": {
+ "#import": [ "buildroot.2017.02.2", "buildroot-x64" ]
+ },
+
"corert": {
"#import": [ "any" ]
},