diff options
author | John Klug <john.klug@multitech.com> | 2019-09-10 17:26:31 -0500 |
---|---|---|
committer | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2020-05-20 19:50:20 +0300 |
commit | a56d9f7ae45c7b102907d70248533d99c2b11139 (patch) | |
tree | 4f32f9643a196dede0fd3b3310c0c3a963a849ca /recipes-core | |
parent | 6e767e79c95b109fc950975c37dbc143e280f3da (diff) | |
download | meta-mlinux-a56d9f7ae45c7b102907d70248533d99c2b11139.tar.gz meta-mlinux-a56d9f7ae45c7b102907d70248533d99c2b11139.tar.bz2 meta-mlinux-a56d9f7ae45c7b102907d70248533d99c2b11139.zip |
added leading spaces for _append variables
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/images/mlinux-base-image.bb | 2 | ||||
-rw-r--r-- | recipes-core/images/mlinux-factory-image.bb | 58 | ||||
-rw-r--r-- | recipes-core/images/mlinux-minimal-image.bb | 4 | ||||
-rw-r--r-- | recipes-core/images/mlinux-mono-image.bb | 2 | ||||
-rw-r--r-- | recipes-core/images/mlinux-mtcap-debug-image.bb | 2 | ||||
-rw-r--r-- | recipes-core/images/mlinux-mtcap-image.bb | 4 | ||||
-rw-r--r-- | recipes-core/images/mlinux-mtr-image.bb | 2 | ||||
-rw-r--r-- | recipes-core/images/mlinux-mtrv1-image.bb | 6 | ||||
-rw-r--r-- | recipes-core/images/mlinux-rs9113-base-image.bb | 2 | ||||
-rw-r--r-- | recipes-core/images/mlinux-rs9113-factory-image.bb | 2 | ||||
-rw-r--r-- | recipes-core/images/mlinux-sdk.bb | 2 |
11 files changed, 43 insertions, 43 deletions
diff --git a/recipes-core/images/mlinux-base-image.bb b/recipes-core/images/mlinux-base-image.bb index 592e27c..d66b34f 100644 --- a/recipes-core/images/mlinux-base-image.bb +++ b/recipes-core/images/mlinux-base-image.bb @@ -54,7 +54,7 @@ MULTITECH_FEATURES_append = " \ jsparser \ " -UPGRADE_FEATURES_mtbsp-at91 = "u-boot-linux-utils" +UPGRADE_FEATURES_mtbsp-at91_append = "u-boot-linux-utils" MISC_FEATURES = "minicom lrzsz nano" diff --git a/recipes-core/images/mlinux-factory-image.bb b/recipes-core/images/mlinux-factory-image.bb index 3588e20..77a48ed 100644 --- a/recipes-core/images/mlinux-factory-image.bb +++ b/recipes-core/images/mlinux-factory-image.bb @@ -4,7 +4,7 @@ DESCRIPTION = "mLinux factory image" # For now we don't put this in MTR or AEP # Password restrictions library from Redhat -IMAGE_INSTALL_append = "libpwquality" +IMAGE_INSTALL_append = " libpwquality" LIGHTTPD = "lighttpd \ lighttpd-module-cgi lighttpd-module-indexfile \ @@ -16,34 +16,34 @@ LIGHTTPD = "lighttpd \ " # Lighttpd web server -IMAGE_INSTALL_append = "${LIGHTTPD}" +IMAGE_INSTALL_append = " ${LIGHTTPD}" -IMAGE_INSTALL_append = "sqlite3" +IMAGE_INSTALL_append = " sqlite3" -IMAGE_INSTALL_append= "autossh" +IMAGE_INSTALL_append= " autossh" # Monit system/process monitor -IMAGE_INSTALL_append = "monit" +IMAGE_INSTALL_append = " monit" # LoRa support (MTAC-LORA accessory card) -IMAGE_INSTALL_append = "lora-gateway-utils lora-query lora-network-server lora-packet-forwarder-usb lora-gateway-geolocation-utils lora-packet-forwarder-geolocation" -IMAGE_INSTALL_mtbsp-at91_append = "mtac-xdot-util" +IMAGE_INSTALL_append = " lora-gateway-utils lora-query lora-network-server lora-packet-forwarder-usb lora-gateway-geolocation-utils lora-packet-forwarder-geolocation" +IMAGE_INSTALL_mtbsp-at91_append = " mtac-xdot-util" # MQTT server -IMAGE_INSTALL_append = "mosquitto mosquitto-clients" +IMAGE_INSTALL_append = " mosquitto mosquitto-clients" # Perl support -IMAGE_INSTALL_append = "perl" -IMAGE_INSTALL_append = "perl-module-io perl-module-fcntl" +IMAGE_INSTALL_append = " perl" +IMAGE_INSTALL_append = " perl-module-io perl-module-fcntl" # not in meta-oe or oe-core... -#IMAGE_INSTALL_append = "libdevice-serialport-perl" -#IMAGE_INSTALL_append = "libexpect-perl" +#IMAGE_INSTALL_append = " libdevice-serialport-perl" +#IMAGE_INSTALL_append = " libexpect-perl" # Python support -IMAGE_INSTALL_append = "python" +IMAGE_INSTALL_append = " python" # Python modules -IMAGE_INSTALL_append = "python-argparse \ +IMAGE_INSTALL_append = " python-argparse \ python-compression \ python-dateutil \ python-html \ @@ -61,34 +61,34 @@ python-xml \ " # Ruby support -IMAGE_INSTALL_append = "ruby" +IMAGE_INSTALL_append = " ruby" -IMAGE_INSTALL_append = "ruby-sqlite3" -IMAGE_INSTALL_append = "ruby-serialport" +IMAGE_INSTALL_append = " ruby-sqlite3" +IMAGE_INSTALL_append = " ruby-serialport" # OpenJDK Java runtime -# IMAGE_INSTALL_append = "openjdk-8" +# IMAGE_INSTALL_append = " openjdk-8" # OpenJDK with JamVM VM (Multi-Tech default) -# IMAGE_INSTALL_append = "jamvm" +# IMAGE_INSTALL_append = " jamvm" # OpenJDK with CACAO VM (run with 'java -cacao') -# IMAGE_INSTALL_append = "openjdk-7-vm-cacao" +# IMAGE_INSTALL_append = " openjdk-7-vm-cacao" # OpenJDK Zero VM (run with 'java -zero') -# IMAGE_INSTALL_append = "openjdk-7-vm-zero" +# IMAGE_INSTALL_append = " openjdk-7-vm-zero" # PHP support -IMAGE_INSTALL_append = "php php-cli php-fpm" +IMAGE_INSTALL_append = " php php-cli php-fpm" # Node.js support -IMAGE_INSTALL_append = "nodejs nodejs-npm" +IMAGE_INSTALL_append = " nodejs nodejs-npm" # Multi-Tech SMS Utility (see http://git.multitech.net) -IMAGE_INSTALL_append = "sms-utils" +IMAGE_INSTALL_append = " sms-utils" # Multi-Tech GPS Utility -IMAGE_INSTALL_append = "venus-gps" -IMAGE_INSTALL_append = "pps-tools" -IMAGE_INSTALL_append = "dnsmasq bluez5-pand bluez5-rfcomm" +IMAGE_INSTALL_append = " venus-gps" +IMAGE_INSTALL_append = " pps-tools" +IMAGE_INSTALL_append = " dnsmasq bluez5-pand bluez5-rfcomm" # When ntp is to use the GPS, gps-utils is required -IMAGE_INSTALL_append = "gpsd libgps24 libgps ntp ntp-utils gpspipe gps-utils" +IMAGE_INSTALL_append = " gpsd libgps24 libgps ntp ntp-utils gpspipe gps-utils" -IMAGE_INSTALL_append = "lxfp uvccapture" +IMAGE_INSTALL_append = " lxfp uvccapture" diff --git a/recipes-core/images/mlinux-minimal-image.bb b/recipes-core/images/mlinux-minimal-image.bb index 77b8655..314da61 100644 --- a/recipes-core/images/mlinux-minimal-image.bb +++ b/recipes-core/images/mlinux-minimal-image.bb @@ -5,7 +5,7 @@ inherit core-image inherit mlinux-image IMAGE_LINGUAS = "" -IMAGE_FEATURES_append = "ssh-server-openssh package-management" +IMAGE_FEATURES_append = " ssh-server-openssh package-management" # Don't wipe out CORE_FEATURES from minimal image CORE_FEATURES_append = " \ @@ -25,7 +25,7 @@ CORE_FEATURES_append = " \ get-eeprom-device-config \ " -CORE_FEATURES_mtbsp-at91_append = "mtd-utils mtd-utils-jffs2 fstab-at91" +CORE_FEATURES_mtbsp-at91_append = " mtd-utils mtd-utils-jffs2 fstab-at91" NETWORKING_FEATURES = "ppp curl iproute2 \ iptables iputils \ diff --git a/recipes-core/images/mlinux-mono-image.bb b/recipes-core/images/mlinux-mono-image.bb index c5af04d..d066ae9 100644 --- a/recipes-core/images/mlinux-mono-image.bb +++ b/recipes-core/images/mlinux-mono-image.bb @@ -1,3 +1,3 @@ require mlinux-base-image.bb -IMAGE_INSTALL_append = "mono mono-helloworld" +IMAGE_INSTALL_append = " mono mono-helloworld" diff --git a/recipes-core/images/mlinux-mtcap-debug-image.bb b/recipes-core/images/mlinux-mtcap-debug-image.bb index 8a3f8f6..13a3518 100644 --- a/recipes-core/images/mlinux-mtcap-debug-image.bb +++ b/recipes-core/images/mlinux-mtcap-debug-image.bb @@ -3,7 +3,7 @@ DESCRIPTION = "mLinux Conduit Access Point debug image" require mlinux-mtcap-image.bb # Extra stuff to install -IMAGE_INSTALL_append = "lora-network-server-mtcap \ +IMAGE_INSTALL_append = " lora-network-server-mtcap \ lora-gateway-utils \ lora-query \ mosquitto mosquitto-clients \ diff --git a/recipes-core/images/mlinux-mtcap-image.bb b/recipes-core/images/mlinux-mtcap-image.bb index 0b0c8a0..1c0c94f 100644 --- a/recipes-core/images/mlinux-mtcap-image.bb +++ b/recipes-core/images/mlinux-mtcap-image.bb @@ -5,7 +5,7 @@ require mtcap-modules.inc # For now we don't put this in MTR or AEP # Password restrictions library from Redhat -IMAGE_INSTALL_append = "libpwquality" +IMAGE_INSTALL_append = " libpwquality" FILESYSTEM_FEATURES = "dosfstools \ cifs-utils \ @@ -73,4 +73,4 @@ IMAGE_INSTALL_append = " \ " # Multi-Tech SMS Utility (see http://git.multitech.net) -IMAGE_INSTALL_append = "sms-utils" +IMAGE_INSTALL_append = " sms-utils" diff --git a/recipes-core/images/mlinux-mtr-image.bb b/recipes-core/images/mlinux-mtr-image.bb index 6c2fd90..5a557ab 100644 --- a/recipes-core/images/mlinux-mtr-image.bb +++ b/recipes-core/images/mlinux-mtr-image.bb @@ -9,7 +9,7 @@ FILESYSTEM_FEATURES = "dosfstools \ lsof \ " -NETWORKING_FEATURES_append = "bridge-utils \ +NETWORKING_FEATURES_append = " bridge-utils \ inetutils-ftp \ openssl \ rsync \ diff --git a/recipes-core/images/mlinux-mtrv1-image.bb b/recipes-core/images/mlinux-mtrv1-image.bb index fd1ea6a..0aaf875 100644 --- a/recipes-core/images/mlinux-mtrv1-image.bb +++ b/recipes-core/images/mlinux-mtrv1-image.bb @@ -9,7 +9,7 @@ FILESYSTEM_FEATURES = "dosfstools \ lsof \ " -NETWORKING_FEATURES_append = "bridge-utils \ +NETWORKING_FEATURES_append = " bridge-utils \ inetutils-ftp \ openssl \ rsync \ @@ -57,8 +57,8 @@ MULTITECH_FEATURES_append = " \ MISC_FEATURES = "minicom lrzsz nano" # Extra stuff to install -IMAGE_INSTALL_append = "kernel-module-rs9113 rs9113-util rs9113-autostart" -IMAGE_INSTALL_append = "gpsd libgps libgps24 ntp ntp-utils gpspipe gps-utils" +IMAGE_INSTALL_append = " kernel-module-rs9113 rs9113-util rs9113-autostart" +IMAGE_INSTALL_append = " gpsd libgps libgps24 ntp ntp-utils gpspipe gps-utils" IMAGE_INSTALL_append = " \ ${WIFI_FEATURES} \ diff --git a/recipes-core/images/mlinux-rs9113-base-image.bb b/recipes-core/images/mlinux-rs9113-base-image.bb index 37a0c76..ed2fc83 100644 --- a/recipes-core/images/mlinux-rs9113-base-image.bb +++ b/recipes-core/images/mlinux-rs9113-base-image.bb @@ -2,4 +2,4 @@ require mlinux-base-image.bb DESCRIPTION = "mLinux base image with rs9113 drivers" # Extra stuff to install -IMAGE_INSTALL_append = "kernel-module-rs9113 rs9113-autostart rs9113-util" +IMAGE_INSTALL_append = " kernel-module-rs9113 rs9113-autostart rs9113-util" diff --git a/recipes-core/images/mlinux-rs9113-factory-image.bb b/recipes-core/images/mlinux-rs9113-factory-image.bb index 789a81b..f351132 100644 --- a/recipes-core/images/mlinux-rs9113-factory-image.bb +++ b/recipes-core/images/mlinux-rs9113-factory-image.bb @@ -2,4 +2,4 @@ require mlinux-factory-image.bb DESCRIPTION = "mLinux factory image with rs9113 drivers" # Extra stuff to install -IMAGE_INSTALL_append = "dnsmasq bluez5-noinst-tools python-dbus kernel-module-rs9113 rs9113-autostart rs9113-util" +IMAGE_INSTALL_append = " dnsmasq bluez5-noinst-tools python-dbus kernel-module-rs9113 rs9113-autostart rs9113-util" diff --git a/recipes-core/images/mlinux-sdk.bb b/recipes-core/images/mlinux-sdk.bb index 503f77a..fa6f811 100644 --- a/recipes-core/images/mlinux-sdk.bb +++ b/recipes-core/images/mlinux-sdk.bb @@ -2,4 +2,4 @@ require mlinux-factory-image.bb DESCRIPTION = "mLinux SDK" -IMAGE_INSTALL_append = "boost" +IMAGE_INSTALL_append = " boost" |