Import cluster api and ipc library recipe from EG repo 87/26887/1
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Sun, 3 Oct 2021 03:03:52 +0000 (12:03 +0900)
committerNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Mon, 22 Nov 2021 06:30:27 +0000 (15:30 +0900)
The cluster api and ipc library was contributed by Nippon Seiki at SPEC-3952.
Original recipe of these was created by Tetsuro Komatsu from Panasonic.

https://github.com/agl-ic-eg/meta-agl/commit/476497689794ec37d5cbfd1f1797dfa060b0bd9b

This patch import these recipe from experimental repository.

Bug-AGL: SPEC-4092

Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Change-Id: I25cb9773753e18621d2ee0e44f54ab9e9f1b4aaf

meta-agl-lxc/recipes-core/libclusterapi/libclusterapi_git.bb [new file with mode: 0644]
meta-agl-lxc/recipes-core/libclusteripc/libclusteripc_git.bb [new file with mode: 0644]

diff --git a/meta-agl-lxc/recipes-core/libclusterapi/libclusterapi_git.bb b/meta-agl-lxc/recipes-core/libclusterapi/libclusterapi_git.bb
new file mode 100644 (file)
index 0000000..5d9550d
--- /dev/null
@@ -0,0 +1,20 @@
+SUMMARY = "AGL Instrument Cluster API library"
+DESCRIPTION = "AGL Instrument Cluster API is defined common function API for Instrument Cluster.\
+               This library was contributed by four EG member company."
+HOMEPAGE = "https://confluence.automotivelinux.org/display/IC"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
+
+DEPENDS = "libclusteripc"
+
+SRC_URI = "git://git.automotivelinux.org/src/libcluster-api;protocol=https;branch=${AGL_BRANCH}"
+SRCREV = "fa8ad7927ede4f2a825021d13a8024742b8cb225"
+
+S = "${WORKDIR}/git"
+
+inherit cmake pkgconfig
+
+EXTRA_OECMAKE:append = " \
+        -DCMAKE_SYSROOT=${RECIPE_SYSROOT} \
+"
diff --git a/meta-agl-lxc/recipes-core/libclusteripc/libclusteripc_git.bb b/meta-agl-lxc/recipes-core/libclusteripc/libclusteripc_git.bb
new file mode 100644 (file)
index 0000000..0096121
--- /dev/null
@@ -0,0 +1,18 @@
+SUMMARY = "AGL Instrument Cluster IPC library"
+DESCRIPTION = "AGL Instrument Cluster IPC is IPC framework for the AGL Instrument Cluster API.\
+               This library was contributed by four EG member company."
+HOMEPAGE = "https://confluence.automotivelinux.org/display/IC"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
+
+SRC_URI = "git://git.automotivelinux.org/src/libcluster-ipc;protocol=https;branch=${AGL_BRANCH}"
+SRCREV = "b27fb69aa966866920e86b10f7d10326a0042e33"
+
+S = "${WORKDIR}/git"
+
+inherit cmake pkgconfig
+
+EXTRA_OECMAKE:append = " \
+     -DCMAKE_SYSROOT=${RECIPE_SYSROOT} \
+"