diff options
author | John Klug <john.klug@multitech.com> | 2017-12-14 14:32:31 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-12-14 14:32:31 -0600 |
commit | a8e11461b9adfe9394667d6c34be8b4da902397a (patch) | |
tree | af144194858e2c055df8317bf4c5965728bd1db9 | |
parent | 43d12cac4911d3147ba95eb2cb75216b46a95dd3 (diff) | |
download | meta-mlinux-a8e11461b9adfe9394667d6c34be8b4da902397a.tar.gz meta-mlinux-a8e11461b9adfe9394667d6c34be8b4da902397a.tar.bz2 meta-mlinux-a8e11461b9adfe9394667d6c34be8b4da902397a.zip |
Package rename for get-eeprom-device-config
-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 29af92c..1863d4a 100644 --- a/recipes-core/images/mlinux-minimal-image.bb +++ b/recipes-core/images/mlinux-minimal-image.bb @@ -18,7 +18,7 @@ CORE_FEATURES = "packagegroup-core-boot packagegroup-distro-base \ start-stop-daemon \ ${CORE_IMAGE_EXTRA_INSTALL} \ mlinux-feed-configs \ - get-eeprom-device-info \ + get-eeprom-device-config \ " NETWORKING_FEATURES = "ppp curl iproute2 \ |