[linux-yocto] [PATCH 1/3] features: Fix dependencies and =m vs =y discrepancies for corei7
Saul Wold
saul.wold at intel.com
Sat Aug 20 20:45:27 PDT 2016
On Fri, 2016-08-19 at 20:40 -0700, California Sullivan wrote:
> I missed these in my first pass. This should fix the remaining
> warnings
> that occur with the intel-corei7-64 configurations. The ISDN
> configurations might need to be broken out into their own feature but
> for now just enable them as dependencies for BT_CMTP.
>
> Signed-off-by: California Sullivan <california.l.sullivan at intel.com>
> ---
> features/bluetooth/bluetooth.cfg | 7 ++++++-
> features/ieee802154/ieee802154.cfg | 2 +-
> 2 files changed, 7 insertions(+), 2 deletions(-)
>
> diff --git a/features/bluetooth/bluetooth.cfg
> b/features/bluetooth/bluetooth.cfg
> index fefb357..67d3f52 100644
> --- a/features/bluetooth/bluetooth.cfg
> +++ b/features/bluetooth/bluetooth.cfg
> @@ -1,5 +1,10 @@
> +# Dependencies
> +CONFIG_ISDN=y
> +CONFIG_ISDN_CAPI=m
> +
> +# Features
> CONFIG_BT=y
> -CONFIG_BT_6LOWPAN=y
> +CONFIG_BT_6LOWPAN=m
> CONFIG_BT_RFCOMM=m
> CONFIG_BT_RFCOMM_TTY=y
> CONFIG_BT_BNEP=m
> diff --git a/features/ieee802154/ieee802154.cfg
> b/features/ieee802154/ieee802154.cfg
> index bd6c214..518adf0 100644
> --- a/features/ieee802154/ieee802154.cfg
> +++ b/features/ieee802154/ieee802154.cfg
> @@ -1,2 +1,2 @@
> CONFIG_IEEE802154=y
> -CONFIG_IEEE802154_6LOWPAN=y
> +CONFIG_IEEE802154_6LOWPAN=m
> --
Do we also need a 6lowpan feature scc file?
Sau!
> 2.5.5
>
More information about the linux-yocto
mailing list