Skip to content

RDKEAPPRT-434 : Resolve build failure in Application layer with the changes based on 8.4.1.0 MW release#162

Merged
ansu-mathew merged 2 commits intodevelopfrom
feature/RDKEAPPRT-434
Nov 19, 2025
Merged

RDKEAPPRT-434 : Resolve build failure in Application layer with the changes based on 8.4.1.0 MW release#162
ansu-mathew merged 2 commits intodevelopfrom
feature/RDKEAPPRT-434

Conversation

@ansu-mathew
Copy link
Contributor

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR resolves a build failure by changing the mosquitto configuration approach from using a custom configuration file to modifying the default mosquitto.conf in-place using sed commands. The changes align the configuration management with the 8.4.1.0 middleware release requirements.

Key Changes

  • Replaced custom mosquitto.conf file removal with in-place configuration modifications using sed
  • Removed the custom mosquitto.conf file (904 lines) from dab-adapter package
  • Removed mosquitto.conf installation logic from dab-adapter build recipe

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.

File Description
recipes-thirdparty/mosquitto/mosquitto_%.bbappend Modified to use sed commands for configuring allow_anonymous, user, and listener settings instead of removing the configuration file
recipes-thirdparty/dab-adapter/files/mosquitto.conf Deleted custom mosquitto configuration file entirely
recipes-thirdparty/dab-adapter/dab-adapter.inc Removed SRC_URI append, FILES variable, and installation commands for mosquitto.conf

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

lukiwa-metro
lukiwa-metro previously approved these changes Nov 19, 2025
Copy link
Contributor

@lukiwa-metro lukiwa-metro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This approach looks good, have a look at the copilot remarks if any of those are applicable in our case.

@ansu-mathew ansu-mathew merged commit 5805d15 into develop Nov 19, 2025
4 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Nov 19, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants