Skip to content

Commit

Permalink
meta-armnn: templates: Add missing meta-tensorflow-lite layer to bbla…
Browse files Browse the repository at this point in the history
…yers

Fixes: 56d4e06 ("meta-armnn: Add support for TfLite Delegate")

Signed-off-by: Chris Paterson <chris.paterson2@renesas.com>
  • Loading branch information
patersonc committed May 6, 2021
1 parent a814e92 commit fd5c5a5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions meta-armnn/templates/ek874/bblayers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ BBLAYERS ?= " \
${@'${TOPDIR}/../meta-virtualization' if '${VIRTUALIZATION_CHECK}' == 'True' else ''} \
${TOPDIR}/../meta-renesas-ai/meta-rzg-ai \
${TOPDIR}/../meta-renesas-ai/meta-armnn \
${TOPDIR}/../meta-renesas-ai/meta-tensorflow-lite \
"
1 change: 1 addition & 0 deletions meta-armnn/templates/hihope-rzg2h/bblayers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ BBLAYERS ?= " \
${@'${TOPDIR}/../meta-virtualization' if '${VIRTUALIZATION_CHECK}' == 'True' else ''} \
${TOPDIR}/../meta-renesas-ai/meta-rzg-ai \
${TOPDIR}/../meta-renesas-ai/meta-armnn \
${TOPDIR}/../meta-renesas-ai/meta-tensorflow-lite \
"
1 change: 1 addition & 0 deletions meta-armnn/templates/hihope-rzg2m/bblayers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ BBLAYERS ?= " \
${@'${TOPDIR}/../meta-virtualization' if '${VIRTUALIZATION_CHECK}' == 'True' else ''} \
${TOPDIR}/../meta-renesas-ai/meta-rzg-ai \
${TOPDIR}/../meta-renesas-ai/meta-armnn \
${TOPDIR}/../meta-renesas-ai/meta-tensorflow-lite \
"
1 change: 1 addition & 0 deletions meta-armnn/templates/hihope-rzg2n/bblayers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ BBLAYERS ?= " \
${@'${TOPDIR}/../meta-virtualization' if '${VIRTUALIZATION_CHECK}' == 'True' else ''} \
${TOPDIR}/../meta-renesas-ai/meta-rzg-ai \
${TOPDIR}/../meta-renesas-ai/meta-armnn \
${TOPDIR}/../meta-renesas-ai/meta-tensorflow-lite \
"
1 change: 1 addition & 0 deletions meta-armnn/templates/iwg20m-g1m/bblayers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ BBLAYERS ?= " \
${TOPDIR}/../meta-renesas-ai/meta-rzg-ai \
${TOPDIR}/../meta-renesas-ai/meta-rzg1-gcc-linaro \
${TOPDIR}/../meta-renesas-ai/meta-armnn \
${TOPDIR}/../meta-renesas-ai/meta-tensorflow-lite \
"

BBLAYERS_NON_REMOVABLE ?= " \
Expand Down
1 change: 1 addition & 0 deletions meta-armnn/templates/iwg21m/bblayers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ BBLAYERS ?= " \
${TOPDIR}/../meta-renesas-ai/meta-rzg-ai \
${TOPDIR}/../meta-renesas-ai/meta-rzg1-gcc-linaro \
${TOPDIR}/../meta-renesas-ai/meta-armnn \
${TOPDIR}/../meta-renesas-ai/meta-tensorflow-lite \
"

BBLAYERS_NON_REMOVABLE ?= " \
Expand Down
1 change: 1 addition & 0 deletions meta-armnn/templates/iwg22m/bblayers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ BBLAYERS ?= " \
${TOPDIR}/../meta-renesas-ai/meta-rzg-ai \
${TOPDIR}/../meta-renesas-ai/meta-rzg1-gcc-linaro \
${TOPDIR}/../meta-renesas-ai/meta-armnn \
${TOPDIR}/../meta-renesas-ai/meta-tensorflow-lite \
"

BBLAYERS_NON_REMOVABLE ?= " \
Expand Down

0 comments on commit fd5c5a5

Please sign in to comment.