diff options
author | 2021-07-27 11:37:26 +0200 | |
---|---|---|
committer | 2021-07-27 11:37:26 +0200 | |
commit | ede2390278bf6e0a7896d07f1f22e71a7e9d4d5e (patch) | |
tree | 724ab8fe69c6aec57ffe3e3c03c9e0d6ffb233a7 | |
parent | d73e1d962b2c5c4fe1ec9669378cf919453f4bf5 (diff) | |
download | meta-qcom-ede2390278bf6e0a7896d07f1f22e71a7e9d4d5e.tar.gz meta-qcom-ede2390278bf6e0a7896d07f1f22e71a7e9d4d5e.tar.bz2 meta-qcom-ede2390278bf6e0a7896d07f1f22e71a7e9d4d5e.zip |
linux-linaro-qcom: update LOCALVERSIONlocalversion
Fixes: 7829b0f0f691 (linux-linaro-qcomlt: move common settings to the
include file)
In this commit, some common config were moved into the shared include
file, however LOCALVERSION was not updated based on its value in the
kernel recipe. Restore LOCALVERSION to what it was before this patch.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r-- | recipes-kernel/linux/linux-linaro-qcom.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-linaro-qcom.inc b/recipes-kernel/linux/linux-linaro-qcom.inc index 95959c6..823f40d 100644 --- a/recipes-kernel/linux/linux-linaro-qcom.inc +++ b/recipes-kernel/linux/linux-linaro-qcom.inc @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" inherit kernel -LOCALVERSION ?= "+linaro" +LOCALVERSION ?= "-linaro-lt-qcom" SCMVERSION ?= "y" SRCBRANCH = "release/qcomlt-${PV}" |