diff options
-rw-r--r-- | recipes-core/images/mlinux-base-image.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-core/images/mlinux-base-image.bb b/recipes-core/images/mlinux-base-image.bb index 99a5250..592e27c 100644 --- a/recipes-core/images/mlinux-base-image.bb +++ b/recipes-core/images/mlinux-base-image.bb @@ -9,7 +9,8 @@ FILESYSTEM_FEATURES = "dosfstools \ lsof \ " -NETWORKING_FEATURES += "bridge-utils \ +NETWORKING_FEATURES_append = " \ + bridge-utils \ inetutils-ftp \ openssl \ rsync \ @@ -46,8 +47,8 @@ TIME_FEATURES = "tzdata tzdata-africa tzdata-americas tzdata-antarctica tzdata-a # radio-cmd: supports cellular radio activation and other configuration commands # radio-query: queries cellular radio for common info (IMEI, RSSI, etc) # jsparser: command line tool to parse JSON files -MULTITECH_FEATURES += " \ - mlinux-scripts \ +MULTITECH_FEATURES_append = " \ + mlinux-scripts \ reset-handler \ radio-cmd radio-query \ jsparser \ @@ -58,7 +59,7 @@ UPGRADE_FEATURES_mtbsp-at91 = "u-boot-linux-utils" MISC_FEATURES = "minicom lrzsz nano" # Extra stuff to install -IMAGE_INSTALL += " \ +IMAGE_INSTALL_append = " \ kernel-modules \ ${WIFI_FEATURES} \ ${BLUETOOTH_FEATURES} \ |