From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 1AF2DE004F2; Thu, 21 Aug 2014 09:31:39 -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,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 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 * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.160.180 listed in list.dnswl.org] Received: from mail-yk0-f180.google.com (mail-yk0-f180.google.com [209.85.160.180]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 7B4A4E0044A for ; Thu, 21 Aug 2014 09:31:15 -0700 (PDT) Received: by mail-yk0-f180.google.com with SMTP id 200so7833497ykr.25 for ; Thu, 21 Aug 2014 09:31:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=+UXshuIYhjN4cWGtdyDfBaMLaAR7OSPBdU7SRY1P73E=; b=DGC9clZ5YUlXhhlXf480c4p6upQnXyt4JXy7DvMPCTEj53XNkMh2SJmhyQVu9J9PUM G0037IkrHpzJtrJtMc7owh8fy9901LrAOT4pZf9roouaYwtH1nCh14UCBvPpkOv2SoKu Vg8lmY6y4D/hC6B8WxWrgkfVm2X15SKJ1Jn790JjIbgGX81MdmEk+ErvlRC4uxD7tTVu SeGW/46kSZTuXaVEQ2KFwA6mdXwDApDIycMsnabi7ZNwGt++YWr7GyHc2slbA60lHCJt Wh4UfHC+Gz9x6RyvxYYmaWB50c9SDNU73Ruyra/LnQ4dg25MMrb60d9MIXBJJCDbihs1 GcVQ== MIME-Version: 1.0 X-Received: by 10.236.29.171 with SMTP id i31mr86779980yha.37.1408638675435; Thu, 21 Aug 2014 09:31:15 -0700 (PDT) Sender: otavio.salvador@gmail.com Received: by 10.170.56.201 with HTTP; Thu, 21 Aug 2014 09:31:15 -0700 (PDT) In-Reply-To: <1408630322-2877-1-git-send-email-alejandro.de-cabo-garcia@congatec.com> References: <1408630300-2842-1-git-send-email-alejandro.de-cabo-garcia@congatec.com> <1408630322-2877-1-git-send-email-alejandro.de-cabo-garcia@congatec.com> Date: Thu, 21 Aug 2014 13:31:15 -0300 X-Google-Sender-Auth: Lyu3UqwujpnVeMcRZI8jBxjq2F4 Message-ID: From: Otavio Salvador To: Alex de Cabo Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-arm-extra][PATCH v3 2/4] cgtqmx6: Update Congatec-QMX6 bootloader support 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, 21 Aug 2014 16:31:39 -0000 Content-Type: text/plain; charset=UTF-8 On Thu, Aug 21, 2014 at 11:12 AM, Alex de Cabo wrote: > Provides the recipe to use 2013.04 U-boot version > > Signed-off-by: Alex de Cabo > --- > recipes-bsp/u-boot/u-boot-qmx6_2013.04.bb | 41 +++++++++++++++++++++++++++++++ > 1 file changed, 41 insertions(+) > create mode 100644 recipes-bsp/u-boot/u-boot-qmx6_2013.04.bb > > diff --git a/recipes-bsp/u-boot/u-boot-qmx6_2013.04.bb b/recipes-bsp/u-boot/u-boot-qmx6_2013.04.bb > new file mode 100644 > index 0000000..08d8a27 > --- /dev/null > +++ b/recipes-bsp/u-boot/u-boot-qmx6_2013.04.bb > @@ -0,0 +1,41 @@ > +# Congatec QMX6 u-boot > + > +require recipes-bsp/u-boot/u-boot.inc > + > +LICENSE = "GPLv2+" > +LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" > + > + > +PROVIDES += "u-boot" > + > +PV = "2013.04" > + > +SRCREV = "6388c474189b42c07bb865dd604c74483da099f3" > +SRCBRANCH = "cgt_imx_v2013.04_3.10.17_1.0.0" > + > +SRC_URI = "git://git.congatec.com/arm/qmx6_uboot.git;protocol=http;branch=${SRCBRANCH} \ > +" S should be defined here. > +do_install() { > + install -d ${D}/boot > + install -m 0644 ${S}/u-boot.${UBOOT_CONFIG}.imx ${D}/boot > +} > + > +do_deploy() { > + install ${S}/u-boot.${UBOOT_CONFIG}.imx \ > + ${DEPLOYDIR}/ > + > + install ${S}/u-boot.${UBOOT_CONFIG}.imx \ > + ${DEPLOYDIR}/u-boot-cgtqmx6.imx > +} This is not needed. You should use: UBOOT_MAKE_TARGET and UBOOT_BINARY in machine conf. So you can drop this code. > +S = "${WORKDIR}/git" Move to above. > +EXTRA_OEMAKE += 'HOSTSTRIP=true' Not needed. > +FILES_${PN} = "\ > + /boot/u-boot.${UBOOT_CONFIG}.imx \ > +" Not needed. > +PACKAGE_ARCH = "${MACHINE_ARCH}" > +COMPATIBLE_MACHINE = "(cgtqmx6)" Ok. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750