[eclipse-yocto] [PATCH 1/4] build: rename eclipse-poky to eclipse-yocto
Tim Orling
timothy.t.orling at linux.intel.com
Wed Jul 11 16:06:52 PDT 2018
Rebased and merged.
> On Feb 27, 2018, at 6:52 PM, Chin Huat Ang <chin.huat.ang at intel.com> wrote:
>
> Cosmetic change to replace all references to 'poky' with 'eclipse-yocto' as
> the plugins don't have poky distribution specific features.
>
> Also update maven build to use target platform file which has been renamed to
> eclipse-yocto.target.
>
> Signed-off-by: Chin Huat Ang <chin.huat.ang at intel.com>
> ---
> features/org.yocto.doc/pom.xml | 2 +-
> features/org.yocto.sdk/pom.xml | 2 +-
> features/org.yocto.utils/pom.xml | 2 +-
> plugins/org.yocto.cmake.managedbuilder/pom.xml | 2 +-
> plugins/org.yocto.doc.user/pom.xml | 2 +-
> plugins/org.yocto.remote.utils/pom.xml | 2 +-
> plugins/org.yocto.sdk.ide.doc.user/pom.xml | 2 +-
> plugins/org.yocto.sdk.ide/pom.xml | 2 +-
> plugins/org.yocto.sdk.remotetools/pom.xml | 2 +-
> pom.xml | 16 ++++++++--------
> .../{poky.target => eclipse-yocto.target} | 0
> .../launches/{poky.launch => eclipse-yocto.launch} | 0
> releng/org.yocto.sdk.releng/pom.xml | 10 +++++-----
> .../projectsets/{poky.psf => eclipse-yocto.psf} | 0
> 14 files changed, 22 insertions(+), 22 deletions(-)
> rename releng/org.yocto.sdk.releng/{poky.target => eclipse-yocto.target} (100%)
> rename releng/org.yocto.sdk.releng/launches/{poky.launch => eclipse-yocto.launch} (100%)
> rename releng/org.yocto.sdk.releng/projectsets/{poky.psf => eclipse-yocto.psf} (100%)
>
> diff --git a/features/org.yocto.doc/pom.xml b/features/org.yocto.doc/pom.xml
> index 4a8c4cd..511f1f7 100755
> --- a/features/org.yocto.doc/pom.xml
> +++ b/features/org.yocto.doc/pom.xml
> @@ -7,7 +7,7 @@
> <description>Yocto Project Documentation feature group</description>
> <parent>
> <groupId>org.yocto</groupId>
> - <artifactId>poky-parent</artifactId>
> + <artifactId>eclipse-yocto-parent</artifactId>
> <version>1.4.1-SNAPSHOT</version>
> <relativePath>../../pom.xml</relativePath>
> </parent>
> diff --git a/features/org.yocto.sdk/pom.xml b/features/org.yocto.sdk/pom.xml
> index 34d307c..c52f9e5 100755
> --- a/features/org.yocto.sdk/pom.xml
> +++ b/features/org.yocto.sdk/pom.xml
> @@ -7,7 +7,7 @@
> <description>Yocto Project SDK Toolchain feature group</description>
> <parent>
> <groupId>org.yocto</groupId>
> - <artifactId>poky-parent</artifactId>
> + <artifactId>eclipse-yocto-parent</artifactId>
> <version>1.4.1-SNAPSHOT</version>
> <relativePath>../../pom.xml</relativePath>
> </parent>
> diff --git a/features/org.yocto.utils/pom.xml b/features/org.yocto.utils/pom.xml
> index 254ba6f..942d960 100755
> --- a/features/org.yocto.utils/pom.xml
> +++ b/features/org.yocto.utils/pom.xml
> @@ -7,7 +7,7 @@
> <description>Yocto Project Utilities feature group</description>
> <parent>
> <groupId>org.yocto</groupId>
> - <artifactId>poky-parent</artifactId>
> + <artifactId>eclipse-yocto-parent</artifactId>
> <version>1.4.1-SNAPSHOT</version>
> <relativePath>../../pom.xml</relativePath>
> </parent>
> diff --git a/plugins/org.yocto.cmake.managedbuilder/pom.xml b/plugins/org.yocto.cmake.managedbuilder/pom.xml
> index 856e1ca..3a3d1b4 100755
> --- a/plugins/org.yocto.cmake.managedbuilder/pom.xml
> +++ b/plugins/org.yocto.cmake.managedbuilder/pom.xml
> @@ -7,7 +7,7 @@
> <description>Yocto Project CMake Managed Builder plugin</description>
> <parent>
> <groupId>org.yocto</groupId>
> - <artifactId>poky-parent</artifactId>
> + <artifactId>eclipse-yocto-parent</artifactId>
> <version>1.4.1-SNAPSHOT</version>
> <relativePath>../../pom.xml</relativePath>
> </parent>
> diff --git a/plugins/org.yocto.doc.user/pom.xml b/plugins/org.yocto.doc.user/pom.xml
> index 461a6ff..5674149 100755
> --- a/plugins/org.yocto.doc.user/pom.xml
> +++ b/plugins/org.yocto.doc.user/pom.xml
> @@ -7,7 +7,7 @@
> <description>Yocto Project User Documentation (Eclipse Help) plugin</description>
> <parent>
> <groupId>org.yocto</groupId>
> - <artifactId>poky-parent</artifactId>
> + <artifactId>eclipse-yocto-parent</artifactId>
> <version>1.4.1-SNAPSHOT</version>
> <relativePath>../../pom.xml</relativePath>
> </parent>
> diff --git a/plugins/org.yocto.remote.utils/pom.xml b/plugins/org.yocto.remote.utils/pom.xml
> index 8710131..cac0b65 100755
> --- a/plugins/org.yocto.remote.utils/pom.xml
> +++ b/plugins/org.yocto.remote.utils/pom.xml
> @@ -7,7 +7,7 @@
> <description>Yocto Project Remote Utilities plugin</description>
> <parent>
> <groupId>org.yocto</groupId>
> - <artifactId>poky-parent</artifactId>
> + <artifactId>eclipse-yocto-parent</artifactId>
> <version>1.4.1-SNAPSHOT</version>
> <relativePath>../../pom.xml</relativePath>
> </parent>
> diff --git a/plugins/org.yocto.sdk.ide.doc.user/pom.xml b/plugins/org.yocto.sdk.ide.doc.user/pom.xml
> index 5723758..004c33a 100755
> --- a/plugins/org.yocto.sdk.ide.doc.user/pom.xml
> +++ b/plugins/org.yocto.sdk.ide.doc.user/pom.xml
> @@ -7,7 +7,7 @@
> <description>Yocto Project SDK User Documentation (Cheatsheets) plugin</description>
> <parent>
> <groupId>org.yocto</groupId>
> - <artifactId>poky-parent</artifactId>
> + <artifactId>eclipse-yocto-parent</artifactId>
> <version>1.4.1-SNAPSHOT</version>
> <relativePath>../../pom.xml</relativePath>
> </parent>
> diff --git a/plugins/org.yocto.sdk.ide/pom.xml b/plugins/org.yocto.sdk.ide/pom.xml
> index 9af555b..c570b50 100755
> --- a/plugins/org.yocto.sdk.ide/pom.xml
> +++ b/plugins/org.yocto.sdk.ide/pom.xml
> @@ -7,7 +7,7 @@
> <description>Yocto Project SDK Toolchain plugin</description>
> <parent>
> <groupId>org.yocto</groupId>
> - <artifactId>poky-parent</artifactId>
> + <artifactId>eclipse-yocto-parent</artifactId>
> <version>1.4.1-SNAPSHOT</version>
> <relativePath>../../pom.xml</relativePath>
> </parent>
> diff --git a/plugins/org.yocto.sdk.remotetools/pom.xml b/plugins/org.yocto.sdk.remotetools/pom.xml
> index ca6e6d2..9b84b1f 100755
> --- a/plugins/org.yocto.sdk.remotetools/pom.xml
> +++ b/plugins/org.yocto.sdk.remotetools/pom.xml
> @@ -7,7 +7,7 @@
> <description>Yocto Project SDK Remote Tools plugin</description>
> <parent>
> <groupId>org.yocto</groupId>
> - <artifactId>poky-parent</artifactId>
> + <artifactId>eclipse-yocto-parent</artifactId>
> <version>1.4.1-SNAPSHOT</version>
> <relativePath>../../pom.xml</relativePath>
> </parent>
> diff --git a/pom.xml b/pom.xml
> index d4d00fe..e17d192 100755
> --- a/pom.xml
> +++ b/pom.xml
> @@ -13,18 +13,18 @@
> <tycho-extras-version>1.0.0</tycho-extras-version>
> <!-- to find the target platform, this must match the one of the classifiers
> in the releng/org.yocto.sdk.releng/pom.xml -->
> - <target-platform>poky</target-platform>
> + <target-platform>eclipse-yocto</target-platform>
> <help-docs-eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.7</help-docs-eclipserun-repo>
> - <tycho.scmUrl>scm:git:https://github.com/crops/eclipse-poky.git</tycho.scmUrl>
> + <tycho.scmUrl>scm:git:https://github.com/crops/eclipse-yocto.git</tycho.scmUrl>
> <base.test.vmargs>-Xms256m -Xmx512m -ea</base.test.vmargs>
> <yocto-docs-branch-name>master</yocto-docs-branch-name>
> </properties>
>
> <groupId>org.yocto</groupId>
> - <artifactId>poky-parent</artifactId>
> + <artifactId>eclipse-yocto-parent</artifactId>
> <version>1.4.1-SNAPSHOT</version>
> <packaging>pom</packaging>
> - <name>Eclipse Poky Parent</name>
> + <name>Eclipse Yocto Parent</name>
>
>
> <licenses>
> @@ -105,11 +105,11 @@
> </pluginRepositories>
> <profiles>
> <profile>
> - <id>eclipsePokyRepo</id>
> + <id>eclipseYoctoRepo</id>
> <repositories>
> <repository>
> - <id>poky.repo</id>
> - <url>${poky-site}</url>
> + <id>eclipse-yocto.repo</id>
> + <url>${eclipse-yocto-site}</url>
> <layout>p2</layout>
> </repository>
> </repositories>
> @@ -455,7 +455,7 @@
> -h - display this help and exit
> TAG_NAME - tag to build the documentation upon
> BRANCH_NAME - branch to build the documentation upon
> - PLUGIN_FOLDER - root folder of the eclipse-poky project
> + PLUGIN_FOLDER - root folder of the eclipse-yocto project
> -->
> <argument>generate-doc.sh</argument>
> <argument>${yocto-docs-branch-name}</argument>
> diff --git a/releng/org.yocto.sdk.releng/poky.target b/releng/org.yocto.sdk.releng/eclipse-yocto.target
> similarity index 100%
> rename from releng/org.yocto.sdk.releng/poky.target
> rename to releng/org.yocto.sdk.releng/eclipse-yocto.target
> diff --git a/releng/org.yocto.sdk.releng/launches/poky.launch b/releng/org.yocto.sdk.releng/launches/eclipse-yocto.launch
> similarity index 100%
> rename from releng/org.yocto.sdk.releng/launches/poky.launch
> rename to releng/org.yocto.sdk.releng/launches/eclipse-yocto.launch
> diff --git a/releng/org.yocto.sdk.releng/pom.xml b/releng/org.yocto.sdk.releng/pom.xml
> index 3fb4357..c1efd90 100755
> --- a/releng/org.yocto.sdk.releng/pom.xml
> +++ b/releng/org.yocto.sdk.releng/pom.xml
> @@ -5,15 +5,15 @@
>
> <parent>
> <groupId>org.yocto</groupId>
> - <artifactId>poky-parent</artifactId>
> + <artifactId>eclipse-yocto-parent</artifactId>
> <version>1.4.1-SNAPSHOT</version>
> <relativePath>../../pom.xml</relativePath>
> </parent>
>
> <groupId>org.yocto.releng</groupId>
> - <artifactId>poky</artifactId>
> + <artifactId>eclipse-yocto</artifactId>
> <packaging>eclipse-target-definition</packaging>
> - <name>Yocto Project Eclipse Poky Target</name>
> + <name>Yocto Project Eclipse Yocto Target</name>
>
> <build>
> <plugins>
> @@ -31,9 +31,9 @@
> <configuration>
> <artifacts>
> <artifact>
> - <file>poky.target</file>
> + <file>eclipse-yocto.target</file>
> <type>target</type>
> - <classifier>poky</classifier>
> + <classifier>eclipse-yocto</classifier>
> </artifact>
> </artifacts>
> </configuration>
> diff --git a/releng/org.yocto.sdk.releng/projectsets/poky.psf b/releng/org.yocto.sdk.releng/projectsets/eclipse-yocto.psf
> similarity index 100%
> rename from releng/org.yocto.sdk.releng/projectsets/poky.psf
> rename to releng/org.yocto.sdk.releng/projectsets/eclipse-yocto.psf
> --
> 2.7.4
>
> _______________________________________________
> eclipse-yocto mailing list
> eclipse-yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/eclipse-yocto
More information about the eclipse-yocto
mailing list