All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] xserver minor cleanings and commit of fbdev driver
@ 2012-01-06 23:32 ` Andrea Adami
  0 siblings, 0 replies; 10+ messages in thread
From: Andrea Adami @ 2012-01-05 23:42 UTC (permalink / raw)
  To: openembedded-core

Andrea Adami (2):
  x11-common: remove extraneous BSP customizations
  xorg-driver: add xf86-video-fbdev from meta-openembedded

 .../x11-common/x11-common/etc/X11/Xserver          |   24 --------------------
 .../xorg-driver/xf86-video-fbdev_0.4.2.bb          |    8 ++++++
 2 files changed, 8 insertions(+), 24 deletions(-)
 create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.2.bb

-- 
1.7.3.4




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

* [PATCH 1/2] x11-common: remove extraneous BSP customizations
  2012-01-06 23:32 ` Andrea Adami
@ 2012-01-06 23:32   ` Andrea Adami
  -1 siblings, 0 replies; 10+ messages in thread
From: Andrea Adami @ 2012-01-05 23:42 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
---
 .../x11-common/x11-common/etc/X11/Xserver          |   24 --------------------
 1 files changed, 0 insertions(+), 24 deletions(-)

diff --git a/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver b/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver
index 57923e6..cea733e 100644
--- a/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver
+++ b/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver
@@ -18,14 +18,6 @@ fi
 
 . /etc/profile
 
-module_id() {
-    ## used to read from assets, but sometimes assets is corrupted
-    # grep "Module ID" /proc/hal/assets | sed "s/.*://"
-    ## used to read from /proc/hal/model, but that is removed in 2.6
-    # echo ' iPAQ' `cat /proc/hal/model`
-    awk 'BEGIN { FS=": " } /Hardware/ { print $2 } ' </proc/cpuinfo
-}
-
 ARGS=" -br -pn"
 
 if [ "$XSERVER" != "/usr/bin/Xorg" ]; then
@@ -44,22 +36,6 @@ if [ "$XSERVER" != "/usr/bin/Xorg" ]; then
           ARGS="$ARGS -mouse tslib"
         fi
 
-        # start off server in conventional location.
-        case `module_id` in
-                "Generic OMAP1510/1610/1710")
-                        ARGS="$ARGS -mouse /dev/input/event0" ;;
-                "Compulab CM-x270")
-                        #modprobe mbxfb
-                        #ARGS="$ARGS -fb /dev/fb1"
-                        ;;
-                "Nokia N800")
-                        ARGS="$ARGS -mouse tslib" ;;
-                "Nokia 770")
-                        ARGS="$ARGS -mouse tslib" ;;
-                *)
-                        ;;
-        esac
-
         ARGS="$ARGS -screen ${DISPLAY_WIDTH_PIXELS}x${DISPLAY_HEIGHT_PIXELS}@${DISPLAY_ORIENTATION}x${DISPLAY_BPP}"
 
         if [ ! -z "$DISPLAY_DPI" ]; then
-- 
1.7.3.4




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

* [PATCH 2/2] xorg-driver: add xf86-video-fbdev from meta-openembedded
  2012-01-06 23:32 ` Andrea Adami
@ 2012-01-06 23:32   ` Andrea Adami
  -1 siblings, 0 replies; 10+ messages in thread
From: Andrea Adami @ 2012-01-05 23:42 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
---
 .../xorg-driver/xf86-video-fbdev_0.4.2.bb          |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.2.bb

diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.2.bb b/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.2.bb
new file mode 100644
index 0000000..a3a4796
--- /dev/null
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.2.bb
@@ -0,0 +1,8 @@
+require xorg-driver-video.inc
+LIC_FILES_CHKSUM = "file://COPYING;md5=d8cbd99fff773f92e844948f74ef0df8"
+
+DESCRIPTION = "X.Org X server -- fbdev display driver"
+PR = "${INC_PR}.0"
+
+SRC_URI[md5sum] = "53a533d9e0c2da50962282526bace074"
+SRC_URI[sha256sum] = "93b271b4b41d7e5ca108849a583b9523e96c51813d046282285355b7001f82d5"
-- 
1.7.3.4




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

* [PATCH 0/2] xserver minor cleanings and commit of fbdev driver
@ 2012-01-06 23:32 ` Andrea Adami
  0 siblings, 0 replies; 10+ messages in thread
From: Andrea Adami @ 2012-01-06 23:32 UTC (permalink / raw)
  To: openembedded-devel

Andrea Adami (2):
  x11-common: remove extraneous BSP customizations
  xorg-driver: add xf86-video-fbdev from meta-openembedded

 .../x11-common/x11-common/etc/X11/Xserver          |   24 --------------------
 .../xorg-driver/xf86-video-fbdev_0.4.2.bb          |    8 ++++++
 2 files changed, 8 insertions(+), 24 deletions(-)
 create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.2.bb

-- 
1.7.3.4




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

