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:
parent
4af1dd3f00
commit
62594deafa
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue