Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

acrn-hypervisor: add support for menuconfig #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

saininav
Copy link
Contributor

Run below command to configure via menuconfig
$ bitbake acrn-hypervisor -c menuconfig

Signed-off-by: Naveen Saini naveen.kumar.saini@intel.com

Run below command to configure via menuconfig
 $ bitbake acrn-hypervisor -c menuconfig

Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Copy link

@moto-timo moto-timo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. +1

EXTRA_OEMAKE += "BOARD=${ACRN_BOARD} FIRMWARE=${ACRN_FIRMWARE} SCENARIO=${ACRN_SCENARIO}"
EXTRA_OEMAKE += "BOARD_FILE=${S}/misc/acrn-config/xmls/board-xmls/${ACRN_BOARD}.xml SCENARIO_FILE=${S}/misc/acrn-config/xmls/config-xmls/${ACRN_BOARD}/${ACRN_SCENARIO}.xml"

inherit python3native deploy
inherit python3native deploy cml1

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice touch to inherit cml1. I had previously just copied and pasted it into the recipe :)

@moto-timo
Copy link

@saininav Can you rebase whenever you get a chance? Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants