Skip to content

Commit 36d52c7

Browse files
lirui34wenlingz
authored andcommitted
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>
1 parent 72c99c0 commit 36d52c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/tutorials/using_celadon_as_uos.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ Build Celadon from source
3131
<https://01.org/projectceladon/documentation/getting_started/build-source>`_ guide
3232
to set up the Celadon project source code.
3333

34+
.. note:: The master branch is based on Google Android 10 Pre-Production Early Release.
35+
We should use following command to specify a stable Celadon branch based on the Google
36+
Android 9 source code in order to apply those patches in the :ref:`ACRN patch list`::
37+
38+
$ repo init -u https://github.com/projectceladon/manifest.git -b celadon/p/mr0/master -m stable-build/ww201925_H.xml
39+
3440
#. Select Celadon build target::
3541

3642
$ cd <Celadon project directory>

0 commit comments

Comments
 (0)