X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.md;h=4d9892f879d55b60333f14debb1117b91a84ca38;hb=3a0d2a4a74e548c3ef19b19c72bf28a3da8796bf;hp=1629ffbcd1a34c45ec737aa0cebd9f901706f907;hpb=e639fc41adbd3dde2bd8a2be746c772171fa1b9d;p=apps%2Fagl-service-can-low-level.git diff --git a/README.md b/README.md index 1629ffbc..4d9892f8 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,15 @@ CAN bus binder, based upon OpenXC vi-firmware project. -There are 2 separated projects here, one with the CAN-binder that is installed -on an AGL target and the CAN config generator used to generate a source file for -the low level binding. - Full document can be found under `docs` directory. # Fast build procedure -Just use build.sh script: +Just use autobuild script: ```bash -./build.sh +./conf.d/autobuild/agl/autobuild build +./conf.d/autobuild/agl/autobuild package ``` This will build both projects under build directory for each of them with default configuration.