diff options
| author | Daiane Angolini <daiane.angolini@freescale.com> | 2014-11-20 17:17:59 -0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-11-22 12:17:04 -0200 |
| commit | ccefb37d7fd7855d44b55f820d8d19c4de92dc20 (patch) | |
| tree | 732bf5729f4d5f4598a124d1aca3c70bdbf6da18 | |
| parent | 8027e7d773789b28a7ccb288b3f9c280b3354899 (diff) | |
| download | meta-freescale-ccefb37d7fd7855d44b55f820d8d19c4de92dc20.tar.gz | |
linux-*: Rework LOCALVERSION depending on SRCBRANCH
LOCALVERSION is used in FSL Community BSP Release Notes and should highlight
which are the _release version_ for that particular provider.
In addition LOCALVERSION makes it easy to track where the binary running on a
target is from.
Both reasons make LOCALVERSION a very important information.
The overall rule is that LOCALVERSION would point to SRCBRANCH, unless in a case
of explicit exception.
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | meta-fsl-arm/recipes-kernel/linux/linux-ls1.inc | 2 | ||||
| -rw-r--r-- | meta-fsl-arm/recipes-kernel/linux/linux-timesys_3.0.15.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-ls1.inc b/meta-fsl-arm/recipes-kernel/linux/linux-ls1.inc index 19614fdbf..72be73814 100644 --- a/meta-fsl-arm/recipes-kernel/linux/linux-ls1.inc +++ b/meta-fsl-arm/recipes-kernel/linux/linux-ls1.inc | |||
| @@ -2,7 +2,7 @@ LICENSE = "GPLv2" | |||
| 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" |
| 3 | 3 | ||
| 4 | inherit kernel fsl-kernel-localversion | 4 | inherit kernel fsl-kernel-localversion |
| 5 | LOCALVERSION ?= "+ls1" | 5 | LOCALVERSION ?= "-${SRCBRANCH}" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://git.freescale.com/layerscape/ls1021a/linux.git;branch=${SRCBRANCH} \ | 7 | SRC_URI = "git://git.freescale.com/layerscape/ls1021a/linux.git;branch=${SRCBRANCH} \ |
| 8 | file://defconfig \ | 8 | file://defconfig \ |
diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-timesys_3.0.15.bb b/meta-fsl-arm/recipes-kernel/linux/linux-timesys_3.0.15.bb index 24ea0767d..25fd9e559 100644 --- a/meta-fsl-arm/recipes-kernel/linux/linux-timesys_3.0.15.bb +++ b/meta-fsl-arm/recipes-kernel/linux/linux-timesys_3.0.15.bb | |||
| @@ -15,6 +15,6 @@ SRC_URI_append_twr-vf65gs10 = "file://0001-mvf_fec.c-Fix-mac-address-read-to-mat | |||
| 15 | 15 | ||
| 16 | SRCBRANCH = "3.0.15_vybrid-twr" | 16 | SRCBRANCH = "3.0.15_vybrid-twr" |
| 17 | SRCREV = "50c4c848d6b8743894cfcec166db475ef6140504" | 17 | SRCREV = "50c4c848d6b8743894cfcec166db475ef6140504" |
| 18 | LOCALVERSION = "-3.0-mvf+yocto" | 18 | LOCALVERSION ?= "-${SRCBRANCH}" |
| 19 | 19 | ||
| 20 | COMPATIBLE_MACHINE = "(vf60)" | 20 | COMPATIBLE_MACHINE = "(vf60)" |
