diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2018-01-17 10:22:50 +0100 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2018-01-17 10:22:50 +0100 |
commit | e5228ae1d05280f2810c90bef16a9046960aa9ca (patch) | |
tree | 4301167ac818124a7d38e11aeb362b8345a812c8 /classes/image_repo_manifest.bbclass | |
parent | 623c51d713f359210874dd50c1394bcc901228ec (diff) | |
parent | 0afff0c944763238026283fbb409d038705c6b13 (diff) | |
download | meta-updater-e5228ae1d05280f2810c90bef16a9046960aa9ca.tar.gz |
Merge branch 'pyro' into bugfix/update-rocko
Bring over fixes from the last couple months from pyro in 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 | ||