diff options
author | John Klug <john.klug@multitech.com> | 2019-02-06 13:34:35 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-02-06 13:34:35 -0600 |
commit | dc6c660149f3231a09b55b4042c66fb3dc0e06b6 (patch) | |
tree | 7f19ea2871e9f95254420179d1e10f871ef872bf /recipes-core | |
parent | 48ec456afaaccc22f24d8bb1a98d4fbd42d2b3e7 (diff) | |
download | meta-mlinux-dc6c660149f3231a09b55b4042c66fb3dc0e06b6.tar.gz meta-mlinux-dc6c660149f3231a09b55b4042c66fb3dc0e06b6.tar.bz2 meta-mlinux-dc6c660149f3231a09b55b4042c66fb3dc0e06b6.zip |
Add rs9113 drivers to mtrv1
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/images/mlinux-mtrv1-image.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-core/images/mlinux-mtrv1-image.bb b/recipes-core/images/mlinux-mtrv1-image.bb index d791809..1e1d72e 100644 --- a/recipes-core/images/mlinux-mtrv1-image.bb +++ b/recipes-core/images/mlinux-mtrv1-image.bb @@ -1,5 +1,4 @@ -# Conduit 0.0 or 0.1 without RS9113 -DESCRIPTION = "mLinux base image" +DESCRIPTION = "mLinux base image with rs9113 drivers" LICENSE = "MIT" require mlinux-minimal-image.bb @@ -10,6 +9,8 @@ FILESYSTEM_FEATURES = "dosfstools \ lsof \ " +IMAGE_INSTALL += "kernel-module-rs9113 rs9113-noarch rs9113-util" + NETWORKING_FEATURES += "bridge-utils \ inetutils-ftp \ openssl \ |