diff options
author | Riku Nomoto <riku.nomoto@woven-planet.global> | 2020-11-26 23:14:33 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-01-24 15:42:23 +0000 |
commit | e201439999c3e304125ef1caf13dc9dfa1c06846 (patch) | |
tree | 6d4e85d9a4210c1d8f558df39b6cf6126b7ddfbe /meta-oem-production-readiness/meta-agl-basesystem/recipes-stub | |
parent | b0d6fcf282b2e0050c0303f5eb1283a79b3fa83c (diff) |
oem-pr-bs: add positioning service
This is the eighth commit of agl-basesystem.
Sensor data (GPS, Gyro and etc.) handling
v12 (jsmoeller): fix build of multiple packages
v20 (nomoto): change mail address and author
v27 (nomoto): make hal recipes inherit bshalmake
v34 (nomoto): fix cid and FILES
Bug-AGL: SPEC-3670
Signed-off-by: Riku Nomoto <riku.nomoto@woven-planet.global>
Change-Id: I3c7e8d7be16777018b09815577764d95a8a00849
Diffstat (limited to 'meta-oem-production-readiness/meta-agl-basesystem/recipes-stub')
7 files changed, 64 insertions, 6 deletions
diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-stub/ns-memorygpioaccesslibrary/ns-memorygpioaccesslibrary_1.0.0.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-stub/ns-memorygpioaccesslibrary/ns-memorygpioaccesslibrary_1.0.0.bb index e9fdd8ba..4a6edf25 100644 --- a/meta-oem-production-readiness/meta-agl-basesystem/recipes-stub/ns-memorygpioaccesslibrary/ns-memorygpioaccesslibrary_1.0.0.bb +++ b/meta-oem-production-readiness/meta-agl-basesystem/recipes-stub/ns-memorygpioaccesslibrary/ns-memorygpioaccesslibrary_1.0.0.bb @@ -12,5 +12,3 @@ S = "${WORKDIR}/git/stub/memory_gpio_access_library" inherit agl-basesystem-common BSMAKE_FILE = "Makefile" - -FILES_${PN} += "${libdir}/*" 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 index 1257dce0..e9618ca9 100644 --- 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 @@ -16,5 +16,3 @@ 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 index 6acd54d2..62b1ed95 100644 --- 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 @@ -14,5 +14,3 @@ 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-stub/vs-clock/vs-clock_1.0.0.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-stub/vs-clock/vs-clock_1.0.0.bb new file mode 100644 index 00000000..6c95ba32 --- /dev/null +++ b/meta-oem-production-readiness/meta-agl-basesystem/recipes-stub/vs-clock/vs-clock_1.0.0.bb @@ -0,0 +1,16 @@ +SUMMARY = "vs-clock for AGL software" +DESCRIPTION = "vs-clock 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/clock" + +inherit agl-basesystem-common + +BSMAKE_FILE = "Makefile.client" diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-stub/vs-diagcode/vs-diagcode_1.0.0.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-stub/vs-diagcode/vs-diagcode_1.0.0.bb new file mode 100644 index 00000000..8e3988ad --- /dev/null +++ b/meta-oem-production-readiness/meta-agl-basesystem/recipes-stub/vs-diagcode/vs-diagcode_1.0.0.bb @@ -0,0 +1,16 @@ +SUMMARY = "vs-diagcode for AGL software" +DESCRIPTION = "vs-diagcode 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/diag_code" + +inherit agl-basesystem-common + +BSMAKE_FILE = "Makefile" diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-stub/vs-diagrecord/vs-diagrecord_1.0.0.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-stub/vs-diagrecord/vs-diagrecord_1.0.0.bb new file mode 100644 index 00000000..ebc6e463 --- /dev/null +++ b/meta-oem-production-readiness/meta-agl-basesystem/recipes-stub/vs-diagrecord/vs-diagrecord_1.0.0.bb @@ -0,0 +1,16 @@ +SUMMARY = "vs-diagrecord for AGL software" +DESCRIPTION = "vs-diagrecord 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/diag_record" + +inherit agl-basesystem-common + +BSMAKE_FILE = "Makefile" diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-stub/vs-vehicle/vs-vehicle_1.0.0.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-stub/vs-vehicle/vs-vehicle_1.0.0.bb new file mode 100644 index 00000000..dac71f9b --- /dev/null +++ b/meta-oem-production-readiness/meta-agl-basesystem/recipes-stub/vs-vehicle/vs-vehicle_1.0.0.bb @@ -0,0 +1,16 @@ +SUMMARY = "vs-vehicle for AGL software" +DESCRIPTION = "vs-vehicle to build AGL software" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" + +DEPENDS += " ps-communication" + +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/vehicle" + +inherit agl-basesystem-common + +BSMAKE_FILE = "Makefile" |