All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization][PATCH] ipxe: Pin to use gcc
Date: Thu, 12 May 2022 00:02:25 -0400	[thread overview]
Message-ID: <20220512040224.GB18930@gmail.com> (raw)
In-Reply-To: <20220509172417.2803867-1-raj.khem@gmail.com>

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
> 


      reply	other threads:[~2022-05-12  4:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-09 17:24 [meta-virtualization][PATCH] ipxe: Pin to use gcc Khem Raj
2022-05-12  4:02 ` Bruce Ashfield [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220512040224.GB18930@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    --cc=raj.khem@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.