Skip to content

Commit

Permalink
feat(meta-user): add support for Langdale
Browse files Browse the repository at this point in the history
  • Loading branch information
nikAizuddin committed Jun 14, 2023
1 parent 84f3042 commit c30ac49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/yocto/build/conf/bblayers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# changes incompatibly
POKY_BBLAYERS_CONF_VERSION = "2"

ROS_OE_RELEASE_SERIES = "honister"
ROS_OE_RELEASE_SERIES = "langdale"
ROS_DISTRO = "humble"

YOCTOROOT = "${@os.path.abspath(os.path.join("${TOPDIR}", os.pardir))}"
Expand Down
2 changes: 1 addition & 1 deletion project/yocto/layers/meta-user/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ BBFILES_DYNAMIC += ""
BBFILE_COLLECTIONS += "meta-user"
BBFILE_PATTERN_meta-user = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-user = "7"
LAYERSERIES_COMPAT_meta-user = "honister"
LAYERSERIES_COMPAT_meta-user = "langdale honister"

0 comments on commit c30ac49

Please sign in to comment.