At some point we changed to registry/vendor_platform:version naming scheme.
makefile-install.include wasn't updated to reflect this, which broke xrv9k (and maybe other platforms) which depend on this file for the install process as of current.
This PR simply changes the naming scheme (and variable names) in makefile-install.include to match the new naming scheme.
At some point we changed to
registry/vendor_platform:version
naming scheme.makefile-install.include
wasn't updated to reflect this, which broke xrv9k (and maybe other platforms) which depend on this file for the install process as of current.This PR simply changes the naming scheme (and variable names) in
makefile-install.include
to match the new naming scheme.Tested with XRv9k to confirm it works.