Skip to content

Commit

Permalink
openamp: enable rpc demo
Browse files Browse the repository at this point in the history
Previously, RPC demo was disabled. As this feature and demo
is needed for default OOB (out-of-box) functionality, make
this enabled.

Signed-off-by: Ben Levinsky <ben.levinsky@xilinx.com>
  • Loading branch information
Ben Levinsky authored and edmooring-xilinx committed Sep 3, 2019
1 parent abc31d2 commit 382d670
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions recipes-openamp/open-amp/open-amp.inc
Expand Up @@ -28,13 +28,11 @@ EXTRA_OECMAKE = " \
-DLIB_INSTALL_DIR=${libdir} \
-DLIBEXEC_INSTALL_DIR=${libexecdir} \
-DMACHINE=${OPENAMP_MACHINE} \
-DWITH_PROXY=off \
-DWITH_PROXY_APPS=off \
"

# OpenAMP apps not ready for Zynq
EXTRA_OECMAKE_append_zynqmp = "-DWITH_APPS=ON"
EXTRA_OECMAKE_append_versal = "-DWITH_APPS=ON"
EXTRA_OECMAKE_append_zynqmp = "-DWITH_APPS=ON -DWITH_PROXY=on -DWITH_PROXY_APPS=on "
EXTRA_OECMAKE_append_versal = "-DWITH_APPS=ON -DWITH_PROXY=on -DWITH_PROXY_APPS=on "

ALLOW_EMPTY_${PN}-demos = "1"
PACKAGES_append += "${PN}-demos"
Expand Down

0 comments on commit 382d670

Please sign in to comment.