Skip to content

RDKEMW-21070: Implement Firebolt API account.setProfileAgeCategory with Policy Enforcement - #148

Open
tfarz123 wants to merge 2 commits into
support/8.4.4.0from
feature/RDKEMW-21070
Open

RDKEMW-21070: Implement Firebolt API account.setProfileAgeCategory with Policy Enforcement#148
tfarz123 wants to merge 2 commits into
support/8.4.4.0from
feature/RDKEMW-21070

Conversation

@tfarz123

Copy link
Copy Markdown

No description provided.

Copilot AI review requested due to automatic review settings July 17, 2026 22:22
@tfarz123
tfarz123 requested a review from a team as a code owner July 17, 2026 22:22

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 updates the Yocto middleware IPK feed configuration by changing the default release identifier and switching the default feed path from release to debug artifacts.

Changes:

  • Set RELEASE_NUM to RDKEMW-21070 in middleware.inc.
  • Switch MW_IPK_PATH and MW_OSS_IPK_PATH defaults from middleware-rel/... to middleware-dbg/....

Reviewed changes

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

File Description
conf/machine/include/middleware.inc Updates default RELEASE_NUM and points the main middleware IPK feed to a debug artifact path.
conf/machine/include/oss_mw.inc Points OSS middleware IPK feed to a debug artifact path.

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

PACKAGE_EXTRA_ARCHS:append = " ${MIDDLEWARE_ARCH}"

RELEASE_NUM = "8.4.4.15"
RELEASE_NUM = "RDKEMW-21070"
RELEASE_NUM = "RDKEMW-21070"

MW_IPK_PATH ?= "middleware-rel/${RELEASE_NUM}"
MW_IPK_PATH ?= "middleware-dbg/${RELEASE_NUM}"
PACKAGE_EXTRA_ARCHS:append = " ${MW_OSS} "
OPKG_ARCH_PRIORITY:${MW_OSS} = "205"
MW_OSS_IPK_PATH ?= "middleware-rel/${RELEASE_NUM}"
MW_OSS_IPK_PATH ?= "middleware-dbg/${RELEASE_NUM}"
Comment on lines +8 to +10
RELEASE_NUM = "RDKEMW-21070"

MW_IPK_PATH ?= "middleware-rel/${RELEASE_NUM}"
MW_IPK_PATH ?= "middleware-dbg/${RELEASE_NUM}"
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