distro: Use the same DISTRO name for all variants

Changing this variable leads to uneeded rebuilding of some components
like os-release, base-files or kernel-fitimage.

BugzID: 66039
This commit is contained in:
Alexandre Bard 2020-09-17 15:50:36 +02:00
parent 4af1dd3f00
commit 62594deafa
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
require netmodule-linux.conf
DISTRO = "netmodule-linux-minimal"
DISTRO_NAME = "NetModule Linux Distribution for minimal fitImage"
DISTRO_VARIANT = " for minimal fitImage"
INITRAMFS_IMAGE = "netmodule-linux-image-minimal"

View File

@ -1,6 +1,6 @@
require netmodule-linux.conf
DISTRO = "netmodule-linux-ostree"
DISTRO_NAME = "NetModule Linux Distribution with ostree"
DISTRO_VARIANT = " with ostree"
INHERIT += "sota"