diff options
author | John Klug <john.klug@multitech.com> | 2019-02-06 13:34:35 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 17:08:20 -0500 |
commit | ba163419ddd8fcd35213c19fb22f0ed1d851e706 (patch) | |
tree | 7f19ea2871e9f95254420179d1e10f871ef872bf /recipes-core | |
parent | 80b83a295ee444fd9f8b40e027232131e034d2f1 (diff) | |
download | meta-mlinux-ba163419ddd8fcd35213c19fb22f0ed1d851e706.tar.gz meta-mlinux-ba163419ddd8fcd35213c19fb22f0ed1d851e706.tar.bz2 meta-mlinux-ba163419ddd8fcd35213c19fb22f0ed1d851e706.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 \ |