From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f179.google.com (mail-pd0-f179.google.com [209.85.192.179]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id D064CE00893 for ; Fri, 24 Jan 2014 06:27:33 -0800 (PST) Received: by mail-pd0-f179.google.com with SMTP id q10so3175175pdj.24 for ; Fri, 24 Jan 2014 06:27:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=36qX3YuAuzalGPTtSX9nE881F8esVdkxn39vn5P71KE=; b=YHdSwUArVFawVgf3tmEUToQjgBvFccvu0ISFe8QIuAehS0y/SP0Z/zjpAskzVBbHgv 72wiL8C3UEby9+lXxV5x0N20pmPXSpy3VibVb3UBr3Ve6FcETiNLo8QtbUhwUSTMyB4Z 6Fnw22ws/eMgDe8/oxacESrz2mL3B2LmSR8/dSJHpBgF6eZ9+FlE0gvYah5SxR+18Hfc PzECy3vetwDAnVAE0Wf8cFLTKm7UpiQRHwfz83d/CcZ8XiK9diUUmCz8caK03FG/5s6W xkJdC+zSeKorFSdelZdGAvQP/7Lp8uEBp9EbI3f5tajs7z0QVsFdMNUX+uYrDsyzpyQg SbSQ== X-Gm-Message-State: ALoCoQnP43my5pW7Ek/kxZ1LIBU3j+b09LGI6GfaiC0Cx9iYEhstDB+KpvuaLnogNlrih28BSpOd X-Received: by 10.66.197.135 with SMTP id iu7mr14479939pac.149.1390573652967; Fri, 24 Jan 2014 06:27:32 -0800 (PST) Received: from [192.168.1.8] (ip98-167-230-131.ph.ph.cox.net. [98.167.230.131]) by mx.google.com with ESMTPSA id id1sm3777873pbc.11.2014.01.24.06.27.30 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Fri, 24 Jan 2014 06:27:31 -0800 (PST) Message-ID: <52E2784F.40804@boundarydevices.com> Date: Fri, 24 Jan 2014 07:27:27 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Otavio Salvador , meta-freescale Mailing List References: <1390314546-9473-1-git-send-email-otavio@ossystems.com.br> <1390314546-9473-2-git-send-email-otavio@ossystems.com.br> In-Reply-To: <1390314546-9473-2-git-send-email-otavio@ossystems.com.br> Subject: Re: [meta-fsl-arm][PATCH 01/15] imx-test: Fix build failure due lacking of module build system X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jan 2014 14:27:35 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Marek, On 01/21/2014 07:28 AM, Otavio Salvador wrote: > The 'module-base' class provides the infrastructure to ensure modules > are buildable. This fixes the build failures caused by lacking of > 'scripts/basic/fixdep' application. > This seems to require the patch to remove clocks.sh: http://patches.openembedded.org/patch/65127/ Regards, Eric