File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ PV:pn-iarmbus-headers = "1.0.1"
37
37
PR :pn -iarmbus -headers = "r0"
38
38
SRCREV :pn -iarmbus -headers = "6ed35ebb886a8ac01812d8bfe5b4c3a89f9ace38"
39
39
40
+ PV :pn -ctrlm -hal -headers = "1.1.0"
41
+ PR :pn -ctrlm -hal -headers = "r0"
42
+ SRCREV :pn -ctrlm -hal -headers = "99d9e3bda6e59542970eadcdcaaa825d6d5875e8"
43
+
40
44
PV :pn -rdk -gstreamer -utils -headers = "2.0.1"
41
45
PR :pn -rdk -gstreamer -utils -headers = "r0"
42
46
SRCREV :pn -rdk -gstreamer -utils -headers = "9b3c2833cda4e2c3865a75932c2510613037fe61"
Original file line number Diff line number Diff line change
1
+ # Version and SRCREV for this component is handled in conf/include/rdk-headers-versions.inc
2
+
3
+ SUMMARY = "This recipe provides RDK Control Manager HAL Interface headers"
4
+ SECTION = "console/utils"
5
+ LICENSE = "Apache-2.0"
6
+ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
7
+
8
+ ALLOW_EMPTY :${PN} = "1"
9
+
10
+ SRC_URI = "${CMF_GITHUB_ROOT} /control;${CMF_GITHUB_SRC_URI_SUFFIX} ;name=ctrlm-hal-headers"
11
+
12
+ S = "${WORKDIR} /git"
13
+
14
+ inherit allarch
15
+
16
+ # this is a HAL package only, nothing to build
17
+ do_compile [noexec ] = "1"
18
+ do_configure [noexec ] = "1"
19
+
20
+ # also get rid of the default dependency added in bitbake.conf
21
+ # since there is no 'main' package generated (empty)
22
+ RDEPENDS :${PN} -dev = ""
23
+
24
+ do_install () {
25
+ install -d ${D}${includedir}
26
+ install -m 644 ${S} /include /ctrlm_hal *. h ${D}${includedir}
27
+ }
You can’t perform that action at this time.
0 commit comments