summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_4.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2016-05-11 17:35:01 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-17 20:53:38 +0100
commit387560a718ab18e1ee56c7a5ad3f2e496c7afa33 (patch)
treec8d79e623c9dc04231ab26ee765f2985054fbc2c /meta/recipes-kernel/linux/linux-yocto_4.4.bb
parent0e5cbe52b08499968421bc27c535c09c3d6713d6 (diff)
downloadpoky-387560a718ab18e1ee56c7a5ad3f2e496c7afa33.tar.gz
linux-yocto/4.4: beaglebone: Enable drm for omap
To enable modsetting out of the box, we must turn on DRM. (From OE-Core rev: 8d2b635cc2491e3d88d3a98465a9c9c063b6b9b5) (From OE-Core rev: 4ce0d71d1a5433fb47c7c21100ae10d3cc767801) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_4.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
index 9ee1986658..c08641d1da 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "242f3e2d6ec292c84813b0e8a577cc24a55335e7"
19SRCREV_machine_qemux86-64 ?= "242f3e2d6ec292c84813b0e8a577cc24a55335e7" 19SRCREV_machine_qemux86-64 ?= "242f3e2d6ec292c84813b0e8a577cc24a55335e7"
20SRCREV_machine_qemumips64 ?= "816cc8e84ef0e1f2669ecc432bdd0362135bfe2b" 20SRCREV_machine_qemumips64 ?= "816cc8e84ef0e1f2669ecc432bdd0362135bfe2b"
21SRCREV_machine ?= "242f3e2d6ec292c84813b0e8a577cc24a55335e7" 21SRCREV_machine ?= "242f3e2d6ec292c84813b0e8a577cc24a55335e7"
22SRCREV_meta ?= "812e62b35ac2b88bbee80b7c8436d9df7065a90e" 22SRCREV_meta ?= "344bfd3a9df9247b2aaf47b123916a94b23ab097"
23 23
24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \ 24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \
25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" 25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}"