From b96bc188ee00b4ccfb80e5af4fd2f67df22e88fc Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Sun, 16 Jun 2024 01:34:52 +0800
Subject: [PATCH] Add ffmpeg support in yocto-image-full

---
 yocto/build.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/yocto/build.sh b/yocto/build.sh
index f6b01b4..b526d16 100755
--- a/yocto/build.sh
+++ b/yocto/build.sh
@@ -25,7 +25,7 @@
 CONF_FILE=$TOP_PATH/config.json
 
 # Download path
-#DL_PATH="/srv/yocto_packets/"
+#DL_PATH="/srv/yocto/"
 
 # shell script will exit once get command error
 set -e
@@ -186,7 +186,7 @@
 
 function do_install()
 {
-    IMAGE_NAME=yocto-${YCT_VER}-${BSP_VER}.wic
+    IMAGE_NAME=yocto-${YCT_VER}-${BOARD}.img
     ROOTFS_TAR=rootfs-yocto-${YCT_VER}.tar.zst
 
     cd $YCT_PATH

--
Gitblit v1.9.1