-
Notifications
You must be signed in to change notification settings - Fork 0
PR: #103 - vdevice instructions #104
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
base: develop
Are you sure you want to change the base?
Conversation
| ``` | ||
|
|
||
| #### Environment Setup | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think before exporting the AIDL path, it would be better to specify the steps to be followed for generating the aidl tool, https://github.com/rdkcentral/linux_binder_idl?tab=readme-ov-file#build-aidl-generator-tool
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
? Unclear what the aidl-generator-tool has goto with instructions for launching vDevice and configuring it... Can you explain? @anushapv98 , since you don't build anything todo with AIDL to launch the vDevice env?
| ```bash | ||
| MACHINE=vdevice_x86-64 source scripts/setup-environment | ||
| ``` | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can include the bitbake command also, bitbake core-image-vdevice-xfce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@anushapv98 @shafi12 - something wrong if we need this, we need to review, this isn't a correct build system.
There's no vDevice-xfce, there's only the vendor layer build that's consumed by the image assembler.
in effect it should be go something like
git clone vendor_layer vendorLayer
build x86_vDeviceVendorLayer > ./output/packages
...
git clone image_assembler
export vendor_layer_ipk_path=./vendorLayer/output/packages
build imageignoring the MW consumption building for the x86 image
| #### Environment Setup | ||
|
|
||
| ```bash | ||
| export AIDL_BIN_DIR=/home/user/local/bin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Ulrond , the latest vDevice has removed the need to export AIDL_BIN_DIR (see PR 28 in meta-vdevice)
baseline draft instructions for the vDevice QEMU