Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Copyright (C) 2020 Robert Berger <robert.berger@ReliableEmbeddedSystems.com>
- # Released under the MIT license (see COPYING.MIT for the terms)
- require recipes-core/images/common-img.inc
- require recipes-core/images/core-image-minimal.bb
- # qt support in SDK
- inherit populate_sdk_qt5
- IMAGE_INSTALL += "\
- dropbear \
- bash \
- udev-extraconf \
- "
- # udev-extraconf for automount
- IMAGE_INSTALL += "\
- packagegroup-tools-cmdline \
- packagegroup-tools-top \
- "
- #packagegroup-tools-io
- #packagegroup-tools-rt
- # let's include qtbase by default
- IMAGE_INSTALL += "\
- qtbase \
- "
- # global - in local.conf
- #DISTRO_FEATURES_remove = "wayland"
- #DISTRO_FEATURES_remove = "vulkan"
- # this is a pure qt5 embedded demo image without X
- CONFLICT_DISTRO_FEATURES = "x11 wayland"
- # enable stuff from MACHINE/DISTRO_FEATURES
- # I added this in local.conf, since it's small
- CORE_IMAGE_EXTRA_INSTALL += "packagegroup-base-extended"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement