summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-10-23 16:18:28 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-27 07:24:23 +0000
commit380f2c69d44cbafd20ca609f112a7e9baebf638c (patch)
treeb7a0829384da7f2f78e85196633ae78f3f5a7896
parent505a82673ac2487df5ea343a6422c2fc47018831 (diff)
downloadpoky-380f2c69d44cbafd20ca609f112a7e9baebf638c.tar.gz
linux-yocto: axxia configuration updates
Updating the configuration fragments for the Intel Axxia on the 3.14 and 4.1 kernels. (From OE-Core rev: a4964955257a1ab2586fd5efeedc2e32b725895d) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.14.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.1.bb2
6 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
index 4d3d5c88df..978dc18603 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
@@ -5,7 +5,7 @@ require recipes-kernel/linux/linux-yocto.inc
5 5
6SRCREV_machine ?= "8281915527ba8d79e59906c02f28e7aa11424723" 6SRCREV_machine ?= "8281915527ba8d79e59906c02f28e7aa11424723"
7SRCREV_machine_qemuppc ?= "5e7d372ebc327f28656fc972fab55605eea8aec3" 7SRCREV_machine_qemuppc ?= "5e7d372ebc327f28656fc972fab55605eea8aec3"
8SRCREV_meta ?= "3a09b38a9f5015c56d99d17aa7c2f200c566249b" 8SRCREV_meta ?= "060fa80b7996250001ee90c50a4978c8fdb87fc4"
9 9
10SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;branch=${KBRANCH};name=machine \ 10SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;branch=${KBRANCH};name=machine \
11 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-3.14;destsuffix=${KMETA}" 11 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-3.14;destsuffix=${KMETA}"
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
index 32c9f86f23..fe3eab5a55 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
@@ -3,7 +3,7 @@ KBRANCH ?= "standard/preempt-rt/base"
3require recipes-kernel/linux/linux-yocto.inc 3require recipes-kernel/linux/linux-yocto.inc
4 4
5SRCREV_machine ?= "8acaa791408f146069473a96e3d98bed8be86244" 5SRCREV_machine ?= "8acaa791408f146069473a96e3d98bed8be86244"
6SRCREV_meta ?= "3d8f1378d07dbc052ca8a7c22297339ad7998b5e" 6SRCREV_meta ?= "d8bbf59771fb915fa71debc8591bf6c69d8fa49c"
7 7
8SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \ 8SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \
9 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}" 9 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}"
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 412c817ff5..e13cb80ce5 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
@@ -10,7 +10,7 @@ KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "578602a722dbfb260801f3b37c6eafd2abb2340d" 12SRCREV_machine ?= "578602a722dbfb260801f3b37c6eafd2abb2340d"
13SRCREV_meta ?= "3a09b38a9f5015c56d99d17aa7c2f200c566249b" 13SRCREV_meta ?= "060fa80b7996250001ee90c50a4978c8fdb87fc4"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
index f289d37867..da12edb106 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
@@ -10,7 +10,7 @@ KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "52a4a9f4a2b408ef3a0745372e44cc362832d86d" 12SRCREV_machine ?= "52a4a9f4a2b408ef3a0745372e44cc362832d86d"
13SRCREV_meta ?= "3d8f1378d07dbc052ca8a7c22297339ad7998b5e" 13SRCREV_meta ?= "d8bbf59771fb915fa71debc8591bf6c69d8fa49c"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.14.bb b/meta/recipes-kernel/linux/linux-yocto_3.14.bb
index 0a37cb6cf1..1bd7d2ab16 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.14.bb
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "af1f7f586bd32d39c057f17606991b887eadb389"
19SRCREV_machine_qemux86-64 ?= "578602a722dbfb260801f3b37c6eafd2abb2340d" 19SRCREV_machine_qemux86-64 ?= "578602a722dbfb260801f3b37c6eafd2abb2340d"
20SRCREV_machine_qemumips64 ?= "a63d40b860a6d255005a541894d53729090b40ea" 20SRCREV_machine_qemumips64 ?= "a63d40b860a6d255005a541894d53729090b40ea"
21SRCREV_machine ?= "578602a722dbfb260801f3b37c6eafd2abb2340d" 21SRCREV_machine ?= "578602a722dbfb260801f3b37c6eafd2abb2340d"
22SRCREV_meta ?= "3a09b38a9f5015c56d99d17aa7c2f200c566249b" 22SRCREV_meta ?= "060fa80b7996250001ee90c50a4978c8fdb87fc4"
23 23
24SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;branch=${KBRANCH};name=machine; \ 24SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;branch=${KBRANCH};name=machine; \
25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-3.14;destsuffix=${KMETA}" 25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-3.14;destsuffix=${KMETA}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.1.bb b/meta/recipes-kernel/linux/linux-yocto_4.1.bb
index e98f2dec1e..44c34ece83 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.1.bb
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "52a4a9f4a2b408ef3a0745372e44cc362832d86d"
19SRCREV_machine_qemux86-64 ?= "52a4a9f4a2b408ef3a0745372e44cc362832d86d" 19SRCREV_machine_qemux86-64 ?= "52a4a9f4a2b408ef3a0745372e44cc362832d86d"
20SRCREV_machine_qemumips64 ?= "8458e792e2c595f48bc5b2924e20e844f2a96522" 20SRCREV_machine_qemumips64 ?= "8458e792e2c595f48bc5b2924e20e844f2a96522"
21SRCREV_machine ?= "52a4a9f4a2b408ef3a0745372e44cc362832d86d" 21SRCREV_machine ?= "52a4a9f4a2b408ef3a0745372e44cc362832d86d"
22SRCREV_meta ?= "3d8f1378d07dbc052ca8a7c22297339ad7998b5e" 22SRCREV_meta ?= "d8bbf59771fb915fa71debc8591bf6c69d8fa49c"
23 23
24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \ 24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \
25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}" 25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}"