From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp4.nedap.com ([213.160.213.85] helo=smtp.nedap.com) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1UPBSc-000068-Oc for openembedded-devel@lists.openembedded.org; Mon, 08 Apr 2013 14:46:22 +0200 Received: from nvs0066.nedap.local (10.91.8.1) by relaysmtp1.nedap.local (10.1.8.139) with Microsoft SMTP Server id 8.3.279.5; Mon, 8 Apr 2013 14:28:51 +0200 X-TM-IMSS-Message-ID: <5eedacf1000480fd@nedap.com> Received: from [10.2.40.10] ([10.2.40.10]) by nedap.com ([10.91.8.1]) with ESMTP (TREND IMSS SMTP Service 7.1) id 5eedacf1000480fd ; Mon, 8 Apr 2013 14:28:56 +0200 Message-ID: <5162B803.4090400@nedap.com> Date: Mon, 8 Apr 2013 14:28:51 +0200 From: Jaap de Jong User-Agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20121011 Thunderbird/16.0.1 MIME-Version: 1.0 To: "openembedded-devel@lists.openembedded.org" Subject: machinename with dash in it X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 12:46:30 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Hi All, something strange happens with my machinename with a dash in it: x-y If I bitbake some image it will end up that netbase is not found. Inspection of build/tmp-angstrom_v2012_12-eglibc/work shows 2 variants of x-y: one with a dash and one where the dash is replaced by an underscore: x-y and x_y In x-y only netbase is found, rest of the machinespecific packages are in x_y Creating the image fails with the message that netbase is not found... Any ideas? Jaap