diff options
author | John Klug <john.klug@multitech.com> | 2020-10-22 12:04:12 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-12-08 10:33:59 -0600 |
commit | b4adea79a3e77067416f568fde47af7ba26dcd7d (patch) | |
tree | c28433cd63563e004b57cd18d35c94d9dcf31691 /recipes-core/images | |
parent | f5ad0c5f9a7f39c3958058cb9019c863488b5107 (diff) | |
download | meta-mlinux-atmel-5.3.0b-mtr.tar.gz meta-mlinux-atmel-5.3.0b-mtr.tar.bz2 meta-mlinux-atmel-5.3.0b-mtr.zip |
_append requires spaces5.3.0b-mtr
Diffstat (limited to 'recipes-core/images')
-rw-r--r-- | recipes-core/images/mlinux-rs9113-mtrv1-image.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-core/images/mlinux-rs9113-mtrv1-image.bb b/recipes-core/images/mlinux-rs9113-mtrv1-image.bb index 23a9052..d40655e 100644 --- a/recipes-core/images/mlinux-rs9113-mtrv1-image.bb +++ b/recipes-core/images/mlinux-rs9113-mtrv1-image.bb @@ -68,9 +68,9 @@ MULTITECH_FEATURES_append = " \ MISC_FEATURES = "minicom lrzsz nano pps-tools" # Extra stuff to install -IMAGE_INSTALL_append = "kernel-module-rs9113 rs9113rf rs9113-util rs9113-utils-extra rs9113-misc rs9113-autostart" -IMAGE_INSTALL_append = "gpsd libgps libgps24 ntp ntp-utils gpspipe gps-utils" -IMAGE_INSTALL_append = "uxfp" +IMAGE_INSTALL_append = " kernel-module-rs9113 rs9113rf rs9113-util rs9113-utils-extra rs9113-misc rs9113-autostart" +IMAGE_INSTALL_append = " gpsd libgps libgps24 ntp ntp-utils gpspipe gps-utils" +IMAGE_INSTALL_append = " uxfp" IMAGE_INSTALL_append = " \ ${TEST_FEATURES} \ |