diff options
author | Mario Domenech Goulart <mario@ossystems.com.br> | 2014-08-20 14:48:11 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-08-22 10:32:00 -0300 |
commit | 8259d486ed87146a39833296500b5b16e562e9bf (patch) | |
tree | 47b542fcdda8c652e269ddd1ec0c4f6547763c23 | |
parent | 69413194c98a9957b0caa08815307e49880ac3b2 (diff) | |
download | meta-fsl-arm-8259d486ed87146a39833296500b5b16e562e9bf.tar.gz meta-fsl-arm-8259d486ed87146a39833296500b5b16e562e9bf.tar.bz2 meta-fsl-arm-8259d486ed87146a39833296500b5b16e562e9bf.zip |
imx-bootlets: indentation fixes and whitespace cleanup
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb | 22 |
1 files 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}" |