Update README.md

This commit is contained in:
vraevsky
2023-04-27 15:44:02 +03:00
committed by GitHub
parent d52f2e3bde
commit 0ee46b9e4d
+5 -2
View File
@@ -2,12 +2,15 @@
# Only for development purpose
# NOT intended for production
```
export COMPULAB_MACHINE=ucm-imx8m-mini
export LREPO=imx_5.15.32-2.0.0-compulab.xml
export CLB_RELEASE=rel_imx_5.15.32-2.0.0-experimental
export CLB_RELEASE=rel_imx_5.15.32-2.0.0-dev/
repo init -u git://source.codeaurora.org/external/imx/imx-manifest.git -b imx-linux-kirkstone -m imx-5.15.32-2.0.0.xml
repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-kirkstone -m imx-5.15.32-2.0.0.xml
mkdir -p .repo/local_manifests
wget --directory-prefix .repo/local_manifests https://raw.githubusercontent.com/compulab-yokneam/meta-bsp-imx8mm/${CLB_RELEASE}/scripts/${LREPO}
repo sync
```