All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] matrix-gui: remove use of config files
@ 2012-02-02 22:58 Chase Maupin
  2012-02-06  4:29 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Chase Maupin @ 2012-02-02 22:58 UTC (permalink / raw)
  To: meta-arago

* 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>
---
 .../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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] matrix-gui: remove use of config files
  2012-02-02 22:58 [PATCH] matrix-gui: remove use of config files Chase Maupin
@ 2012-02-06  4:29 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2012-02-06  4:29 UTC (permalink / raw)
  To: Chase Maupin; +Cc: meta-arago

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
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-06  4:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-02 22:58 [PATCH] matrix-gui: remove use of config files Chase Maupin
2012-02-06  4:29 ` Denys Dmytriyenko

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.