mirror of
https://github.com/feyisay07/meta-bsp-imx8mm.git
synced 2026-09-24 06:10:13 +01:00
6 lines
188 B
Plaintext
6 lines
188 B
Plaintext
# 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
|
|
}
|