intel / meta-acrn

Layer to integrate the ACRN hypervisor with the Yocto Project.
http://projectacrn.org/
MIT License
21 stars 40 forks source link

acrn-libvirt: specify branch and https protocol to avoid warnings #418

Closed saininav closed 2 years ago

saininav commented 2 years ago

Add branch name explicitly to SRC_URI where it's not defined and switch to using https protocol for Github projects.

OE-Core now has a QA check to see if /var/log is empty. Since /var/log is usually a symlink to /var/volatile/log, anything installed here won't actually be available.

Remove the directory.

acrn: specify https protocol to avoid warnings

Add branch name explicitly to SRC_URI where it's not defined and switch to using https protocol for Github projects.

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