mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-12-26 04:58:22 +01:00
fix wrong layer name
This commit is contained in:
parent
7b836320a2
commit
39eec3a80a
@ -4,6 +4,6 @@ BBPATH .= ":${LAYERDIR}"
|
||||
# We have a recipes directory, add to BBFILES
|
||||
BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
|
||||
|
||||
BBFILE_COLLECTIONS += "meta-allwinner"
|
||||
BBFILE_PATTERN_meta-allwinner := "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_meta-allwinner = "10"
|
||||
BBFILE_COLLECTIONS += "meta-sunxi"
|
||||
BBFILE_PATTERN_meta-sunxi := "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_meta-sunxi = "10"
|
||||
|
Loading…
Reference in New Issue
Block a user