nm-distro: Remove distro codename

Since it is the poky codename it is not useful
This commit is contained in:
Alexandre Bard 2019-04-16 14:17:16 +02:00
parent ce25aae133
commit 1ada48676d
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ inherit += "externalgitsrc"
DISTRO = "netmodule-linux" DISTRO = "netmodule-linux"
DISTRO_NAME = "NetModule Linux Distribution" DISTRO_NAME = "NetModule Linux Distribution"
DISTRO_VERSION = "${EXTERNALSRC_GIT_SRCREV}" DISTRO_VERSION = "${EXTERNALSRC_GIT_SRCREV}"
DISTRO_CODENAME = "sumo"
SDK_VENDOR = "-netmodule" SDK_VENDOR = "-netmodule"
SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"
IMAGE_LINGUAS = "en-us" IMAGE_LINGUAS = "en-us"