From a9e93734995773417a8fc98b300ffd7f82a4cf86 Mon Sep 17 00:00:00 2001 From: John Klug Date: Thu, 22 Oct 2020 11:44:24 -0500 Subject: _append requires spaces --- recipes-core/images/mlinux-mtr-image.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-core/images/mlinux-mtr-image.bb b/recipes-core/images/mlinux-mtr-image.bb index fbf2765..4b6ea52 100644 --- a/recipes-core/images/mlinux-mtr-image.bb +++ b/recipes-core/images/mlinux-mtr-image.bb @@ -68,9 +68,9 @@ MULTITECH_FEATURES_append = " \ MISC_FEATURES = "minicom lrzsz nano" # Extra stuff to install -IMAGE_INSTALL_append = "ti-wifi-utils wl12xx-firmware" -IMAGE_INSTALL_append = "gpsd libgps libgps24 ntp ntp-utils gpspipe gps-utils" -IMAGE_INSTALL_append = "uxfp" +IMAGE_INSTALL_append = " ti-wifi-utils wl12xx-firmware" +IMAGE_INSTALL_append = " gpsd libgps libgps24 ntp ntp-utils gpspipe gps-utils" +IMAGE_INSTALL_append = " uxfp" IMAGE_INSTALL_append = " \ ${TEST_FEATURES} \ -- cgit v1.2.3