summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2016-06-06 04:15:28 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-07 15:22:36 +0100
commit7bb3651f9414e1712c42276cce3ec77c657b5167 (patch)
tree7f7730d5f993576ebd598ecfb308ca0f63c792fe /meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
parent87dc54838637d053d9c3a25890e55a4a20b44d1f (diff)
downloadpoky-7bb3651f9414e1712c42276cce3ec77c657b5167.tar.gz
yocto-bsps: add i2c definitions to beaglebone
Importing i2c dtsi support from linux-omap. This enables the busses for future development and application support. (From OE-Core rev: 8933893886569f9bbfc4ba7b2678f8c7c6aec611) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb2
1 files changed, 1 insertions, 1 deletions
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 bf7d6c5959..dd2b466752 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.1.24"
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "403eda4633e9037fb715d0d1e8ae847b2bd0651a" 12SRCREV_machine ?= "57f17e7008c57885ef5c41bda2829589e499ae28"
13SRCREV_meta ?= "4b4199bd24f206d459061bb0a920d009429d5ed3" 13SRCREV_meta ?= "4b4199bd24f206d459061bb0a920d009429d5ed3"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"