diff options
author | John Klug <john.klug@multitech.com> | 2017-12-11 15:32:23 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-12-11 15:32:23 -0600 |
commit | 11558b475b50e77771985e7a6e917ef5383ce785 (patch) | |
tree | b4c2e09867850ea5ebe89797061b9400d684486c | |
parent | 865603ee5f1f988116c0b797c30318c606feb428 (diff) | |
download | meta-mlinux-11558b475b50e77771985e7a6e917ef5383ce785.tar.gz meta-mlinux-11558b475b50e77771985e7a6e917ef5383ce785.tar.bz2 meta-mlinux-11558b475b50e77771985e7a6e917ef5383ce785.zip |
Changed name of package/script for AEP compatibility.
-rw-r--r-- | recipes-core/images/mlinux-minimal-image.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/images/mlinux-minimal-image.bb b/recipes-core/images/mlinux-minimal-image.bb index c0af0d4..f715445 100644 --- a/recipes-core/images/mlinux-minimal-image.bb +++ b/recipes-core/images/mlinux-minimal-image.bb @@ -20,7 +20,7 @@ CORE_FEATURES = "packagegroup-core-boot packagegroup-distro-base \ ${CORE_IMAGE_EXTRA_INSTALL} \ mlinux-feed-configs \ useradd \ - get-eeprom-device-info \ + get-eeprom-device-config \ " NETWORKING_FEATURES = "ppp curl iproute2 \ |