Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use external package for ARTIK SDK framework instead of relying on system packages. #4

Merged
merged 1 commit into from Dec 16, 2016

Conversation

glemercier
Copy link
Contributor

No description provided.

@glemercier
Copy link
Contributor Author

Package is up and ready on our repo, online installation yet to be tested

@ivankravets ivankravets merged commit 156b8f9 into platformio:develop Dec 16, 2016
@ivankravets
Copy link
Member

Thanks! Please ping me when I should make a new release of dev.platform.

@ivankravets
Copy link
Member

ivankravets commented Dec 16, 2016

Opsss. The manifest is broken http://repo.artik.cloud/artik/bin/pub/platformio/manifest.json

You need to use DICT instead ARRAY for key-pair values. Please check your manifest with https://jsonformatter.curiousconcept.com

It should be

{  
  "framework-artik-sdk":[  
    {  
      "sha1":"739a05dd52ed5eee5ecaf6e699aaeab96f6d286f",
      "system":"linux_armv7l",
      "url":"http://repo.artik.cloud/artik/bin/pub/platformio/framework-artik-sdk-1.0.2.tar.gz",
      "version":"1.0.2"
    },
    {  
      "sha1":".........",
      "system":"linux_armv7l",
      "url":"http://repo.artik.cloud/artik/bin/pub/platformio/framework-artik-sdk-1.0.N.tar.gz",
      "version":"1.0.N"
    }
  ]
}

@glemercier
Copy link
Contributor Author

Yep, rookie mistake. Just updated it.

@glemercier
Copy link
Contributor Author

It looks good to me now and working as expected. If that's ok on your end I guess you can make a release. thanks.

ivankravets added a commit that referenced this pull request Dec 16, 2016
@ivankravets
Copy link
Member

1.2.0 is out! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants