mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 03:47:19 +00:00
2bc44548b9
Created conf/xenguest.conf which defines XENGUEST_MANAGER_GUEST_DIR for both arm-autonomy-host-image-minimal and xenguest-manager to ensure the value is aligned. Issue-Id: SCM-2168 Signed-off-by: Nathan Dunne <Nathan.Dunne@arm.com> Change-Id: I9cd5a351b5910bb122b275f47d542798b2df7b1f Signed-off-by: Jon Mason <jon.mason@arm.com>
6 lines
219 B
Plaintext
6 lines
219 B
Plaintext
# This file will be required by different xenguest recipes to provide
|
|
# common variables, which can be configured in local.conf
|
|
|
|
# Xenguest image file install location
|
|
XENGUEST_MANAGER_GUEST_DIR ?= "${datadir}/guests/"
|