Skip to content

Commit c0ba5e2

Browse files
author
Reis Can
committed
feat: sync with 25.lts.1+
1 parent 1b25b61 commit c0ba5e2

File tree

14 files changed

+17
-35
lines changed

14 files changed

+17
-35
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ repos:
129129
starboard/shared/starboard/player/filter/decoded_audio_queue.h$|
130130
starboard/shared/starboard/player/testdata/licences/|
131131
starboard/shared/starboard/player/filter/wsola_internal.cc$
132+
starboard/contrib/rdk/src/third_party/starboard/rdk/|
132133
)
133134
exclude_types: [markdown]
134135
verbose: true

cobalt/content/ssl/certs/b433981b.0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ OknkJjCb5RyKqKkVMoaZkgoQI1YS4PbOTOK7vtuNknMBZi9iPrJyJ0U27U1W45eZ
3131
+PbZa/wSMVYIwFNCr5zQM378BvAxRAMU8Vjq8moNqRGyg77FGr8H6lnco4g175x2
3232
MjxNBiLOFeXdntiP2t7SxDnlF4HPOEfrf4htWRvfn0IUrn7PqLBmZdo3r5+qPeoo
3333
tt7VMVgWglvquxl1AnMaykgaIZOQCo6ThKd9OyMYkomgjaw=
34-
-----END CERTIFICATE-----
34+
-----END CERTIFICATE-----
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
Contributing
22
============
33

4-
If you wish to make code contributions to this project, the master source is hosted at [code.rdkcentral.com](https://code.rdkcentral.com/r/#/admin/projects/rdk/components/generic/cobalt).
4+
If you wish to make code contributions to this project, the master source is hosted at [code.rdkcentral.com](https://code.rdkcentral.com/r/#/admin/projects/rdk/components/generic/cobalt).
55
You can submit your changes for review via that site.
66

77
Please follow the [workflow](https://wiki.rdkcentral.com/display/CMF/Gerrit+Development+Workflow) when making a contribution.
88

99
In order to contribute code, first-time users are requested to agree to the [license](https://wiki.rdkcentral.com/signup.action).
10-
11-

starboard/contrib/rdk/NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ SPDX-License-Identifier: Apache-2.0
1717
This product includes software developed at Comcast (http://www.comcast.com/)
1818

1919
The component may include material which is licensed under other licenses / copyrights as
20-
listed below. Your use of this material within the component is also subject to the terms and
20+
listed below. Your use of this material within the component is also subject to the terms and
2121
conditions of these licenses. The LICENSE file contains the text of all the licenses which apply
2222
within this component.
2323

starboard/contrib/rdk/plugin/Cobalt.conf.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,3 @@ root.add("locator", "lib@PLUGIN_COBALT_IMPLEMENTATION@.so")
5151
root.add("user", "@PLUGIN_COBALT_USER@")
5252
root.add("group", "@PLUGIN_COBALT_GROUP@")
5353
configuration.add("root", root)
54-

starboard/contrib/rdk/plugin/doc/CobaltPlugin.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,4 +408,3 @@ Signals a state change of the service.
408408
}
409409
}
410410
```
411-

starboard/contrib/rdk/src/third_party/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@
1313
# limitations under the License.
1414
#
1515
# SPDX-License-Identifier: Apache-2.0
16-

starboard/contrib/rdk/src/third_party/starboard/rdk/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@
1313
# limitations under the License.
1414
#
1515
# SPDX-License-Identifier: Apache-2.0
16-

starboard/contrib/rdk/src/third_party/starboard/rdk/arm/args.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ target_cpu = "arm"
3434
is_clang = false
3535
using_old_compiler = true
3636
rdk_build_with_yocto = false
37-
rdk_starboard_root= "//starboard/contrib/rdk/src"
37+
rdk_starboard_root= "//starboard/contrib/rdk/src"
3838
rdk_enable_securityagent = false

starboard/contrib/rdk/src/third_party/starboard/rdk/arm64/platform_configuration/configuration.gni

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@ import("//third_party/starboard/rdk/shared/platform_configuration/configuration.
3232

3333
arm_version = 8
3434
sabi_path = "//starboard/sabi/arm64/sabi-v$sb_api_version.json"
35-

0 commit comments

Comments
 (0)