From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 66CFDE007FE; Wed, 20 Aug 2014 10:48:40 -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.213.50 listed in list.dnswl.org] Received: from mail-yh0-f50.google.com (mail-yh0-f50.google.com [209.85.213.50]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 2A3F1E004F5 for ; Wed, 20 Aug 2014 10:48:30 -0700 (PDT) Received: by mail-yh0-f50.google.com with SMTP id v1so7289235yhn.9 for ; Wed, 20 Aug 2014 10:48:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=XrVwjfsDx4S21BouQEavpTUE0ad4M44XU41z6pflMnY=; b=IrX0cmyYAQKwOOXxpGsSc1crXMq1H9wujfNulj1hLMBmp0VTes5LlcdOFCMhU+MPNP P+MOUPsomjoiaHIRJ1vPgQ3ahWuFPL0Wx9nl3pFJCH/j5d9npr4yC5nAj5BAQFamCwn1 s+/1VkN6AXUlluQscjJokIRO2rEYLN3hFb7RFd2Fv3E42ShzO8k/LglGvIrpTv/W2Eac v+HBjb0KVs12x6Or/N3kSPYhBfq9tCtByoqXKiHGsYSlrgzghntoUE/DK67lvaX3ln99 XPNFjIYMc0TTlRIiTET3+qCxb8xHe8VaTGXSJL3oUT3R+aqfaHHxN+mVsm+oJxg/BMiF SAwg== X-Received: by 10.236.93.2 with SMTP id k2mr2477018yhf.184.1408556909511; Wed, 20 Aug 2014 10:48:29 -0700 (PDT) Received: from monster.lab.ossystems.com.br ([177.35.70.10]) by mx.google.com with ESMTPSA id s48sm22583941yhk.48.2014.08.20.10.48.27 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 20 Aug 2014 10:48:28 -0700 (PDT) Sender: Mario Domenech Goulart From: Mario Domenech Goulart To: meta-freescale@yoctoproject.org Date: Wed, 20 Aug 2014 14:48:11 -0300 Message-Id: <1408556891-11883-1-git-send-email-mario@ossystems.com.br> X-Mailer: git-send-email 1.7.10.4 Subject: [meta-fsl-arm][PATCH] imx-bootlets: indentation fixes and whitespace cleanup 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, 20 Aug 2014 17:48:40 -0000 Signed-off-by: Mario Domenech Goulart --- recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb | 22 ++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb b/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb index 367e83b..6084f16 100644 --- a/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb +++ b/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb @@ -23,12 +23,12 @@ EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" # Ensure machine defines the IMXBOOTLETS_MACHINE python () { - if not d.getVar("IMXBOOTLETS_MACHINE", True): - PN = d.getVar("PN", True) - FILE = os.path.basename(d.getVar("FILE", True)) - bb.debug(1, "To build %s, see %s for instructions on \ - setting up your machine config" % (PN, FILE)) - raise bb.parse.SkipPackage("because IMXBOOTLETS_MACHINE is not set") + if not d.getVar("IMXBOOTLETS_MACHINE", True): + PN = d.getVar("PN", True) + FILE = os.path.basename(d.getVar("FILE", True)) + bb.debug(1, "To build %s, see %s for instructions on \ + setting up your machine config" % (PN, FILE)) + raise bb.parse.SkipPackage("because IMXBOOTLETS_MACHINE is not set") } do_configure () { @@ -60,11 +60,11 @@ FILES_${PN} = "/boot" do_deploy () { install -d ${DEPLOYDIR} - for f in boot_prep/boot_prep \ - power_prep/power_prep \ - linux_prep/output-target/linux_prep \ - barebox_ivt.bd \ - linux.bd linux.bd-dtb; do + for f in boot_prep/boot_prep \ + power_prep/power_prep \ + linux_prep/output-target/linux_prep \ + barebox_ivt.bd \ + linux.bd linux.bd-dtb; do full_name="imx-bootlets-`basename $f`-${MACHINE}-${PV}-${PR}" symlink_name="imx-bootlets-`basename $f`-${MACHINE}" -- 1.7.10.4