diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-05-09 10:24:17 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-05-12 00:01:51 -0400 |
| commit | aa86460a9308626a8093c20cf9a87a91d3584b25 (patch) | |
| tree | 2079acd3fb66929814ccc7878c5470f9b797533c /recipes-extended | |
| parent | d32042ea1a242804e5fce022d03ec4dca957739f (diff) | |
| download | meta-virtualization-aa86460a9308626a8093c20cf9a87a91d3584b25.tar.gz | |
ipxe: Pin to use gcc
Use single quote instead of double quotes to help bitabake syntax
highlighter do right job
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended')
| -rw-r--r-- | recipes-extended/ipxe/ipxe_git.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-extended/ipxe/ipxe_git.bb b/recipes-extended/ipxe/ipxe_git.bb index ff46184b..7565c219 100644 --- a/recipes-extended/ipxe/ipxe_git.bb +++ b/recipes-extended/ipxe/ipxe_git.bb | |||
| @@ -23,13 +23,13 @@ SRC_URI = " \ | |||
| 23 | 23 | ||
| 24 | FILES:${PN} = "/usr/share/firmware/*.rom" | 24 | FILES:${PN} = "/usr/share/firmware/*.rom" |
| 25 | 25 | ||
| 26 | EXTRA_OEMAKE = " \ | 26 | EXTRA_OEMAKE = ' \ |
| 27 | ISOLINUX_BIN="${STAGING_DIR_TARGET}/usr/share/syslinux/isolinux.bin" \ | 27 | ISOLINUX_BIN="${STAGING_DIR_TARGET}/usr/share/syslinux/isolinux.bin" \ |
| 28 | CROSS_COMPILE="${TARGET_PREFIX}" \ | 28 | CROSS_COMPILE="${TARGET_PREFIX}" \ |
| 29 | EXTRA_HOST_CFLAGS="${BUILD_CFLAGS}" \ | 29 | EXTRA_HOST_CFLAGS="${BUILD_CFLAGS}" \ |
| 30 | EXTRA_HOST_LDFLAGS="${BUILD_LDFLAGS}" \ | 30 | EXTRA_HOST_LDFLAGS="${BUILD_LDFLAGS}" \ |
| 31 | NO_WERROR="1" \ | 31 | NO_WERROR="1" \ |
| 32 | " | 32 | ' |
| 33 | 33 | ||
| 34 | S = "${WORKDIR}/git/src" | 34 | S = "${WORKDIR}/git/src" |
| 35 | 35 | ||
| @@ -44,3 +44,5 @@ do_install() { | |||
| 44 | install -d ${D}/usr/share/firmware | 44 | install -d ${D}/usr/share/firmware |
| 45 | install ${S}/bin/*.rom ${D}/usr/share/firmware/ | 45 | install ${S}/bin/*.rom ${D}/usr/share/firmware/ |
| 46 | } | 46 | } |
| 47 | |||
| 48 | TOOLCHAIN = "gcc" | ||
