@@ -8,7 +8,7 @@ SUMMARY = "IARMmgrs HAL definition"
8
8
SECTION = "console/utils"
9
9
10
10
LICENSE = "Apache-2.0 & ISC"
11
- LIC_FILES_CHKSUM = "file://LICENSE;md5=83a31d934b0cc2ab2d44a329445b4366 "
11
+ LIC_FILES_CHKSUM = "file://LICENSE;md5=1d8db96e7ee90f3821eb5e7e913a7b2a "
12
12
13
13
14
14
SRC_URI = "${CMF_GITHUB_ROOT} /iarmmgrs;${CMF_GITHUB_SRC_URI_SUFFIX} "
@@ -31,15 +31,19 @@ do_install() {
31
31
install -m 0644 ${S} /hal /include /plat_ir . h ${D}${includedir} /rdk /iarmmgrs -hal
32
32
install -m 0644 ${S} /hal /include /pwrMgr . h ${D}${includedir} /rdk /iarmmgrs -hal
33
33
install -m 0644 ${S} /hal /include /therm_mon . h ${D}${includedir} /rdk /iarmmgrs -hal
34
+ install -m 0644 ${S} /ir /irMgrInternal . h ${D}${includedir} /rdk /iarmmgrs -hal
35
+ install -m 0644 ${S} /ir /IrInputRemoteKeyCodes . h ${D}${includedir} /rdk /iarmmgrs -hal
34
36
install -m 0644 ${S} /power /pwrlogger . h ${D}${includedir} /rdk /iarmmgrs -hal
35
37
install -m 0644 ${S} /mfr /include /mfrMgr . h ${D}${includedir} /rdk /iarmmgrs -hal
36
38
install -m 0644 ${S} /mfr /include /mfrTypes . h ${D}${includedir} /rdk /iarmmgrs -hal
37
39
install -m 0644 ${S} /mfr /common /include /mfrApi . h ${D}${includedir} /rdk /iarmmgrs -hal
38
40
install -m 0644 ${S} /mfr /include /mfr_wifi_types . h ${D}${includedir} /rdk /iarmmgrs -hal
39
41
install -m 0644 ${S} /mfr /include /mfr_wifi_api . h ${D}${includedir} /rdk /iarmmgrs -hal
40
42
install -m 0644 ${S} /mfr /include /mfr_temperature . h ${D}${includedir} /rdk /iarmmgrs -hal
43
+ install -m 0644 ${S} /ir /include /irMgr . h ${D}${includedir} /rdk /iarmmgrs -hal
41
44
install -m 0644 ${S} /sysmgr /include /sysMgr . h ${D}${includedir} /rdk /iarmmgrs -hal
42
45
46
+ install -m 0644 ${S} /vrexmgr /include /vrexMgr . h ${D}${includedir} /rdk /iarmmgrs -hal
43
47
install -m 0644 ${S} /deviceUpdateMgr /include /deviceUpdateMgr . h ${D}${includedir} /rdk /iarmmgrs -hal
44
48
install -m 0644 ${S} /mfr /include /mfr_temperature . h ${D}${includedir} /rdk /iarmmgrs -hal
45
49
if ${@ bb . utils . contains ('DISTRO_FEATURES' , 'enable_maintenance_manager' , 'true' , 'false' , d )}; then
0 commit comments