[eclipse-poky] [PATCH 1/2] org.yocto.sdk.remotetools: remove yocto-bsp UI
Scott Lewis
scottslewis at gmail.com
Tue Jan 30 19:50:09 PST 2018
Hi Chin Huat and all,
Although I don't have any problem with this (or the other) patches
you've just submitted, I just want to let everyone know that the
RSE-dependency removal will remove both org.yocto.sdk.remotetools
project *completely*...along with org.yocto.remote.utils.
Of course, unlike your patch, the full removal of these two projects
need only be on 2.6 stream (master).
Scott
On 1/30/2018 7:21 PM, Chin Huat Ang wrote:
> Cosmetic change to remove yocto-bsp 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>
More information about the eclipse-yocto
mailing list