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-20 17:38:57 -0300 |
| commit | 7474b1b463cbd473ec65e4fe38c968eeaeca46b4 (patch) | |
| tree | eaf0f62ca4fb4226129304c4bfddae4305ee7644 /meta-fsl-arm | |
| parent | 04dd263153f36e0116b56a8a56c4c3ddb0014826 (diff) | |
| download | meta-freescale-7474b1b463cbd473ec65e4fe38c968eeaeca46b4.tar.gz | |
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>
Diffstat (limited to 'meta-fsl-arm')
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/meta-fsl-arm/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb b/meta-fsl-arm/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb index 367e83b47..6084f169d 100644 --- a/meta-fsl-arm/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb +++ b/meta-fsl-arm/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb | |||
| @@ -23,12 +23,12 @@ EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" | |||
| 23 | 23 | ||
| 24 | # Ensure machine defines the IMXBOOTLETS_MACHINE | 24 | # Ensure machine defines the IMXBOOTLETS_MACHINE |
| 25 | python () { | 25 | python () { |
| 26 | if not d.getVar("IMXBOOTLETS_MACHINE", True): | 26 | if not d.getVar("IMXBOOTLETS_MACHINE", True): |
| 27 | PN = d.getVar("PN", True) | 27 | PN = d.getVar("PN", True) |
| 28 | FILE = os.path.basename(d.getVar("FILE", True)) | 28 | FILE = os.path.basename(d.getVar("FILE", True)) |
| 29 | bb.debug(1, "To build %s, see %s for instructions on \ | 29 | bb.debug(1, "To build %s, see %s for instructions on \ |
| 30 | setting up your machine config" % (PN, FILE)) | 30 | setting up your machine config" % (PN, FILE)) |
| 31 | raise bb.parse.SkipPackage("because IMXBOOTLETS_MACHINE is not set") | 31 | raise bb.parse.SkipPackage("because IMXBOOTLETS_MACHINE is not set") |
| 32 | } | 32 | } |
| 33 | 33 | ||
| 34 | do_configure () { | 34 | do_configure () { |
| @@ -60,11 +60,11 @@ FILES_${PN} = "/boot" | |||
| 60 | do_deploy () { | 60 | do_deploy () { |
| 61 | install -d ${DEPLOYDIR} | 61 | install -d ${DEPLOYDIR} |
| 62 | 62 | ||
| 63 | for f in boot_prep/boot_prep \ | 63 | for f in boot_prep/boot_prep \ |
| 64 | power_prep/power_prep \ | 64 | power_prep/power_prep \ |
| 65 | linux_prep/output-target/linux_prep \ | 65 | linux_prep/output-target/linux_prep \ |
| 66 | barebox_ivt.bd \ | 66 | barebox_ivt.bd \ |
| 67 | linux.bd linux.bd-dtb; do | 67 | linux.bd linux.bd-dtb; do |
| 68 | full_name="imx-bootlets-`basename $f`-${MACHINE}-${PV}-${PR}" | 68 | full_name="imx-bootlets-`basename $f`-${MACHINE}-${PV}-${PR}" |
| 69 | symlink_name="imx-bootlets-`basename $f`-${MACHINE}" | 69 | symlink_name="imx-bootlets-`basename $f`-${MACHINE}" |
| 70 | 70 | ||
