Skip to content

Commit

Permalink
layer.conf: Add honister hardknott LAYER COMPAT
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Hari Chandana Kalluri <[email protected]>
  • Loading branch information
ckalluri73 committed Jul 15, 2021
1 parent 6ee93d9 commit 53b751d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion meta-microblaze/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ LAYERDEPENDS_xilinx-microblaze = "core"

# Until we've moved to a newer version, we need to stick on 9.2
GDBVERSION_microblaze = "9.2"
LAYERSERIES_COMPAT_xilinx-microblaze = "gatesgarth"
LAYERSERIES_COMPAT_xilinx-microblaze = "gatesgarth honister hardknott"
2 changes: 1 addition & 1 deletion meta-xilinx-bsp/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ chromium-browser-layer:${LAYERDIR}/dynamic-layers/chromium-browser-layer/recipes

LAYERDEPENDS_xilinx = "core"

LAYERSERIES_COMPAT_xilinx = "gatesgarth"
LAYERSERIES_COMPAT_xilinx = " gatesgarth honister hardknott"

SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
*->zocl \
Expand Down
2 changes: 1 addition & 1 deletion meta-xilinx-contrib/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ BBFILE_PRIORITY_xilinx-contrib = "5"
LAYERDEPENDS_xilinx-contrib = "core"
LAYERDEPENDS_xilinx-contrib = "xilinx"

LAYERSERIES_COMPAT_xilinx-contrib = "gatesgarth"
LAYERSERIES_COMPAT_xilinx-contrib = "gatesgarth honister hardknott"

XILINX_RELEASE_VERSION = "v2021.1"
2 changes: 1 addition & 1 deletion meta-xilinx-pynq/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ BBFILE_PRIORITY_xilinx-pynq = "5"

LAYERDEPENDS_xilinx-pynq = "core xilinx"

LAYERSERIES_COMPAT_xilinx-pynq = "gatesgarth"
LAYERSERIES_COMPAT_xilinx-pynq = "gatesgarth honister hardknott"

2 changes: 1 addition & 1 deletion meta-xilinx-standalone-experimental/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ LAYERDEPENDS_xilinx-standalone-exp = "core \
xilinx-microblaze \
"

LAYERSERIES_COMPAT_xilinx-standalone-exp = "gatesgarth"
LAYERSERIES_COMPAT_xilinx-standalone-exp = "gatesgarth honister hardknott"
2 changes: 1 addition & 1 deletion meta-xilinx-standalone/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ BBFILE_PRIORITY_xilinx-standalone = "7"
LAYERDEPENDS_xilinx-standalone = "core xilinx"
LAYERRECOMMENDS_xilinx-standalone = "xilinx-microblaze"

LAYERSERIES_COMPAT_xilinx-standalone = "gatesgarth"
LAYERSERIES_COMPAT_xilinx-standalone = "gatesgarth honister hardknott"
XILINX_RELEASE_VERSION = "v2021.1"

0 comments on commit 53b751d

Please sign in to comment.