Describe the bug
When using one or more work folders generated by the configurator to build the debian packages, the built acrn-hypervisor.deb won't put any acrn.bin under /boot after being installed, which leads to "file not found" error when booting from the ACRN menu in grub.
Platform
Platform-neutral
Codebase
v3.0, v3.1 and the latest mainline
Scenario
Scenario-neutral (just use a work folder with a board XML and a scenario XML whose name is scenario.xml)
To Reproduce
Steps to reproduce the behavior:
Generate a work folder using the configurator.
Build the debian package using debuild -eCONFIGDIRS=<path to work folder> -eACRN_BOARDLIST= -eACRN_SCENARIOLIST=
Expected behavior
The built acrn-hypervisor.deb can install ACRN binaries under /boot properly.
Describe the bug When using one or more work folders generated by the configurator to build the debian packages, the built acrn-hypervisor.deb won't put any acrn.bin under /boot after being installed, which leads to "file not found" error when booting from the ACRN menu in grub.
Platform Platform-neutral
Codebase v3.0, v3.1 and the latest mainline
Scenario Scenario-neutral (just use a work folder with a board XML and a scenario XML whose name is
scenario.xml
)To Reproduce Steps to reproduce the behavior:
debuild -eCONFIGDIRS=<path to work folder> -eACRN_BOARDLIST= -eACRN_SCENARIOLIST=
Expected behavior The built acrn-hypervisor.deb can install ACRN binaries under /boot properly.