summaryrefslogtreecommitdiffstats
path: root/autobuild/linux
AgeCommit message (Collapse)AuthorFilesLines
2018-10-15Linux autobuild script more verbose and usableRomain Forlot1-3/+19
Adding a help message and ensure DEST variable is set Change-Id: I486c6a21b41c2912e92007ee522af6fe4e8ceb71 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-10-15Fix: handling DEST env var in autobuild scriptsRomain Forlot1-1/+1
Change-Id: Idf24c1adf12698d4b5ac7950e3d3c2e25b1c3274 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-10-15Autobuild scripts directory execution proofRomain Forlot1-5/+2
autobuild scripts can be executed from anywhere we should always have the build directory at the project root path. Change-Id: I4b4be077c4ea986e054deb21f0b8a07d2db5e131 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-10-15Fix: autobuild script typoRomain Forlot1-1/+1
Change-Id: I3027ba7bd6fa98755e888152c860812cf0fd5908 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-10-15templated autobuild script generation.Romain Forlot1-4/+4
Change-Id: Ie7e411f30a30e073570c546aeec6ee05972f8e2a Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-10-15Adding autobuild generation targetRomain Forlot1-10/+12
Change-Id: Idb231d005abbca3eb0a779320ab2382f6ff81108 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-10-15Add build rule to .PHONY listSebastien Douheret1-1/+1
Change-Id: I4725e23c04b00ffb3212681423ff9bcc2320be07 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-10-15Fix wrong rpm spec files extensions.Romain Forlot1-0/+47
Classic RPM build file is suffixed with .spec. Change-Id: I66e1a756ce72501d3ebb103588bf439bf1135140 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>