Skip to content

Conversation

@cpackham-atlnz
Copy link

Why I did it

STP was not being enabled when building.

Work item tracking
  • Microsoft ADO (number only):

How I did it

Ensure that INCLUDE_STP is passed through from the top-level make similar to how INCLUDE_ICCPD and INCLUDE_MACSEC are handled.

How to verify it

Build with INCLUDE_STP=y

Which release branch to backport (provide reason below if selected)

  • 202205
  • 202211
  • 202305
  • 202311
  • 202405
  • 202411
  • 202505
  • [ x] 202511

Tested branch (Please provide the tested image version)

Description for the changelog

Previously it was not possible to enable STP support in the build. It can now be enabled with make ... INCLUDE_STP=y.

Link to config_db schema for YANG module changes

A picture of a cute animal (not mandatory but encouraged)

@mssonicbld
Copy link
Collaborator

/azp run Azure.sonic-buildimage

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

INCLUDE_STP wasn't getting passed through from the top-level make.
Ensure that it gets passed through so it can be enabled or disabled as
required. The current not explicitly disabled or enabled state is
maintained. This is effectively the same as disabled as the checks all
use positive logic.

Fixes sonic-net#24768
Signed-off-by: Chris Packham <[email protected]>
@mssonicbld
Copy link
Collaborator

/azp run Azure.sonic-buildimage

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants