Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [1.0.20](https://github.com/rdkcentral/rdke-common-config/compare/2.0.0...1.0.20)
#### [1.0.21](https://github.com/rdkcentral/rdke-common-config/compare/2.0.0...1.0.21)

- RDKEMW-15724 : Make storage manager default pesistence location configurable [`#141`](https://github.com/rdkcentral/rdke-common-config/pull/141)
- RDKEMW-15706, RDKEMW-15690, RDKMVE-2005: Introduce WINDOWMANAGER_RCU_KEYMAP_FILE variable, correct the FACTORY_APPS_PATH var [`#137`](https://github.com/rdkcentral/rdke-common-config/pull/137)
- RDKEMW-13976: App Managers 0.3.0.0 Release Integration [`#131`](https://github.com/rdkcentral/rdke-common-config/pull/131)
- RDKDEV-1194: remove unnecessary DISTROS when DAC2.0 is enabled [`#127`](https://github.com/rdkcentral/rdke-common-config/pull/127)
Expand Down Expand Up @@ -48,17 +49,25 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- RDKEMW-904 - Changelog updates for 1.0.1 [`#7`](https://github.com/rdkcentral/rdke-common-config/pull/7)
- Release/1.0.1 [`#6`](https://github.com/rdkcentral/rdke-common-config/pull/6)
- RDKEMW-904: Add community specific distros [`#5`](https://github.com/rdkcentral/rdke-common-config/pull/5)
- Merge tag '1.0.20' into develop [`b6570c3`](https://github.com/rdkcentral/rdke-common-config/commit/b6570c32af62bf6d3adaeece276db4d248a8d212)
- RDKEMW-15706 - Changelog updates for 1.0.20 [`f74a006`](https://github.com/rdkcentral/rdke-common-config/commit/f74a006e46afcc454b988f37387920d5ce18d81d)
- Merge tag '1.0.19' into develop [`14bc0f9`](https://github.com/rdkcentral/rdke-common-config/commit/14bc0f901b32fc82474989607e04be5c2abb73a6)
- Import of source (develop) [`d8428c5`](https://github.com/rdkcentral/rdke-common-config/commit/d8428c5ba721fe34cc080e3b9a2782409d3920eb)
- 1.0.6 release changelog updates [`6e0d13c`](https://github.com/rdkcentral/rdke-common-config/commit/6e0d13c093fbc8ab3ece1c0c7c733d646d1c3429)

### [2.0.0](https://github.com/rdkcentral/rdke-common-config/compare/1.0.19...2.0.0)
### [2.0.0](https://github.com/rdkcentral/rdke-common-config/compare/1.0.20...2.0.0)

> 6 February 2025

- Import of source (support/dunfell) [`3e74880`](https://github.com/rdkcentral/rdke-common-config/commit/3e74880b185afb7fc8d8baf2362bed4974a15d4e)
- RDKE-259 - Changelog updates for 2.0.0 - dunfell [`06ef2b9`](https://github.com/rdkcentral/rdke-common-config/commit/06ef2b92e3a5d002018693c776f3ec66eb6dfbf4)

#### [1.0.20](https://github.com/rdkcentral/rdke-common-config/compare/1.0.19...1.0.20)

> 19 March 2026

- RDKEMW-15706, RDKEMW-15690, RDKMVE-2005: Introduce WINDOWMANAGER_RCU_KEYMAP_FILE variable, correct the FACTORY_APPS_PATH var [`#137`](https://github.com/rdkcentral/rdke-common-config/pull/137)
- RDKEMW-15706 - Changelog updates for 1.0.20 [`f74a006`](https://github.com/rdkcentral/rdke-common-config/commit/f74a006e46afcc454b988f37387920d5ce18d81d)
- Merge tag '1.0.19' into develop [`14bc0f9`](https://github.com/rdkcentral/rdke-common-config/commit/14bc0f901b32fc82474989607e04be5c2abb73a6)

#### [1.0.19](https://github.com/rdkcentral/rdke-common-config/compare/1.0.18...1.0.19)

> 11 March 2026
Expand Down
1 change: 1 addition & 0 deletions conf/rdke-rdkm-config.inc
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ SCENESET_DEFAULT_APPNAME ?= "com.rdkcentral.refui"
FACTORY_APPS_PATH ?= "/etc/rdk/factoryapps"
APP_PREINSTALL_DIRECTORY ?= "/media/apps"
APP_DOWNLOAD_DIRECTORY ?= "/opt/CDL/"
DEFAULT_APP_STORAGE_PATH ?= "/opt/persistent/storageManager"

# TODO: cleanup when common middleware aligns with DAC2.0
# Try removing 'rdkshell' if enabled from other layers.
Expand Down
Loading