Skip to content
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

Product layer update v4.0.1 #83

Merged
merged 18 commits into from
Nov 25, 2024
Merged
Changes from 4 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
f6684df
Changes for voice remote.
joseinweb Nov 8, 2024
19ed2c1
RDKVREFPLT-3928: temporary workaround for RDKE-419
arun-madhavan-013 Nov 11, 2024
fd14415
REFPLTV-2313: voice remote flags
joseinweb Nov 11, 2024
6599bef
Merge pull request #74 from rdkcentral/feature/RDKVREFPLT-3928-fwupgr…
arun-madhavan-013 Nov 13, 2024
f8b08bf
Update preferred_provider.inc
sajanasadhan99 Nov 14, 2024
60a238b
Merge branch 'develop' into REFPLTV-2313
joseinweb Nov 15, 2024
0d562b2
Merge pull request #75 from rdkcentral/REFPLTV-2313
joseinweb Nov 18, 2024
93c6060
RDKVREFPLT-2991: Set default build variant
Nov 19, 2024
236d732
Merge pull request #79 from rdkcentral/feature/set-build-variant
arun-madhavan-013 Nov 20, 2024
88b6be6
RDKVREFPLT-3949: change image name to rdk template
arun-madhavan-013 Nov 20, 2024
938ba73
Merge pull request #80 from rdkcentral/feature/RDKVREFPLT-3949-rdk-st…
deepthi-ps Nov 20, 2024
7982442
Make it weak inclusion until repo tag includes rdkm config
arun-madhavan-013 Nov 21, 2024
18a8f3d
RDK-53746: add TODO reference
arun-madhavan-013 Nov 22, 2024
1551c0c
Merge pull request #81 from rdkcentral/feature/fix-prerelease-build-e…
joseinweb Nov 22, 2024
501e7f0
Merge branch 'develop' into patch-1
arun-madhavan-013 Nov 22, 2024
082b54f
Merge pull request #78 from sajanasadhan99/patch-1
arun-madhavan-013 Nov 22, 2024
3a22854
RDKE-413: Remove MTLS build flag
arun-madhavan-013 Nov 25, 2024
479ad92
Merge pull request #82 from rdkcentral/feature/clean-up-mtls-workaround
arun-madhavan-013 Nov 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conf/machine/include/product.inc
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ DISTRO_FEATURES:remove = " rdk_svp"
DISTRO_FEATURES:append = " enable_icrypto_openssl open-middleware"

# To remove rdkfwupgrade package dependency
DISTRO_FEATURES:remove = "enable_maintenance_manager ctrlm"
DISTRO_FEATURES:remove = "enable_maintenance_manager"

# RDK-52444: Temporarily remove the SECUIRTY_CFLAGS -fstackprotector and fortify source
SECURITY_CFLAGS:remove = " -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Wno-error=format-security -Wno-error=unused-result"
1 change: 1 addition & 0 deletions conf/machine/raspberrypi4-64-rdke.conf
Original file line number Diff line number Diff line change
@@ -26,6 +26,7 @@ require conf/machine/include/preferred_versions.inc

require conf/profile.inc
require conf/rdke-config.inc
require conf/rdke-rdkm-config.inc

#Add MACHINE_IMAGE_NAME
MACHINE_IMAGE_NAME = "RPI4"