Skip to content

Commit c5ba04a

Browse files
committed
Merge branch 'release/4.6.0'
2 parents ab66f06 + ef0e115 commit c5ba04a

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

7+
#### [4.6.0](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/compare/4.5.2...4.6.0)
8+
9+
- RDKEVL-6331 : [`#258`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/pull/258)
10+
- Update packagegroup-vendor-layer.bb [`8c96b56`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/commit/8c96b565e04f73983c22e99cd2d7e83e899d51b6)
11+
- Update vendor-test-image.bb [`2cc0c44`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/commit/2cc0c44768279b2c248b85dd300d8f95e344ce81)
12+
- RDKEVL-6331: [RPI][Vulkan] Enable vulkan distro and build the image with vulkan drivers and westeros support. [`f463f30`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/commit/f463f30acc9df6e76bc298ee3e3cc73e8ae37e56)
13+
714
#### [4.5.2](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/compare/4.5.1...4.5.2)
815

16+
> 27 August 2025
17+
918
- RDKEVL-4433: [RPI]Update the rdk-gstreamer-utils-platform and devicesettings-hal-raspberrypi4 recipe SRC_REV version. [`#259`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/pull/259)
1019
- RDKVREFPLT-6196 [RPI] Vendor layer update 3.0.0 tag [`#257`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/pull/257)
20+
- RDKEVL-4433, RDKEVL-6196: Changelog updates and Vendor layer release version update for 4.5.2 [`2088c80`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/commit/2088c808089bda60158a8b379c6ae3cc0e12efb6)
1121
- Merge tag '4.5.1' into develop [`c7910a1`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/commit/c7910a1102417473e80575200c43d6d2e41d682f)
1222

1323
#### [4.5.1](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/compare/4.5.0...4.5.1)

conf/include/vendor_pkg_versions.inc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ PV:pn-alsa-plugins = "1.2.6"
8686
PR:pn-alsa-plugins = "r0"
8787
PACKAGE_ARCH:pn-alsa-plugins = "${VENDOR_LAYER_EXTENSION}"
8888

89+
PV:pn-vulkan-tools = "1.3.204"
90+
PR:pn-vulkan-tools = "r0"
91+
PACKAGE_ARCH:pn-vulkan-tools = "${VENDOR_LAYER_EXTENSION}"
92+
PACKAGE_ARCH:pn-vulkan-loader = "${VENDOR_LAYER_EXTENSION}"
93+
8994
#Gstreamer components
9095

9196
GST_VERSION = "1.18.5"
@@ -214,8 +219,8 @@ PV:pn-sysint-soc = "1.1.6"
214219
PR:pn-sysint-soc = "r0"
215220
PACKAGE_ARCH:pn-sysint-soc = "${VENDOR_LAYER_EXTENSION}"
216221

217-
SRCREV:pn-systemaudioplatform = "1.0.0"
218-
PV:pn-systemaudioplatform = "1.0.0"
222+
SRCREV:pn-systemaudioplatform = "1.0.1"
223+
PV:pn-systemaudioplatform = "1.0.1"
219224
PR:pn-systemaudioplatform = "r0"
220225
PACKAGE_ARCH:pn-systemaudioplatform = "${VENDOR_LAYER_EXTENSION}"
221226

recipes-core/images/vendor-test-image.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ IMAGE_INSTALL += " \
1212
virtual/ca-certificates-trust-store \
1313
dropbear \
1414
network-setup \
15+
${@bb.utils.contains('DISTRO_FEATURES', 'vulkan-devtools', " vkmark ", "", d)} \
1516
"
1617

1718
IMAGE_LINGUAS = " "

recipes-core/packagegroups/packagegroup-vendor-layer.bb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inherit packagegroup
88

99
DEPENDS = " virtual/kernel make-mod-scripts"
1010

11-
PV = "4.5.2"
11+
PV = "4.6.0"
1212
PR = "r0"
1313

1414
RDEPENDS:${PN} = " \
@@ -54,4 +54,5 @@ RDEPENDS:${PN}:append:rdkv-oss = " \
5454
westeros-simplebuffer \
5555
westeros-simpleshell \
5656
wayland-default-egl \
57+
${@bb.utils.contains('DISTRO_FEATURES', 'vulkan', " vulkan-loader vulkan-tools ", "", d)} \
5758
"

0 commit comments

Comments
 (0)