File tree Expand file tree Collapse file tree 15 files changed +191
-82
lines changed Expand file tree Collapse file tree 15 files changed +191
-82
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
5
5
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
6
6
7
+ #### [ 1.1.0] ( https://github.com/rdk-e/meta-rdk-halif-headers/compare/1.0.1...1.1.0 )
8
+
9
+ - Changelog updates for 1.0.1 [ ` #11 ` ] ( https://github.com/rdk-e/meta-rdk-halif-headers/pull/11 )
10
+ - RDK-46383 : cleanup rdk-halif-headers [ ` #10 ` ] ( https://github.com/rdk-e/meta-rdk-halif-headers/pull/10 )
11
+ - RDK-45050 : Update devicesettings-headers version [ ` #9 ` ] ( https://github.com/rdk-e/meta-rdk-halif-headers/pull/9 )
12
+ - RDK-46383 : Add comments in headers [ ` 85cfda6 ` ] ( https://github.com/rdk-e/meta-rdk-halif-headers/commit/85cfda64737434539129b148b8e9ada0716692b2 )
13
+ - RDK-46383 : cleanup inc file [ ` 1ad8b08 ` ] ( https://github.com/rdk-e/meta-rdk-halif-headers/commit/1ad8b08add54c4c754aa0eaaed980551aad6a591 )
14
+ - RDK-46383 : Updated TODO comments [ ` 0b7ed27 ` ] ( https://github.com/rdk-e/meta-rdk-halif-headers/commit/0b7ed276d0bd9047e75c64182cf6c75658c2dd84 )
15
+
7
16
#### [ 1.0.1] ( https://github.com/rdk-e/meta-rdk-halif-headers/compare/1.0.0...1.0.1 )
8
17
18
+ > 19 January 2024
19
+
9
20
- RDK-46034 : tvsettings-hal-headers from common repo [ ` #5 ` ] ( https://github.com/rdk-e/meta-rdk-halif-headers/pull/5 )
10
21
- RDK-46035 : device settings header version change [ ` #8 ` ] ( https://github.com/rdk-e/meta-rdk-halif-headers/pull/8 )
11
22
- RDK-46035 : devicesettings-hal-headers from rdkcentral [ ` #7 ` ] ( https://github.com/rdk-e/meta-rdk-halif-headers/pull/7 )
Original file line number Diff line number Diff line change 1
- # template
2
- Template repository with common workflows for future clone
1
+ # meta-rdk-halif-headers
2
+ Common meta layer repo created to have the recipes for RDK HAL Interface headers
3
+ This meta layer will be shared across middleware layer and vendor layers
4
+
5
+ Header file repos in this layer are suppoesed to point to rdkcentral github [ github.com/rdkcentral] , which is the source of truth for RDK HAL Headers
6
+
7
+ Currently recipes-rdk-halif-headers is having the recipes which are already pointing to rdkcentral github.
8
+ recipes-rdk-headers has the recipes for which the header file code is not yet available in the rdkcentral github. These recipes should be reviewed and could be removed in near future.
9
+
10
+ The version control for the header recipes in done using one inc file "conf/include/rdk-headers-versions.inc" which gets included in the machine config.
Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ PV_pn-devicesettings-hal-headers = "0.1.2"
25
25
PR_pn -devicesettings -hal -headers = "r0"
26
26
SRCREV_pn -devicesettings -hal -headers = "0.1.2"
27
27
28
+ PV_pn -tvsettings -hal -headers = "0.1.1"
29
+ PR_pn -tvsettings -hal -headers = "r0"
30
+ SRCREV_pn -tvsettings -hal -headers = "0.1.1"
31
+
28
32
PV_pn -iarmmgrs -hal -headers = "2.0.0"
29
33
PR_pn -iarmmgrs -hal -headers = "r0"
30
34
SRCREV_pn -iarmmgrs -hal -headers = "8c0e309be318e0665b8fb2ccdf131b722cc32d84"
31
35
32
- # PV_pn-tvsettings-hal-headers ?= "0.1.1"
33
- # PR_pn-tvsettings-hal-headers ?= "r0"
34
- # SRCREV_pn-tvsettings-hal-headers ?= "0.1.1"
35
-
36
36
PV_pn -closedcaption -hal -headers = "1.0.0"
37
37
PR_pn -closedcaption -hal -headers = "r0"
38
38
SRCREV_pn -closedcaption -hal -headers = "GRT_v2"
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # ============================================================================
2
+ # RDK MANAGEMENT, LLC CONFIDENTIAL AND PROPRIETARY
3
+ # ============================================================================
4
+ # This file (and its contents) are the intellectual property of RDK Management, LLC.
5
+ # It may not be used, copied, distributed or otherwise disclosed in whole or in
6
+ # part without the express written permission of RDK Management, LLC.
7
+ # ============================================================================
8
+ # Copyright (c) 2016 RDK Management, LLC. All rights reserved.
9
+ # ============================================================================
10
+
11
+ # Version and SRCREV for this component is handled in conf/include/rdk-headers-versions.inc
12
+
1
13
SUMMARY = "RMF Audio Capture HAL Header definitions"
2
14
SECTION = "console/utils"
3
15
Original file line number Diff line number Diff line change
1
+ # ============================================================================
2
+ # RDK MANAGEMENT, LLC CONFIDENTIAL AND PROPRIETARY
3
+ # ============================================================================
4
+ # This file (and its contents) are the intellectual property of RDK Management, LLC.
5
+ # It may not be used, copied, distributed or otherwise disclosed in whole or in
6
+ # part without the express written permission of RDK Management, LLC.
7
+ # ============================================================================
8
+ # Copyright (c) 2016 RDK Management, LLC. All rights reserved.
9
+ # ============================================================================
10
+
1
11
# Version and SRCREV for this component is handled in conf/include/rdk-headers-versions.inc
2
12
3
13
SUMMARY = "This recipe provides RDK Deepslee Manager HAL Interface headers"
Original file line number Diff line number Diff line change
1
+ # ============================================================================
2
+ # RDK MANAGEMENT, LLC CONFIDENTIAL AND PROPRIETARY
3
+ # ============================================================================
4
+ # This file (and its contents) are the intellectual property of RDK Management, LLC.
5
+ # It may not be used, copied, distributed or otherwise disclosed in whole or in
6
+ # part without the express written permission of RDK Management, LLC.
7
+ # ============================================================================
8
+ # Copyright (c) 2016 RDK Management, LLC. All rights reserved.
9
+ # ============================================================================
10
+
1
11
# Version and SRCREV for this component is handled in conf/include/rdk-headers-versions.inc
2
12
3
13
SUMMARY = "Devicesettings HAL definition"
Original file line number Diff line number Diff line change
1
+ # ============================================================================
2
+ # RDK MANAGEMENT, LLC CONFIDENTIAL AND PROPRIETARY
3
+ # ============================================================================
4
+ # This file (and its contents) are the intellectual property of RDK Management, LLC.
5
+ # It may not be used, copied, distributed or otherwise disclosed in whole or in
6
+ # part without the express written permission of RDK Management, LLC.
7
+ # ============================================================================
8
+ # Copyright (c) 2016 RDK Management, LLC. All rights reserved.
9
+ # ============================================================================
10
+
11
+ # Version and SRCREV for this component is handled in conf/include/rdk-headers-versions.inc
12
+
13
+ SUMMARY = "This recipe provides RDK HDMICEC HAL Interface headers"
14
+ SECTION = "console/utils"
15
+
16
+ LICENSE = "Apache-2.0"
17
+ LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e"
18
+
19
+ inherit allarch
20
+
21
+ SRC_URI = "${CMF_GITHUB_ROOT} /rdk-halif-hdmi_cec;${CMF_GITHUB_SRC_URI_SUFFIX} "
22
+
23
+ S = "${WORKDIR} /git"
24
+
25
+ # this is a Header package only, nothing to build
26
+ do_compile [noexec ] = "1"
27
+ do_configure [noexec ] = "1"
28
+
29
+
30
+ do_install () {
31
+ install -d ${D}${includedir} /ccec
32
+ install -d ${D}${includedir} /ccec /drivers
33
+ install -m 0644 ${S} /include /*. h ${D}${includedir} /ccec /drivers
34
+ }
You can’t perform that action at this time.
0 commit comments