| require ../poky/meta/recipes-graphics/images/core-image-weston.bb |
| |
| IMAGE_LINGUAS = " " |
| |
| LICENSE = "MIT" |
| |
| inherit add-pulseaudio-service |
| inherit mkstateimage |
| inherit slimko |
| inherit create-link |
| inherit create-nfsb |
| inherit create-sparse-image |
| |
| CORE_IMAGE_EXTRA_INSTALL += " \ |
| packagegroup-mtk-gstreamer1.0 \ |
| packagegroup-gstreamer1.0-full \ |
| packagegroup-mtk-upgrade-kit \ |
| " |
| |
| IMAGE_INSTALL_append = " \ |
| energy-aware \ |
| evtest \ |
| fb-test \ |
| i2c-tools \ |
| libmtp \ |
| mali \ |
| mtk-alsa-ucm \ |
| mtd-utils \ |
| udev-extraconf \ |
| usbutils \ |
| util-linux \ |
| vpud \ |
| mdpd \ |
| mtk-ovl-adapter \ |
| ${@bb.utils.contains('TEE_SUPPORT', 'mtee', 'tzapp', '' ,d)} \ |
| boot-assist \ |
| alsa-utils \ |
| pulseaudio-server \ |
| pulseaudio-misc \ |
| " |
| |
| CORE_IMAGE_BASE_INSTALL_remove = "weston-ini-conf weston-examples gtk+3-demo clutter-1.0-examples" |