From 240961f14955acb3f68e97d68907ddf7f84cae61 Mon Sep 17 00:00:00 2001
From: Lukas Bulwahn <lukas.bulwahn@bmw-carit.de>
Date: Wed, 2 Jan 2013 10:56:09 +0100
Subject: [PATCH] adjusting recipe as hostname has changed after working on x86
 archictecture

---
 recipes-core/images/core-image-ros.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-core/images/core-image-ros.bb b/recipes-core/images/core-image-ros.bb
index c45a174..be4b57c 100644
--- a/recipes-core/images/core-image-ros.bb
+++ b/recipes-core/images/core-image-ros.bb
@@ -14,7 +14,7 @@ IMAGE_FEATURES += "tools-sdk"
 
 # add own name to hosts
 augment_hosts_setting_file () {
-	echo '127.0.0.1\tqemux86-64.localdomain\t\tqemux86-64' >> ${IMAGE_ROOTFS}/etc/hosts
+	echo '127.0.0.1\tqemux86.localdomain\t\tqemux86' >> ${IMAGE_ROOTFS}/etc/hosts
 }
 
 # remove not needed ipkg informations
-- 
GitLab