Skip to content

Commit

Permalink
linux-linaro-qcom: update LOCALVERSION
Browse files Browse the repository at this point in the history
Fixes: 7829b0f (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 <[email protected]>
(cherry picked from commit ede2390)
  • Loading branch information
ndechesne committed Jul 29, 2021
1 parent 327291e commit 2115d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-kernel/linux/linux-linaro-qcom.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 2115d3e

Please sign in to comment.