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
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [4.1.4](https://github.com/rdkcentral/meta-product-raspberrypi/compare/4.1.3...4.1.4)

- RDKMVE-2050: [RPI] Incorrect DAC App Download location. [`#175`](https://github.com/rdkcentral/meta-product-raspberrypi/pull/175)
- Merge develop branch changes to release/4.1.4 [`#174`](https://github.com/rdkcentral/meta-product-raspberrypi/pull/174)
- RDKEVL-7446:[RPi] Configure the mount points for DAC Apps with respect to current SDCard partition logic [`#173`](https://github.com/rdkcentral/meta-product-raspberrypi/pull/173)
- RDKMVE-1939: Temp remove ENABLE_MTLS CFLAG for telemetry [`#170`](https://github.com/rdkcentral/meta-product-raspberrypi/pull/170)
- RDKEVL-7427: [RPI] Clean-up the unnecessary DISTRO_FEATURES when enabling new RDK AppManager. [`#169`](https://github.com/rdkcentral/meta-product-raspberrypi/pull/169)
- Merge tag '4.1.3' into develop [`45ebeb7`](https://github.com/rdkcentral/meta-product-raspberrypi/commit/45ebeb78763fd461985ae86fe5aea6f8b1ef05ec)

#### [4.1.3](https://github.com/rdkcentral/meta-product-raspberrypi/compare/4.1.2...4.1.3)

Expand Down
3 changes: 2 additions & 1 deletion conf/machine/include/product.inc
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ DAC_APP_PATH = "/opt/dac_apps/apps"
DAC_APP_CERT_PATH = "/opt/rdk/certs"
FACTORY_APP_PATH = "/etc/rdk/factoryapps"
APP_PREINSTALL_DIRECTORY = "/opt/media/apps"
APP_DOWNLOAD_DIRECTORY = "/opt/CDL"
# Note: trailing slash is required because the MW package manager concatenates the package name directly.
APP_DOWNLOAD_DIRECTORY = "/opt/CDL/"
DEFAULT_APP_STORAGE_PATH = "/opt/persistent/storageManager"

#Enable vulkan distro
Expand Down
Loading