Skip to content

Commit

Permalink
layers/meta-opentrons: add non-subdird recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Dec 10, 2024
1 parent df28487 commit 6ca089c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion layers/meta-opentrons/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ BBPATH .= ":${LAYERDIR}"

# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
${LAYERDIR}/recipes-*/*/*.bbappend \
${LAYERDIR}/recipes-*/*.bb \
${LAYERDIR}/recipes-*/*.bbappend \
"

BBFILE_COLLECTIONS += "meta-opentrons"
BBFILE_PATTERN_meta-opentrons = "^${LAYERDIR}/"
Expand Down

0 comments on commit 6ca089c

Please sign in to comment.