From 1ada48676d7a64bfeb8fee9fc647e577d990c553 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Tue, 16 Apr 2019 14:17:16 +0200 Subject: [PATCH] nm-distro: Remove distro codename Since it is the poky codename it is not useful --- conf/distro/netmodule-linux.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/distro/netmodule-linux.conf b/conf/distro/netmodule-linux.conf index 981f4c4..b2b3604 100644 --- a/conf/distro/netmodule-linux.conf +++ b/conf/distro/netmodule-linux.conf @@ -3,7 +3,6 @@ inherit += "externalgitsrc" DISTRO = "netmodule-linux" DISTRO_NAME = "NetModule Linux Distribution" DISTRO_VERSION = "${EXTERNALSRC_GIT_SRCREV}" -DISTRO_CODENAME = "sumo" SDK_VENDOR = "-netmodule" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" IMAGE_LINGUAS = "en-us"