Updated armband
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Fri, 17 Jun 2016 23:09:27 +0000 (01:09 +0200)
committerGerrit Code Review <gerrit@172.30.200.206>
Tue, 2 Aug 2016 11:52:29 +0000 (11:52 +0000)
commitf1aaf3abcbafc3b91ff21a378b1e73ad37268ddb
tree902ef6336112846311e91eb34de08c267030895b
parent5926aeda1c7ff35f21277c2361678ce7834d981c
Updated armband
Project: fuel  5bfea5d5b88a167b754384f07453a80d416d7337

build: fuel-main: Decouple patches, Makefile.

Tested in armband, with very small adaptions.

Use `git apply` and/or `git am` in favor of `patch`.
Change patches from old context format to unified diff.

This change allows us to decouple Makefile and patches.
This means we no longer have to manually stage touched files
before committing them to git.

Possible improvements:
- move patches to separate dir and add ordering info (prefix);
- merge patches (currently we have one per touched file);

Remove obsolete (unused?) patch:
- fuel-main_docker_version.patch

Change-Id: I5b621370993b259779c813b47105f632948e6da7
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
upstream/fuel