We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f17c59 commit ff021f6Copy full SHA for ff021f6
recipes-samples/images/lmp-devel-arduino-image.bb
@@ -63,7 +63,7 @@ CORE_IMAGE_BASE_INSTALL += " \
63
64
# Custom task to write git SHA to /etc/os-release
65
write_git_sha() {
66
- META_LAYER_DIR="${BSPDIR}/layers/meta-partner-arduino"
+ META_LAYER_DIR="${OEROOT}/layers/meta-partner-arduino"
67
GIT_SHA=$(cd ${META_LAYER_DIR} && git rev-parse HEAD)
68
echo "META_LAYER_GIT_SHA=${GIT_SHA}" >> ${IMAGE_ROOTFS}/etc/os-release
69
}
0 commit comments