diff --git a/README.md b/README.md index da230e1ee7aeb47e23e5b068b23f5dce8966fbc9..5a6244e26bc442f0bd64417f011c9e78841426ba 100644 --- a/README.md +++ b/README.md @@ -36,17 +36,17 @@ used, included in the mainline opensource layers. The SECO North specific parts come as two layers: -* ```meta-guf-machine``` - (https://git.seco.com/seco-ne/yocto/layers/meta-guf-machine) +* ```meta-seconorth-machine``` + (https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-machine) This part is intended to contain all recipes needed to build the BSP for SECO North boards -* ```meta-guf-distro``` - (https://git.seco.com/seco-ne/yocto/layers/meta-guf-distro) +* ```meta-seconorth-distro``` + (https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-distro) This layer is intended to contain recipes that make up the SECO North - distribution including the base image: guf-image. + distribution including the base image: seconorth-image. The SECO North manifest repository (https://git.seco.com/seco-ne/yocto/manifest) contains the so-called manifest @@ -134,7 +134,7 @@ Download the SECO North Yocto layers The steps are to create a local build dir and use repo to download all needed files. After that, the build directory is set up for one specific machine (```imx6guf```, ```imx6ullguf```, ```imx8mguf``` or ```imx8mpguf```) and distribution -(```guf-wayland```). +(```seconorth-wayland```). ### Download Source Code @@ -165,12 +165,12 @@ yocto-dunfell$ tree -L 2 -a │  ├── projects │  ├── repo │  └── .repo_fetchtimes.json -├── setup-environment -> sources/meta-guf-distro/scripts/setup-environment +├── setup-environment -> sources/meta-seconorth-distro/scripts/setup-environment └── sources ├── meta-freescale ├── meta-freescale-distro - ├── meta-guf-distro - ├── meta-guf-machine + ├── meta-seconorth-distro + ├── meta-seconorth-machine ├── meta-openembedded ├── meta-qt5 └── poky @@ -183,31 +183,31 @@ To get the build environment ready run For SECO North i.MX6Q/DL platforms: ```sh -MACHINE=imx6guf DISTRO=guf-wayland source ./setup-environment build +MACHINE=imx6guf DISTRO=seconorth-wayland source ./setup-environment build ``` For SECO North i.MX6ULL platforms: ```sh -MACHINE=imx6ullguf DISTRO=guf-wayland source ./setup-environment build +MACHINE=imx6ullguf DISTRO=seconorth-wayland source ./setup-environment build ``` For SECO North i.MX8M platforms (TANARO): ```sh -MACHINE=imx8mguf DISTRO=guf-wayland source ./setup-environment build +MACHINE=imx8mguf DISTRO=seconorth-wayland source ./setup-environment build ``` For SECO North i.MX8MP platforms (Trizeps VIII+): ```sh -MACHINE=imx8mpguf DISTRO=guf-wayland source ./setup-environment build +MACHINE=imx8mpguf DISTRO=seconorth-wayland source ./setup-environment build ``` Build the default SECO North image ```sh -bitbake guf-image +bitbake seconorth-image ``` Installation @@ -218,7 +218,7 @@ Installation After the image was built the files are located under ``yocto-dunfell/build/tmp/deploy/images/imx6guf/``. The files needed are installation file ``fng_install.sh`` and the root file system -``guf-image-imx6guf.tar.gz``. The files can be used in a Flash-N-Go System +``seconorth-image-imx6guf.tar.gz``. The files can be used in a Flash-N-Go System installation process. See http://support.garz-fricke.com/products/Santaro/Flash-N-Go/FNGSystem/FNGSystem-15.1-r8673/Flash-N-Go-System-15.1-r8673-Manual.pdf for more information. @@ -226,5 +226,5 @@ for more information. ### i.MX8M Based Machines See release page: -https://git.seco.com/seco-ne/yocto/layers/meta-guf-distro/-/releases/0.1 +https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-distro/-/releases/0.1