* [PATCH] Correct the name of the variable used to define the size of the logo: GUI_MACHINE_CLASS renamed MACHINE_GUI_CLASS.
@ 2016-01-27 17:46 Thomas Perrot
2016-01-27 18:31 ` Denys Dmytriyenko
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Perrot @ 2016-01-27 17:46 UTC (permalink / raw)
To: meta-ti
Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr>
---
conf/machine/am335x-evm.conf | 2 +-
conf/machine/am3517-evm.conf | 2 +-
conf/machine/am37x-evm.conf | 2 +-
conf/machine/am437x-evm.conf | 2 +-
conf/machine/beagleboard.conf | 2 +-
conf/machine/beaglebone.conf | 2 +-
conf/machine/include/omap-a15.inc | 2 +-
conf/machine/include/omap3.inc | 2 +-
conf/machine/include/ti33x.inc | 2 +-
conf/machine/include/ti43x.inc | 2 +-
conf/machine/omap3evm.conf | 2 +-
conf/machine/pandaboard.conf | 2 +-
12 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/conf/machine/am335x-evm.conf b/conf/machine/am335x-evm.conf
index 08daa8e..55bbf95 100644
--- a/conf/machine/am335x-evm.conf
+++ b/conf/machine/am335x-evm.conf
@@ -6,7 +6,7 @@ require conf/machine/include/ti33x.inc
# Use built-in LCD by default
XSERVER += "xf86-input-tslib"
-GUI_MACHINE_CLASS = "smallscreen"
+MACHINE_GUI_CLASS = "smallscreen"
MACHINE_FEATURES += "touchscreen"
IMAGE_FSTYPES += "ubi tar.gz"
diff --git a/conf/machine/am3517-evm.conf b/conf/machine/am3517-evm.conf
index 7295c1f..4fef634 100644
--- a/conf/machine/am3517-evm.conf
+++ b/conf/machine/am3517-evm.conf
@@ -6,7 +6,7 @@ require conf/machine/include/omap3.inc
# Use built-in LCD by default
XSERVER += "xf86-input-tslib"
-GUI_MACHINE_CLASS = "smallscreen"
+MACHINE_GUI_CLASS = "smallscreen"
MACHINE_FEATURES += "touchscreen ethernet"
IMAGE_FSTYPES += "ubi tar.gz"
diff --git a/conf/machine/am37x-evm.conf b/conf/machine/am37x-evm.conf
index 16ce73c..99adb08 100644
--- a/conf/machine/am37x-evm.conf
+++ b/conf/machine/am37x-evm.conf
@@ -6,7 +6,7 @@ require conf/machine/include/omap3.inc
# Use built-in LCD by default
XSERVER += "xf86-input-tslib"
-GUI_MACHINE_CLASS = "smallscreen"
+MACHINE_GUI_CLASS = "smallscreen"
MACHINE_FEATURES += "touchscreen ethernet"
IMAGE_FSTYPES += "ubi tar.gz"
diff --git a/conf/machine/am437x-evm.conf b/conf/machine/am437x-evm.conf
index 9ff8944..7d40aec 100644
--- a/conf/machine/am437x-evm.conf
+++ b/conf/machine/am437x-evm.conf
@@ -6,7 +6,7 @@ require conf/machine/include/ti43x.inc
# Use built-in LCD by default
XSERVER += "xf86-input-tslib"
-GUI_MACHINE_CLASS = "smallscreen"
+MACHINE_GUI_CLASS = "smallscreen"
MACHINE_FEATURES += "touchscreen"
IMAGE_FSTYPES += "ubi tar.gz"
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf
index 32985b3..955961f 100644
--- a/conf/machine/beagleboard.conf
+++ b/conf/machine/beagleboard.conf
@@ -5,7 +5,7 @@
require conf/machine/include/omap3.inc
# Only has DVI connector for external screen
-GUI_MACHINE_CLASS = "bigscreen"
+MACHINE_GUI_CLASS = "bigscreen"
IMAGE_FSTYPES += "tar.gz ubi"
EXTRA_IMAGECMD_jffs2 = "-lnp"
diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf
index 8a7e52a..bf3d91e 100644
--- a/conf/machine/beaglebone.conf
+++ b/conf/machine/beaglebone.conf
@@ -5,7 +5,7 @@
require conf/machine/include/ti33x.inc
# Only has DVI connector for external screen
-GUI_MACHINE_CLASS = "bigscreen"
+MACHINE_GUI_CLASS = "bigscreen"
IMAGE_FSTYPES += "tar.gz"
diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc
index 41a2f19..9316998 100644
--- a/conf/machine/include/omap-a15.inc
+++ b/conf/machine/include/omap-a15.inc
@@ -24,7 +24,7 @@ XSERVER = "xserver-xorg \
xf86-input-evdev \
xf86-video-fbdev"
-GUI_MACHINE_CLASS = "smallscreen"
+MACHINE_GUI_CLASS = "smallscreen"
# Use the expected value of the ubifs filesystem's volume name in the kernel
# and u-boot.
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
index 0757b43..f83bfa2 100644
--- a/conf/machine/include/omap3.inc
+++ b/conf/machine/include/omap3.inc
@@ -14,7 +14,7 @@ XSERVER = "xserver-xorg \
xf86-input-keyboard"
# Default to external video, change to smallscreen for built-in LCD
-GUI_MACHINE_CLASS = "bigscreen"
+MACHINE_GUI_CLASS = "bigscreen"
# Increase this everytime you change something in the kernel
MACHINE_KERNEL_PR = "r126"
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
index 53f38c9..fa2ead5 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -14,7 +14,7 @@ XSERVER = "xserver-xorg \
xf86-input-keyboard"
# Default to external video, change to smallscreen for built-in LCD
-GUI_MACHINE_CLASS = "bigscreen"
+MACHINE_GUI_CLASS = "bigscreen"
# Increase this everytime you change something in the kernel
MACHINE_KERNEL_PR = "r22"
diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc
index 8c5fa2d..a603059 100644
--- a/conf/machine/include/ti43x.inc
+++ b/conf/machine/include/ti43x.inc
@@ -14,7 +14,7 @@ XSERVER = "xserver-xorg \
xf86-input-keyboard"
# Default to external video, change to smallscreen for built-in LCD
-GUI_MACHINE_CLASS = "bigscreen"
+MACHINE_GUI_CLASS = "bigscreen"
# Increase this everytime you change something in the kernel
MACHINE_KERNEL_PR = "r3"
diff --git a/conf/machine/omap3evm.conf b/conf/machine/omap3evm.conf
index 6bfd808..7051d88 100644
--- a/conf/machine/omap3evm.conf
+++ b/conf/machine/omap3evm.conf
@@ -6,7 +6,7 @@ require conf/machine/include/omap3.inc
# Use built-in LCD by default
XSERVER += "xf86-input-tslib"
-GUI_MACHINE_CLASS = "smallscreen"
+MACHINE_GUI_CLASS = "smallscreen"
MACHINE_FEATURES += "touchscreen ethernet"
IMAGE_FSTYPES += "jffs2 tar.gz"
diff --git a/conf/machine/pandaboard.conf b/conf/machine/pandaboard.conf
index 1707f80..99497c1 100644
--- a/conf/machine/pandaboard.conf
+++ b/conf/machine/pandaboard.conf
@@ -4,7 +4,7 @@
require conf/machine/include/omap4.inc
-GUI_MACHINE_CLASS = "bigscreen"
+MACHINE_GUI_CLASS = "bigscreen"
IMAGE_FSTYPES += "tar.gz"
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] Correct the name of the variable used to define the size of the logo: GUI_MACHINE_CLASS renamed MACHINE_GUI_CLASS.
2016-01-27 17:46 [PATCH] Correct the name of the variable used to define the size of the logo: GUI_MACHINE_CLASS renamed MACHINE_GUI_CLASS Thomas Perrot
@ 2016-01-27 18:31 ` Denys Dmytriyenko
0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2016-01-27 18:31 UTC (permalink / raw)
To: Thomas Perrot; +Cc: meta-ti
Thanks! Can you please split the subject into shortlog and the rest of the
commit message? Otherwise it's too long to fit in one line.
http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
On Wed, Jan 27, 2016 at 06:46:05PM +0100, Thomas Perrot wrote:
> Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr>
> ---
> conf/machine/am335x-evm.conf | 2 +-
> conf/machine/am3517-evm.conf | 2 +-
> conf/machine/am37x-evm.conf | 2 +-
> conf/machine/am437x-evm.conf | 2 +-
> conf/machine/beagleboard.conf | 2 +-
> conf/machine/beaglebone.conf | 2 +-
> conf/machine/include/omap-a15.inc | 2 +-
> conf/machine/include/omap3.inc | 2 +-
> conf/machine/include/ti33x.inc | 2 +-
> conf/machine/include/ti43x.inc | 2 +-
> conf/machine/omap3evm.conf | 2 +-
> conf/machine/pandaboard.conf | 2 +-
> 12 files changed, 12 insertions(+), 12 deletions(-)
>
> diff --git a/conf/machine/am335x-evm.conf b/conf/machine/am335x-evm.conf
> index 08daa8e..55bbf95 100644
> --- a/conf/machine/am335x-evm.conf
> +++ b/conf/machine/am335x-evm.conf
> @@ -6,7 +6,7 @@ require conf/machine/include/ti33x.inc
>
> # Use built-in LCD by default
> XSERVER += "xf86-input-tslib"
> -GUI_MACHINE_CLASS = "smallscreen"
> +MACHINE_GUI_CLASS = "smallscreen"
> MACHINE_FEATURES += "touchscreen"
>
> IMAGE_FSTYPES += "ubi tar.gz"
> diff --git a/conf/machine/am3517-evm.conf b/conf/machine/am3517-evm.conf
> index 7295c1f..4fef634 100644
> --- a/conf/machine/am3517-evm.conf
> +++ b/conf/machine/am3517-evm.conf
> @@ -6,7 +6,7 @@ require conf/machine/include/omap3.inc
>
> # Use built-in LCD by default
> XSERVER += "xf86-input-tslib"
> -GUI_MACHINE_CLASS = "smallscreen"
> +MACHINE_GUI_CLASS = "smallscreen"
> MACHINE_FEATURES += "touchscreen ethernet"
>
> IMAGE_FSTYPES += "ubi tar.gz"
> diff --git a/conf/machine/am37x-evm.conf b/conf/machine/am37x-evm.conf
> index 16ce73c..99adb08 100644
> --- a/conf/machine/am37x-evm.conf
> +++ b/conf/machine/am37x-evm.conf
> @@ -6,7 +6,7 @@ require conf/machine/include/omap3.inc
>
> # Use built-in LCD by default
> XSERVER += "xf86-input-tslib"
> -GUI_MACHINE_CLASS = "smallscreen"
> +MACHINE_GUI_CLASS = "smallscreen"
> MACHINE_FEATURES += "touchscreen ethernet"
>
> IMAGE_FSTYPES += "ubi tar.gz"
> diff --git a/conf/machine/am437x-evm.conf b/conf/machine/am437x-evm.conf
> index 9ff8944..7d40aec 100644
> --- a/conf/machine/am437x-evm.conf
> +++ b/conf/machine/am437x-evm.conf
> @@ -6,7 +6,7 @@ require conf/machine/include/ti43x.inc
>
> # Use built-in LCD by default
> XSERVER += "xf86-input-tslib"
> -GUI_MACHINE_CLASS = "smallscreen"
> +MACHINE_GUI_CLASS = "smallscreen"
> MACHINE_FEATURES += "touchscreen"
>
> IMAGE_FSTYPES += "ubi tar.gz"
> diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf
> index 32985b3..955961f 100644
> --- a/conf/machine/beagleboard.conf
> +++ b/conf/machine/beagleboard.conf
> @@ -5,7 +5,7 @@
> require conf/machine/include/omap3.inc
>
> # Only has DVI connector for external screen
> -GUI_MACHINE_CLASS = "bigscreen"
> +MACHINE_GUI_CLASS = "bigscreen"
>
> IMAGE_FSTYPES += "tar.gz ubi"
> EXTRA_IMAGECMD_jffs2 = "-lnp"
> diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf
> index 8a7e52a..bf3d91e 100644
> --- a/conf/machine/beaglebone.conf
> +++ b/conf/machine/beaglebone.conf
> @@ -5,7 +5,7 @@
> require conf/machine/include/ti33x.inc
>
> # Only has DVI connector for external screen
> -GUI_MACHINE_CLASS = "bigscreen"
> +MACHINE_GUI_CLASS = "bigscreen"
>
> IMAGE_FSTYPES += "tar.gz"
>
> diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc
> index 41a2f19..9316998 100644
> --- a/conf/machine/include/omap-a15.inc
> +++ b/conf/machine/include/omap-a15.inc
> @@ -24,7 +24,7 @@ XSERVER = "xserver-xorg \
> xf86-input-evdev \
> xf86-video-fbdev"
>
> -GUI_MACHINE_CLASS = "smallscreen"
> +MACHINE_GUI_CLASS = "smallscreen"
>
> # Use the expected value of the ubifs filesystem's volume name in the kernel
> # and u-boot.
> diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
> index 0757b43..f83bfa2 100644
> --- a/conf/machine/include/omap3.inc
> +++ b/conf/machine/include/omap3.inc
> @@ -14,7 +14,7 @@ XSERVER = "xserver-xorg \
> xf86-input-keyboard"
>
> # Default to external video, change to smallscreen for built-in LCD
> -GUI_MACHINE_CLASS = "bigscreen"
> +MACHINE_GUI_CLASS = "bigscreen"
>
> # Increase this everytime you change something in the kernel
> MACHINE_KERNEL_PR = "r126"
> diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
> index 53f38c9..fa2ead5 100644
> --- a/conf/machine/include/ti33x.inc
> +++ b/conf/machine/include/ti33x.inc
> @@ -14,7 +14,7 @@ XSERVER = "xserver-xorg \
> xf86-input-keyboard"
>
> # Default to external video, change to smallscreen for built-in LCD
> -GUI_MACHINE_CLASS = "bigscreen"
> +MACHINE_GUI_CLASS = "bigscreen"
>
> # Increase this everytime you change something in the kernel
> MACHINE_KERNEL_PR = "r22"
> diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc
> index 8c5fa2d..a603059 100644
> --- a/conf/machine/include/ti43x.inc
> +++ b/conf/machine/include/ti43x.inc
> @@ -14,7 +14,7 @@ XSERVER = "xserver-xorg \
> xf86-input-keyboard"
>
> # Default to external video, change to smallscreen for built-in LCD
> -GUI_MACHINE_CLASS = "bigscreen"
> +MACHINE_GUI_CLASS = "bigscreen"
>
> # Increase this everytime you change something in the kernel
> MACHINE_KERNEL_PR = "r3"
> diff --git a/conf/machine/omap3evm.conf b/conf/machine/omap3evm.conf
> index 6bfd808..7051d88 100644
> --- a/conf/machine/omap3evm.conf
> +++ b/conf/machine/omap3evm.conf
> @@ -6,7 +6,7 @@ require conf/machine/include/omap3.inc
>
> # Use built-in LCD by default
> XSERVER += "xf86-input-tslib"
> -GUI_MACHINE_CLASS = "smallscreen"
> +MACHINE_GUI_CLASS = "smallscreen"
> MACHINE_FEATURES += "touchscreen ethernet"
>
> IMAGE_FSTYPES += "jffs2 tar.gz"
> diff --git a/conf/machine/pandaboard.conf b/conf/machine/pandaboard.conf
> index 1707f80..99497c1 100644
> --- a/conf/machine/pandaboard.conf
> +++ b/conf/machine/pandaboard.conf
> @@ -4,7 +4,7 @@
>
> require conf/machine/include/omap4.inc
>
> -GUI_MACHINE_CLASS = "bigscreen"
> +MACHINE_GUI_CLASS = "bigscreen"
>
> IMAGE_FSTYPES += "tar.gz"
>
> --
> 2.1.4
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-01-27 18:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-27 17:46 [PATCH] Correct the name of the variable used to define the size of the logo: GUI_MACHINE_CLASS renamed MACHINE_GUI_CLASS Thomas Perrot
2016-01-27 18:31 ` 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.