* [PATCH 1/2] x11-common: remove extraneous BSP customizations
@ 2012-01-06 23:32   ` Andrea Adami
  0 siblings, 0 replies; 10+ messages in thread
From: Andrea Adami @ 2012-01-06 23:32 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
---
 .../x11-common/x11-common/etc/X11/Xserver          |   24 --------------------
 1 files changed, 0 insertions(+), 24 deletions(-)

diff --git a/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver b/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver
index 57923e6..cea733e 100644
--- a/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver
+++ b/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver
@@ -18,14 +18,6 @@ fi
 
 . /etc/profile
 
-module_id() {
-    ## used to read from assets, but sometimes assets is corrupted
-    # grep "Module ID" /proc/hal/assets | sed "s/.*://"
-    ## used to read from /proc/hal/model, but that is removed in 2.6
-    # echo ' iPAQ' `cat /proc/hal/model`
-    awk 'BEGIN { FS=": " } /Hardware/ { print $2 } ' </proc/cpuinfo
-}
-
 ARGS=" -br -pn"
 
 if [ "$XSERVER" != "/usr/bin/Xorg" ]; then
@@ -44,22 +36,6 @@ if [ "$XSERVER" != "/usr/bin/Xorg" ]; then
           ARGS="$ARGS -mouse tslib"
         fi
 
-        # start off server in conventional location.
-        case `module_id` in
-                "Generic OMAP1510/1610/1710")
-                        ARGS="$ARGS -mouse /dev/input/event0" ;;
-                "Compulab CM-x270")
-                        #modprobe mbxfb
-                        #ARGS="$ARGS -fb /dev/fb1"
-                        ;;
-                "Nokia N800")
-                        ARGS="$ARGS -mouse tslib" ;;
-                "Nokia 770")
-                        ARGS="$ARGS -mouse tslib" ;;
-                *)
-                        ;;
-        esac
-
         ARGS="$ARGS -screen ${DISPLAY_WIDTH_PIXELS}x${DISPLAY_HEIGHT_PIXELS}@${DISPLAY_ORIENTATION}x${DISPLAY_BPP}"
 
         if [ ! -z "$DISPLAY_DPI" ]; then
-- 
1.7.3.4




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

* [PATCH 2/2] xorg-driver: add xf86-video-fbdev from meta-openembedded
@ 2012-01-06 23:32   ` Andrea Adami
  0 siblings, 0 replies; 10+ messages in thread
From: Andrea Adami @ 2012-01-06 23:32 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
---
 .../xorg-driver/xf86-video-fbdev_0.4.2.bb          |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.2.bb

diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.2.bb b/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.2.bb
new file mode 100644
index 0000000..a3a4796
--- /dev/null
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.2.bb
@@ -0,0 +1,8 @@
+require xorg-driver-video.inc
+LIC_FILES_CHKSUM = "file://COPYING;md5=d8cbd99fff773f92e844948f74ef0df8"
+
+DESCRIPTION = "X.Org X server -- fbdev display driver"
+PR = "${INC_PR}.0"
+
+SRC_URI[md5sum] = "53a533d9e0c2da50962282526bace074"
+SRC_URI[sha256sum] = "93b271b4b41d7e5ca108849a583b9523e96c51813d046282285355b7001f82d5"
-- 
1.7.3.4




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

* Re: [PATCH 0/2] xserver minor cleanings and commit of fbdev driver
  2012-01-06 23:32 ` Andrea Adami
                   ` (2 preceding siblings ...)
  (?)
@ 2012-01-06 23:37 ` Andrea Adami
  -1 siblings, 0 replies; 10+ messages in thread
From: Andrea Adami @ 2012-01-06 23:37 UTC (permalink / raw)
  To: openembedded-devel

On Sat, Jan 7, 2012 at 12:32 AM, Andrea Adami <andrea.adami@gmail.com> wrote:
> Andrea Adami (2):
>  x11-common: remove extraneous BSP customizations
>  xorg-driver: add xf86-video-fbdev from meta-openembedded
>
>  .../x11-common/x11-common/etc/X11/Xserver          |   24 --------------------
>  .../xorg-driver/xf86-video-fbdev_0.4.2.bb          |    8 ++++++
>  2 files changed, 8 insertions(+), 24 deletions(-)
>  create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.2.bb
>
> --
> 1.7.3.4
>

please ignore

Andrea



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

* Re: [PATCH 1/2] x11-common: remove extraneous BSP customizations
  2012-01-06 23:32   ` Andrea Adami
  (?)
@ 2012-01-06 23:37   ` Andrea Adami
  -1 siblings, 0 replies; 10+ messages in thread
From: Andrea Adami @ 2012-01-06 23:37 UTC (permalink / raw)
  To: openembedded-devel

On Sat, Jan 7, 2012 at 12:32 AM, Andrea Adami <andrea.adami@gmail.com> wrote:
> Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
> ---
>  .../x11-common/x11-common/etc/X11/Xserver          |   24 --------------------
>  1 files changed, 0 insertions(+), 24 deletions(-)
>
> diff --git a/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver b/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver
> index 57923e6..cea733e 100644
> --- a/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver
> +++ b/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver
> @@ -18,14 +18,6 @@ fi
>
>  . /etc/profile
>
> -module_id() {
> -    ## used to read from assets, but sometimes assets is corrupted
> -    # grep "Module ID" /proc/hal/assets | sed "s/.*://"
> -    ## used to read from /proc/hal/model, but that is removed in 2.6
> -    # echo ' iPAQ' `cat /proc/hal/model`
> -    awk 'BEGIN { FS=": " } /Hardware/ { print $2 } ' </proc/cpuinfo
> -}
> -
>  ARGS=" -br -pn"
>
>  if [ "$XSERVER" != "/usr/bin/Xorg" ]; then
> @@ -44,22 +36,6 @@ if [ "$XSERVER" != "/usr/bin/Xorg" ]; then
>           ARGS="$ARGS -mouse tslib"
>         fi
>
> -        # start off server in conventional location.
> -        case `module_id` in
> -                "Generic OMAP1510/1610/1710")
> -                        ARGS="$ARGS -mouse /dev/input/event0" ;;
> -                "Compulab CM-x270")
> -                        #modprobe mbxfb
> -                        #ARGS="$ARGS -fb /dev/fb1"
> -                        ;;
> -                "Nokia N800")
> -                        ARGS="$ARGS -mouse tslib" ;;
> -                "Nokia 770")
> -                        ARGS="$ARGS -mouse tslib" ;;
> -                *)
> -                        ;;
> -        esac
> -
>         ARGS="$ARGS -screen ${DISPLAY_WIDTH_PIXELS}x${DISPLAY_HEIGHT_PIXELS}@${DISPLAY_ORIENTATION}x${DISPLAY_BPP}"
>
>         if [ ! -z "$DISPLAY_DPI" ]; then
> --
> 1.7.3.4
>

please ignore

Andrea



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

* Re: [PATCH 2/2] xorg-driver: add xf86-video-fbdev from meta-openembedded
  2012-01-06 23:32   ` Andrea Adami
  (?)
@ 2012-01-06 23:37   ` Andrea Adami
  -1 siblings, 0 replies; 10+ messages in thread
From: Andrea Adami @ 2012-01-06 23:37 UTC (permalink / raw)
  To: openembedded-devel

On Sat, Jan 7, 2012 at 12:32 AM, Andrea Adami <andrea.adami@gmail.com> wrote:
> Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
> ---
>  .../xorg-driver/xf86-video-fbdev_0.4.2.bb          |    8 ++++++++
>  1 files changed, 8 insertions(+), 0 deletions(-)
>  create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.2.bb
>
> diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.2.bb b/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.2.bb
> new file mode 100644
> index 0000000..a3a4796
> --- /dev/null
> +++ b/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.2.bb
> @@ -0,0 +1,8 @@
> +require xorg-driver-video.inc
> +LIC_FILES_CHKSUM = "file://COPYING;md5=d8cbd99fff773f92e844948f74ef0df8"
> +
> +DESCRIPTION = "X.Org X server -- fbdev display driver"
> +PR = "${INC_PR}.0"
> +
> +SRC_URI[md5sum] = "53a533d9e0c2da50962282526bace074"
> +SRC_URI[sha256sum] = "93b271b4b41d7e5ca108849a583b9523e96c51813d046282285355b7001f82d5"
> --
> 1.7.3.4
>

please ignore

Andrea



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

* Re: [PATCH 0/2] xserver minor cleanings and commit of fbdev driver
  2012-01-06 23:32 ` Andrea Adami
                   ` (3 preceding siblings ...)
  (?)
@ 2012-01-09  5:32 ` Saul Wold
  -1 siblings, 0 replies; 10+ messages in thread
From: Saul Wold @ 2012-01-09  5:32 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 01/05/2012 03:42 PM, Andrea Adami wrote:
> Andrea Adami (2):
>    x11-common: remove extraneous BSP customizations
>    xorg-driver: add xf86-video-fbdev from meta-openembedded
>
>   .../x11-common/x11-common/etc/X11/Xserver          |   24 --------------------
>   .../xorg-driver/xf86-video-fbdev_0.4.2.bb          |    8 ++++++
>   2 files changed, 8 insertions(+), 24 deletions(-)
>   create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.2.bb
>

Merged into OE-Core

Thanks
	Sau!



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

end of thread, other threads:[~2012-01-09  5:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-05 23:42 [PATCH 0/2] xserver minor cleanings and commit of fbdev driver Andrea Adami
2012-01-06 23:32 ` Andrea Adami
2012-01-05 23:42 ` [PATCH 1/2] x11-common: remove extraneous BSP customizations Andrea Adami
2012-01-06 23:32   ` Andrea Adami
2012-01-06 23:37   ` Andrea Adami
2012-01-05 23:42 ` [PATCH 2/2] xorg-driver: add xf86-video-fbdev from meta-openembedded Andrea Adami
2012-01-06 23:32   ` Andrea Adami
2012-01-06 23:37   ` Andrea Adami
2012-01-06 23:37 ` [PATCH 0/2] xserver minor cleanings and commit of fbdev driver Andrea Adami
2012-01-09  5:32 ` Saul Wold

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.