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_4.4.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_4.4.bb')
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.4.bb | 2 |
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 5194cf0b49..b69225a2c8 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 ?= "2854678e4ccbb4bbd1bb4c243ac3e2571ef9834a" SRCREV_machine_qemux86-64 ?= "2854678e4ccbb4bbd1bb4c243ac3e2571ef9834a" SRCREV_machine_qemumips64 ?= "45dd25b50163846c3346b93a21e967c68ab92b26" SRCREV_machine ?= "2854678e4ccbb4bbd1bb4c243ac3e2571ef9834a" -SRCREV_meta ?= "fbb3579c4011befe15368fea05f600d37b3444ba" +SRCREV_meta ?= "10332510892eaf50de4c92e8269fff03efc69240" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" |
