-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Address GitHub Issue 98: 'make distcheck' Failure #99
Address GitHub Issue 98: 'make distcheck' Failure #99
Conversation
…nd 'make install'.
…UBDIRS to ensure 'platform' is picked up on 'make dist'.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@@ -54,10 +73,4 @@ SUBDIRS = \ | |||
$(MAYBE_PLATFORM_SUBDIRS) \ | |||
$(NULL) | |||
|
|||
if CONFIG_NETWORK_LAYER_BLE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not keep this pattern and apply it to CONFIG_DEVICE_LAYER
as well?
It seems easier to read and more maintainable than MAYBE_..._SUBDIRS
, also it follows the OpenThread pattern.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because I only want to write <directory name>
once.
Merge in WMN_TOOLS/matter from fix_code_size_error to silabs Squashed commit of the following: commit 19533a4ebb9ae7ae5af878e4f55fda52ae878ec5 Author: jepenven-silabs <[email protected]> Date: Wed Sep 14 15:01:56 2022 -0400 Fix code size error
Merge in WMN_TOOLS/matter from fix_code_size_error to silabs Squashed commit of the following: commit 19533a4ebb9ae7ae5af878e4f55fda52ae878ec5 Author: jepenven-silabs <[email protected]> Date: Wed Sep 14 15:01:56 2022 -0400 Fix code size error
Merge in WMN_TOOLS/matter from fix_code_size_error to silabs Squashed commit of the following: commit 19533a4ebb9ae7ae5af878e4f55fda52ae878ec5 Author: jepenven-silabs <[email protected]> Date: Wed Sep 14 15:01:56 2022 -0400 Fix code size error
Merge in WMN_TOOLS/matter from fix_code_size_error to silabs Squashed commit of the following: commit 19533a4ebb9ae7ae5af878e4f55fda52ae878ec5 Author: jepenven-silabs <[email protected]> Date: Wed Sep 14 15:01:56 2022 -0400 Fix code size error
…nager.resolveService() (project-chip#99) * Android: Ensuring DNS-SD service is discoverable before calling NsdManager.resolveService() * Addressing feedback from cliffamzn@ * Stopping discovery and cancelling corresponding ScheduledFuture when service is found * Update src/platform/android/java/chip/platform/NsdServiceFinderAndResolver.java Co-authored-by: Cliff Chung <[email protected]> --------- Co-authored-by: Cliff Chung <[email protected]>
…nager.resolveService() (#99) (#25597) * Android: Ensuring DNS-SD service is discoverable before calling NsdManager.resolveService() * Addressing feedback from cliffamzn@ * Stopping discovery and cancelling corresponding ScheduledFuture when service is found * Update src/platform/android/java/chip/platform/NsdServiceFinderAndResolver.java --------- Co-authored-by: Cliff Chung <[email protected]>
…nager.resolveService() (project-chip#99) (project-chip#25597) * Android: Ensuring DNS-SD service is discoverable before calling NsdManager.resolveService() * Addressing feedback from cliffamzn@ * Stopping discovery and cancelling corresponding ScheduledFuture when service is found * Update src/platform/android/java/chip/platform/NsdServiceFinderAndResolver.java --------- Co-authored-by: Cliff Chung <[email protected]>
…nager.resolveService() (project-chip#99) (project-chip#25597) * Android: Ensuring DNS-SD service is discoverable before calling NsdManager.resolveService() * Addressing feedback from cliffamzn@ * Stopping discovery and cancelling corresponding ScheduledFuture when service is found * Update src/platform/android/java/chip/platform/NsdServiceFinderAndResolver.java --------- Co-authored-by: Cliff Chung <[email protected]>
Merge in WMN_TOOLS/matter from fix_code_size_error to silabs Squashed commit of the following: commit 19533a4ebb9ae7ae5af878e4f55fda52ae878ec5 Author: jepenven-silabs <[email protected]> Date: Wed Sep 14 15:01:56 2022 -0400 Fix code size error
Merge in WMN_TOOLS/matter from fix_code_size_error to silabs Squashed commit of the following: commit 19533a4ebb9ae7ae5af878e4f55fda52ae878ec5 Author: jepenven-silabs <[email protected]> Date: Wed Sep 14 15:01:56 2022 -0400 Fix code size error
Merge in WMN_TOOLS/matter from fix_code_size_error to silabs Squashed commit of the following: commit 19533a4ebb9ae7ae5af878e4f55fda52ae878ec5 Author: jepenven-silabs <[email protected]> Date: Wed Sep 14 15:01:56 2022 -0400 Fix code size error
Problem
This addresses GitHub issue #98 in which 'make distcheck' fails.
Summary of Changes
Fixes #98