Procházet zdrojové kódy

README.md: Update meta-starfive branch
meta-starfive is now default Kirkstone LTS branch.

Signed-off-by: weiheng.cheng <weiheng.cheng@starfivetech.com>

weiheng.cheng před 6 měsíci
rodič
revize
3434ec4a17
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -34,7 +34,7 @@ Now, we will be creating a workspace and retrieve the latest layers needed for o
 
 ```
 $ mkdir starfive-yocto && cd starfive-yocto
-$ repo init -u https://github.com/starfive-tech/meta-starfive -b starfive-honister -m tools/manifests/starfive.xml
+$ repo init -u https://github.com/starfive-tech/meta-starfive -b starfive-kirkstone -m tools/manifests/starfive.xml
 $ repo sync
 $ repo start work --all
 ```