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

Fix coojas path configuration when used without contiki #13

Merged
merged 1 commit into from
Apr 9, 2019
Merged

Fix coojas path configuration when used without contiki #13

merged 1 commit into from
Apr 9, 2019

Conversation

TheGeorge
Copy link
Contributor

This PR removes the dependency of cooja to be in contiki's directory structure. This way cooja can be used standalone.

As it is right now without this patch, if one only downloads cooja and tries to start it, cooja does not find the default apps:

  • PATH_CONTIKI is configured as ../../.. in Cooja; cooja.jar lies in contiki-ng/tools/cooja/build, so PATH_CONTIKI will be contiki-ng
  • PATH_CONTIKI/tools/cooja is then used as root for cooja and everything else (extensions)

This patch uses coojas path instead. PATH_CONTIKI and PATH_COOJA are both still configurable stuff like [APPS_DIR] is now in PATH_COOJA/apps instead of PATH_CONTIKI/tools/cooja/apps

@nfi nfi merged commit 00c34b2 into contiki-ng:master Apr 9, 2019
@TheGeorge TheGeorge deleted the standalone_config branch April 9, 2019 19:13
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