From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id BA056E00A18; Thu, 16 Feb 2017 00:14:04 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [81.169.130.245 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail01.congatec.net (mail01.congatec.net [81.169.130.245]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 778DCE009F0 for ; Thu, 16 Feb 2017 00:14:00 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by mail01.congatec.net (Postfix) with ESMTP id D58F55E0E58 for ; Thu, 16 Feb 2017 09:13:58 +0100 (CET) X-Virus-Scanned: by amavisd-new at congatec.com Received: from mail01.congatec.net ([127.0.0.1]) by localhost (mail01.congatec.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0DkIH-__ILBH for ; Thu, 16 Feb 2017 09:13:58 +0100 (CET) Received: from conld01.congatec.local (unknown [212.77.180.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail01.congatec.net (Postfix) with ESMTPS id E1FA15E0E56 for ; Thu, 16 Feb 2017 09:13:56 +0100 (CET) Received: from alex-i7.congatec.local ([10.11.8.201]) by conld01.congatec.local (IBM Domino Release 9.0.1FP6) with ESMTP id 2017021609135417-9124 ; Thu, 16 Feb 2017 09:13:54 +0100 From: Alex de Cabo To: meta-freescale@yoctoproject.org Date: Thu, 16 Feb 2017 09:14:49 +0100 Message-Id: <1487232889-25448-2-git-send-email-alejandro.de-cabo-garcia@congatec.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1487232889-25448-1-git-send-email-alejandro.de-cabo-garcia@congatec.com> References: <1487232889-25448-1-git-send-email-alejandro.de-cabo-garcia@congatec.com> X-MIMETrack: Itemize by SMTP Server on conld01/SRV/congatec(Release 9.0.1FP6|April 20, 2016) at 16.02.2017 09:13:54, Serialize by Router on conld01/SRV/congatec(Release 9.0.1FP6|April 20, 2016) at 16.02.2017 09:13:56, Serialize complete at 16.02.2017 09:13:56 X-TNEFEvaluated: 1 Cc: Alex de Cabo Subject: [3rdparty][master][PATCH 2/2] cgtqmx6: Change Uboot provider 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: Thu, 16 Feb 2017 08:14:04 -0000 Change Uboot provider to u-boot-congatec, and change kernel image type to uImage Signed-off-by: Alex de Cabo --- conf/machine/cgtqmx6.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/conf/machine/cgtqmx6.conf b/conf/machine/cgtqmx6.conf index 9411628..ef7c54e 100644 --- a/conf/machine/cgtqmx6.conf +++ b/conf/machine/cgtqmx6.conf @@ -9,15 +9,18 @@ MACHINEOVERRIDES =. "mx6:mx6dl:mx6q:" include conf/machine/include/imx-base.inc include conf/machine/include/tune-cortexa9.inc +PREFERRED_PROVIDER_u-boot = "u-boot-congatec" UBOOT_MAKE_TARGET = "" UBOOT_SUFFIX = "img" SPL_BINARY = "SPL" -UBOOT_MACHINE = "cgtqmx6eval_defconfig" +UBOOT_CONFIG ??= "cgtqmx6" + +UBOOT_CONFIG[cgtqmx6] = "cgtqmx6eval_defconfig" # Use linux kernel QMX6 PREFERRED_PROVIDER_virtual/kernel ??= "linux-congatec" KERNEL_DEVICETREE = "imx6q-qmx6.dtb imx6dl-qmx6.dtb" -KERNEL_IMAGETYPE = "zImage" +KERNEL_IMAGETYPE = "uImage" SERIAL_CONSOLE = "115200 ttymxc1" -- 1.9.1