Skip to content

gf-prepare-kernel.sh: Fix device tree append

Tobias Poganiuch requested to merge fix-gf-prepare-kernel.sh into dunfell

The default device tree variable sets the filename in the DEVICETREE_APPEND_FILE variable. However, after a successful overlay creation the variable also included the ${MOUNTPOINT}.

Fix this by removin the ${MOUNTPOINT} from the variable and add it to the place where the variable is being used. This re-enables platforms where the devcie tree overlay fails.

Merge request reports