diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/buildhistory.bbclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildhistory.bbclass index 39f5ff6eac..6a08db467e 100644 --- a/meta/classes/buildhistory.bbclass +++ b/meta/classes/buildhistory.bbclass | |||
@@ -325,7 +325,10 @@ buildhistory_get_imageinfo() { | |||
325 | 325 | ||
326 | # Add some configuration information | 326 | # Add some configuration information |
327 | echo "${MACHINE}: ${IMAGE_BASENAME} configured for ${DISTRO} ${DISTRO_VERSION}" > ${BUILDHISTORY_DIR_IMAGE}/build-id | 327 | echo "${MACHINE}: ${IMAGE_BASENAME} configured for ${DISTRO} ${DISTRO_VERSION}" > ${BUILDHISTORY_DIR_IMAGE}/build-id |
328 | echo "${@buildhistory_get_layers(d)}" >> ${BUILDHISTORY_DIR_IMAGE}/build-id | 328 | |
329 | cat >> ${BUILDHISTORY_DIR_IMAGE}/build-id <<END | ||
330 | ${@buildhistory_get_layers(d)} | ||
331 | END | ||
329 | } | 332 | } |
330 | 333 | ||
331 | # By prepending we get in before the removal of packaging files | 334 | # By prepending we get in before the removal of packaging files |