diff options
Diffstat (limited to 'meta-xilinx-core/recipes-devtools/qemu/flashstrip_1.0.bb')
| -rw-r--r-- | meta-xilinx-core/recipes-devtools/qemu/flashstrip_1.0.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-xilinx-core/recipes-devtools/qemu/flashstrip_1.0.bb b/meta-xilinx-core/recipes-devtools/qemu/flashstrip_1.0.bb index e1dcc5ae..9f08a1f4 100644 --- a/meta-xilinx-core/recipes-devtools/qemu/flashstrip_1.0.bb +++ b/meta-xilinx-core/recipes-devtools/qemu/flashstrip_1.0.bb | |||
| @@ -4,6 +4,7 @@ DESCRIPTION = "Building and installing flash strip utility" | |||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://../flash_stripe.c;beginline=1;endline=23;md5=abb859d98b7c4eede655e1b71824125a" | 5 | LIC_FILES_CHKSUM = "file://../flash_stripe.c;beginline=1;endline=23;md5=abb859d98b7c4eede655e1b71824125a" |
| 6 | 6 | ||
| 7 | S = "${UNPACKDIR}" | ||
| 7 | B = "${WORKDIR}/build" | 8 | B = "${WORKDIR}/build" |
| 8 | 9 | ||
| 9 | SRC_URI += "file://flash_stripe.c" | 10 | SRC_URI += "file://flash_stripe.c" |
| @@ -11,10 +12,10 @@ SRC_URI += "file://flash_stripe.c" | |||
| 11 | TARGET_CC_ARCH += "${LDFLAGS}" | 12 | TARGET_CC_ARCH += "${LDFLAGS}" |
| 12 | 13 | ||
| 13 | do_compile() { | 14 | do_compile() { |
| 14 | ${CC} ${WORKDIR}/flash_stripe.c -o flash_strip | 15 | ${CC} ${S}/flash_stripe.c -o flash_strip |
| 15 | ${CC} ${WORKDIR}/flash_stripe.c -o flash_unstrip | 16 | ${CC} ${S}/flash_stripe.c -o flash_unstrip |
| 16 | ${CC} ${WORKDIR}/flash_stripe.c -o flash_strip_bw -DFLASH_STRIPE_BW | 17 | ${CC} ${S}/flash_stripe.c -o flash_strip_bw -DFLASH_STRIPE_BW |
| 17 | ${CC} ${WORKDIR}/flash_stripe.c -o flash_unstrip_bw -DUNSTRIP -DFLASH_STRIPE_BW | 18 | ${CC} ${S}/flash_stripe.c -o flash_unstrip_bw -DUNSTRIP -DFLASH_STRIPE_BW |
| 18 | } | 19 | } |
| 19 | 20 | ||
| 20 | do_install() { | 21 | do_install() { |
