diff options
Diffstat (limited to 'scripts/lib/devtool/build_image.py')
| -rw-r--r-- | scripts/lib/devtool/build_image.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/devtool/build_image.py b/scripts/lib/devtool/build_image.py index 9388abbacf..980f90ddd6 100644 --- a/scripts/lib/devtool/build_image.py +++ b/scripts/lib/devtool/build_image.py | |||
| @@ -113,7 +113,7 @@ def build_image_task(config, basepath, workspace, image, add_packages=None, task | |||
| 113 | with open(appendfile, 'w') as afile: | 113 | with open(appendfile, 'w') as afile: |
| 114 | if packages: | 114 | if packages: |
| 115 | # include packages from workspace recipes into the image | 115 | # include packages from workspace recipes into the image |
| 116 | afile.write('IMAGE_INSTALL_append = " %s"\n' % ' '.join(packages)) | 116 | afile.write('IMAGE_INSTALL:append = " %s"\n' % ' '.join(packages)) |
| 117 | if not task: | 117 | if not task: |
| 118 | logger.info('Building image %s with the following ' | 118 | logger.info('Building image %s with the following ' |
| 119 | 'additional packages: %s', image, ' '.join(packages)) | 119 | 'additional packages: %s', image, ' '.join(packages)) |
