Skip to content

Commit

Permalink
Add support riscv64 with p2.inf
Browse files Browse the repository at this point in the history
This can be enable after riscv64 fragment built by default

Signed-off-by: Bo YU <[email protected]>
  • Loading branch information
yuzibo committed Sep 26, 2024
1 parent 717d2f3 commit 7ac736b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bundles/org.eclipse.swt/META-INF/p2.inf
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ requires.8.namespace = org.eclipse.equinox.p2.iu
requires.8.name = org.eclipse.swt.win32.win32.aarch64
requires.8.range = [$version$,$version$]
requires.8.filter = (&(osgi.os=win32)(osgi.ws=win32)(osgi.arch=aarch64)(!(org.eclipse.swt.buildtime=true)))

requires.9.namespace = org.eclipse.equinox.p2.iu
requires.9.name = org.eclipse.swt.gtk.linux.riscv64
requires.9.range = [$version$,$version$]
requires.9.filter = (&(osgi.os=linux)(osgi.ws=gtk)(osgi.arch=riscv64)(!(org.eclipse.swt.buildtime=true)))
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,8 @@ requires.7.namespace = org.eclipse.equinox.p2.iu
requires.7.name = org.eclipse.swt.win32.win32.aarch64
requires.7.range = 0.0.0
requires.7.filter = (&(osgi.os=win32)(osgi.ws=win32)(osgi.arch=aarch64))

requires.8.namespace = org.eclipse.equinox.p2.iu
requires.8.name = org.eclipse.swt.gtk.linux.riscv64
requires.8.range = 0.0.0
requires.8.filter = (&(osgi.os=linux)(osgi.ws=gtk)(osgi.arch=riscv64))

0 comments on commit 7ac736b

Please sign in to comment.