X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fcluster-windowmanager-conf%2Fcluster-windowmanager-conf_1.0.bb;fp=recipes-demo-hmi%2Fcluster-windowmanager-conf%2Fcluster-windowmanager-conf_1.0.bb;h=0cef85c5aeb9129b126b8dae5a29e6f3558d138b;hb=251fb524e791d40cb7a7e1581649e63da9da3b08;hp=0000000000000000000000000000000000000000;hpb=7ea4459ecd58198e4932db3f41fadecf0024325c;p=AGL%2Fmeta-agl-cluster-demo.git diff --git a/recipes-demo-hmi/cluster-windowmanager-conf/cluster-windowmanager-conf_1.0.bb b/recipes-demo-hmi/cluster-windowmanager-conf/cluster-windowmanager-conf_1.0.bb new file mode 100644 index 0000000..0cef85c --- /dev/null +++ b/recipes-demo-hmi/cluster-windowmanager-conf/cluster-windowmanager-conf_1.0.bb @@ -0,0 +1,19 @@ +SUMMARY = "Cluster demo windowmanager configuration" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" + +SRC_URI = "file://layers.json \ + file://areas.db \ + file://roles.db \ +" + +do_compile[noexec] = "1" + +do_install() { + install -d ${D}${sysconfdir}/xdg/windowmanager + install -m 0644 ${WORKDIR}/layers.json ${D}${sysconfdir}/xdg/windowmanager/layers.json + install -m 0644 ${WORKDIR}/areas.db ${D}${sysconfdir}/xdg/windowmanager/areas.db + install -m 0644 ${WORKDIR}/roles.db ${D}${sysconfdir}/xdg/windowmanager/roles.db +} + +#FILES_${PN} += "${sysconfdir}/*"