-
Notifications
You must be signed in to change notification settings - Fork 8
DELIA-70321 : Apparmor Permissions denied for tr69hostif #91
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
base: support/8.4.4.0
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -2,6 +2,6 @@ MW_EXTENSION = "-middleware" | |||||
| MW_OSS = "${@get_oss_arch(d)}${MW_EXTENSION}" | ||||||
| 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}" | ||||||
|
||||||
| MW_OSS_IPK_PATH ?= "middleware-dbg/${RELEASE_NUM}" | |
| MW_OSS_IPK_PATH ?= "middleware/${RELEASE_NUM}" |
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.
MW_IPK_PATHis now defaulting tomiddleware-dbg/...instead ofmiddleware-rel/..., which will make the build pull debug middleware feeds unless every consumer overrides this variable. If the intent is to use debug feeds only for specific builds, gate this behind an explicit flag/feature (or useBUILD_VARIANT/distro overrides) rather than changing the global default.