X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.md;h=4d9892f879d55b60333f14debb1117b91a84ca38;hb=3e6d3fa8be349b40d6fd03d198b5e033cc7719e2;hp=a608363b2d606eb927343437b0fae948a6fedb04;hpb=d170c9faeae2cf29c19f3523714ecdf58be73bed;p=apps%2Fagl-service-can-low-level.git diff --git a/README.md b/README.md index a608363b..4d9892f8 100644 --- a/README.md +++ b/README.md @@ -2,21 +2,18 @@ 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. +This will build both projects under build directory for each of them with default configuration. # Generate documentation