diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-14 15:34:11 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-14 15:36:41 +0200 |
commit | c6353c0504082b19304a60782be44a39ae253865 (patch) | |
tree | d3f3396208339aafa5c3ce9b0e31626045f39c6f /docs/2-Installation.md | |
parent | 5f1783f76c11af207f732adb2d11dd125c78814c (diff) |
Now even generator can be built in SDK environment
Change-Id: I7fdcddca9002e8d1cfb21049198d798c8551319c
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'docs/2-Installation.md')
-rw-r--r-- | docs/2-Installation.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/2-Installation.md b/docs/2-Installation.md index c87402c0..2bf70f4e 100644 --- a/docs/2-Installation.md +++ b/docs/2-Installation.md @@ -32,9 +32,8 @@ prepare_meta -f iotbzh -o /xdt -l /home/devel/mirror -p /home/devel/share/propri ### Compile -> **CAUTION** It is **very important** that you do not source the SDK environment file to compile this project because some build requirements aren't installed in the AGL SDK for now. - ```bash +source /xdt/sdk/environment-setup-aarch64-agl-linux export PATH=$PATH:/xdt/sdk/sysroots/x86_64-aglsdk-linux/usr/bin export WD=$(pwd) git clone --recursive https://gerrit.automotivelinux.org/gerrit/apps/low-level-can-service |