diff options
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.14.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb index 2a1e20429d..a441a53fb9 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | |||
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "3.14" | |||
9 | KMETA = "meta" | 9 | KMETA = "meta" |
10 | 10 | ||
11 | SRCREV_machine ?= "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0" | 11 | SRCREV_machine ?= "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0" |
12 | SRCREV_meta ?= "8f55bee2403176a50cc0dd41811aa60fcf07243c" | 12 | SRCREV_meta ?= "928d7b2ddad0abc8827055c51ba34225878344a0" |
13 | 13 | ||
14 | PV = "${LINUX_VERSION}+git${SRCPV}" | 14 | PV = "${LINUX_VERSION}+git${SRCPV}" |
15 | 15 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.14.bb b/meta/recipes-kernel/linux/linux-yocto_3.14.bb index b275f2738d..7f0ec2b559 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.14.bb | |||
@@ -17,7 +17,7 @@ SRCREV_machine_qemux86 ?= "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0" | |||
17 | SRCREV_machine_qemux86-64 ?= "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0" | 17 | SRCREV_machine_qemux86-64 ?= "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0" |
18 | SRCREV_machine_qemumips64 ?= "ccb2a788551a7951563ac44a27175c6f28501008" | 18 | SRCREV_machine_qemumips64 ?= "ccb2a788551a7951563ac44a27175c6f28501008" |
19 | SRCREV_machine ?= "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0" | 19 | SRCREV_machine ?= "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0" |
20 | SRCREV_meta ?= "8f55bee2403176a50cc0dd41811aa60fcf07243c" | 20 | SRCREV_meta ?= "928d7b2ddad0abc8827055c51ba34225878344a0" |
21 | 21 | ||
22 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 22 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |
23 | 23 | ||