Skip to content

Commit

Permalink
add scarthgap compat
Browse files Browse the repository at this point in the history
  • Loading branch information
jhofstee committed Feb 12, 2025
1 parent 8483b77 commit 6284d2b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion meta-alternatives/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ BBFILES := "${BBFILES} \
BBFILE_COLLECTIONS += "victronenergy-alternatives"
BBFILE_PATTERN_victronenergy-alternatives := "^${LAYERDIR}/"
BBFILE_PRIORITY_victronenergy-alternatives = "10"
LAYERSERIES_COMPAT_victronenergy-alternatives = "zeus dunfell"
LAYERSERIES_COMPAT_victronenergy-alternatives = "scarthgap"
2 changes: 1 addition & 1 deletion meta-bsp/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ BBFILES := "${BBFILES} \
BBFILE_COLLECTIONS += "victronenergy-bsp"
BBFILE_PATTERN_victronenergy-bsp := "^${LAYERDIR}/"
BBFILE_PRIORITY_victronenergy-bsp = "5"
LAYERSERIES_COMPAT_victronenergy-bsp = "zeus dunfell"
LAYERSERIES_COMPAT_victronenergy-bsp = "scarthgap"
2 changes: 1 addition & 1 deletion meta-third-party/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ BBFILES := "${BBFILES} \
BBFILE_COLLECTIONS += "victronenergy-third-party"
BBFILE_PATTERN_victronenergy-third-party := "^${LAYERDIR}/"
BBFILE_PRIORITY_victronenergy-third-party = "5"
LAYERSERIES_COMPAT_victronenergy-third-party = "zeus dunfell"
LAYERSERIES_COMPAT_victronenergy-third-party = "scarthgap"
2 changes: 1 addition & 1 deletion meta-ve-software/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ BBFILES := "${BBFILES} \
BBFILE_COLLECTIONS += "victronenergy-software"
BBFILE_PATTERN_victronenergy-software := "^${LAYERDIR}/"
BBFILE_PRIORITY_victronenergy-software = "5"
LAYERSERIES_COMPAT_victronenergy-software = "zeus dunfell"
LAYERSERIES_COMPAT_victronenergy-software = "scarthgap"

LICENSE_PATH += "${LAYERDIR}/licenses"
2 changes: 1 addition & 1 deletion meta-venus/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ BBFILE_PRIORITY_victronenergy-venus = "7"

BB_DANGLINGAPPENDS_WARNONLY = "1"

LAYERSERIES_COMPAT_victronenergy-venus = "zeus dunfell"
LAYERSERIES_COMPAT_victronenergy-venus = "scarthgap"

0 comments on commit 6284d2b

Please sign in to comment.