Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] backporting and building?
  • From: "Homer, Tony" <tony.homer@xxxxxxxxx>
  • Date: Sat, 6 Jun 2020 20:50:46 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=intel.com; dmarc=pass action=none header.from=intel.com; dkim=pass header.d=intel.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=xpuspflNNyzZvrdJ35LmPKqL74uPBI/GpZGxQ8CBXZk=; b=KLk4zpc15UkdV34sbzbBIW7nrOsBZZrqy5B+FZC2N/v4XN/KsupDDBGHzQ4Mf3Xgnz6GV14e9xoqW/6TwpgBeCLECmxp0fN7wm7EKyRQbuagDpmWM8i1LEFqmRbbRuISb3s8N15MV3fOeVnHhVauTHWB2PlCabZgX/uLlHHwM+zCbxhdB+LTvcu1ljMLiw0KWjf16ALndYUVBOMW/ulWXs59TpG6Mg5RUMPpQLPa6+Uwn5AiycV3anGK9+qrxN4npOv4t9cNToudnu1nqH4z0alktmF3H3Fofp7jby9vZCwdIdanQyfkJ+3JxlQtE57vvNEabyJyIO+Z29DwhhmZDQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=TWFbpurbRVwBWTXnzwmeTdnfoqTDcSWftKkyfjGbNUeplqf6v7zrxb/HQ0hNHixOcur6NnYS5EdhREuQCWDvCdMqrzxfjL/C3nXNsE2q6pnk+2ULAJbXACZNf58szCZK6uf4MsGKWUXFwNHrtPxMlGUZDgbq/7t2zHa2vZidInF6MqKbVUIR+Y83loV+xWd9lyaLdZifPL1N3DdefThjJG096yPa2WC73EqMFOGHkZrDkwaSFb1XTtX7BareJYHCfBxsE+sHM0mYZvC0wm4TgoguY6YPQ3PA5QMQVNUCo+bOb3zqDITvmiZk9aFQE2difV04McQE9ZjKG6dbjCWITQ==
  • Delivered-to: platform-dev@xxxxxxxxxxx
  • Ironport-sdr: AQdwKbhHJqzosChuppu0MFLVU+4pWBHszykqMKthTzJc5AmLF03VlGW+mwOx51GVr06gHSiHLI 9iOqXnF02swA==
  • Ironport-sdr: vtkvS1AgAxo9fn5qUDn8N8R8CltgDFBa9u1SnBNW6zDeLIQXHUqzLMhCykebVggjV03HmclEEI nE3qXNERXFTg==
  • List-archive: <https://www.eclipse.org/mailman/private/platform-dev>
  • List-help: <mailto:platform-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/platform-dev>, <mailto:platform-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/platform-dev>, <mailto:platform-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHWPEQnJeRJSfVcG0+QZCCExoo6vA==
  • Thread-topic: backporting and building?
  • User-agent: Microsoft-MacOutlook/16.37.20051002

I have an RCP product that is currently building against 4.15 and due to release timing I cannot update to 4.16 until after the current release cycle.

 

I’d like to backport this fix to 4.15:

https://git.eclipse.org/c/platform/eclipse.platform.git/commit/?id=4a27c8ad20b921af8df9731037aa756d70d6875f

 

Applying the patch is no problem, but I’ve never built platform before.

I’m not sure if I need to check out all the repos or can just checkout one of them.

I’m not sure what build command to use.

 

I looked for instructions, but there are none listed on the developer resources page:

https://projects.eclipse.org/projects/eclipse.platform/developer

 

I also looked at ci and it helped with the build command, but I couldn’t work out what I need to do to setup my environment:

https://ci.eclipse.org/linuxtools/job/linuxtools-master/142/console

 

Is there a doc that explains which repos to checkout and what build command to use?

 

Thanks!

Tony Homer


Back to the top