Browse Source

dubhe: setup.sh: Read NFS bootarg from Linux recipe

Signed-off-by: weiheng.cheng <weiheng.cheng@starfivetech.com>
weiheng.cheng 7 months ago
parent
commit
8802b493c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.sh

+ 1 - 1
setup.sh

@@ -213,7 +213,7 @@ do
             fi;;
         "Build qspi-nfs-image")
 #           cd ../build || { echo "Run setup.sh before building images."; cd meta-starfive; break; };
-	    sed -n 10p ../meta-starfive/recipes-kernel/linux/files/nfs.patch;
+	    sed -n 47p ../meta-starfive/recipes-kernel/linux/linux-starfive-dev_6.1.20.bb;
 	    read -p "Kindly confirm boot argument such as nfs path and ip address before build (/meta-starfive/recipes-kernel/linux/files/nfs.patch). Proceed to build?[Y/n]:" RES;
 	    case $RES in
 		[Yy])