From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 0C581E00EBF; Thu, 21 Jul 2016 05:32:51 -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.6 required=5.0 tests=BAYES_00,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 * [93.17.128.10 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from smtp26.services.sfr.fr (smtp26.services.sfr.fr [93.17.128.10]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 901FCE00EB4 for ; Thu, 21 Jul 2016 05:32:50 -0700 (PDT) Received: from localhost.localdomain (unknown [74.95.113.124]) by msfrf2625.sfr.fr (SMTP Server) with ESMTP id 03B3C1C000C37; Thu, 21 Jul 2016 14:32:50 +0200 (CEST) Received: from localhost.localdomain (unknown [74.95.113.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: herve.jourdain@neuf.fr) by msfrf2625.sfr.fr (SMTP Server) with ESMTPSA; Thu, 21 Jul 2016 14:32:49 +0200 (CEST) Authentication-Results: sfr.fr; auth=pass (PLAIN) smtp.auth=herve.jourdain@neuf.fr From: Herve Jourdain To: yocto@yoctoproject.org Date: Thu, 21 Jul 2016 20:32:10 +0800 Message-Id: <1469104337-21068-6-git-send-email-herve.jourdain@neuf.fr> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1469104337-21068-1-git-send-email-herve.jourdain@neuf.fr> References: <1469104337-21068-1-git-send-email-herve.jourdain@neuf.fr> X-sfr-mailing: LEGIT MIME-Version: 1.0 Subject: [meta-raspberrypi][PATCH v4 05/12] raspberrypi2.conf: set the default value of VC4_CMA_SIZE to support vc4graphics X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2016 12:32:51 -0000 Signed-off-by: Herve Jourdain --- conf/machine/raspberrypi2.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/raspberrypi2.conf b/conf/machine/raspberrypi2.conf index d50ef70..3f13dc0 100644 --- a/conf/machine/raspberrypi2.conf +++ b/conf/machine/raspberrypi2.conf @@ -10,3 +10,5 @@ include conf/machine/include/rpi-base.inc SERIAL_CONSOLE = "115200 ttyAMA0" UBOOT_MACHINE = "rpi_2_config" +VC4_CMA_SIZE ?= "cma-256" + -- 2.7.4