nxp-demo-experience: Make it work with imx8mp CompuLab SOMs

Signed-off-by: Valentin Raevsky <valentin@compulab.co.il>
This commit is contained in:
Kirill Kapranov
2023-06-21 22:42:45 +03:00
parent a06d3825d5
commit 3e4b63a8fe
@@ -0,0 +1,5 @@
# Copyright 2021 CompuLab
# Make it work with the ucm-imx8m-plus boards
do_install:prepend() {
sed -i "s/\(\"compatible.*imx8mp.*\)\",/\1, ${MACHINE}\", /g" ${WORKDIR}/demos/demos.json
}