Skip to content

Commit

Permalink
meta-xilinx-standalone-sdt: Make libmetal/open-amp optional
Browse files Browse the repository at this point in the history
Currently this requires a meta-openamp fork to function properly as the
necessary changes have not yet been sent upstream.

The fork and branch are:

https://github.com/Xilinx/meta-openamp

branch: 2024.2

Signed-off-by: Mark Hatle <[email protected]>
  • Loading branch information
mhatle committed Nov 18, 2024
1 parent 3cb902f commit 10531c2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions meta-xilinx-standalone-sdt/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ BBFILE_COLLECTIONS += "xilinx-standalone-sdt"
BBFILE_PATTERN_xilinx-standalone-sdt = "^${LAYERDIR}/"
BBFILE_PRIORITY_xilinx-standalone-sdt = "7"

BBFILES_DYNAMIC += " \
openamp-layer:${LAYERDIR}/dynamic-layers/openamp-layer/recipes-*/*/*.bb \
openamp-layer:${LAYERDIR}/dynamic-layers/openamp-layer/recipes-*/*/*.bbappend \
"

# Allow other layers to find the root of this layer if necessary
META_XILINX_STANDALONE_EXP_PATH = "${LAYERDIR}"

Expand All @@ -20,6 +25,9 @@ LAYERDEPENDS_xilinx-standalone-sdt = "core \
xilinx-standalone \
xilinx-microblaze \
virtualization-layer \
"

LAYERRECOMMENDS_xilinx-statalone-sdt = " \
openamp-layer \
"

Expand Down

0 comments on commit 10531c2

Please sign in to comment.