iotbzh / YoMo

2 stars 6 forks source link

Readme.md has unclear environment variables #1

Closed bavery22 closed 6 years ago

bavery22 commented 6 years ago

The README.md has XDT_SDK_BOOTSTRAP which is pretty clear. However, it also has XDT_DIR and XDT_SDK. How should these be set? Ignoring XDT_DIR and setting XDT_SDK to XDT_SDK_BOOTSTRAP allowed me to pull in the native and target packages for m3ulcb. Is this the intended structure?

ronan22 commented 6 years ago

XDT_DIR and XDT_SDK are two variable define inside the AGL docker image.

env | grep XDT_DIR

XDT_DIR=/xdt

env | grep XDT_SDK

XDT_SDK=/xdt/sdk

You can set XDT_DIR and XDT_SDK to any path you want.