Skip to content

Commit ff021f6

Browse files
committed
Fixed META_LAYER_DIR path
1 parent 9f17c59 commit ff021f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes-samples/images/lmp-devel-arduino-image.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ CORE_IMAGE_BASE_INSTALL += " \
6363

6464
# Custom task to write git SHA to /etc/os-release
6565
write_git_sha() {
66-
META_LAYER_DIR="${BSPDIR}/layers/meta-partner-arduino"
66+
META_LAYER_DIR="${OEROOT}/layers/meta-partner-arduino"
6767
GIT_SHA=$(cd ${META_LAYER_DIR} && git rev-parse HEAD)
6868
echo "META_LAYER_GIT_SHA=${GIT_SHA}" >> ${IMAGE_ROOTFS}/etc/os-release
6969
}

0 commit comments

Comments
 (0)