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}" ...@@ -5,8 +5,8 @@ BBPATH := "${BBPATH}:${LAYERDIR}"
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend" ${LAYERDIR}/recipes-*/*/*.bbappend"
# Leaving as is until better understanding # Name of configured layers
BBFILE_COLLECTIONS += "elphel" BBFILE_COLLECTIONS += "ezynq"
BBFILE_PATTERN_elphel := "^${LAYERDIR}/" BBFILE_PATTERN_ezynq := "^${LAYERDIR}/"
BBFILE_PRIORITY_elphel = "8" 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