diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-10-23 16:18:28 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-27 07:24:23 +0000 |
commit | 380f2c69d44cbafd20ca609f112a7e9baebf638c (patch) | |
tree | b7a0829384da7f2f78e85196633ae78f3f5a7896 /meta | |
parent | 505a82673ac2487df5ea343a6422c2fc47018831 (diff) | |
download | poky-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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.14.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.1.bb | 2 |
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 | ||
6 | SRCREV_machine ?= "8281915527ba8d79e59906c02f28e7aa11424723" | 6 | SRCREV_machine ?= "8281915527ba8d79e59906c02f28e7aa11424723" |
7 | SRCREV_machine_qemuppc ?= "5e7d372ebc327f28656fc972fab55605eea8aec3" | 7 | SRCREV_machine_qemuppc ?= "5e7d372ebc327f28656fc972fab55605eea8aec3" |
8 | SRCREV_meta ?= "3a09b38a9f5015c56d99d17aa7c2f200c566249b" | 8 | SRCREV_meta ?= "060fa80b7996250001ee90c50a4978c8fdb87fc4" |
9 | 9 | ||
10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;branch=${KBRANCH};name=machine \ | 10 | SRC_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" | |||
3 | require recipes-kernel/linux/linux-yocto.inc | 3 | require recipes-kernel/linux/linux-yocto.inc |
4 | 4 | ||
5 | SRCREV_machine ?= "8acaa791408f146069473a96e3d98bed8be86244" | 5 | SRCREV_machine ?= "8acaa791408f146069473a96e3d98bed8be86244" |
6 | SRCREV_meta ?= "3d8f1378d07dbc052ca8a7c22297339ad7998b5e" | 6 | SRCREV_meta ?= "d8bbf59771fb915fa71debc8591bf6c69d8fa49c" |
7 | 7 | ||
8 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \ | 8 | SRC_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" | |||
10 | KCONF_BSP_AUDIT_LEVEL = "2" | 10 | KCONF_BSP_AUDIT_LEVEL = "2" |
11 | 11 | ||
12 | SRCREV_machine ?= "578602a722dbfb260801f3b37c6eafd2abb2340d" | 12 | SRCREV_machine ?= "578602a722dbfb260801f3b37c6eafd2abb2340d" |
13 | SRCREV_meta ?= "3a09b38a9f5015c56d99d17aa7c2f200c566249b" | 13 | SRCREV_meta ?= "060fa80b7996250001ee90c50a4978c8fdb87fc4" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | PV = "${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" | |||
10 | KCONF_BSP_AUDIT_LEVEL = "2" | 10 | KCONF_BSP_AUDIT_LEVEL = "2" |
11 | 11 | ||
12 | SRCREV_machine ?= "52a4a9f4a2b408ef3a0745372e44cc362832d86d" | 12 | SRCREV_machine ?= "52a4a9f4a2b408ef3a0745372e44cc362832d86d" |
13 | SRCREV_meta ?= "3d8f1378d07dbc052ca8a7c22297339ad7998b5e" | 13 | SRCREV_meta ?= "d8bbf59771fb915fa71debc8591bf6c69d8fa49c" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | PV = "${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" | |||
19 | SRCREV_machine_qemux86-64 ?= "578602a722dbfb260801f3b37c6eafd2abb2340d" | 19 | SRCREV_machine_qemux86-64 ?= "578602a722dbfb260801f3b37c6eafd2abb2340d" |
20 | SRCREV_machine_qemumips64 ?= "a63d40b860a6d255005a541894d53729090b40ea" | 20 | SRCREV_machine_qemumips64 ?= "a63d40b860a6d255005a541894d53729090b40ea" |
21 | SRCREV_machine ?= "578602a722dbfb260801f3b37c6eafd2abb2340d" | 21 | SRCREV_machine ?= "578602a722dbfb260801f3b37c6eafd2abb2340d" |
22 | SRCREV_meta ?= "3a09b38a9f5015c56d99d17aa7c2f200c566249b" | 22 | SRCREV_meta ?= "060fa80b7996250001ee90c50a4978c8fdb87fc4" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;branch=${KBRANCH};name=machine; \ | 24 | SRC_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" | |||
19 | SRCREV_machine_qemux86-64 ?= "52a4a9f4a2b408ef3a0745372e44cc362832d86d" | 19 | SRCREV_machine_qemux86-64 ?= "52a4a9f4a2b408ef3a0745372e44cc362832d86d" |
20 | SRCREV_machine_qemumips64 ?= "8458e792e2c595f48bc5b2924e20e844f2a96522" | 20 | SRCREV_machine_qemumips64 ?= "8458e792e2c595f48bc5b2924e20e844f2a96522" |
21 | SRCREV_machine ?= "52a4a9f4a2b408ef3a0745372e44cc362832d86d" | 21 | SRCREV_machine ?= "52a4a9f4a2b408ef3a0745372e44cc362832d86d" |
22 | SRCREV_meta ?= "3d8f1378d07dbc052ca8a7c22297339ad7998b5e" | 22 | SRCREV_meta ?= "d8bbf59771fb915fa71debc8591bf6c69d8fa49c" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_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}" |