diff --git a/conf/distro/netmodule-linux.conf b/conf/distro/netmodule-linux.conf index b8ede0e..334a1a8 100644 --- a/conf/distro/netmodule-linux.conf +++ b/conf/distro/netmodule-linux.conf @@ -2,7 +2,7 @@ inherit += "externalgitsrc" DISTRO = "netmodule-linux" DISTRO_NAME = "NetModule Linux Distribution" -DISTRO_VERSION = "${EXTERNALSRC_GIT_SRCREV}" +DISTRO_VERSION ?= "${EXTERNALSRC_GIT_SRCREV}" SDK_VENDOR = "-netmodule" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" IMAGE_LINGUAS = "en-us"