mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
meta-networking: Add LAYERVERSION and LAYERDEPENDS
Add LAYERVERSION and LAYERDEPENDS to layer.conf Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
This commit is contained in:
parent
b6070c7f7a
commit
68a3728972
|
|
@ -9,3 +9,8 @@ BBFILE_COLLECTIONS += "networking"
|
|||
BBFILE_PATTERN_networking := "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_networking = "5"
|
||||
|
||||
# This should only be incremented on significant changes that will
|
||||
# cause compatibility issues with other layers
|
||||
LAYERVERSION_networking = "1"
|
||||
|
||||
LAYERDEPENDS_networking = "core"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user