[eclipse-poky] [PATCH v2 1/2] org.yocto.sdk.remotetools: remove YoctoBSPWizard UI contribution
Tim Orling
ticotimo at gmail.com
Wed Feb 7 08:01:40 PST 2018
Merged to master and oxygen-master. Created oxygen/sumo as this forks
compared to oxygen/rocko and earlier.
Do we want a neon/sumo branch or only support oxygen for sumo (YP 2.5)?
On Wed, Jan 31, 2018 at 3:59 AM, Chin Huat Ang <chin.huat.ang at intel.com>
wrote:
> Cosmetic change to remove YoctoBSPWizard menu item
>
> [YOCTO #12509]
>
> Signed-off-by: Chin Huat Ang <chin.huat.ang at intel.com>
> ---
> .../OSGI-INF/l10n/bundle.properties | 1 -
> plugins/org.yocto.sdk.remotetools/plugin.xml | 18
> ------------------
> 2 files changed, 19 deletions(-)
>
> diff --git a/plugins/org.yocto.sdk.remotetools/OSGI-INF/l10n/bundle.properties
> b/plugins/org.yocto.sdk.remotetools/OSGI-INF/l10n/bundle.properties
> index 62e9daa..9239c78 100644
> --- a/plugins/org.yocto.sdk.remotetools/OSGI-INF/l10n/bundle.properties
> +++ b/plugins/org.yocto.sdk.remotetools/OSGI-INF/l10n/bundle.properties
> @@ -7,6 +7,5 @@ command.name.latencytop = latencytop
> command.name.ust.20 = lttng2.0 trace import
> command.name.perf = perf
> command.name.systemtap = systemtap
> -command.name.yoctobsp = yocto-bsp
> Bundle-Vendor = yoctoproject.org
> Bundle-Name = Yocto Project Plugin Remote Tools
> \ No newline at end of file
> diff --git a/plugins/org.yocto.sdk.remotetools/plugin.xml
> b/plugins/org.yocto.sdk.remotetools/plugin.xml
> index a7ae3dd..73ff8c5 100644
> --- a/plugins/org.yocto.sdk.remotetools/plugin.xml
> +++ b/plugins/org.yocto.sdk.remotetools/plugin.xml
> @@ -69,11 +69,6 @@
> id="org.yocto.sdk.remotetools.command.systemtap"
> name="%command.name.systemtap">
> </command>
> - <command
> - categoryId="org.yocto.sdk.remotetools.commands.category"
> - id="org.yocto.sdk.remotetools.command.yoctobsp"
> - name="%command.name.yoctobsp">
> - </command>
> </extension>
> <extension
> point="org.eclipse.ui.menus">
> @@ -116,15 +111,6 @@
> label="%command.name.ust.20"
> style="push">
> </command>
> - <separator
> - name="org.yocto.sdk.remotetools.separator2"
> - visible="true">
> - </separator>
> - <command
> - commandId="org.yocto.sdk.remotetools.command.yoctobsp"
> - label="%command.name.yoctobsp"
> - style="push">
> - </command>
> </menuContribution>
> </extension>
> <extension
> @@ -153,10 +139,6 @@
> class="org.yocto.sdk.remotetools.actions.Ust2Handler"
> commandId="org.yocto.sdk.remotetools.command.ust2">
> </handler>
> - <handler
> - class="org.yocto.sdk.remotetools.actions.YoctoBspHandler"
> - commandId="org.yocto.sdk.remotetools.command.yoctobsp">
> - </handler>
> </extension>
>
> </plugin>
> --
> 2.7.4
>
> _______________________________________________
> eclipse-poky mailing list
> eclipse-poky at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/eclipse-poky
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/eclipse-yocto/attachments/20180207/acc732f3/attachment.html>
More information about the eclipse-yocto
mailing list