oem-pr-bs: add communication libraries 50/25650/27
authorRiku Nomoto <riku.nomoto@woven-planet.global>
Thu, 26 Nov 2020 14:12:10 +0000 (23:12 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 14 Jan 2021 16:29:30 +0000 (16:29 +0000)
This is the fifth commit of agl-basesystem.
Communication libraries

v13 (jsmoeller): fix build of multiple packages
v19 (nomoto): change mail address and author

Bug-AGL: SPEC-3670

Signed-off-by: Riku Nomoto <riku.nomoto@woven-planet.global>
Change-Id: I18fdf9bd59c71a02de5a592d694fd06ffddbd997

meta-oem-production-readiness/meta-agl-basesystem/recipes-platform/packagegroups/packagegroup-agl-basesystem-service.bb
meta-oem-production-readiness/meta-agl-basesystem/recipes-stub/ps-communicationsubcpu/ps-communicationsubcpu_1.0.0.bb [new file with mode: 0644]
meta-oem-production-readiness/meta-agl-basesystem/recipes-stub/ps-communicationusb/ps-communicationusb_1.0.0.bb [new file with mode: 0644]
meta-oem-production-readiness/meta-agl-basesystem/recipes-support/ps-communication/ps-communication_1.0.0.bb [new file with mode: 0644]

diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-stub/ps-communicationsubcpu/ps-communicationsubcpu_1.0.0.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-stub/ps-communicationsubcpu/ps-communicationsubcpu_1.0.0.bb
new file mode 100644 (file)
index 0000000..1257dce
--- /dev/null
@@ -0,0 +1,20 @@
+SUMMARY = "ps-communicationsubcpu for AGL software"
+DESCRIPTION = "ps-communicationsubcpu to build AGL software"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
+
+DEPENDS += " ns-frameworkunified \
+    evklib-headers \
+"
+
+PV = "1.0.0+gitr${SRCPV}"
+SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/basesystem.git;protocol=https;branch=${AGL_BRANCH}"
+SRCREV := "${BASESYSTEM_REVISION}"
+
+S = "${WORKDIR}/git/stub/communication_subcpu"
+
+inherit agl-basesystem-common
+
+BSMAKE_FILE = "Makefile"
+
+FILES_${PN} += "${libdir}/*"
diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-stub/ps-communicationusb/ps-communicationusb_1.0.0.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-stub/ps-communicationusb/ps-communicationusb_1.0.0.bb
new file mode 100644 (file)
index 0000000..6acd54d
--- /dev/null
@@ -0,0 +1,18 @@
+SUMMARY = "ps-communicationusb for AGL software"
+DESCRIPTION = "ps-communicationusb to build AGL software"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
+
+DEPENDS += " ns-frameworkunified"
+
+PV = "1.0.0+gitr${SRCPV}"
+SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/basesystem.git;protocol=https;branch=${AGL_BRANCH}"
+SRCREV := "${BASESYSTEM_REVISION}"
+
+S = "${WORKDIR}/git/stub/communication_usb"
+
+inherit agl-basesystem-common
+
+BSMAKE_FILE = "Makefile"
+
+FILES_${PN} += "${libdir}/*"
diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/ps-communication/ps-communication_1.0.0.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/ps-communication/ps-communication_1.0.0.bb
new file mode 100644 (file)
index 0000000..3989547
--- /dev/null
@@ -0,0 +1,26 @@
+SUMMARY = "ps-communication for AGL software"
+DESCRIPTION = "ps-communication to build AGL software"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
+
+DEPENDS += " \
+    ns-frameworkunified \
+    ps-communicationsubcpu \
+"
+
+PV = "1.0.0+gitr${SRCPV}"
+SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/basesystem.git;protocol=https;branch=${AGL_BRANCH}"
+SRCREV := "${BASESYSTEM_REVISION}"
+
+S = "${WORKDIR}/git/service/peripheral/communication"
+
+inherit agl-basesystem-common
+
+BSMAKE_FILE = "Makefile.client"
+
+FILES_${PN} += "${libdir}/*"
+
+RDEPENDS_${PN} += " \
+    ns-frameworkunified \
+    ps-communicationsubcpu \
+"