summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-ls1.inc2
-rw-r--r--recipes-kernel/linux/linux-timesys_3.0.15.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-ls1.inc b/recipes-kernel/linux/linux-ls1.inc
index 19614fd..72be738 100644
--- a/recipes-kernel/linux/linux-ls1.inc
+++ b/recipes-kernel/linux/linux-ls1.inc
@@ -2,7 +2,7 @@ LICENSE = "GPLv2"
2LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" 2LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
3 3
4inherit kernel fsl-kernel-localversion 4inherit kernel fsl-kernel-localversion
5LOCALVERSION ?= "+ls1" 5LOCALVERSION ?= "-${SRCBRANCH}"
6 6
7SRC_URI = "git://git.freescale.com/layerscape/ls1021a/linux.git;branch=${SRCBRANCH} \ 7SRC_URI = "git://git.freescale.com/layerscape/ls1021a/linux.git;branch=${SRCBRANCH} \
8 file://defconfig \ 8 file://defconfig \
diff --git a/recipes-kernel/linux/linux-timesys_3.0.15.bb b/recipes-kernel/linux/linux-timesys_3.0.15.bb
index 24ea076..25fd9e5 100644
--- a/recipes-kernel/linux/linux-timesys_3.0.15.bb
+++ b/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
16SRCBRANCH = "3.0.15_vybrid-twr" 16SRCBRANCH = "3.0.15_vybrid-twr"
17SRCREV = "50c4c848d6b8743894cfcec166db475ef6140504" 17SRCREV = "50c4c848d6b8743894cfcec166db475ef6140504"
18LOCALVERSION = "-3.0-mvf+yocto" 18LOCALVERSION ?= "-${SRCBRANCH}"
19 19
20COMPATIBLE_MACHINE = "(vf60)" 20COMPATIBLE_MACHINE = "(vf60)"