diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/image.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 533f53ccaf..ccfcaba40e 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass | |||
@@ -145,7 +145,7 @@ fakeroot do_rootfs () { | |||
145 | mkdir -p ${IMAGE_ROOTFS} | 145 | mkdir -p ${IMAGE_ROOTFS} |
146 | mkdir -p ${DEPLOY_DIR_IMAGE} | 146 | mkdir -p ${DEPLOY_DIR_IMAGE} |
147 | 147 | ||
148 | cp ${COREBASE}/meta/files/deploydir_readme.txt ${DEPLOY_DIR_IMAGE}/README_-_DO_NOT_DELETE_FILES_IN_THIS_DIRECTORY.txt | 148 | cp ${COREBASE}/meta/files/deploydir_readme.txt ${DEPLOY_DIR_IMAGE}/README_-_DO_NOT_DELETE_FILES_IN_THIS_DIRECTORY.txt || true |
149 | 149 | ||
150 | # If "${IMAGE_ROOTFS}/dev" exists, then the device had been made by | 150 | # If "${IMAGE_ROOTFS}/dev" exists, then the device had been made by |
151 | # the previous build | 151 | # the previous build |