From: Andrea Adami Date: Thu, 5 Jan 2012 23:42:08 +0000 (+0100) Subject: x11-common: remove extraneous BSP customizations X-Git-Tag: 2015-4~12121 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=caf0bdaa8f137ac7a775aff3d41ec1bfb2907afa;p=openembedded-core.git x11-common: remove extraneous BSP customizations Signed-off-by: Andrea Adami --- 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 57923e6b95..cea733e9fb 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 } '