From f33351bdb249413715549ff477809c73c0723d97 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 11 Sep 2020 23:04:04 -0700 Subject: weston.ini: Move to imx subdir This ensures that it does not lurk for non meta-freescale BSPs Signed-off-by: Khem Raj --- .../wayland/weston-init/imx/weston.ini | 25 ++++++++++++++++++++++ recipes-graphics/wayland/weston-init/weston.ini | 25 ---------------------- 2 files changed, 25 insertions(+), 25 deletions(-) create mode 100644 recipes-graphics/wayland/weston-init/imx/weston.ini delete mode 100644 recipes-graphics/wayland/weston-init/weston.ini (limited to 'recipes-graphics') diff --git a/recipes-graphics/wayland/weston-init/imx/weston.ini b/recipes-graphics/wayland/weston-init/imx/weston.ini new file mode 100644 index 00000000..d9094b1f --- /dev/null +++ b/recipes-graphics/wayland/weston-init/imx/weston.ini @@ -0,0 +1,25 @@ +[core] +#gbm-format=argb8888 +idle-time=0 +#use-g2d=1 +#xwayland=true + +#[shell] +#size=1920x1080 + +#[output] +#name=HDMI-A-1 +#mode=1920x1080@60 +#transform=90 + +#[output] +#name=HDMI-A-2 +#mode=off +# WIDTHxHEIGHT Resolution size width and height in pixels +# off Disables the output +# preferred Uses the preferred mode +# current Uses the current crt controller mode +#transform=90 + +[screen-share] +command=@bindir@/weston --backend=rdp-backend.so --shell=fullscreen-shell.so --no-clients-resize diff --git a/recipes-graphics/wayland/weston-init/weston.ini b/recipes-graphics/wayland/weston-init/weston.ini deleted file mode 100644 index d9094b1f..00000000 --- a/recipes-graphics/wayland/weston-init/weston.ini +++ /dev/null @@ -1,25 +0,0 @@ -[core] -#gbm-format=argb8888 -idle-time=0 -#use-g2d=1 -#xwayland=true - -#[shell] -#size=1920x1080 - -#[output] -#name=HDMI-A-1 -#mode=1920x1080@60 -#transform=90 - -#[output] -#name=HDMI-A-2 -#mode=off -# WIDTHxHEIGHT Resolution size width and height in pixels -# off Disables the output -# preferred Uses the preferred mode -# current Uses the current crt controller mode -#transform=90 - -[screen-share] -command=@bindir@/weston --backend=rdp-backend.so --shell=fullscreen-shell.so --no-clients-resize -- cgit v1.2.3-54-g00ecf