Commit 7b18c4ca authored by Paulo Henrique Silva's avatar Paulo Henrique Silva

Add correct BBFILE_ defines

parent 34dae2f5
......@@ -5,8 +5,8 @@ BBPATH := "${BBPATH}:${LAYERDIR}"
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
# Leaving as is until better understanding
BBFILE_COLLECTIONS += "elphel"
BBFILE_PATTERN_elphel := "^${LAYERDIR}/"
BBFILE_PRIORITY_elphel = "8"
# Name of configured layers
BBFILE_COLLECTIONS += "ezynq"
BBFILE_PATTERN_ezynq := "^${LAYERDIR}/"
BBFILE_PRIORITY_ezynq = "8"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment