Skip to content

Commit 83789cf

Browse files
committed
Merge branch 'release/1.4.2'
2 parents 80730e7 + d96e692 commit 83789cf

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
@@ -270,6 +270,9 @@ jobs:
270270
rdk/ds/frontPanelIndicator.hpp
271271
rdk/ds/frontPanelConfig.hpp
272272
rdk/ds/frontPanelTextDisplay.hpp
273+
rdk/ds/audioOutputPortType.hpp
274+
rdk/ds/audioOutputPortConfig.hpp
275+
rdk/ds/pixelResolution.hpp
273276
rdk/iarmbus/libIARM.h
274277
rdk/iarmbus/libIBus.h
275278
rdk/iarmbus/libIBusDaemon.h
@@ -285,6 +288,7 @@ jobs:
285288
telemetry_busmessage_sender.h
286289
maintenanceMGR.h
287290
pkg.h
291+
edid-parser.hpp
288292
opkg.h
289293
opkg_message.h
290294
opkg_cmd.h
@@ -296,7 +300,7 @@ jobs:
296300
gdialservice.h
297301
gdialservicecommon.h
298302
&&
299-
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 .
303+
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 .
300304
301305
- name: Set clang toolchain
302306
if: ${{ matrix.compiler == 'clang' }}
@@ -357,6 +361,7 @@ jobs:
357361
-I $GITHUB_WORKSPACE/Thunder/Source
358362
-I $GITHUB_WORKSPACE/Thunder/Source/core
359363
-I $GITHUB_WORKSPACE/install/usr/include
364+
-I ./usr/include/libdrm
360365
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/devicesettings.h
361366
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Iarm.h
362367
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Rfc.h
@@ -494,6 +499,7 @@ jobs:
494499
-I $GITHUB_WORKSPACE/Thunder/Source/core
495500
-I $GITHUB_WORKSPACE/install/usr/include
496501
-I $GITHUB_WORKSPACE/install/usr/include/WPEFramework
502+
-I ./usr/include/libdrm
497503
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/devicesettings.h
498504
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Iarm.h
499505
-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
@@ -233,6 +233,9 @@ jobs:
233233
rdk/ds/manager.hpp
234234
rdk/ds/dsTypes.h
235235
rdk/ds/dsUtl.h
236+
rdk/ds/audioOutputPortType.hpp
237+
rdk/ds/audioOutputPortConfig.hpp
238+
rdk/ds/pixelResolution.hpp
236239
rdk/iarmbus/libIARM.h
237240
rdk/iarmbus/libIBus.h
238241
rdk/iarmbus/libIBusDaemon.h
@@ -247,6 +250,7 @@ jobs:
247250
systemaudioplatform.h
248251
maintenanceMGR.h
249252
pkg.h
253+
edid-parser.hpp
250254
btmgr.h
251255
tvError.h
252256
tvTypes.h
@@ -262,7 +266,7 @@ jobs:
262266
rdk/ds/VideoDFC.hpp
263267
dsRpc.h
264268
&&
265-
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 .
269+
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 .
266270
267271
- name: Set clang toolchain
268272
if: ${{ matrix.compiler == 'clang' }}
@@ -407,6 +411,7 @@ jobs:
407411
-I $GITHUB_WORKSPACE/entservices-testframework/Tests/headers/systemservices/proc
408412
-I $GITHUB_WORKSPACE/entservices-softwareupdate/helpers
409413
-I $GITHUB_WORKSPACE/install/usr/include
414+
-I ./usr/include/libdrm
410415
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/devicesettings.h
411416
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Iarm.h
412417
-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,13 +4,21 @@ 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.2](https://github.com/rdkcentral/entservices-softwareupdate/compare/1.4.1...1.4.2)
8+
9+
- RDKEMW-7169 - Gtest Add missing empty files [`#134`](https://github.com/rdkcentral/entservices-softwareupdate/pull/134)
10+
- Merge tag '1.4.1' into develop [`e64a991`](https://github.com/rdkcentral/entservices-softwareupdate/commit/e64a991f665d58af3f2119283b98b0715016993e)
11+
712
#### [1.4.1](https://github.com/rdkcentral/entservices-softwareupdate/compare/1.4.0...1.4.1)
813

14+
> 1 September 2025
15+
916
- rdkemw-4778: Update component-release.yml [`#135`](https://github.com/rdkcentral/entservices-softwareupdate/pull/135)
1017
- RDKEMW-4778 : Automate git flow merges to main branch for entservices repos [`#128`](https://github.com/rdkcentral/entservices-softwareupdate/pull/128)
1118
- [RDKEMW-5410] RDKEMW-6572 : Compilation error was not reported for the PR branch [`#129`](https://github.com/rdkcentral/entservices-softwareupdate/pull/129)
1219
- [RDKEMW-3513] PR action to run with latest change [`#124`](https://github.com/rdkcentral/entservices-softwareupdate/pull/124)
1320
- cmake cleanup [`#118`](https://github.com/rdkcentral/entservices-softwareupdate/pull/118)
21+
- 1.4.1 release changelog updates [`bea636b`](https://github.com/rdkcentral/entservices-softwareupdate/commit/bea636b2c5270b0ecffa6e876f8d50918b362345)
1422
- Merge tag '1.4.0' into develop [`54638a4`](https://github.com/rdkcentral/entservices-softwareupdate/commit/54638a46e6a0a52066c687b4b71fea98d7d31014)
1523

1624
#### [1.4.0](https://github.com/rdkcentral/entservices-softwareupdate/compare/1.3.2...1.4.0)

build_dependencies.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ touch rbus.h
155155
touch telemetry_busmessage_sender.h
156156
touch maintenanceMGR.h
157157
touch pkg.h
158+
touch edid-parser.hpp
159+
touch drm.h
160+
touch drm_mode.h
158161
touch secure_wrapper.h
159162
touch wpa_ctrl.h
160163
touch btmgr.h

0 commit comments

Comments
 (0)