From c1f0ba5c5b33417498521780b89cef024478cc7e Mon Sep 17 00:00:00 2001 From: Christophe Priouzeau Date: Wed, 3 Mar 2021 09:17:00 +0100 Subject: [PATCH] Remove duplicate patch/config The xwayland are no more requested with next version. For weston.ini, now the configuration are location on meta-st-openstlinux. Signed-off-by: Christophe Priouzeau --- recipes-graphics/wayland/weston-init.bbappend | 2 - .../wayland/weston-init/weston.ini | 102 ------------------ .../wayland/weston/xwayland.weston-start | 7 -- recipes-graphics/wayland/weston_%.bbappend | 1 - 4 files changed, 112 deletions(-) delete mode 100644 recipes-graphics/wayland/weston-init.bbappend delete mode 100644 recipes-graphics/wayland/weston-init/weston.ini delete mode 100644 recipes-graphics/wayland/weston/xwayland.weston-start delete mode 100644 recipes-graphics/wayland/weston_%.bbappend diff --git a/recipes-graphics/wayland/weston-init.bbappend b/recipes-graphics/wayland/weston-init.bbappend deleted file mode 100644 index af6586c..0000000 --- a/recipes-graphics/wayland/weston-init.bbappend +++ /dev/null @@ -1,2 +0,0 @@ -FILESEXTRAPATHS_prepend_stm32mpcommon := "${THISDIR}/${PN}:" - diff --git a/recipes-graphics/wayland/weston-init/weston.ini b/recipes-graphics/wayland/weston-init/weston.ini deleted file mode 100644 index ed06404..0000000 --- a/recipes-graphics/wayland/weston-init/weston.ini +++ /dev/null @@ -1,102 +0,0 @@ -[core] -#modules=cms-colord.so -#xwayland=true -shell=desktop-shell.so -backend=drm-backend.so -idle-time=0 -repaint-window=100 -require-input=false - -[keyboard] -keymap_layout=us - -[shell] -background-image=/usr/share/weston/backgrounds/ST13028_Linux_picto_11_1366x768.png -background-color=0xff002244 -background-type=scale-crop -clock-format=minutes -panel-color=0x90a1a1a1 -panel-position=bottom -locking=false -animation=none -startup-animation=none -close-animation=none -focus-animation=none -binding-modifier=ctrl -#num-workspaces=6 -#cursor-theme=whiteglass -#cursor-size=24 - -#lockscreen-icon=/usr/share/icons/gnome/256x256/actions/lock.png -#lockscreen=/usr/share/backgrounds/gnome/Garden.jpg -#homescreen=/usr/share/backgrounds/gnome/Blinds.jpg - -[launcher] -icon=/usr/share/weston/icon/utilities-terminal.png -path=/usr/bin/weston-terminal - -[launcher] -icon=/usr/share/weston/icon/space.png -path=/bin/true - -[launcher] -icon=/usr/share/weston/icon_flower.png -path=/usr/bin/weston-flower - -[launcher] -icon=/usr/share/weston/icon/space.png -path=/bin/true - -[launcher] -icon=/usr/share/weston/icon/ST13345_Products_light_blue_24x24.png -path=/usr/local/demo/demo_launcher.py - -[launcher] -icon=/usr/share/weston/icon/space.png -path=/bin/true - -[input-method] -path=/usr/libexec/weston-keyboard - -# HDMI connector -# If the hdmi cable is plugged, weston uses the hdmi output (else dsi output). -# Use the command "systemctl restart weston@root" after pluging/unpluging the hdmi cable. -[output] -name=HDMI-A-1 -mode=1280x720 - -# DSI connector -[output] -name=DSI-1 -mode=preferred -transform=270 - -[libinput] -touchscreen_calibrator=true -calibration_helper=/bin/echo -#enable-tap=true -#tap-and-drag=true -#tap-and-drag-lock=true -#disable-while-typing=false -#middle-button-emulation=true -#left-handed=true -#rotation=90 -#accel-profile=flat -#accel-speed=.9 -#natural-scroll=true -#scroll-method=edge -# For button-triggered scrolling: -#scroll-method=button -#scroll-button=BTN_RIGHT - -#[touchpad] -#constant_accel_factor = 50 -#min_accel_factor = 0.16 -#max_accel_factor = 1.0 - -[screen-share] -command=/usr/bin/weston --backend=rdp-backend.so --shell=fullscreen-shell.so --no-clients-resize - - -#[xwayland] -#path=/usr/bin/Xwayland diff --git a/recipes-graphics/wayland/weston/xwayland.weston-start b/recipes-graphics/wayland/weston/xwayland.weston-start deleted file mode 100644 index ccf0914..0000000 --- a/recipes-graphics/wayland/weston/xwayland.weston-start +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -if type Xwayland >/dev/null 2>/dev/null; then - mkdir -p /tmp/.X11-unix - - add_weston_argument "--xwayland" -fi diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphics/wayland/weston_%.bbappend deleted file mode 100644 index f8366d8..0000000 --- a/recipes-graphics/wayland/weston_%.bbappend +++ /dev/null @@ -1 +0,0 @@ -FILESEXTRAPATHS_prepend_stm32mpcommon := "${THISDIR}/${PN}:"