doc: Add note to use a stable Celadon source tree

So far the patches are only suite for Celadon Android 9.
Need to specify the Android 9 repo branch to apply patches and
build Celadon image.

Signed-off-by: lirui34 <ruix.li@intel.com>
This commit is contained in:
lirui34 2019-09-18 18:50:17 +08:00 committed by deb-intel
parent d1796d7565
commit 01a1aeb69f
1 changed files with 6 additions and 0 deletions

View File

@ -31,6 +31,12 @@ Build Celadon from source
<https://01.org/projectceladon/documentation/getting_started/build-source>`_ guide
to set up the Celadon project source code.
.. note:: The master branch is based on Google Android 10 Pre-Production Early Release.
We should use following command to specify a stable Celadon branch based on the Google
Android 9 source code in order to apply those patches in the :ref:`ACRN patch list`::
$ repo init -u https://github.com/projectceladon/manifest.git -b celadon/p/mr0/master -m stable-build/ww201925_H.xml
#. Select Celadon build target::
$ cd <Celadon project directory>