diff options
Diffstat (limited to 'meta/classes/kernel.bbclass')
-rw-r--r-- | meta/classes/kernel.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index ae8eaed119..3cd59fd749 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass | |||
@@ -613,8 +613,6 @@ kernel_do_deploy() { | |||
613 | ln -sf ${base_name}.bin ${DEPLOYDIR}/${type} | 613 | ln -sf ${base_name}.bin ${DEPLOYDIR}/${type} |
614 | done | 614 | done |
615 | 615 | ||
616 | cp ${COREBASE}/meta/files/deploydir_readme.txt ${DEPLOYDIR}/README_-_DO_NOT_DELETE_FILES_IN_THIS_DIRECTORY.txt | ||
617 | |||
618 | cd ${B} | 616 | cd ${B} |
619 | # Update deploy directory | 617 | # Update deploy directory |
620 | for type in ${KERNEL_IMAGETYPES} ; do | 618 | for type in ${KERNEL_IMAGETYPES} ; do |