Update layer.conf override syntax
_append has been changed to :append since honister release.pull/60/head
parent
b94bdce9a2
commit
7d8d035092
|
@ -59,7 +59,7 @@ BBFILE_PATTERN_wolfssl := "^${LAYERDIR}/"
|
|||
BBFILE_PRIORITY_wolfssl = "5"
|
||||
|
||||
# Yocto manual recommends a space before this list to prevent conflicts
|
||||
IMAGE_INSTALL_append = " wolfssl"
|
||||
IMAGE_INSTALL:append = " wolfssl"
|
||||
|
||||
# Versions of OpenEmbedded-Core which layer has been tested against
|
||||
LAYERSERIES_COMPAT_wolfssl = "sumo thud warrior zeus dunfell hardknott \
|
||||
|
|
Loading…
Reference in New Issue