From af33ed56f44a982bb5d8ced0c9cd662cb00bfb61 Mon Sep 17 00:00:00 2001 From: arjunbinu <51983664+arjunbinu@users.noreply.github.com> Date: Thu, 8 Jan 2026 18:54:27 +0000 Subject: [PATCH 1/2] RDKEMW-11606: Recipe to use entservices-avoutput for all RDKE platfroms (#346) --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e29a9997..3495becb0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,10 +48,6 @@ if(PLUGIN_AVINPUT) add_subdirectory(AVInput) endif() -if(PLUGIN_AVOUTPUT) - add_subdirectory(AVOutput) -endif() - if(PLUGIN_HDMICECSOURCE) add_subdirectory(HdmiCecSource) endif() From 26c6923ead66fcc7189b968e9b64c4c292a0cb2f Mon Sep 17 00:00:00 2001 From: GitHub Actions <187267378+rdkcm-rdke@users.noreply.github.com> Date: Thu, 8 Jan 2026 18:54:52 +0000 Subject: [PATCH 2/2] 1.10.1 release changelog updates --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c485eb98..e15f5a536 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,17 @@ 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.10.1](https://github.com/rdkcentral/entservices-inputoutput/compare/1.10.0...1.10.1) + +- RDKEMW-11606: Recipe to use entservices-avoutput for all RDKE platfroms [`#346`](https://github.com/rdkcentral/entservices-inputoutput/pull/346) +- Merge tag '1.10.0' into develop [`436bd0b`](https://github.com/rdkcentral/entservices-inputoutput/commit/436bd0bbe674b4932b1663a854e9cd415fef495b) + #### [1.10.0](https://github.com/rdkcentral/entservices-inputoutput/compare/1.9.2...1.10.0) +> 6 January 2026 + - RDKEMW-12161 - L2-Test for AVInput Plugin [`#354`](https://github.com/rdkcentral/entservices-inputoutput/pull/354) +- 1.10.0 release changelog updates [`dd5abd9`](https://github.com/rdkcentral/entservices-inputoutput/commit/dd5abd91bd86106d218b50007646071c157053e3) - Merge tag '1.9.2' into develop [`ef3f423`](https://github.com/rdkcentral/entservices-inputoutput/commit/ef3f423e7674b249abea470189dec0024b86af8b) #### [1.9.2](https://github.com/rdkcentral/entservices-inputoutput/compare/1.9.1...1.9.2)