Skip to content

Commit 82b0938

Browse files
authored
qcom-base.inc: explicitly set DISTRO_VERSION (#19)
Using ??= will use the `DISTRO_VERSION ?= "nodistro.0"` from `default-distrovars.inc`, which is not what we want. Explicitly set it to `2.0` to mark it as the preparation for QLI2.x that it is.
2 parents c17b97c + 5a48fbf commit 82b0938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/distro/include/qcom-base.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DISTRO_VERSION ??= "0.0"
1+
DISTRO_VERSION = "2.0"
22

33
# SDK variables.
44
SDK_VERSION = "${DISTRO_VERSION}"

0 commit comments

Comments
 (0)