Skip to content

Commit

Permalink
layer.conf: Fix the syntax for SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS
Browse files Browse the repository at this point in the history
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Dec 4, 2019
1 parent 9ece689 commit a4bac1c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ BBFILE_PRIORITY_atmel = "10"
LICENSE_PATH += "${LAYERDIR}/licenses"

SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
fbset-modes->atmel-qt-demo-init \
fbset->atmel-qt-demo-init \
udev-rules-at91->atmel-qt-demo-init \
atmel-qt-demo-init->fbset-modes \
atmel-qt-demo-init->fbset \
atmel-qt-demo-init->udev-rules-at91 \
mchp-egt-demo-init->udev-rules-at91 \
"

BBFILES_DYNAMIC += " \
Expand Down

0 comments on commit a4bac1c

Please sign in to comment.