diff options
author | Mykyta Dorokhin <mykyta.dorokhin@globallogic.com> | 2019-11-21 11:56:40 +0200 |
---|---|---|
committer | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2020-05-20 19:50:22 +0300 |
commit | 8520e737d78fc56ec603e56027ae5b600f3d6e8a (patch) | |
tree | 1a595848a8702f5153691c12eb2f479234c3076d /recipes-core | |
parent | 5beaf22becf61256e257c0f252692d36ec3b9df2 (diff) | |
download | meta-mlinux-8520e737d78fc56ec603e56027ae5b600f3d6e8a.tar.gz meta-mlinux-8520e737d78fc56ec603e56027ae5b600f3d6e8a.tar.bz2 meta-mlinux-8520e737d78fc56ec603e56027ae5b600f3d6e8a.zip |
u-boot: add u-boot user-space tool to all builds for compatibility with at91 images
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/images/mlinux-base-image.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-core/images/mlinux-base-image.bb b/recipes-core/images/mlinux-base-image.bb index c8fc0fa..c5ad887 100644 --- a/recipes-core/images/mlinux-base-image.bb +++ b/recipes-core/images/mlinux-base-image.bb @@ -48,14 +48,13 @@ TIME_FEATURES = "tzdata tzdata-africa tzdata-americas tzdata-antarctica tzdata-a # radio-query: queries cellular radio for common info (IMEI, RSSI, etc) # jsparser: command line tool to parse JSON files MULTITECH_FEATURES_append = " \ + u-boot-linux-utils \ mlinux-scripts \ reset-handler \ radio-cmd radio-query \ jsparser \ " -UPGRADE_FEATURES_append_mtbsp-at91 = "u-boot-linux-utils" - MISC_FEATURES = "minicom lrzsz nano" # Extra stuff to install |