On 08/20/2016 08:45 PM, Wold, Saul wrote: > 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 <[email protected]> >> --- >> 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!
We have a 6lowpan feature. Right now its a minimal configuration to satisfy those two CONFIGs, and is included in their features' respective .scc files. We could have those 6LOWPAN CONFIGs in the 6lowpan feature, but then we would need the 6lowpan feature to depend on these two features and add it everywhere one of these two features are used. I think this way is cleaner, but if you prefer it the other way its a simple change. --- Cal > >> 2.5.5 >> -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
