From ea65654f5c64b4f7c7d678425780bdec95962a4f Mon Sep 17 00:00:00 2001 From: John Klug Date: Thu, 5 Sep 2019 11:32:37 -0500 Subject: Remove += or image builds are unstable, and changes cause lost packages (last casualty was util-linux-mount, which breaks the boot) --- recipes-core/images/mlinux-base-image.bb | 9 +++++---- 1 file 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} \ -- cgit v1.2.3