From 662840a9acf1c21e096834ba25d66cbfe46766d9 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 24 May 2016 11:53:59 -0400 Subject: 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 Signed-off-by: Kevin Hao Signed-off-by: Bruce Ashfield ] (From OE-Core rev: cf5004a37f120043815bb9ee4ae065c1877f404a) (From OE-Core rev: f26b38c21d63e63b0f3a5f63cc8c164d94d46ece) Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb index 94dc8915a2..023391670a 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb @@ -12,7 +12,7 @@ python () { } SRCREV_machine ?= "7ef3fe56827bd9c20021e3a52bc36ebd4c6b2ce3" -SRCREV_meta ?= "d6ee402d461048cf1afd10375fee5769c06d21d6" +SRCREV_meta ?= "fca9cc2483de4e7b981dc01122521c74e06fcc6a" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" -- cgit v1.2.3-54-g00ecf