diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2014-02-24 09:00:40 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-02-24 10:59:46 -0300 |
| commit | fc288c909375fabd01e7f95a41f67741f0167785 (patch) | |
| tree | 6da0d6178db320d6ee627969be4b526fdc64307e | |
| parent | 31aee4c667597df2411aefd05a3d6a729cd5c0f6 (diff) | |
| download | meta-freescale-fc288c909375fabd01e7f95a41f67741f0167785.tar.gz | |
mqxboot: Add minor changes to get recipe in better shape
In order to use the same pattern from other recipes, the following
changes were made in recipe:
- Use summary as the description was short
- Drop vendor from summary
- Put RDEPENDS after source fields
- Add empty line between S and CFLAGS
- Drop extra space in CFLAGS appending
Change-Id: I6adb237ffaae3b24ac2b28855d31ae93a3d019cb
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/mqxboot/mqxboot_1.0.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-fsl-arm/recipes-bsp/mqxboot/mqxboot_1.0.bb b/meta-fsl-arm/recipes-bsp/mqxboot/mqxboot_1.0.bb index 707cfbaa0..129392856 100644 --- a/meta-fsl-arm/recipes-bsp/mqxboot/mqxboot_1.0.bb +++ b/meta-fsl-arm/recipes-bsp/mqxboot/mqxboot_1.0.bb | |||
| @@ -1,11 +1,9 @@ | |||
| 1 | # Copyright (C) 2013 Timesys Corporation | 1 | # Copyright (C) 2013 Timesys Corporation |
| 2 | SUMMARY = "mqxboot" | 2 | SUMMARY = "MQX Image loader - starts an MQX image on the M4" |
| 3 | DESCRIPTION = "Timesys MQX Image loader - starts an MQX image on the M4" | ||
| 4 | LICENSE = "GPL-2.0" | 3 | LICENSE = "GPL-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c49712341497d0b5f2e40c30dff2af9d" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c49712341497d0b5f2e40c30dff2af9d" |
| 6 | 5 | ||
| 7 | DEPENDS = "kernel-module-mcc" | 6 | DEPENDS = "kernel-module-mcc" |
| 8 | RDEPENDS_${PN} = "kernel-module-mcc" | ||
| 9 | 7 | ||
| 10 | inherit autotools | 8 | inherit autotools |
| 11 | 9 | ||
| @@ -15,6 +13,9 @@ SRC_URI[md5sum] = "3de3c8b5f8cd6664870587d29c04c421" | |||
| 15 | SRC_URI[sha256sum] = "c2f66ae962fe2529578d5c007e3f91a36085b714a0ea276f47bc3aea90e69699" | 13 | SRC_URI[sha256sum] = "c2f66ae962fe2529578d5c007e3f91a36085b714a0ea276f47bc3aea90e69699" |
| 16 | 14 | ||
| 17 | S = "${WORKDIR}/mqxboot-${PV}" | 15 | S = "${WORKDIR}/mqxboot-${PV}" |
| 18 | CFLAGS += " -I${STAGING_KERNEL_DIR}/include" | 16 | |
| 17 | CFLAGS += "-I${STAGING_KERNEL_DIR}/include" | ||
| 18 | |||
| 19 | RDEPENDS_${PN} = "kernel-module-mcc" | ||
| 19 | 20 | ||
| 20 | COMPATIBLE_MACHINE = "(vf60)" | 21 | COMPATIBLE_MACHINE = "(vf60)" |
