diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-11-15 17:57:20 +0100 |
---|---|---|
committer | Stéphane Desneux <stephane.desneux@iot.bzh> | 2018-12-07 22:43:27 +0000 |
commit | 2076a75167271654bc6a94b6d8b1d04c0c7615f2 (patch) | |
tree | f262e5e8a120aca0eed72deee7b2e7279247f089 /meta-agl-profile-core/recipes-apis/agl-service-platform-info | |
parent | 33c1e8f786ecaacf11358d54b46aedb796a0ab61 (diff) |
Add platform-info binding
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>
Diffstat (limited to 'meta-agl-profile-core/recipes-apis/agl-service-platform-info')
-rw-r--r-- | meta-agl-profile-core/recipes-apis/agl-service-platform-info/agl-service-platform-info_git.bb | 15 |
1 files changed, 15 insertions, 0 deletions
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 index 000000000..d15bafbfb --- /dev/null +++ b/meta-agl-profile-core/recipes-apis/agl-service-platform-info/agl-service-platform-info_git.bb @@ -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 |