From e201439999c3e304125ef1caf13dc9dfa1c06846 Mon Sep 17 00:00:00 2001 From: Riku Nomoto Date: Thu, 26 Nov 2020 23:14:33 +0900 Subject: 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 Change-Id: I3c7e8d7be16777018b09815577764d95a8a00849 --- .../libpositioning-hal/libpositioning-hal_1.0.0.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta-oem-production-readiness/meta-agl-basesystem/recipes-hal/libpositioning-hal/libpositioning-hal_1.0.0.bb (limited to 'meta-oem-production-readiness/meta-agl-basesystem/recipes-hal/libpositioning-hal/libpositioning-hal_1.0.0.bb') diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-hal/libpositioning-hal/libpositioning-hal_1.0.0.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-hal/libpositioning-hal/libpositioning-hal_1.0.0.bb new file mode 100644 index 00000000..f4955ba2 --- /dev/null +++ b/meta-oem-production-readiness/meta-agl-basesystem/recipes-hal/libpositioning-hal/libpositioning-hal_1.0.0.bb @@ -0,0 +1,20 @@ +SUMMARY = "libpositioning_hal for AGL software" +DESCRIPTION = "install libpositioning_hal to build AGL software" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" + +DEPENDS += " \ + ns-frameworkunified \ + ns-backupmanager \ + vs-positioningbaselibrary \ +" + +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/hal/positioning_hal" + +inherit bshalmake + +HAL_NAME = "positioning_hal" -- cgit 1.2.3-korg