URI: 
       packagegroup-kiosk-wayland.bb - meta-kiosk - yocto meta-layer to build a kiosk screen
  HTML git clone https://git.drkhsh.at/meta-kiosk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
       packagegroup-kiosk-wayland.bb (488B)
       ---
            1 DESCRIPTION = "Common package group list for kiosk image (wayland)"
            2 LICENSE = "GPL-3.0-or-later"
            3 
            4 inherit packagegroup features_check
            5 
            6 REQUIRED_DISTRO_FEATURES = "wayland"
            7 
            8 RDEPENDS:${PN} += " \
            9     kiosk-autostart-wayland \
           10     kiosk-wallpaper \
           11     chromium-ozone-wayland \
           12     libgles2 libgles2-mesa \
           13     user-kiosk \
           14     liberation-fonts \
           15     noto-color-emoji-unhinted \
           16     psplash \
           17     wayland \
           18     weston \
           19     weston-init \
           20     seatd \
           21     "
           22 
           23 PACKAGE_ARCH = "${TUNE_PKGARCH}"