From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../recipes-graphics/images/qcom-x11-image.bb | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 bsp/meta-qcom/dynamic-layers/openembedded-layer/recipes-graphics/images/qcom-x11-image.bb (limited to 'bsp/meta-qcom/dynamic-layers/openembedded-layer/recipes-graphics/images/qcom-x11-image.bb') diff --git a/bsp/meta-qcom/dynamic-layers/openembedded-layer/recipes-graphics/images/qcom-x11-image.bb b/bsp/meta-qcom/dynamic-layers/openembedded-layer/recipes-graphics/images/qcom-x11-image.bb new file mode 100644 index 00000000..9376de1a --- /dev/null +++ b/bsp/meta-qcom/dynamic-layers/openembedded-layer/recipes-graphics/images/qcom-x11-image.bb @@ -0,0 +1,30 @@ +SUMMARY = "Basic X11 graphics image" + +IMAGE_FEATURES += "splash package-management debug-tweaks ssh-server-openssh hwcodecs x11 tools-debug" + +LICENSE = "MIT" + +inherit core-image features_check extrausers + +# let's make sure we have a good image.. +REQUIRED_DISTRO_FEATURES = "x11" + +# make sure we boot to desktop +# by default and without x11-base in IMAGE_FEATURES we default to multi-user.target +SYSTEMD_DEFAULT_TARGET = "graphical.target" + +CORE_IMAGE_BASE_INSTALL += " \ + alsa-utils-aplay \ + coreutils \ + glmark2 \ + gptfdisk \ + gstreamer1.0-plugins-bad-meta \ + gstreamer1.0-plugins-base-meta \ + gstreamer1.0-plugins-good-meta \ + gtkperf \ + kernel-modules \ + kmscube \ + mesa-demos \ + openbox \ + rsync \ +" -- cgit 1.2.3-korg