Skip to content

Commit 1f3683a

Browse files
authored
Add descriptive suffixs to DISTRO_NAME (#102)
Update qcom-distro-kvm.conf and qcom-distro-selinux.conf to append "(KVM-enabled)" and "(SELinux-enabled)" respectively to DISTRO_NAME. This makes it easier to distinguish feature-specific distro builds.
2 parents 82d17d3 + e96b32e commit 1f3683a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

conf/distro/qcom-distro-kvm.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ DISTRO_FEATURES:append = " \
44
kvm \
55
virtualization \
66
"
7+
8+
DISTRO_NAME:append = " (KVM-enabled)"

conf/distro/qcom-distro-selinux.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ DISTRO_FEATURES_FILTER_NATIVESDK:append = " selinux"
77
DISTRO_EXTRA_RDEPENDS:append = " packagegroup-core-selinux"
88

99
IMAGE_CLASSES += "selinux-image"
10+
11+
DISTRO_NAME:append = " (SELinux-enabled)"

0 commit comments

Comments
 (0)