Skip to content

Commit

Permalink
layer.conf: Add hardknott to LAYERSERIES_COMPAT
Browse files Browse the repository at this point in the history
hardknott is codename for 3.3 release

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj authored and sbabic committed Nov 6, 2020
1 parent 4c66e0b commit fad4057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BBFILE_PRIORITY_swupdate-boards = "7"

LAYERDEPENDS_swupdate-boards = "swupdate"

LAYERSERIES_COMPAT_swupdate-boards = "warrior zeus dunfell gatesgarth"
LAYERSERIES_COMPAT_swupdate-boards = "warrior zeus dunfell gatesgarth hardknott"

BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.%s' % (layer, ext) \
for layer in '${BBFILE_COLLECTIONS}'.split() for ext in ['bb', 'bbappend'])}"

0 comments on commit fad4057

Please sign in to comment.