From e827b4131ef609068d00578e696f62312393fb3a Mon Sep 17 00:00:00 2001 From: Adrian Alonso Date: Tue, 3 Aug 2010 06:23:24 +0000 Subject: [PATCH] xserver-kdrive-common: Xsever module_id for virtex5 platform * Return a valid module_id for xilinx virtex platform * On Xilinx platforms there is no line `Hardware`. Instead it is stored in the line starting with `platform`. * v2 split changes, nicer module_id function for handling xilinx virtex platforms Signed-off-by: Adrian Alonso Acked-by: Frans Meulenbroeks --- recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver b/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver index 347b005c33..b6c27dfc4f 100644 --- a/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver +++ b/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver @@ -34,7 +34,11 @@ module_id() { # 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 } '