Add platform-info binding 15/18015/4
authorRomain Forlot <romain.forlot@iot.bzh>
Thu, 15 Nov 2018 16:57:20 +0000 (17:57 +0100)
committerStéphane Desneux <stephane.desneux@iot.bzh>
Fri, 7 Dec 2018 22:43:27 +0000 (22:43 +0000)
Initiate a new binding development providing a simple way
to get platform information like hardware capabilities or
build informations.

Bug-AGL: SPEC-1917 SPEC-720

Change-Id: I89e0f802be407fda9f86d38d69f956e036a45016
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
meta-agl-profile-core/recipes-apis/agl-service-platform-info/agl-service-platform-info_git.bb [new file with mode: 0644]
meta-agl-profile-core/recipes-platform/packagegroups/packagegroup-agl-core-services.bb

diff --git a/meta-agl-profile-core/recipes-apis/agl-service-platform-info/agl-service-platform-info_git.bb b/meta-agl-profile-core/recipes-apis/agl-service-platform-info/agl-service-platform-info_git.bb
new file mode 100644 (file)
index 0000000..d15bafb
--- /dev/null
@@ -0,0 +1,15 @@
+SUMMARY     = "Platform info provider binding"
+DESCRIPTION = "AGL Platform info provider binding"
+HOMEPAGE    = "https://github.com/iotbzh/agl-service-platform-info.git"
+SECTION     = "apps"
+
+LICENSE     = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
+
+SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/agl-service-platform-info;protocol=https;branch=${AGL_BRANCH}"
+SRCREV  = "${AGL_APP_REVISION}"
+
+PV = "1.0+git${SRCPV}"
+S  = "${WORKDIR}/git"
+
+inherit cmake aglwgt pkgconfig