base image: added v2x part as we can skip the fw load

BugzID: 72787
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmueller 2021-06-03 15:48:30 +02:00
parent c544a82ce1
commit 22989ffdcf
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ IMAGE_INSTALL_append = " \
mmc-utils \
${@bb.utils.contains("DISTRO_FEATURES", "custom-mac-addresses", "mac-address-set", "", d)} \
${@bb.utils.contains("MACHINE_FEATURES", "usb-hub-reset", "usb-hub-reset", "", d)} \
${@bb.utils.contains("MACHINE_FEATURES", "v2x", "v2x-ieee802.11p", "", d)} \
"
IMAGE_INSTALL_append_am335x-nrhw16 = " \