Advertisement
Guest User

Untitled

a guest
Dec 17th, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 2.34 KB | None | 0 0
  1. diff --git a/scratchbox2.rst b/scratchbox2.rst
  2. index 82dac87..6a04b9b 100644
  3. --- a/scratchbox2.rst
  4. +++ b/scratchbox2.rst
  5. @@ -6,15 +6,14 @@ hardware adaptation packages in the next section. Download and create your
  6.  Scratchbox2 target following this wiki:
  7.  
  8.  .. important::
  9. -    Please use the 2.2.0 target or newer (as well as the Platform SDK Chroot)
  10. +    Please use the 3.0.0 target or newer (as well as the Platform SDK Chroot)
  11.  
  12.  .. warning::
  13. -    Platform SDK now also requires SDK tooling, create it as
  14. -    ``SailfishOS-latest``, just like the wiki says.
  15. -
  16. -    To ensure consistency with HADK build scripts, name your target as
  17. -    ``$VENDOR-$DEVICE-$PORT_ARCH`` instead of the wiki's suggested
  18. -    ``SailfishOS-latest-armv7hl``. Ignore the i486 target.
  19. +    To ensure consistency with HADK build scripts, name your tooling
  20. +    ``SailfishOS-3.0.0`` (or whichever release you are building for) instead of
  21. +    wiki's suggested ``SailfishOS-latest``, and your target as
  22. +    ``$VENDOR-$DEVICE-$PORT_ARCH`` (instead of ``SailfishOS-latest-armv7hl``).
  23. +    Ignore the i486 target.
  24.  
  25.  https://sailfishos.org/wiki/Platform_SDK_Target_Installation
  26.  
  27. diff --git a/setupsdk.rst b/setupsdk.rst
  28. index 128fda4..62ed3f7 100644
  29. --- a/setupsdk.rst
  30. +++ b/setupsdk.rst
  31. @@ -47,7 +47,8 @@ variables.
  32.  Setup the Platform SDK
  33.  ----------------------
  34.  
  35. -Instructions are found on Sailfish OS wiki: https://sailfishos.org/wiki/Platform_SDK_Installation
  36. +Instructions are found on Sailfish OS wiki ("Quick start" section is enough,
  37. +do not install SDK Targets yet): https://sailfishos.org/wiki/Platform_SDK_Installation
  38.  
  39.  Afterwards, topup the newly created ``~/.mersdk.profile`` with necessary commands:
  40.  
  41. @@ -70,11 +71,12 @@ You'll need some tools which are not installed into the Platform SDK by default:
  42.  
  43.    PLATFORM_SDK $
  44.  
  45. +  sudo zypper ref
  46.    sudo zypper in android-tools-hadk tar
  47.  
  48. -We strongly encourage all porters to use at least 2.2.0.29 Platform SDK. Use
  49. -``sdk-manage`` command to upgrade your toolings and targets, or create from new.
  50. -To check what release you are on:
  51. +We strongly encourage all porters to use at least 3.0.0.8 Platform SDK. Use
  52. +``sdk-manage`` command to upgrade your toolings and targets, or create from new
  53. +(especially when updating from 2.x to 3.x). To check what release you are on:
  54.  
  55.  .. code-block:: console
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement