base image: Add wakeup timer only when required by machine

BugzID: 73593
This commit is contained in:
Alexandre Bard 2021-07-20 14:35:41 +02:00
parent b2b17de9b5
commit b7ce788eef
1 changed files with 1 additions and 4 deletions

View File

@ -63,10 +63,7 @@ IMAGE_INSTALL_append = " \
${@bb.utils.contains("MACHINE_FEATURES", "usb-hub-reset", "usb-hub-reset", "", d)} \
${@bb.utils.contains("MACHINE_FEATURES", "v2x", "v2x-ieee802.11p", "", d)} \
${@bb.utils.contains("MACHINE_FEATURES", "fpga", "fpga-image", "", d)} \
"
IMAGE_INSTALL_append_am335x-nrhw16 = " \
wakeup-timer \
${@bb.utils.contains("MACHINE_FEATURES", "am335x-wakeup-timer", "wakeup-timer", "", d)} \
"
IMAGE_INSTALL_append_am335x-nmhw21 = " \