Skip to content

Commit

Permalink
Declare support for YP 4.2 and 4.3
Browse files Browse the repository at this point in the history
* Set the default policy for the master branch
* update for current release names for 2023/09
* Keep one Xilinx specific EOL release

Signed-off-by: Bill Mills <[email protected]>
  • Loading branch information
wmamills committed Nov 4, 2023
1 parent 6e94a35 commit 27f22af
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,18 @@ BBFILE_PRIORITY_openamp-layer = "5"
# cause compatibility issues with other layers
LAYERVERSION_openamp-layer = "1"

LAYERSERIES_COMPAT_openamp-layer = "honister kirkstone langdale"
# meta-openamp upstream master branch supports:
# = POLICY ======== CURRENT RELEASE ===
# master nanbield YP 4.3 2023/10
# latest release mickledore YP 4.2 2023/04
# LTS kirkstone YP 4.0 2022/04
#
# Upstream also supports the following via the appropriate branch:
# (LTS-1) dunfell YP 3.1 2020/04
LAYERSERIES_COMPAT_openamp-layer = "kirkstone mickledore nanbield"

# only for Xilinx petalinux
LAYERSERIES_COMPAT_openamp-layer += "langdale"

# set layer path for this layer only
LAYER_PATH_openamp-layer = "${LAYERDIR}"
Expand Down

0 comments on commit 27f22af

Please sign in to comment.