mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 05:15:25 +02:00
conf/layer.conf: add LAYERVERSION and LAYERDEPENDS
Add LAYERVERSION and LAYERDEPENDS, it needs depend on oe-core and meta-networking layer. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
ba74aae1f9
commit
d21c403a03
|
@ -10,3 +10,9 @@ BBFILE_PRIORITY_virtualization-layer = "7"
|
|||
|
||||
# Custom licenses used by some packages in this layer
|
||||
LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"
|
||||
|
||||
# This should only be incremented on significant changes that will
|
||||
# cause compatibility issues with other layers
|
||||
LAYERVERSION_virtualization-layer = "1"
|
||||
|
||||
LAYERDEPENDS_virtualization-layer = "core networking-layer"
|
||||
|
|
Loading…
Reference in New Issue
Block a user