From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 2A4CAE009CD; Mon, 4 May 2015 05:42:01 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (festevam[at]gmail.com) * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.215.42 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-la0-f42.google.com (mail-la0-f42.google.com [209.85.215.42]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 8DA44E009A6 for ; Mon, 4 May 2015 05:41:58 -0700 (PDT) Received: by labbd9 with SMTP id bd9so103099567lab.2 for ; Mon, 04 May 2015 05:41:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=0kUpdp/3WnHbLIVPcY1WHnUDUbKPCxvPZ3w5p2DU8jM=; b=QogARGjyC/iwFdh17SfBeE9WWWAfVGoPq/o1XCipQbtlAxq1c1OmcmNnhEPOqQb4yG MkISMS1jt8O2F20i3LttW5FDTWJYEHUv4nKha1dLQOCiUGtzEKb4FlUt38Jm5LAf65aI xsyYM1aHMX7joou6petAOaA9z6t6UX7sCOhsADcJHYHmYZrsjACrncNu4wOHyiuknP6/ NQ9aOvKt3mPoX0TqePZB80oN+OjISmPw5hOepohqNk3NqJlqKmwttYyjaTLvxMygZNLV qhqyz8x6ctRqRg7rsSACBtse7TbSyWL0T1qDJatbI7r9UXD++eIBQi7PLH6zHBy6P9b5 bQtA== MIME-Version: 1.0 X-Received: by 10.112.162.167 with SMTP id yb7mr19491687lbb.121.1430743316883; Mon, 04 May 2015 05:41:56 -0700 (PDT) Received: by 10.152.30.98 with HTTP; Mon, 4 May 2015 05:41:56 -0700 (PDT) In-Reply-To: <1430408987-24977-2-git-send-email-picmaster@mail.bg> References: <1430408987-24977-1-git-send-email-picmaster@mail.bg> <1430408987-24977-2-git-send-email-picmaster@mail.bg> Date: Mon, 4 May 2015 09:41:56 -0300 Message-ID: From: Fabio Estevam To: Nikolay Dimitrov Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-demos][PATCH] riotboard: Fix broken image builds against linux-fslc 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: Mon, 04 May 2015 12:42:01 -0000 Content-Type: text/plain; charset=UTF-8 Hi Nikolay, On Thu, Apr 30, 2015 at 12:49 PM, Nikolay Dimitrov wrote: > +# FIXME: Workaround for building against linux-fslc > +RDEPENDS_${PN}_remove_imx6dl-riotboard = "gst-plugins-gl" This doesn't seem to scale very well as we would need to put every mx6q/dl board that uses linux-fslc in this list. Regards, Fabio Estevam