File tree Expand file tree Collapse file tree 14 files changed +180
-82
lines changed Expand file tree Collapse file tree 14 files changed +180
-82
lines changed 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
+ }
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 Power Manager HAL Interface headers"
14
+ SECTION = "console/utils"
15
+
16
+ LICENSE = "Apache-2.0"
17
+ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
18
+
19
+ inherit allarch
20
+
21
+ SRC_URI = "${CMF_GITHUB_ROOT} /rdk-halif-power_manager;${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} /rdk /iarmmgrs -hal
32
+ install -m 0644 ${S} /include /*. h ${D}${includedir} /rdk /iarmmgrs -hal
33
+ }
34
+
You can’t perform that action at this time.
0 commit comments