Skip to content

Commit b1f9108

Browse files
committed
Merge branch 'release/1.4.5'
2 parents 57abfc6 + 4354afa commit b1f9108

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

.github/workflows/L1-tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,9 @@ jobs:
274274
rdk/ds/frontPanelIndicator.hpp
275275
rdk/ds/frontPanelConfig.hpp
276276
rdk/ds/frontPanelTextDisplay.hpp
277+
rdk/ds/audioOutputPortType.hpp
278+
rdk/ds/audioOutputPortConfig.hpp
279+
rdk/ds/pixelResolution.hpp
277280
rdk/iarmbus/libIARM.h
278281
rdk/iarmbus/libIBus.h
279282
rdk/iarmbus/libIBusDaemon.h
@@ -290,14 +293,15 @@ jobs:
290293
telemetry_busmessage_sender.h
291294
maintenanceMGR.h
292295
pkg.h
296+
edid-parser.hpp
293297
secure_wrapper.h
294298
wpa_ctrl.h
295299
proc/readproc.h
296300
systemaudioplatform.h
297301
gdialservice.h
298302
gdialservicecommon.h
299303
&&
300-
cp -r /usr/include/gstreamer-1.0/gst /usr/include/glib-2.0/* /usr/lib/x86_64-linux-gnu/glib-2.0/include/* /usr/local/include/trower-base64/base64.h .
304+
cp -r /usr/include/gstreamer-1.0/gst /usr/include/glib-2.0/* /usr/lib/x86_64-linux-gnu/glib-2.0/include/* /usr/local/include/trower-base64/base64.h /usr/include/libdrm/drm.h /usr/include/libdrm/drm_mode.h /usr/include/xf86drm.h .
301305
302306
- name: Set clang toolchain
303307
if: ${{ matrix.compiler == 'clang' }}
@@ -358,6 +362,7 @@ jobs:
358362
-I $GITHUB_WORKSPACE/Thunder/Source
359363
-I $GITHUB_WORKSPACE/Thunder/Source/core
360364
-I $GITHUB_WORKSPACE/install/usr/include
365+
-I ./usr/include/libdrm
361366
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/devicesettings.h
362367
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Iarm.h
363368
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Rfc.h
@@ -495,6 +500,7 @@ jobs:
495500
-I $GITHUB_WORKSPACE/Thunder/Source/core
496501
-I $GITHUB_WORKSPACE/install/usr/include
497502
-I $GITHUB_WORKSPACE/install/usr/include/WPEFramework
503+
-I ./usr/include/libdrm
498504
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/devicesettings.h
499505
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Iarm.h
500506
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Rfc.h

.github/workflows/L2-tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,9 @@ jobs:
220220
rdk/ds/manager.hpp
221221
rdk/ds/dsTypes.h
222222
rdk/ds/dsUtl.h
223+
rdk/ds/audioOutputPortType.hpp
224+
rdk/ds/audioOutputPortConfig.hpp
225+
rdk/ds/pixelResolution.hpp
223226
rdk/iarmbus/libIARM.h
224227
rdk/iarmbus/libIBus.h
225228
rdk/iarmbus/libIBusDaemon.h
@@ -234,6 +237,7 @@ jobs:
234237
systemaudioplatform.h
235238
maintenanceMGR.h
236239
pkg.h
240+
edid-parser.hpp
237241
btmgr.h
238242
tvError.h
239243
tvTypes.h
@@ -249,7 +253,7 @@ jobs:
249253
rdk/ds/VideoDFC.hpp
250254
dsRpc.h
251255
&&
252-
cp -r /usr/include/gstreamer-1.0/gst /usr/include/glib-2.0/* /usr/lib/x86_64-linux-gnu/glib-2.0/include/* /usr/local/include/trower-base64/base64.h .
256+
cp -r /usr/include/gstreamer-1.0/gst /usr/include/glib-2.0/* /usr/lib/x86_64-linux-gnu/glib-2.0/include/* /usr/local/include/trower-base64/base64.h /usr/include/libdrm/drm.h /usr/include/libdrm/drm_mode.h /usr/include/xf86drm.h .
253257
254258
- name: Set clang toolchain
255259
if: ${{ matrix.compiler == 'clang' }}
@@ -397,6 +401,7 @@ jobs:
397401
-I $GITHUB_WORKSPACE/entservices-inputoutput/helpers
398402
-I $GITHUB_WORKSPACE/install/usr/include
399403
-I $GITHUB_WORKSPACE/install/usr/include/WPEFramework
404+
-I ./usr/include/libdrm
400405
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/devicesettings.h
401406
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Iarm.h
402407
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Rfc.h

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@ 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+
#### [1.4.5](https://github.com/rdkcentral/entservices-inputoutput/compare/1.4.4...1.4.5)
8+
9+
- RDKEMW-7169 - Gtest Add missing empty files [`#241`](https://github.com/rdkcentral/entservices-inputoutput/pull/241)
10+
- Merge tag '1.4.4' into develop [`0fabfaf`](https://github.com/rdkcentral/entservices-inputoutput/commit/0fabfaf0816dda67077fd7fe59e074a962e644ef)
11+
712
#### [1.4.4](https://github.com/rdkcentral/entservices-inputoutput/compare/1.4.3...1.4.4)
813

14+
> 1 September 2025
15+
916
- Update component-release.yml [`#242`](https://github.com/rdkcentral/entservices-inputoutput/pull/242)
1017
- RDKEMW-6515: Scan and Fix coverity issues of Entservices and rdkservices-cpc [`#234`](https://github.com/rdkcentral/entservices-inputoutput/pull/234)
18+
- 1.4.4 release changelog updates [`feec135`](https://github.com/rdkcentral/entservices-inputoutput/commit/feec135c1c56d36401582981b6dfcd11993358fb)
1119
- Merge tag '1.4.3' into develop [`3b90d4b`](https://github.com/rdkcentral/entservices-inputoutput/commit/3b90d4b70baabf9367bfda236f4695b8a7974313)
1220

1321
#### [1.4.3](https://github.com/rdkcentral/entservices-inputoutput/compare/1.4.2...1.4.3)

build_dependencies.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@ touch rbus.h
162162
touch telemetry_busmessage_sender.h
163163
touch maintenanceMGR.h
164164
touch pkg.h
165+
touch edid-parser.hpp
166+
touch drm.h
167+
touch drm_mode.h
165168
touch secure_wrapper.h
166169
touch wpa_ctrl.h
167170
touch btmgr.h

0 commit comments

Comments
 (0)