aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2016-05-24 11:53:59 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-25 07:49:55 +0100
commitcf5004a37f120043815bb9ee4ae065c1877f404a (patch)
tree4be0e6c176e28c1be818e8b27f8027d48fed0b6d /meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
parentaee5a879032df0c1642f17408b70a33d06df972a (diff)
downloadopenembedded-core-contrib-cf5004a37f120043815bb9ee4ae065c1877f404a.tar.gz
linux-yocto/4.4: beaglebone: build in the usb controller drivers
Merging the following meta data change: [ In the current codes, we build the drivers for usb controller as modules. But for some image types, such as minimal or full-cmdline, these driver modules are not installed to the rootfs by default. This makes the using of the usb pretty inconvenience. So make them all builtin. Reported-and-suggested-by: hiims <h@101.org.il> Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> ] 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.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
index 93ffe189ce..e66dd40931 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
@@ -10,7 +10,7 @@ KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "578ff2a88676d20439dbf3877768370d06a22d8f"
-SRCREV_meta ?= "d6ee402d461048cf1afd10375fee5769c06d21d6"
+SRCREV_meta ?= "fca9cc2483de4e7b981dc01122521c74e06fcc6a"
PV = "${LINUX_VERSION}+git${SRCPV}"