From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id AC411E0095D; Wed, 29 Apr 2015 13:33:08 -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.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [193.201.172.118 listed in list.dnswl.org] * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (picmaster[at]mail.bg) * -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 mx2.mail.bg (mx2.mail.bg [193.201.172.118]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 4996CE007B9 for ; Wed, 29 Apr 2015 13:33:05 -0700 (PDT) Received: from localhost.localdomain (unknown [93.152.143.60]) by mx2.mail.bg (Postfix) with ESMTPA id C81B460010D2; Wed, 29 Apr 2015 23:33:04 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mail.bg; s=default; t=1430339584; bh=mDNmLPXGN1gK/OySGLXjpH2WGf7P+ERFJATYujGEELA=; h=From:To:Cc:Subject:Date:Message-Id; b=XkwJIWuiB7qz7o4H3RCwhvO+/X4FhUZMV7Kv5QtvgkbQcBE9O9/dox0pLmn7IGPr3 TK1z0rceHIKLlm+Gle7c1WBhXNsj2JptkgBOVuoj6aWYh6GHdOZvWVNsb7XjZGYGfN oZEbvnk6tMi1VCK7CNHddxhd0DsHEPMkbGJOL7RE= From: Nikolay Dimitrov To: meta-freescale@yoctoproject.org Date: Wed, 29 Apr 2015 23:33:03 +0300 Message-Id: <1430339583-13372-1-git-send-email-picmaster@mail.bg> X-Mailer: git-send-email 1.7.10.4 Subject: [meta-fsl-arm-extra][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: Wed, 29 Apr 2015 20:33:08 -0000 Mainline kernel doesn't support some imx6 features (ASRC, VPU, GPU3D) which breaks building most of the Yocto images. This patch fixes the following image builds: - core-image-minimal - core-image-base - fsl-image-multimedia Signed-off-by: Nikolay Dimitrov --- conf/machine/imx6dl-riotboard.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/machine/imx6dl-riotboard.conf b/conf/machine/imx6dl-riotboard.conf index b611ffb..05f6a38 100644 --- a/conf/machine/imx6dl-riotboard.conf +++ b/conf/machine/imx6dl-riotboard.conf @@ -15,3 +15,6 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc" KERNEL_DEVICETREE = "imx6dl-riotboard.dtb" SERIAL_CONSOLE = "115200 ttymxc1" + +MACHINE_EXTRA_RRECOMMENDS_remove = "fsl-alsa-plugins" +MACHINE_GSTREAMER_PLUGIN_imx6dl-riotboard = "" -- 1.7.10.4