oem-pr-bs: add backup mng and mem access libs 51/25651/26
authorRiku Nomoto <riku.nomoto@woven-planet.global>
Thu, 26 Nov 2020 14:12:55 +0000 (23:12 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 14 Jan 2021 16:29:30 +0000 (16:29 +0000)
This is the sixth commit of agl-basesystem.
Service backup manager and non-volatile memory access library

v12 (jsmoeller): fix build of multiple packages
v18 (nomoto): change mail address and author
v23 (nomoto): make hal recipes inherit bshalmake

Bug-AGL: SPEC-3670

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

meta-oem-production-readiness/meta-agl-basesystem/recipes-hal/libnv-hal/libnv-hal_1.0.0.bb [new file with mode: 0644]
meta-oem-production-readiness/meta-agl-basesystem/recipes-platform/packagegroups/packagegroup-agl-basesystem-hal.bb
meta-oem-production-readiness/meta-agl-basesystem/recipes-platform/packagegroups/packagegroup-agl-basesystem-service.bb
meta-oem-production-readiness/meta-agl-basesystem/recipes-stub/ns-memorygpioaccesslibrary/ns-memorygpioaccesslibrary_1.0.0.bb [new file with mode: 0644]
meta-oem-production-readiness/meta-agl-basesystem/recipes-support/ns-backupmanager/ns-backupmanager_1.0.0.bb [new file with mode: 0644]
meta-oem-production-readiness/meta-agl-basesystem/recipes-support/ss-romaccesslibrary/ss-romaccesslibrary_1.0.0.bb [new file with mode: 0644]

diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-hal/libnv-hal/libnv-hal_1.0.0.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-hal/libnv-hal/libnv-hal_1.0.0.bb
new file mode 100644 (file)
index 0000000..43636ba
--- /dev/null
@@ -0,0 +1,17 @@
+SUMMARY = "libnv_hal for AGL software"
+DESCRIPTION = "install libnv_hal 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/hal/nv_hal"
+
+inherit bshalmake
+
+HAL_NAME = "nv_hal"
+FILES_${PN} += "${libdir}/lib${HAL_NAME}.so"
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
new file mode 100644 (file)
index 0000000..e9fdd8b
--- /dev/null
@@ -0,0 +1,16 @@
+SUMMARY = "ns-memorygpioaccesslibrary for AGL software"
+DESCRIPTION = "ns-memorygpioaccesslibrary to build AGL software"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
+
+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/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-support/ns-backupmanager/ns-backupmanager_1.0.0.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/ns-backupmanager/ns-backupmanager_1.0.0.bb
new file mode 100644 (file)
index 0000000..06dadcd
--- /dev/null
@@ -0,0 +1,29 @@
+SUMMARY = "ns-backupmanager for AGL software"
+DESCRIPTION = "ns-backupmanager to build AGL software"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
+
+DEPENDS += " \
+    libxml2-native \
+    ns-frameworkunified \
+    libnv-hal \
+"
+
+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/native/backup_manager"
+
+inherit agl-basesystem-common
+
+BSMAKE_FILE = "Makefile.client"
+
+FILES_${PN} += " \
+    ${libdir}/* \
+"
+
+RDEPENDS_${PN} += " \
+    ns-frameworkunified \
+    libnv-hal \
+"
diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/ss-romaccesslibrary/ss-romaccesslibrary_1.0.0.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/ss-romaccesslibrary/ss-romaccesslibrary_1.0.0.bb
new file mode 100644 (file)
index 0000000..1ac2a03
--- /dev/null
@@ -0,0 +1,28 @@
+SUMMARY = "ss-romaccesslibrary for AGL software"
+DESCRIPTION = "ss-romaccesslibrary to build AGL software"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
+
+DEPENDS += " \
+    ns-frameworkunified \
+    ns-commonlibrary \
+    ns-memorygpioaccesslibrary \
+"
+
+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/system/rom_access_library"
+
+inherit agl-basesystem-common
+
+BSMAKE_FILE = "Makefile.client"
+
+FILES_${PN} += "${libdir}/*"
+
+RDEPENDS_${PN} += " \
+    ns-frameworkunified \
+    ns-commonlibrary \
+    ns-memorygpioaccesslibrary \
+"