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:
parent
c544a82ce1
commit
22989ffdcf
|
|
@ -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 = " \
|
||||
|
|
|
|||
Loading…
Reference in New Issue