Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 562 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 562 Bytes

z_patches

Before starting the build, apply the necessary patches

cd into directory z_patches and run ./patches_apply.sh

Sample build scripts

copy the 'build_'* scripts into the root directory of your build tree and adapt them according to your needs.

Synchronize the build tree

to synchronize the repository (repo sync), it is advisable to revoke the patches first and re-apply them afterwards. To do so, run the following commands:

cd z_patches
./patches_reverse.sh
cd ..
repo sync
cd z_patches
./patches_apply.sh