mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 05:15:25 +02:00
layer.conf: match layer dependencies as documented in the layer README
Several required layer dependencies have been added to the layer README but didn't have corresponding entries added to LAYERDEPENDS. Ensure these match. The 'selinux' layer dependency, is conditional on the 'xen' DISTRO_FEATURE but I see no way to make a conditional LAYERDEPENDS so this is left off for now. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
56023b07d7
commit
a633967872
|
@ -15,7 +15,13 @@ LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"
|
|||
# cause compatibility issues with other layers
|
||||
LAYERVERSION_virtualization-layer = "1"
|
||||
LAYERSERIES_COMPAT_virtualization-layer = "sumo"
|
||||
LAYERDEPENDS_virtualization-layer = "core networking-layer"
|
||||
LAYERDEPENDS_virtualization-layer = " \
|
||||
core \
|
||||
openembedded-layer \
|
||||
networking-layer \
|
||||
filesystems-layer \
|
||||
meta-python \
|
||||
"
|
||||
|
||||
# Override security flags
|
||||
require conf/distro/include/virt_security_flags.inc
|
||||
|
|
Loading…
Reference in New Issue
Block a user