diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-11-19 17:17:48 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-01 21:32:13 +0000 |
commit | 6aa464cb1f4f01dca8fb51ac4c74b20488186f44 (patch) | |
tree | 3672549b61a0d898ce929ddde58e7e1853f55b4a /meta/recipes-kernel | |
parent | bd29006d2396cd1e22539adbae58a69217cf2977 (diff) | |
download | poky-6aa464cb1f4f01dca8fb51ac4c74b20488186f44.tar.gz |
linux-yocto/4.1: fsl-mpc8315e-rdb: Enable EEPROM
Updating the 4.1 SRCREVs for:
Update the mpc8315erdb.dts to contain the eeprom device
information. Coupled with adding "MISC_DEVICES" into the
kernel configuration, we have a working eeprom.
Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
(From OE-Core rev: 47a222ad6f3ee8b14b9eea28b63397077978f42f)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 4 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 4 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.1.bb | 18 |
3 files changed, 13 insertions, 13 deletions
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 412691501b..be48f954f3 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | |||
@@ -2,8 +2,8 @@ KBRANCH ?= "standard/preempt-rt/base" | |||
2 | 2 | ||
3 | require recipes-kernel/linux/linux-yocto.inc | 3 | require recipes-kernel/linux/linux-yocto.inc |
4 | 4 | ||
5 | SRCREV_machine ?= "a4b5d54fc4fc0e2b3035642559279a27c57a3391" | 5 | SRCREV_machine ?= "79cf0aa35a608fea70ecbdfe452a2eb1c003a133" |
6 | SRCREV_meta ?= "1fb60461e4522bba62b4b34e9520128c959d2437" | 6 | SRCREV_meta ?= "6c775bde6b542a42ec8a84be61ecf34f42865a30" |
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_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb index 69bfbad0da..11d375cc4a 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | |||
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.1.13" | |||
9 | KMETA = "kernel-meta" | 9 | KMETA = "kernel-meta" |
10 | KCONF_BSP_AUDIT_LEVEL = "2" | 10 | KCONF_BSP_AUDIT_LEVEL = "2" |
11 | 11 | ||
12 | SRCREV_machine ?= "49e2f2d48ac2bb3f0fc379ee87651a2eaeab2cc7" | 12 | SRCREV_machine ?= "ec44c165aa1d30bde477196ee428d82530e55485" |
13 | SRCREV_meta ?= "1fb60461e4522bba62b4b34e9520128c959d2437" | 13 | SRCREV_meta ?= "6c775bde6b542a42ec8a84be61ecf34f42865a30" |
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_4.1.bb b/meta/recipes-kernel/linux/linux-yocto_4.1.bb index 4f4e6ad148..09d675a77f 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.1.bb | |||
@@ -11,15 +11,15 @@ KBRANCH_qemux86 ?= "standard/base" | |||
11 | KBRANCH_qemux86-64 ?= "standard/base" | 11 | KBRANCH_qemux86-64 ?= "standard/base" |
12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" | 12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" |
13 | 13 | ||
14 | SRCREV_machine_qemuarm ?= "52340eea58baf03f41f0b0a9410d8e6038e3124a" | 14 | SRCREV_machine_qemuarm ?= "5039adac938a19aa547f94551126a8421ce62745" |
15 | SRCREV_machine_qemuarm64 ?= "49e2f2d48ac2bb3f0fc379ee87651a2eaeab2cc7" | 15 | SRCREV_machine_qemuarm64 ?= "ec44c165aa1d30bde477196ee428d82530e55485" |
16 | SRCREV_machine_qemumips ?= "f821004dd2dae30004c54b2d2ec2563aee11be8a" | 16 | SRCREV_machine_qemumips ?= "203b315e50e32ce39f9831b0518ef18f16f61025" |
17 | SRCREV_machine_qemuppc ?= "49e2f2d48ac2bb3f0fc379ee87651a2eaeab2cc7" | 17 | SRCREV_machine_qemuppc ?= "ec44c165aa1d30bde477196ee428d82530e55485" |
18 | SRCREV_machine_qemux86 ?= "49e2f2d48ac2bb3f0fc379ee87651a2eaeab2cc7" | 18 | SRCREV_machine_qemux86 ?= "ec44c165aa1d30bde477196ee428d82530e55485" |
19 | SRCREV_machine_qemux86-64 ?= "49e2f2d48ac2bb3f0fc379ee87651a2eaeab2cc7" | 19 | SRCREV_machine_qemux86-64 ?= "ec44c165aa1d30bde477196ee428d82530e55485" |
20 | SRCREV_machine_qemumips64 ?= "0cf340000b9c2b91d1086d4c34f88eecfc257562" | 20 | SRCREV_machine_qemumips64 ?= "9223cd7daecddcbdb0818aaa6edfbd90060d1b84" |
21 | SRCREV_machine ?= "49e2f2d48ac2bb3f0fc379ee87651a2eaeab2cc7" | 21 | SRCREV_machine ?= "ec44c165aa1d30bde477196ee428d82530e55485" |
22 | SRCREV_meta ?= "1fb60461e4522bba62b4b34e9520128c959d2437" | 22 | SRCREV_meta ?= "6c775bde6b542a42ec8a84be61ecf34f42865a30" |
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}" |