From: Yannick Gicquel Date: Thu, 10 Nov 2016 15:04:19 +0000 (+0100) Subject: meta-agl-bsp: meta-rcar-gen3: initial integration X-Git-Tag: chinook_3.0.0~66 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=ff0375ba601decbeebdce44012ecc73743f02cf1;p=AGL%2Fmeta-agl.git meta-agl-bsp: meta-rcar-gen3: initial integration Note: optee-os recipe is disable for the moment. Change-Id: I8881fcc3c794b1cbb479b8e7d61bb86688f78bf9 Signed-off-by: Yannick Gicquel --- diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bbappend b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bbappend new file mode 100644 index 000000000..ab6f23dc5 --- /dev/null +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bbappend @@ -0,0 +1,9 @@ +COMPATIBLE_MACHINE = "(salvator-x|h3ulcb|m3ulcb)" + +do_compile() { + : +} + +do_deploy() { + : +} diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-graphics/wayland/weston_1.9.0.bbappend b/meta-agl-bsp/meta-rcar-gen3/recipes-graphics/wayland/weston_1.9.0.bbappend new file mode 100644 index 000000000..56f2e9601 --- /dev/null +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-graphics/wayland/weston_1.9.0.bbappend @@ -0,0 +1,8 @@ +FILES_${PN}_append_rcar-gen3 = " \ + ${libexecdir}/weston-screenshooter \ + ${libexecdir}/weston-ivi-shell-user-interface \ + ${libexecdir}/weston-keyboard \ + ${libexecdir}/weston-simple-im \ + ${libexecdir}/weston-desktop-shell \ +" +