diff options
author | cajun-rat <phil@advancedtelematic.com> | 2018-01-18 13:48:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-18 13:48:44 +0100 |
commit | 0f064ae564321e949f18b156342a52a96e51d2a9 (patch) | |
tree | d7e4ab954d85112a01296867bddb9359bc66d74e /classes/image_repo_manifest.bbclass | |
parent | 623c51d713f359210874dd50c1394bcc901228ec (diff) | |
parent | b5b2458b320bd88599bcd3af02566712c8877c1c (diff) | |
download | meta-updater-0f064ae564321e949f18b156342a52a96e51d2a9.tar.gz |
Merge pull request #230 from advancedtelematic/bugfix/update-rocko
Bugfix/update rocko
Diffstat (limited to 'classes/image_repo_manifest.bbclass')
-rw-r--r-- | classes/image_repo_manifest.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/image_repo_manifest.bbclass b/classes/image_repo_manifest.bbclass index 7f41a97..467fd9a 100644 --- a/classes/image_repo_manifest.bbclass +++ b/classes/image_repo_manifest.bbclass | |||
@@ -16,7 +16,7 @@ buildinfo () { | |||
16 | if [ $(which repo) ]; then | 16 | if [ $(which repo) ]; then |
17 | repo manifest --revision-as-HEAD -o ${IMAGE_ROOTFS}${sysconfdir}/manifest.xml || bbwarn "Android repo tool failed to run; manifest not copied" | 17 | repo manifest --revision-as-HEAD -o ${IMAGE_ROOTFS}${sysconfdir}/manifest.xml || bbwarn "Android repo tool failed to run; manifest not copied" |
18 | else | 18 | else |
19 | bbwarn "Android repo tool not food; manifest not copied." | 19 | bbwarn "Android repo tool not found; manifest not copied." |
20 | fi | 20 | fi |
21 | } | 21 | } |
22 | 22 | ||