From patchwork Fri Jan 6 07:56:36 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED, PULL, 25/25] x11-common: remove extraneous BSP customizations Date: Fri, 06 Jan 2012 07:56:36 -0000 From: Saul Wold X-Patchwork-Id: 18585 Message-Id: <1c90f3e4162eb53a1d207c590eab11d817c69abc.1325836241.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org From: Andrea Adami Signed-off-by: Andrea Adami --- .../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 } '