Date
1 - 2 of 2
[PATCH] 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@...> Cc: Bruce Ashfield <bruce.ashfield@...> --- recipes-extended/ipxe/ipxe_git.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes-extended/ipxe/ipxe_git.bb b/recipes-extended/ipxe/ipxe_git.bb index ff46184..7565c21 100644 --- a/recipes-extended/ipxe/ipxe_git.bb +++ b/recipes-extended/ipxe/ipxe_git.bb @@ -23,13 +23,13 @@ SRC_URI = " \ FILES:${PN} = "/usr/share/firmware/*.rom" -EXTRA_OEMAKE = " \ +EXTRA_OEMAKE = ' \ ISOLINUX_BIN="${STAGING_DIR_TARGET}/usr/share/syslinux/isolinux.bin" \ CROSS_COMPILE="${TARGET_PREFIX}" \ EXTRA_HOST_CFLAGS="${BUILD_CFLAGS}" \ EXTRA_HOST_LDFLAGS="${BUILD_LDFLAGS}" \ NO_WERROR="1" \ -" +' S = "${WORKDIR}/git/src" @@ -44,3 +44,5 @@ do_install() { install -d ${D}/usr/share/firmware install ${S}/bin/*.rom ${D}/usr/share/firmware/ } + +TOOLCHAIN = "gcc" -- 2.36.1
|
|
Bruce Ashfield
merged.
toggle quoted messageShow quoted text
Bruce In message: [meta-virtualization][PATCH] ipxe: Pin to use gcc on 09/05/2022 Khem Raj wrote:
Use single quote instead of double quotes to help bitabake syntax
|
|