From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-la0-f51.google.com (mail-la0-f51.google.com [209.85.215.51]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B0D3CE00498 for ; Fri, 21 Feb 2014 07:59:24 -0800 (PST) Received: by mail-la0-f51.google.com with SMTP id c6so2441577lan.38 for ; Fri, 21 Feb 2014 07:59:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=Qff8lT2PJ+jC2Yh/SXdn7VRILf88ANptcYudNS2QiNk=; b=plY+1tkygVz26Zjkd7cz3VYrsjhJxu6PHyuualF2Nbf+KHYQVMQMS4EpngcSq5WUGM qc5RG078Un1iezMTF+bID6B5CzWY7Uga6VE/NW0oJOoKfK5qwrnggFHXZwMWtqWefqjK rjSROGyFz9qL7CuVBZC5hBGxLPG8JOxaqpq5itfP9w4iAbEPASur3k3JMyBTb1qK5rLW gTfExXT+1WaUuy19VcMCWPHc8Qc6YPD0BZgKbe8kpP+4O2G4ko7sdd1acymmsz/WyPIs /PF2VGGp+9kcCLdw8l2qDO/VVvwlu3qHaonxlL1tuUs9n634cCgn9MjnaJwU9GD4X9XT fcNQ== X-Received: by 10.112.164.5 with SMTP id ym5mr4554862lbb.48.1392998362525; Fri, 21 Feb 2014 07:59:22 -0800 (PST) Received: from [192.168.43.169] (c-5eeaaa33-74736162.cust.telenor.se. [94.234.170.51]) by mx.google.com with ESMTPSA id y2sm11268872lal.10.2014.02.21.07.59.20 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 21 Feb 2014 07:59:21 -0800 (PST) Message-ID: <530777D6.6090407@gmail.com> Date: Fri, 21 Feb 2014 16:59:18 +0100 From: =?UTF-8?B?RGF2aWQgTnlzdHLDtm0=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Otavio Salvador References: <1392991238-3692-1-git-send-email-david.c.nystrom@gmail.com> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: [PATCH] xf86-video-imxfb: Add COMPATIBLE_MACHINE, since its dependencies have this 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, 21 Feb 2014 15:59:25 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit V2 sent On fre 21 feb 2014 16:42:23, Otavio Salvador wrote: > Hello David, > > On Fri, Feb 21, 2014 at 11:00 AM, David Nyström > wrote: > > Please use a shorter short log and a long description. > >> Signed-off-by: David Nyström >> --- >> recipes-graphics/xorg-driver/xf86-video-imxfb_11.09.01.bb | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb_11.09.01.bb b/recipes-graphics/xorg-driver/xf86-video-imxfb_11.09.01.bb >> index afc0124..04f2c55 100644 >> --- a/recipes-graphics/xorg-driver/xf86-video-imxfb_11.09.01.bb >> +++ b/recipes-graphics/xorg-driver/xf86-video-imxfb_11.09.01.bb >> @@ -36,3 +36,5 @@ RDEPENDS_${PN} += "xserver-xorg-module-exa" >> >> INSANE_SKIP_${PN} = "ldflags" >> INSANE_SKIP_${PN}-dbg = "ldflags" >> + >> +COMPATIBLE_MACHINE = "(imx)" >> \ No newline at end of file > > Fix the newline warning and please check the matching. I think you > intended to use mx5 here, >