From 9cf87703eb60e121b47e6d577ea2bc6b63bd4ac4 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Fri, 26 Jul 2024 16:57:33 +0800
Subject: [PATCH] Yocto:IGKBoard-All: Update yocto-image-full

---
 yocto/meta-igkboard/README.md |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/yocto/meta-igkboard/README.md b/yocto/meta-igkboard/README.md
index fedafdf..c1942b4 100644
--- a/yocto/meta-igkboard/README.md
+++ b/yocto/meta-igkboard/README.md
@@ -4,7 +4,7 @@
 
 A meta-layer for igkboard series boards
 
-- Yocto Mickledore(4.2) support :    igkboard-8mp
+- Yocto Mickledore(4.2) support :    igkboard-imx8mp, igkboard-imx6ull
 
 
 
@@ -100,16 +100,16 @@
 ```
 
 * MACHINE=<machine configuration name> is the machine name which points to the configuration file in conf/machine in
-  meta-igkboard.  Which should be  `igkboard-8mp`.
+  meta-igkboard.  Which should be  `igkboard-imx8mp`.
 * -b <build dir> specifies the name of the build directory created by the ***igkboard-setup.sh*** script.
 
 
 
-Take igkboard-8mp board as example, we can use following command to setup the Yocto build environment.
+Take igkboard-imx8mp board as example, we can use following command to setup the Yocto build environment.
 
 ```bash
 $ cd ~/imx-yocto-bsp
-$ MACHINE=igkboard-8mp source sources/meta-igkboard/tools/igkboard-setup.sh -b igkboard-8mp
+$ MACHINE=igkboard-imx8mp source sources/meta-igkboard/tools/igkboard-setup.sh -b igkboard-imx8mp
 ```
 
 
@@ -119,7 +119,7 @@
 
 ```bash
 $ cd ~/imx-yocto-bsp
-$ source sources/poky/oe-init-build-env igkboard-8mp
+$ source sources/poky/oe-init-build-env igkboard-imx8mp
 ```
 
 
@@ -133,13 +133,13 @@
 The bitbake image build gathers all the components required by the image and build in order of the dependency per task. The first build is the toolchain along with the tools required for the components to build.  The following command is an example on how to build an image:
 
 ```bash
-$ bitbake yocto-image-full
+$ bitbake coherent-image-full
 ```
 
 
 After building, the output system images are located in `tmp/deploy/images/igkboard`  :
 
-* ***yocto-image-full.wic***         Yocto system image will be flashed into SD card or eMMC.
+* ***coherent-image-full-igkboard.wic***         Yocto system image will be flashed into SD card or eMMC.
 * ***imx-boot***                                  Bootloader u-boot image
 
 
@@ -151,15 +151,15 @@
 After building Yocto BSP, if you want to continue to build the toolchain installer and populate the SDK image, use the following command:
 
 ```bash
-$ bitbake yocto-image-full -c populate_sdk
+$ bitbake coherent-image-full -c populate_sdk
 ```
 
 
 
-When building finished, you can get the yocto-image-full based SDK at  *`tmp/deploy/sdk/fsl-imx-wayland-lite-glibc-x86_64-yocto-image-full-armv8a-igkboard-toolchain-6.1-mickledore.sh`*. Later, if you want to to install the SDK, just run:
+When building finished, you can get the coherent-image-full based SDK at  *`tmp/deploy/sdk/fsl-imx-wayland-lite-glibc-x86_64-coherent-image-full-armv8a-igkboard-toolchain-6.1-mickledore.sh`*. Later, if you want to to install the SDK, just run:
 
 ```bash
-$ sudo bash tmp/deploy/sdk/fsl-imx-wayland-lite-glibc-x86_64-yocto-image-full-armv8a-igkboard-toolchain-6.1-mickledore.sh
+$ sudo bash tmp/deploy/sdk/fsl-imx-wayland-lite-glibc-x86_64-coherent-image-full-armv8a-igkboard-toolchain-6.1-mickledore.sh
 NXP i.MX Release Distro SDK installer version 6.1-mickledore
 ============================================================
 Enter target directory for SDK (default: /opt/fsl-imx-wayland-lite/6.1-mickledore):

--
Gitblit v1.9.1