[linux-yocto] [kernel-cache][PATCH] usb-net: Add RNDIS host support

2019-04-23 Thread Tom Rini
Enable support for the USB RNDIS host driver.  This is commonly seen
with Android devices being used in USB tether mode.

Signed-off-by: Tom Rini 
---
 features/usb-net/usb-net.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/features/usb-net/usb-net.cfg b/features/usb-net/usb-net.cfg
index 59e13f3df80b..d081ad677f2e 100644
--- a/features/usb-net/usb-net.cfg
+++ b/features/usb-net/usb-net.cfg
@@ -16,6 +16,7 @@ CONFIG_USB_NET_DM9601=m
 CONFIG_USB_NET_SMSC75XX=m
 CONFIG_USB_NET_SMSC95XX=m
 CONFIG_USB_NET_MCS7830=m
+CONFIG_USB_NET_RNDIS_HOST=m
 CONFIG_USB_NET_CDC_SUBSET_ENABLE=m
 CONFIG_USB_NET_CDC_SUBSET=m
 CONFIG_USB_ALI_M5632=y
-- 
2.7.4

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


[linux-yocto] [kernel-cache][PATCH] sound: Re-enable ENS1370 support

2019-03-12 Thread Tom Rini
Both the qemux86 and qemux86-64 targets RRECOMMEND the ens1370 kernel
module and set QB_AUDIO_OPT to support that as one of the audio cards as
well.

Fixes: daadaf7fd7d5 ("yocto-kernel-cache: [PATCH] Update audio support v2")
Signed-off-by: Tom Rini 
---
 cfg/sound.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cfg/sound.cfg b/cfg/sound.cfg
index 51568d4d592d..6167556d9aca 100644
--- a/cfg/sound.cfg
+++ b/cfg/sound.cfg
@@ -30,7 +30,7 @@ CONFIG_SND_OXYGEN=m
 CONFIG_SND_CTXFI=m
 CONFIG_SND_EMU10K1=m
 CONFIG_SND_EMU10K1X=m
-# CONFIG_SND_ENS1370 is not set
+CONFIG_SND_ENS1370=m
 CONFIG_SND_HDSP=m
 CONFIG_SND_HDSPM=m
 CONFIG_SND_ICE1712=m
-- 
2.7.4

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


Re: [linux-yocto] [kernel-cache][PATCH] netfilter: Enable CONFIG_NETFILTER_XT_TARGET_LOG

2019-02-15 Thread Tom Rini
On Fri, Feb 15, 2019 at 10:46:13AM -0500, Bruce Ashfield wrote:

> merged.
> 
> SRCREV updates will be sent out with my next queue.

Thanks.  What's the backport policy here?  I first ran into this issue
back on Jethro (but that's a fair bit too far to expect a backport to)
and I finally root caused this on thud.  Can this go back to thud/sumo
at least on your next round of changes there?

-- 
Tom


signature.asc
Description: PGP signature
-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


[linux-yocto] [kernel-cache][PATCH] netfilter: Enable CONFIG_NETFILTER_XT_TARGET_LOG

2019-02-12 Thread Tom Rini
In order for logging to work, as for example seen with the default
configuration of 'ufw' we need to have logging support enabled.  This is
currently gated on the CONFIG_NETFILTER_XT_TARGET_LOG option, so enable
it here.

Fixes: f56608b405f0 ("meta: cleanup invalid/obselete 3.4 CONFIG options")
Signed-off-by: Tom Rini 
---
 features/netfilter/netfilter.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/features/netfilter/netfilter.cfg b/features/netfilter/netfilter.cfg
index 6497b0ea7bfe..c1f8b83a38bd 100644
--- a/features/netfilter/netfilter.cfg
+++ b/features/netfilter/netfilter.cfg
@@ -30,6 +30,7 @@ CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
 CONFIG_NETFILTER_XT_TARGET_CONNMARK=m
 CONFIG_NETFILTER_XT_TARGET_DSCP=m
 CONFIG_NETFILTER_XT_TARGET_HL=m
+CONFIG_NETFILTER_XT_TARGET_LOG=m
 CONFIG_NETFILTER_XT_TARGET_MARK=m
 CONFIG_NETFILTER_XT_TARGET_NFLOG=m
 CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
-- 
2.7.4

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto