diff options
Diffstat (limited to 'meta/classes/image.bbclass')
| -rw-r--r-- | meta/classes/image.bbclass | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 8e8d92bdae..14de3e1994 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass | |||
| @@ -155,7 +155,6 @@ insert_feed_uris () { | |||
| 155 | } | 155 | } |
| 156 | 156 | ||
| 157 | log_check() { | 157 | log_check() { |
| 158 | set +x | ||
| 159 | for target in $* | 158 | for target in $* |
| 160 | do | 159 | do |
| 161 | lf_path="${WORKDIR}/temp/log.do_$target.${PID}" | 160 | lf_path="${WORKDIR}/temp/log.do_$target.${PID}" |
| @@ -164,14 +163,12 @@ log_check() { | |||
| 164 | 163 | ||
| 165 | if test -e "$lf_path" | 164 | if test -e "$lf_path" |
| 166 | then | 165 | then |
| 167 | rootfs_${IMAGE_PKGTYPE}_log_check $target $lf_path | 166 | ${IMAGE_PKGTYPE}_log_check $target $lf_path |
| 168 | else | 167 | else |
| 169 | echo "Cannot find logfile [$lf_path]" | 168 | echo "Cannot find logfile [$lf_path]" |
| 170 | fi | 169 | fi |
| 171 | echo "Logfile is clean" | 170 | echo "Logfile is clean" |
| 172 | done | 171 | done |
| 173 | |||
| 174 | set -x | ||
| 175 | } | 172 | } |
| 176 | 173 | ||
| 177 | # set '*' as the rootpassword so the images | 174 | # set '*' as the rootpassword so the images |
