diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-08-20 22:58:16 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-23 08:47:05 +0100 |
| commit | 5322eef31c8b63ead49b2f13312d3356a016ff64 (patch) | |
| tree | 4fd72b7853f9bcabc50a8561ff51f199e42f4ab5 /meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb | |
| parent | 538d2f0857f09ca86026d5771ea7c3fb74c0f857 (diff) | |
| download | openembedded-core-5322eef31c8b63ead49b2f13312d3356a016ff64.tar.gz openembedded-core-5322eef31c8b63ead49b2f13312d3356a016ff64.tar.bz2 openembedded-core-5322eef31c8b63ead49b2f13312d3356a016ff64.zip | |
linux-yocto: add usb-net configs by default
As requested by QA to enable testing of linux-yocto images out of the
box, we enable usb-net drivers for the various platforms in all kernel
versions.
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-rt_4.9.bb')
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb index c1444cb039..3eb31c951f 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb @@ -12,7 +12,7 @@ python () { } SRCREV_machine ?= "1fb4e1d1e3f727fc20963fc631a259665bd4665b" -SRCREV_meta ?= "5ea1dcf54080af3b06678f2eab8beb8194a3b1ae" +SRCREV_meta ?= "e8095d45e15f02ffc953312bb41a57554b25a439" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.9.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}" |
