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.

(From OE-Core rev: 5322eef31c8b63ead49b2f13312d3356a016ff64)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2017-08-20 22:58:16 -04:00
committed by Richard Purdie
parent a892aa8f5e
commit 63842f885e
12 changed files with 12 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "2854678e4ccbb4bbd1bb4c243ac3e2571ef9834a"
SRCREV_meta ?= "fbb3579c4011befe15368fea05f600d37b3444ba"
SRCREV_meta ?= "10332510892eaf50de4c92e8269fff03efc69240"
PV = "${LINUX_VERSION}+git${SRCPV}"