From: Denys Dmytriyenko <denys@ti.com>
To: Jacob Stiffler <j-stiffler@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH] weston: ti43x: Limit resolution to prevent HDMI display underrun
Date: Mon, 1 Feb 2016 16:32:14 -0500 [thread overview]
Message-ID: <20160201213213.GS11314@edge> (raw)
In-Reply-To: <1454091629-31031-1-git-send-email-j-stiffler@ti.com>
On Fri, Jan 29, 2016 at 01:20:29PM -0500, Jacob Stiffler wrote:
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
> .../recipes-graphics/wayland/weston/ti43x/weston.ini | 13 +++++++++++++
> .../recipes-graphics/wayland/weston_1.9.0.bbappend | 4 +++-
> 2 files changed, 16 insertions(+), 1 deletion(-)
> create mode 100644 meta-arago-distro/recipes-graphics/wayland/weston/ti43x/weston.ini
>
> diff --git a/meta-arago-distro/recipes-graphics/wayland/weston/ti43x/weston.ini b/meta-arago-distro/recipes-graphics/wayland/weston/ti43x/weston.ini
> new file mode 100644
> index 0000000..b2b7927
> --- /dev/null
> +++ b/meta-arago-distro/recipes-graphics/wayland/weston/ti43x/weston.ini
> @@ -0,0 +1,13 @@
> +[shell]
> +locking=false
> +animation=zoom
> +panel-location=top
> +startup-animation=fade
> +
> +[screensaver]
> +# Uncomment path to disable screensaver
> +#path=@libexecdir@/weston-screensaver
> +
> +[output]
> +name=HDMI1
> +mode=1024x768
> diff --git a/meta-arago-distro/recipes-graphics/wayland/weston_1.9.0.bbappend b/meta-arago-distro/recipes-graphics/wayland/weston_1.9.0.bbappend
> index 4aff58d..1a85eca 100644
> --- a/meta-arago-distro/recipes-graphics/wayland/weston_1.9.0.bbappend
> +++ b/meta-arago-distro/recipes-graphics/wayland/weston_1.9.0.bbappend
> @@ -2,7 +2,7 @@
> PACKAGECONFIG[fbdev] = "--enable-fbdev-compositor WESTON_NATIVE_BACKEND="fbdev-backend.so",--disable-fbdev-compositor,udev mtdev"
> PACKAGECONFIG[kms] = "--enable-drm-compositor,--disable-drm-compositor,drm udev libgbm mtdev"
>
> -PR_append = "-arago0"
> +PR_append = "-arago1"
>
> FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>
> @@ -21,3 +21,5 @@ PACKAGES += "${PN}-conf"
>
> FILES_${PN}-conf += "${sysconfdir}/profile.d/* ${sysconfdir}/weston.ini"
> RDEPENDS_${PN} += "${PN}-conf"
> +
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
I'd hate to make the entire weston package machine-specific, especially only
for the ini file. Can you please extract ini and env files into a separate
weston-conf package? Thanks.
--
Denys
prev parent reply other threads:[~2016-02-01 21:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-29 18:20 [PATCH] weston: ti43x: Limit resolution to prevent HDMI display underrun Jacob Stiffler
2016-02-01 21:32 ` Denys Dmytriyenko [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160201213213.GS11314@edge \
--to=denys@ti.com \
--cc=j-stiffler@ti.com \
--cc=meta-arago@arago-project.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.