X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2FSettings%2FSettings.bb;fp=recipes-demo-hmi%2FSettings%2FSettings.bb;h=681b84f0b3984b1ae15f86bdf5882c0ae9284415;hb=39912e7554b2f1c88d512955cef5ea1b45ace77c;hp=0000000000000000000000000000000000000000;hpb=84548852f969f2c5de604509ebd62d7ee3a3a1bc;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo-hmi/Settings/Settings.bb b/recipes-demo-hmi/Settings/Settings.bb new file mode 100644 index 000000000..681b84f0b --- /dev/null +++ b/recipes-demo-hmi/Settings/Settings.bb @@ -0,0 +1,31 @@ +SUMMARY = "${PN} for the AGL Demo Platform" +DESCRIPTION = "${PN} app" +HOMEPAGE = "https://git.automotivelinux.org/gerrit/#/admin/projects/AGL/DemoApps/${PN}" + +SECTION = "apps" + +# To be revised once sourcecode lands +# LICENSE = "xyz" +# Dummy MPL-2.0 +LICENSE = "MPL-2.0" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad" + + +SRC_URI = "git://git.automotivelinux.org/gerrit/AGL/DemoApps/${PN};protocol=http" +SRCREV = "AUTOINC" + +# custom configure and install as these are just qml files + +# we work in the git checkout ... +S = "${WORKDIR}/git" + +do_configure() { + true +} + +# empty folder for now +do_install() { + mkdir -p ${D}/opt/AGL/${PN}/ +} + +FILES_${PN} = "/opt/AGL/${PN}/"