* [meta-virtualization][PATCH] ipxe: Pin to use gcc
@ 2022-05-09 17:24 Khem Raj
2022-05-12 4:02 ` Bruce Ashfield
0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2022-05-09 17:24 UTC (permalink / raw)
To: meta-virtualization; +Cc: Khem Raj, Bruce Ashfield
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>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [meta-virtualization][PATCH] ipxe: Pin to use gcc
2022-05-09 17:24 [meta-virtualization][PATCH] ipxe: Pin to use gcc Khem Raj
@ 2022-05-12 4:02 ` Bruce Ashfield
0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2022-05-12 4:02 UTC (permalink / raw)
To: Khem Raj; +Cc: meta-virtualization
merged.
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
> highlighter do right job
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> Cc: Bruce Ashfield <bruce.ashfield@gmail.com>
> ---
> 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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-05-12 4:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-09 17:24 [meta-virtualization][PATCH] ipxe: Pin to use gcc Khem Raj
2022-05-12 4:02 ` Bruce Ashfield
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.