Skip to content

Commit

Permalink
amp: add missing whitespace in icicle kit amp machine conf file
Browse files Browse the repository at this point in the history
A leading white-space between the quotation mark and the package name
is necessary for the append command

Signed-off-by: Valentina Fernandez <valentina.fernandezalanis@microchip.com>
  • Loading branch information
vfalanis committed Sep 30, 2022
1 parent 54e69f8 commit 6c780c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/machine/icicle-kit-es-amp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ HSS_PAYLOAD = "amp"
AMP_DEMO = "freertos"
#AMP_DEMO = "bm"

IMAGE_INSTALL:append = "polarfire-soc-amp-examples"
IMAGE_INSTALL:append = " polarfire-soc-amp-examples"

MACHINE_EXTRA_RRECOMMENDS += " kernel-modules"

Expand Down

0 comments on commit 6c780c3

Please sign in to comment.