From: Denys Dmytriyenko <denis@denix.org>
To: Chase Maupin <Chase.Maupin@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH] matrix-gui: remove use of config files
Date: Sun, 05 Feb 2012 23:29:37 -0500 [thread overview]
Message-ID: <20120206042937.GD11841@denix.org> (raw)
In-Reply-To: <1328223516-14451-1-git-send-email-Chase.Maupin@ti.com>
On Thu, Feb 02, 2012 at 04:58:36PM -0600, Chase Maupin wrote:
> * Latest sources do not require config files anymore and they
> have been removed from the repository. This change was added
> to the old arago overlay and is ported here.
>
> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Acked-by: Denys Dmytriyenko <denys@ti.com>
Can go in after the initial updated matrix patches are pushed.
--
Denys
> ---
> .../recipes-core/matrix/matrix-gui_2.0.bb | 11 +----------
> 1 files changed, 1 insertions(+), 10 deletions(-)
>
> diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb
> index 9d9fce8..63e647f 100644
> --- a/meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb
> +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb
> @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a886c9ef769b2d8271115d2502512e5d"
>
> SECTION = "multimedia"
>
> -PR = "r7"
> +PR = "r8"
>
> INITSCRIPT_NAME = "matrix-gui-2.0"
> INITSCRIPT_PARAMS = "defaults 97"
> @@ -26,12 +26,6 @@ require matrix-gui-paths.inc
>
> S = "${WORKDIR}/git"
>
> -MATRIX_CONFIG = "800x480_config.ini"
> -MATRIX_CONFIG_am3517-evm = "480x272_config.ini"
> -MATRIX_CONFIG_am180x-evm = "480x272_config.ini"
> -MATRIX_CONFIG_am37x-evm = "640x480_config.ini"
> -MATRIX_CONFIG_beagleboard = "640x480_config.ini"
> -
> MATRIX_ROT = ""
> MATRIX_ROT_am37x-evm = "-display transformed:Rot90"
>
> @@ -51,9 +45,6 @@ do_install(){
> # TODO: replace init script with systemd files
> install -d ${D}${sysconfdir}/init.d
> install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/matrix-gui-2.0
> -
> - # Install the matrix config file to configure the screen resolution
> - install -m 0644 ${S}/matrix_config/${MATRIX_CONFIG} ${D}${MATRIX_WEB_DIR}/matrix_config.ini
> }
>
> RDEPENDS_${PN} += "matrix-lighttpd-config lighttpd lighttpd-module-cgi lighttpd-module-compress lighttpd-module-expire php php-cgi php-cli matrix-gui-browser refresh-screen"
> --
> 1.7.0.4
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
>
prev parent reply other threads:[~2012-02-06 4:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-02 22:58 [PATCH] matrix-gui: remove use of config files Chase Maupin
2012-02-06 4:29 ` 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=20120206042937.GD11841@denix.org \
--to=denis@denix.org \
--cc=Chase.Maupin@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.